/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset { margin: 0; padding: 0; font: 12px "Lucida Grande", Arial, sans-serif; color: #555; }
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-weight: normal; font-style: normal; }
ul { list-style: none; }
fieldset,img { border: none; }
caption,th,td { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
th { font-weight: bold; color: #000; font-size: 10px; }
body { background: #000; }
input, textarea { padding: 2px; }

/* IE PNG */
img, div, a, li, form { behavior: url(/css/iepngfix.htc) }




.clear { clear:both; }
.small { font-size:10px; }
.error { color: #d60000; font-size: 10px; font-weight: bold; }
.cloak { display:none; }


/* NAV */
#nav {
	width: 100%;
	height: 70px;
}




/* GENBOX */
h2 {
	color: #00aeef;
	font-size: 23px;
	line-height: 36px;
	font-weight: normal;
	/*letter-spacing: -1px;*/
	margin-bottom: 10px;
	font-family: 'HelveticaNeueBlack','HelveticaBlack','Helvetica Black','ArialBlack','Arial Black','Helvetica','Arial';
}

h3 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	/*letter-spacing: -.5px;*/
	margin-bottom: 5px;
	font-family: 'Helvetica','Arial';
}

h4 {
	font-weight: bold;
}

a.norm:link, a.norm:visited {
	color: #00aeef;
	margin: 2px;
	text-decoration: none;
}
a.norm:hover {
	text-decoration: none;
	color: #fff;
	margin: 0px;
	border: 2px solid #00aeef;
	background: #00aeef;
}
a.arr:link, a.arr:visited {
	padding: 0 2px 0 12px;
	background: url(/img/link-point-blu.gif) 2px 60% no-repeat;
}
a.arr:hover {
	background: #00aeef url(/img/link-point-white.gif) 2px 60% no-repeat;
}

a.next:link, a.next:visited {
	padding: 0 12px 0 2px;
	background: url(/img/link-point-blu.gif) 100% 60% no-repeat;
}
a.next:hover {
	background: #00aeef url(/img/link-point-white.gif) 100% 60% no-repeat;
}

a.back:link, a.back:visited {
	padding: 0 2px 0 12px;
	background: url(/img/link-back-blu.gif) 2px 60% no-repeat;
}
a.back:hover {
	background: #00aeef url(/img/link-back-white.gif) 2px 60% no-repeat;
}

a.cross:link, a.cross:visited {
	padding: 0 2px 0 12px;
	background: url(/img/link-cross-blu.gif) 2px 60% no-repeat;
}
a.cross:hover {
	background: #00aeef url(/img/link-cross-white.gif) 2px 60% no-repeat;
}
a.rounded:link, a.rounded:visited {
	/* padding: 2px 4px 2px 14px; */
	-webkit-border-radius: 5px;
	
	-moz-border-radius: 5px;
	
	border-radius: 5px;

	/* background-position-x: 4px; */
}


div.GenBox {
	background: url("/img/box-gen-bg.gif") repeat-y;
	width: 970px;
	margin: 15px auto 0px auto;
}
div.GenBoxTop {
	background: url("/img/box-gen-top-blu.gif") no-repeat;
}
div.GenBoxContent {
	padding: 23px 154px 4px 56px;
}
div.GenBoxFooter {
	background: url("/img/box-gen-bot-blu.gif") no-repeat;
	height: 174px;
}





/* BASKET */
tr.basket th {
	padding: 3px;
}
tr.basket td {
	padding: 3px;
	border-top: 1px solid #aaa;
}
tr.basket .money, tr.basketTotal .money {
	text-align: right;
}
tr.options td {
	background: #f0f0f0;
}
tr.basketTotal td {
	padding: 3px;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}
div#basketSubmit {
	width: 700px;
	padding-top: 10px;
	text-align: right;
}




/* FORM */
table.standard td, table.standard th {
	padding: 3px;
}
table.standard th {
	text-align: right;
}
table.standard td.submit {
	text-align: right;
}
input.submit {
	padding: 3px 10px;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	border-color: #333;
	-webkit-border-bottom-left-radius: 5px 5px;
	-webkit-border-bottom-right-radius: 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
}
input.submit {
	background: #424549;
	color: #fff;
}
input.submit:hover {
	background: #00aeef;
	color: #fff;
}
input, textarea {
	border: 1px solid #999;
}
input.submit-image {
	border: none;
}



/* FOOTER */
#footer {
	width: 970px;
	margin: 0px auto 0px auto;
	padding-bottom: 10px;
}
#footer_title {
	font-size: 9px;
	width: 120px;
	float: left;
}
#footer_bindoff {
	width: 120px;
	float: left;
}
#footer_dp {
	width: 100px;
	float: left;
}




a.nostyle:link, a.nostyle:visited, a.nostyle:hover {
	text-decoration: none;
	color: #555;
}






.newaccount {
	width: 200px;
	float: right;
	padding: 15px;
	margin: 0 80px 15px 15px;
	border: 1px solid #00aeef;
	background: #eee;
}

