/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

img{ behavior: url(/assets/js/iepngfix.htc) }

/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1em;
	margin: 0em 0px;
}
h2{
	font: 1.75em Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	color: #E50024;
}
h3 {
	font: 1.4em Arial, Helvetica, sans-serif;
	line-height: 1.167em;
	margin: 0px 0px 0.6em 0px;
	color: #E50024;
}
h4{
	font: 1.1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0em 0px 0.3em 0px;	
	color: #333;
}
p{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 0.75em 0px;
	color: #333;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #333;
	margin-bottom: 8px;
}
a{
	color: #003A63;
	text-decoration: underline;
}
a:hover{
	color: #E50024
}
a:visited{ 
	color:#003A63;
}
a:active{ 
	color:#FF6699;
}
/* --------------- end site wide styles ------------------------------------------ */


/* --------------- General Classes ----------------------------------------------- */
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right;
	margin: 0px 00px 10px 10px;
}
.highlight{
	color: #E50024;
}
/* -------------- end general glasses -------------------------------------------- */


/* --------------- Form Styles - Using CMX Form ---------------------------------- */

form.cmxform label { width: 200px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 253px; } /* Width plus 3 (html space) */
form.cmxform fieldset{ border: none; padding: 0px; background: url(../graphics/form_bg.gif) repeat-x;}
form.cmxform fieldset legend{ 
	padding: 0px 10px; font-size: 1.2em; background: #fff;
	color: #1C69A3;
	font-style: italic;
}
form.cmxform ol{
	font-size: 1.1em;
	margin-bottom: 5px;
}
form.cmxform li{
	border-bottom: 2px solid #fff;	
	color: #000;
}
div.formhelper{
	position: absolute;
	margin-left: 470px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 3px 3px 20px;
	background-color: #D3E9F4;
	background: url(../graphics/tips_left.gif) no-repeat left top #D3E9F4;
	border: 1px solid #666;
	width: 200px;
}
.errortext{
	font-style: italic;
	font-weight: bold;
	margin: 4px 0px;
	color:#EC0B8D;
	font-size: 0.8em;
}
.button{
	height: 30px;
	background: #fff;
	border: 2px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.textbox{
	border: 1px solid #666;
	padding: 2px;
	width: 240px;
	height: 20px; 
	font-size: 14px;
}
.findtextbox{
	border: 1px solid #999;
	padding: 2px;
	width: 150px;
}
.smalltextbox{
	border: 1px solid #666;
	height: 20px; 
	padding: 2px;
	width: 30px;
}
.product-quantity{
	border: 1px solid #666;
	height: 18px; 
	padding: 2px;
	width: 30px;
	float: left;
	margin-right: 5px;
	font-size: 1.2em;
}
.bigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 100px;
	width: 240px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
}
.vbigtextbox{
	border: 1px solid #666;
	padding: 2px;
	height: 200px;
	width: 95%;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
}
.submitbutton{
	padding: 0px 20px;
	height: 30px;
	background: #EC0B8D;
	border: 1px solid #EC0B8D;
	font-size: 14px;
	font-weight: bold;
}
.cancelbutton{
	padding: 0px 20px;
	height: 30px;
	background: #D3E9F4;
	border: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
}
.selectbox{
	border: 1px solid #666;
	padding: 2px 0px 2px 2px;
	height: 30px;
	font-size: 16px;
}
.tickbox{
	border: 1px solid #666;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.selecttable{
	border: 1px solid #999;
	padding: 2px;
	width: 250px;
}
.selecttable option:hover{
	background-color: #66FFFF;
}
.error-message{
	padding: 3px 3px 3px 10px;
	background: #E50024;
	color: #fff;
	font-size: 0.9em;
}
.form-error{ border: 2px solid #E50024; }

#UserLoginForm label { width: 80px; } /* Width of labels */
#UserLoginForm fieldset fieldset label { margin-left: 83px; color: #1C69A3;} /* Width plus 3 (html space) */
#UserLoginForm fieldset{ border: none; padding: 0px; background: url(../graphics/form_bg.gif) repeat-x;}
#UserLoginForm fieldset legend{ 
	padding: 3px 10px; font-size: 1em; background: #1C69A3;
	color: #fff;
	font-style: italic;
}
#UserLoginForm .textbox{
	width: 170px;
}
#UserLoginForm li { 
	color: #1C69A3;
	font-weight: bold;
}
/* -------------- End Form Styles ----------------------------------------------- */

/* ------------------ Pagination Controls ---------------------- */
.pagination{
	clear: both;
	margin: 10px 0px 10px 0px;
}
.pagination div{
	display: inline;
}
.pagination #prev{
	float: left;
	padding: 5px;
}
.pagination #next{
	float: left;
	padding: 5px;
}
.pagination span{
	list-style-type: none;
	padding-bottom: 1px;
	margin: 0px;
	float: left;
	padding: 5px;
}
.pagination .disabled{
	color: #ccc;
	float: left;
}
#pagination_details{
	float: right;
}
.pagination a, .pagination a:visited{
	padding: 5px;
	text-decoration: none; 
	color: #666;
}

.pagination a:hover, .pagination a:active{
	color: #cc0000;
	background: #e6e6e6;
}

.pagination a.currentpage{
color: #333 !important;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
color: #666;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}

table{
	width: 100%;
}
th{
	background: #e6e6e6;
	padding: 7px;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
}
th a{ color: #fff; }
th a:hover{ color: #000; }
th a:visited{ color: #fff; }
tr{
	
}
tr.altrow{
	
}
td{
	padding: 5px 3px;
	border-top: 1px dashed #ccc;
	font-size: 1.1em;
}
td p{
	font-size: 1.1em;
	margin: 15px 0px 0px 0px;
}
.basketoptions{
	border-top: 1px dashed #ccc;
	text-align: right;
	padding-top: 10px;
}

.message{
	background: #E9F4D3;
	border: 1px solid #ccc;
	color: #000;
	padding: 5px;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#account-new h4{
	color: #E50024;
	font-size: 1.5em;
}
#account-existing h4{
	color: #1C69A3;
	font-size: 1.5em;
}

/* Registration Process */
#regsteps{
	padding: 10px;
	background: url(../graphics/registration_bg.gif) repeat-x bottom #E8F6F9;
}
#regsteps li{
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 5px 5px 5px 10px;
	font-size: 1.2em;
	line-height: 1em;
	border-right: solid 1px #fff;
	width: 7em;
	color: #50AED3;
	font-weight: bold;
}
#regsteps li small{
	color: #85CCE8;
	font-weight: normal;
	
}
#regsteps li#current{
	color: #006699;
	background: url(../graphics/reg_arrow.gif) no-repeat 0px 0.5em;
}
#regsteps li#current small{
	color: #0099CC;
}