/*<======================== DOCUMENT ========================>*/
html, body {
	padding: 20px 0px;
	border: none;
	margin: 0px auto;
	text-align: center;
	font-family: tahoma;
	font-size: 11px;
	background: #000;
}

td#leftpane, td#rightpane, .breadcrumb, .breadcrumb2,td#rightpane table, #centerpane .item, #centerpane .boxtitle, p{
	font-family: "tahoma", arial, verdana, sans-serif;
	font-size: 11px;
}

p{
	font-family: "tahoma", arial, verdana, sans-serif;
	font-size: 12px;
}

form, ul, li {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
}



/*<======================== COMMON STYLING ========================>*/
.floatleft { float: left; }
.floatright { float: right; }


/*<======================== WRAPPER ========================>*/
div#wrapper {
	width: 980px;
	margin: 10px auto 20px auto;
	text-align: center;
}
div#wrapper div { text-align: left; }



/*<======================== HEADER ========================>*/
div#header {
	height: 90px;
	background: url(web_header.jpg);
}
div#header object {
	width: 340px;
	height: 52px;
	margin: 15px 0px 0px 322px;
}


/*<======================== SUBHEADER ========================>*/
div#subheader {
	height: 25px;
	background: url(web_subheader.gif);
}

td#menupane {
	width: 640px;
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: top;
	position: relative;
}

td#menupane ul.sitepages {
	display: block;
	width: 610px;
	margin: 0px 10px 0px 15px;
	padding: 0px;
	list-style: none;
	position: relative;
	top: -25px;
}

td#menupane ul.sitepages li {
	display: block;
	height: 25px;
	padding: 0px 12px;
	margin: 0px;
	float: left;
	position: relative;
	z-index: 0;
}

td#menupane ul.sitepages li div.cl {
	display: block;
	height: 25px;
	width: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}

td#menupane ul.sitepages li div.cr {
	display: block;
	height: 25px;
	width: 12px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
}
* html td#menupane ul.sitepages li div.cr { right: -1px; }

td#menupane ul.sitepages li div.cc {
	display: inline;
	height: 25px;
	width: auto;
}

td#menupane ul.sitepages li { background: url(web_pageout.gif); }
td#menupane ul.sitepages li div.cl { background: url(web_pageoutcl.gif); }
td#menupane ul.sitepages li div.cr { background: url(web_pageoutcr.gif); }

td#menupane ul.sitepages li.active { background: url(web_pageover.gif); }
td#menupane ul.sitepages li.active div.cl { background: url(web_pageovercl.gif); }
td#menupane ul.sitepages li.active div.cr { background: url(web_pageovercr.gif); }

td#menupane ul.sitepages li.homelink { background: url(web_pagehome.gif); }
td#menupane ul.sitepages li.homelink div.cl { background: url(web_pagehomecl.gif); }
td#menupane ul.sitepages li.homelink div.cr { background: url(web_pagehomecr.gif); }

td#menupane ul.sitepages li a {
	display: block;
	line-height: 20px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	font-family: "tahoma", arial, verdana, sans-serif;
	font-size: 11px;
	color: #23344a;
}

td#menupane ul.sitepages li a:hover { text-decoration: underline; }
td#menupane ul.sitepages li.active a { color: #fff; font-weight: bold; }
td#menupane ul.sitepages li.homelink a { color: #fff; font-weight: bold; }



/*<======================== CONTAINER ========================>*/

table#container {
	padding: 0px;
	margin: 0px;
	border: none;
	background: url(web_repeater.gif);
}



/*<======================== LEFT & RIGHT ========================>*/

td#leftpane, td#rightpane {
	width: 150px;
	padding: 15px 10px;
	margin: 0px;
	border: none;
	vertical-align: top;
}
* html td#leftpane, * html td#rightpane { width: 170px; }

td#leftpane .boxtitle {
	line-height: 15px;
	font-weight: bold;
	padding: 2px 5px 3px 5px;
	background: url(web_boxtitle.gif);
	color: #fff;
	width: 140px;
}
td#rightpane .boxtitle {
	line-height: 15px;
	font-weight: bold;
	padding: 2px 5px 3px 5px;
	background: url(rightweb_boxtitle.gif);
	color: #95cbff;
	width: 140px;
}
* html td#leftpane .boxtitle, * html td#rightpane .boxtitle { width: 150px; }


td#leftpane .boxcontent {
	width: 140px;
	padding: 10px 5px;
	background: url(web_boxcontent.gif);
	color:#ffffff;
}
td#leftpane .boxcontent a:link,
td#leftpane .boxcontent a:visited,
td#leftpane .boxcontent a:hover, {
	color:#95cbff !important;
}
td#leftpane .centeralign a{
color: #95cbff;
}
td#rightpane .boxcontent {
	width: 140px;
	padding: 10px 5px;
	background: url(rightweb_boxcontent.gif);
	color:#000000;
}
td#rightpane .boxcontent a:link,
td#rightpane .boxcontent a:visited,
td#rightpane .boxcontent a:hover, {
	color:#000099;
}
td#rightpane .centeralign a{
color: #000099;
}

* html td#leftpane .boxcontent, * html td#rightpane .boxcontent { width: 150px; }

td#leftpane input,
td#leftpane select,
td#rightpane input,
td#rightpane select {
	width: 140px;
	margin: 0px;
	font-size: 11px;
}


td#rightpane input.login
{
	width: 110px;
	margin: 0px;
	font-size: 11px;
	margin-bottom: 5px;
}

td#rightpane #submit_login
{
	width: 34px;
	height: 18px;
	margin-top: 10px;
	padding: 0px;
	font-size: 11px;
	background: url(go_button.gif) no-repeat;
	border: 0px;
	cursor: pointer;
}

td#rightpane #login_table a
{
	margin-left: 30px;
}


td#leftpane .boxbase {
	display: block;
	width: 150px;
	clear: both;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 15px;
	background: url(web_boxbase.gif);
}

td#rightpane .boxbase {
	display: block;
	width: 150px;
	clear: both;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 15px;
	background: url(rightweb_boxbase.gif);
}


.centeralign{
text-align: center !important;}


/*<======================== CENTERPANE ========================>*/

td#centerpane {
	padding: 0px 10px;
	width: 620px;
	margin: 0px;
	border: none;
	vertical-align: top;
}
* html td#centerpane { width: 640px; }

td#centerpane div#inner {
	position: relative;
	top: -25px;
}



td#centerpane .boxtitle {
margin-top: 10px;
	line-height: 15px;
	font-weight: bold;
	padding: 2px 5px 3px 5px;
	background: url(web_boxtitle3.gif);
	color: #fff;
	width: 140px;
	width: 610px;
}
* html td#centerpane .boxtitle { width: 620px; }

td#centerpane .boxcontent {
	padding: 10px 0px 10px 0px;
	width: 620px;
	background: url(web_boxcontent3.gif);
}


td#centerpane .boxbase {
	position:relative;
	margin-top: -10px;
	width: 620px;
	background: url(web_boxbase3.gif);
	height: 10px;
	font-size: 0px;
	line-height: 0px;
}

td#centerpane .centerclear{
	width: 620px;
	clear: both;
	line-height:0px;
	font-size:0px;
}

td#centerpane div#inner div#custompage a:link,
td#centerpane div#inner div#custompage a:visited,
td#centerpane div#inner div#custompage a:hover, {
	color:#95cbff;
}
div#custompage a { color:#95cbff;}
/*<======================== FOOTER ========================>*/

div#footer {
	height: 90px;
	background: url(web_footer.jpg);
}



/*<======================== BOTTOM BAR ========================>*/

div#wrapper div#bottombar {
	padding: 0px 10px;
	margin: 50px 0px 20px 0px;
	text-align: right;
	color:#FFFFFF;
}

div#wrapper div#bottombar a {
	color:#95cbff;
}

/*<======================== MENU ========================>*/



/*<======================== MENU ========================>*/

ul.menu li {
	display: block;
	float: left;
	width: 150px;
	background: none;
}


ul.menu li a {
	display: block;
	padding: 3px 5px 2px 5px;
	margin: 0px;
	background: url(web_linkout.gif);
	border-top: 1px solid #323232;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	color: #d8ebfe;
}


*html ul.menu li a {
	display: block;
	padding: 3px 5px 2px 5px;
	width: 150px;
}

ul.menu li.maincat a:hover, ul.menu li.maincat b {
	background: url(web_linkover.gif);
	border-top: 1px solid #000000;
	border-bottom: 1px solid #313131;
	color: #70b7fc;
}

ul.menu li.maincat b {
	display: block;
	width: 140px;
	padding: 3px 5px 2px 5px;
	position: relative;
	top: -4px;
	left: -5px;
	margin-right: -5px;
	margin-bottom: -7px;
}
* html ul.menu li.maincat b { width: 150px; margin-right: -10px; }

ul.menu li.maincat a:hover {
	background: url(web_linkover.gif);
	border-top: 1px solid #000000;
	border-bottom: 1px solid #313131;
	color: #70b7fc;
}

ul.menu li.subcat a {
	padding: 3px 5px 2px 13px;
	background: url(web_linksub.gif);
	border-top: 1px solid #787878;
	border-bottom: 1px solid #4b4b4b;
	color: #aaaaaa;
}

ul.menu li.subcat a:hover {
	padding: 3px 5px 2px 13px;
	background: url(web_linksubover.gif);
	border-top: 1px solid #787878;
	border-bottom: 1px solid #4b4b4b;
	color: #fff;
}

.searchbox {
	width: 140px;
	margin: 7px 0px;
	text-indent: 4px;
}

div.clear {
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}




/*<======================== ITEM DISPLAY ========================>*/


ul.item {
	display: inline;
	width: 190px;
	height: 170px;
	margin: 0px 3px 20px 3px;
	padding: 5px;
	list-style: none;
	float: left;
	background: url(web_item.gif);
}
* html ul.item { width: 200px; height: 180px; }

ul.item li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}

ul.item li.item_title {
	width: 190px;
	height: 35px;
	float: left;
	overflow: hidden;
	line-height: 13px;
}

ul.item li.item_title a {
	text-decoration: none;
	font-weight: bold;
	color: #95cbff;
}

ul.item li.item_picture {
	width: 110px;
	height: 115px;
	text-align: center;
}
ul.item li.item_picture a { margin: auto; }
ul.item li.item_picture a img { vertical-align: middle; }


ul.item li.item_description {
	width: 75px;
	padding: 0px 0px 0px 5px;
	height: 80px;
	overflow: hidden;
	color: #aaaaaa;
}
* html ul.item li.item_description { width: 80px;
 color:#aaaaaa;
 }



ul.item li.item_price {
	width: 75px;
	padding: 0px 0px 0px 5px;
	height: 35px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
* html ul.item li.item_price { width: 80px; }

ul.item li.item_price strong {
	font-size: 13px;
	display: block;
	color: #fff;
}

ul.item li.item_price span {
	font-size: 11px;
	font-weight: bold;
	text-decoration: line-through;
	display: block;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	height: 13px;
	color: #fff;
}

ul.item li.item_details, ul.item li.item_details a {
	width: 110px;
	height: 20px;
}

ul.item li.item_details {
	margin: 0px 5px 0px 0px;
}


ul.item li.item_add, ul.item li.item_add a {
	width: 75px;
	height: 20px;
}

ul.item li.item_details, ul.item li.item_details a,
ul.item li.item_add, ul.item li.item_add a {
	display: block;
}


/*<======================== UNDEFINED ========================>*/

#mainimage {
	width: 620px;
	height: 180px;
	background: url(web_image.jpg);
	margin: -15px 0px 0px 0px;
}

a.checkout {
	width: 70px;
	height: 18px;
	background: url(web_checkout.gif);
	display: block;
	margin-top: 10px;
}


div.breadcrumb {
	display: block;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

div.breadcrumb2 {
	display: block;
	padding: 10px 0px;
}

div.breadcrumb, div.breadcrumb a {
	text-decoration: none;
	color: #b2b2b2;
}

div.breadcrumb2, div.breadcrumb2 a {
	text-decoration: none;
	color: #999;
}





/*<======================== SEARCH BOX ========================>*/

#search {
	background: url(web_search.gif);
	color: #000;
	width: 620px;
	height: 25px;
	margin: 15px 0px 10px 0px;
	padding: 4px 0px 0px 0px;
}
* html #search { height: 29px; }

#search select, #search input {
	font-family: "tahoma", arial, verdana, sans-serif;
	font-size: 11px;
}

#search input.search_keyword {
	width: 170px;
	height: 18px;
	margin: 0px 0px 0px 36px;
	padding: 2px 4px;
	border: 1px solid #a5acb2;
	background: #fff !important;
}

#search select.search_categories {
	width: 160px;
	margin: 0px 0px 0px 19px;
}

#search select.search_brands {
	width: 160px;
	margin: 0px 0px 0px 25px;
}

#search input.search_go {
	width: 34px;
	height: 19px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border: none;
	background: none !important;
	cursor: pointer;

}



/* Shopping Cart Item Table! */
#shoppingcart, #noshoppingcart {
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 13px;
text-align: left;
padding: 2px;
margin: 10px 0px 0px 0px;
}

#shoppingcart {
border : #95cbff 1px solid ;}

#noshoppingcart {
border : #95cbff 1px solid ;}

#shoppingcart td, #noshoppingcart td {
padding: 1px;}

#shoppingcart .cartheading td, #noshoppingcart .cartheading td, .cartheading td{
color:#000000;
background : #95cbff;}

#noshoppingcart .cartheading td{
background : #fde2e2;}

#shoppingcart .total td{
background : #95cbff;}

#shoppingcart .grandtotal{
padding : 5px 0px 0px 0px;}

#noshoppingcart .main {
color : #000;
background-color: #0c0081;}

.main {
	color : #fff;
}

.total td {
	color : #fff;
}

#shoppingcart .showcart {
	color:aaaaaa;
}

#shoppingcart tbody .ship {
	color:#aaaaaa;
} 
#shoppingcart tbody .ship a:link,
#shoppingcart tbody .ship a:visited,
#shoppingcart tbody .ship a:hover,{
	color:#ffffff;
} 

/*Checkout Css! */
.noshipmessage {
padding: 10px 0px 0px 0px;
margin: 0px;
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;
color: #0c0081;}

#confirmaddress,
.formbox {
background : #95cbff;
padding: 10px;
margin: 10px 0px 0px 0px;
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 11px;
color:#000000;
border : #95cbff 1px solid }

.formbox b{
font-size: 12px;
color:#000000;
line-height: 20px;}

.formbox a:link,
.formbox a:visited,
.formbox a:hover, {
	color:#000000;
	}
.formbox a {
	color:#000000;
	}

.messagebox{ 
padding-top: 10px;
color:#000000;
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;
}

#paymentable{
margin: 10px 0px 0px 0px;
background : #95cbff;
color: #000000;
border : #95cbff 1px solid;}

#paymentable .main{
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;
color: #000000;
}

.continuebutton {
padding: 20px 0px 0px 0px;}

#paymenterror{
margin: 10px 0px 0px 0px;
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;
color: #0c0081;}


#paymentinfo {
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;
padding: 10px;
margin: 10px 0px 0px 0px;
border : #95cbff 1px solid;
background : #95cbff;
}

#paymentinfo .main{
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;
}



/* Log In / Register Page */
#customerlogin .main, #newcustomer .main {
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;
color:#000000;
background-color:#95cbff;}

#customerlogin .smalltext, #newcustomer .smalltext{
font-family: "tahoma", arial, verdana, sans-serif;
color:#000000;
font-size: 10px;}

#customerlogin, #newcustomer {
margin: 15px 0px 0px 0px;
background : #95cbff;
color:#000000;
border : #95cbff 1px solid }

#newcustomer .customeralert {
font-size: 11px;
color: #0c0081;}

.formerror{
font-size: 12px;
color: #0c0081;}

#customerlogin a:link,
#customerlogin a:visited,
#customerlogin a:hover, {
	color:#000000;
	}
#customerlogin a {
	color:#000000;
	}

/* Shipping Address and Payment Address Pages */
#customeraddress .main{
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;}


#customeraddress {
margin: 15px 0px 0px 0px;
background : #000;
border : #000 1px solid }

.formerror{
font-size: 12px;
color: #0c0081;}



/* ---------------------------------------------------- */
/*  Product Info Page Styling */
/* ---------------------------------------------------- */
#productwrapper {
padding: 5px;
}

#producttop {
width: 100%;
}

#producttop h4{
color: #95cbff;
padding: 0px;
margin: 0px;}

#producttitle{
float: left;
width: 58%;}

#productprice{
border-right: 1px solid #c9c9c9;
float: left;
width: 18%;

}

#productprice h4{
margin: 0px 10px 0px 0px;
float: right;
color: #95cbff;

}
#productprice h4 .productSpecialPrice {
color: #ffffff;
}
h4.price{
margin: 9px 10px 10px 0px;
font-weight: bold;
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 16px;
color: #95cbff;
}
h4.price .productSpecialPrice {
color: #ffffff;
}

#productprice input{
margin: 9px 10px 0px 0px;
float: right;
display: block;
}

input.addtocart{
width: 75px;
height: 20px;
background-image: url(web_addtocart.gif);
background-color: none;
border:none;
cursor: pointer;
}

#productthumbs{
margin-left: 3px;
float: left;
height: 48px;
}

#productthumbs ul{
margin-left: 10px;
}

#productthumbs li{
margin-bottom: 3px;
float: left;
}

#productthumbs li a{
text-decoration: none;
display: block;
width: 18px;
height: 18px;
margin: 1px;
text-align: center;
font-weight: bold;
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;
line-height: 18px;
cursor: pointer;
}

*html #productthumbs li a{
width: 20px;
height: 20px;
}


#productthumbs li.off a{
background: #95cbff;
color: #000 !important;
}

#productthumbs li.on a{
background: #005cb5;
color: #ffffff;
}

#productthumbs li.off a:hover{
background: #005cb5;
color: #ffffff;
}


#productthumbs a{
clear: both;
display: block;
width: 130px;
height: 20px;
background: #e6e6e6;
border: 1px solid #c8c8c8;
color: #000 !important;
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;
text-align: center;
margin-left:  10px;
line-height: 20px;
cursor: pointer;
}

#productthumbs #fullsize {
	color: #000000 !important;
}

*html #productthumbs a{
width: 130px;
height: 20px;
}

#productinfo {
clear:both;
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;
width: 100%;
padding-top: 10px;
color:#aaaaaa !important;
}


#showcase {
margin-bottom: 10px;
float: right;
width: 350px;
background: none;
text-align: right !important;
}

#imageID {
	position: absolute;
	z-index: 100;
	padding: 40px 0px; 
	border: #999 solid 1px;
	top: 40px;
	left: 0px;
	width: 618px;
	text-align: center !important;
	display : none;
	background: #ffffff;
	font-family: "tahoma", arial, verdana, sans-serif;
	font-size: 12px;
	cursor:pointer;
	}
	
#shippinglist,
#reviews,
#alsopurchased,
#productattributes{
clear:both;
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;
width: 100%;
padding-top: 10px;

}

#productattributes table tr td{
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;
font-weight: bold;
color:#aaaaaa;
}

#productattributes select{
z-index: 1;
}



#shippinglist {
font-weight:bold;
color: #aaaaaa; }

#large_image {
display: none;}

/* Add list item back into product description */
#productinfo li{
list-style-type: disc;
list-style-position: outside;
margin-left: 20px;
}


/* --------------------------------------------------*/
/* Shopping Cart Page */
/* --------------------------------------------------*/
.main a{
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;
color: #666666;
}

/* --------------------------------------------------*/
/* Sort By Bar for Product Area */
/* --------------------------------------------------*/
.productListing-heading {
margin: 0px 8px;
color: #888;
font-weight: normal;
font-size: 12px;
}

#sortby {
}
#sortby .productListing-heading {
	color:#ffffff;
}


/* --------------------------------------------------*/
/* Forgotten Password Page */
/* --------------------------------------------------*/

div#promoid_1014 .boxcontent #login_table .login {
	background-color:#000000 !important;
	border: 1px solid #ffffff;
	color:#ffffff;
	}
div#promoid_1014 .boxcontent a{
	color:#000099;
}
div#promoid_1007 .boxcontent a{
	color:#000099;
}
.pagelinks {
	color:#ffffff;}
.pageHeading {
	color:#ffffff;
	font-family: "tahoma", arial, verdana, sans-serif;
	font-size:14px;
}
div#promoid_1003 .boxcontent a{
	color:#95cbff;
}
div#promoid_1004 .boxcontent a{
	color:#000099;
}
div#promoid_1005 .boxcontent a{
	color:#000099;
}
div.productpage .boxtitle { background: none !important;}
div.productpage .boxcontent { background: none !important;} 
div.productpage .boxbase { background: none !important;}
div#content td { color:#ffffff; }
div#content { color:#ffffff; }

.currpage { color: #96cbff; }
.currpage a{ color: #CCCCCC; }


.checkout_options img{
vertical-align: middle;
}

.checkout_options {
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 11px ;
color: #000000;
}


.newcustomer {
width: 598px;
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px ;
padding: 10px;
color: #000000 !important;
margin: 15px 0px 0px 0px;
background : #95cbff;
border : #000 1px solid ;
}

*html .newcustomer {
width: 620px;
}


.newcustomer  td{
padding: 0px 2px 7px 2px;
}

*html .newcustomer  td{
padding: 0px 0px 10px 10px;
}

.newcustomer .col1{width: 79px;}
.newcustomer .col2 {width: 193px;}
.newcustomer .col3 {width: 119px;}
.newcustomer .col4 {width: 199px;}


*html .newcustomer .col1{width: 86px;}
*html .newcustomer .col2 {width: 200px;}
*html .newcustomer .col3 {width: 127px;}
*html .newcustomer .col4 {width: 206px;}


.newcustomer .titlecol td{
padding-bottom: 15px;
color: #000 !important;
}

*html .newcustomer .titlecol td{
padding-bottom: 15px;
padding-top: 15px;
}

.newcustomer .countrybox td{
height: 5px;
font-size: 0px;
}

.newcustomer select{
margin: 0px;
}


.newcustomer input{
margin: 0px;
width: 146px;
}


#registerform {display: none;}

.checkout_options{
cursor: pointer;
}

/* --------------------------------------------------*/
/*Checkout Confirmation Page */
/* --------------------------------------------------*/


#confirmpayment, #confirmaddress{
float: left;
margin-top: 20px;
width: 260px;}

#confirmcomments{
margin-top: 20px;
width: 560px;}

#confirmproducts {
clear:both;
}

/* Shopping Cart Item Table! */
#confirmproducts table {
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 13px;
text-align: left;
padding: 0px;
margin: 20px 0px 0px 0px;
}

#confirmproducts td{
padding: 1px;}

#confirmproducts .cartheading td{
font-weight: bold;}

#confirmouter {
background : #95cbff;
padding: 20px 20px 20px 20px;
border : #000 1px solid;
} 

#confirmbuttons {
width: 618px;
text-align: right !important;
}

.main a{
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px;
color: #fff !important;
}


h2.cart_page_headings {
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 15px ;
color: #95cbff;
padding: 0px;
margin: 0px 0px 10px 0px;
}



#cart_ttl {
margin-top: 10px;
font-family: "tahoma", arial, verdana, sans-serif;
font-size: 12px ;
color: #95cbff;
}


#cart_ttl b{
color: #fff;
font-size: 12px ;
}

#cart_ttl a, #cart_ttl a b{
color: #95cbff;
font-size: 11px ;
}
.formerror { color: #fff;}

div#registerform .newcustomer tbody tr td { color: #000;}

#content form {
	font-family: "tahoma", arial, verdana, sans-serif;
	font-size: 12px ;
}
#content select {
	font-family: "tahoma", arial, verdana, sans-serif;
	font-size: 12px ;
}

#customiddle,
#customiddle img {
	padding: 0px !important;
	margin: 0px !important;
}

.loggoff {
	color: #FFFFFF !important; }
	
#topgearaddress {
	width: 590px;
}

.boxcontent a img {
	border: 1px solid #95cbff !important; }
	
#promoid_142 a img {
	border: 1px solid #95cbff !important; }
	
#inner div a {
	color: #95cbff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

body div td table div div p {
color: #FFFFFF !important;
}

.smalltext, .smalltext a {
font-family: "tahoma", arial, verdana, sans-serif;
color: #fff;
font-size: 10px;}

#cart-berni-error {color:#FFFFFF;}
