body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #252525;
	margin: 0px;
	background-position: center top;
	font-size: 12px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #039;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	hide-focus: expression(this.hideFocus=true); /* for ie 5+ */ 
	outline: none; /* for firefox 1.5 + */ 
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

#bodycontenter {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header , #infocontenter, #footer{
	width: 945px;
	clear: left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#companylogo {
	float: left;
	padding-top: 25px;
}
#headerright {
	float: right;
}
#headerright #sitetag {
	font-size: 10px;
	color: #FFF;
	text-align: right;
}
#headerright #shoppingcart {
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/shoppingcart.png);
	padding: 10px;
	text-align: right;
	color: #FFF;
	margin-top: 5px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 158px;
}
#headerright #shoppingcart a {
	color: #FFF;
}
#headerright #member {
	background-image: url(../images/memberarea.png);
	height: 35px;
	width: 123px;
	font-size: 12px;
	color: #CCC;
	line-height: 35px;
	padding-left: 38px;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	background-repeat: no-repeat;
}
#headerright #member a {
	font-weight: bold;
	color: #FFF;
}

#headerright #menu {
	margin-top: 5px;
	float: right;
}
#headerright #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#headerright #menu ul li {
	display: inline;
}
#headerright #menu ul li a {
	font-size: 13px;
	text-decoration: none;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	white-space: nowrap;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b1b1b1;
	border-left-color: #FFF;
	font-weight: bold;
	color: #333;
}
#headerright #menu ul li a:hover {
	background-position: left bottom;
	color: #036;
}
#headerright #menu ul .leftmenu a {
	background-image: url(../images/menu_left_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	padding-left: 15px;
	white-space: nowrap;
	border-left-style: none;
}
#headerright #menu ul .leftmenu a:hover {
	background-position: left bottom;
	color: #036;
	background-image: url(../images/menu_left_bg.png);
}
#headerright #menu ul .rightmenu a {
	background-image: url(../images/menu_right.png);
	background-repeat: repeat-x;
	background-position: right top;
	border-right-style: none;
	padding-right: 15px;
}
#headerright #menu ul .rightmenu a:hover {
	background-position: right bottom;
	color: #036;
	background-image: url(../images/menu_right.png);
}
#headerright #menu ul li .inpagemenu {
	color: #033;
}
#infoleft  {
	float: left;
	width: 207px;
	padding-left: 3px;
}

#infoleft h3 {
	background-image: url(../images/left_header.png);
	background-repeat: no-repeat;
	font-size: 13px;
	color: #FFF;
	height: 35px;
	line-height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 190px;
	background-position: left top;
}
#infoleft h3 a {
	display: block;
	float: right;
	background-image: url(../images/left_headerlink.png);
	height: 35px;
	width: 67px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}


#infoleft #category ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#infoleft #category ul li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	padding-left: 10px;
	line-height: 20px;
	height: 20px;
	padding-top: 5px;
}
#infoleft #category .maincat ul li a:hover {
	color: #F60;
}
#infoleft #category .accordion ul li a{
	color: #FFF;
	background-image: url(../images/menu_accordion.png);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}
#infoleft #category .subcat {
	padding-left: 5px;
	padding-right: 5px;
}
#infoleft #category .subcat ul {
	background-image: url(../images/menu_accordion_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
}

#infoleft #category .subcat ul li a {
	font-size: 11px;
	color: #FFF;
	background-color: #333;
	background-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	line-height: 18px;
	height: 18px;
	padding-top: 0px;
}
#infoleft #category .subcat ul li a:hover {
	color: #FC0;
}

#infoleft #manufactuers {
	padding-left: 6px;
}

#manufacturer_ser , #product_ser{
	width: 190px;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#manufactuers p {
	margin: 0px;
	padding: 0px;
}
#manufactuers form label {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




.blocktop_sm  {
	background-image: url(../images/category_top.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	font-size: 12px;
}
.blockbottom_sm  {
	background-image: url(../images/category_bottom.png);
	height: 13px;
	width: 207px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
}
#inforight {
	width: 730px;
	float: right;
}
#inforight h3 {
	background-image: url(../images/tag_blue.png);
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 35px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#inforight h3 a {
	float: right;
	background-image: url(../images/h3_bg.png);
	height: 35px;
	width: 62px;
	text-align: center;
	color: #FFF;
}

#indexadv .taggreen {
	background-image: url(../images/tag_green.png);
}
.advblock , .infoblock{
	padding: 5px;
}

.maininfo {
	background-image: url(../images/inforightbg.png);
	padding: 2px;
}
.maininfobottom {
	background-image: url(../images/inforighbottmbg.png);
	height: 9px;
	width: 730px;
	margin-bottom: 5px;
}
.largeimgholder {
	line-height: 280px;
	height: 280px;
	width: 280px;
	float: left;
}
.largeimgholder img {
	vertical-align: middle;
	margin: auto;
}
.advinfo {
	float: right;
	width: 380px;
	padding-right: 20px;
}
.advinfo p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.advinfo .brand {
	font-size: 16px;
	color: #069;
	font-weight: bold;
}
.advinfo .productname {
	font-size: 14px;
	color: #036;
	font-weight: bold;
}
.advinfo .productdesc {
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
.advinfo .productrrp , .advinfo .productprice, .advinfo .productsave{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.advinfo .productpriceamount {
	font-size: 18px;
	color: #F60;
}
.advinfo .procutnote {
	font-size: 11px;
	font-weight: normal;
}
.advinfo .productsave {
	color: #F00;
}

.middleline {
	text-decoration: line-through;
}
.productlist {
	width: 170px;
	text-align: center;
	height: 210px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 4px;
	float: left;
	padding-left: 4px;
	margin-top: 1px;
	margin-bottom: 8px;
}
.productlist .smallimgholder{
	text-align: center;
	height: 135px;
	line-height: 135px;
}
.productlist .smallimgholder img{
	vertical-align: middle;
}
.productlist .productname {
	font-size: 11px;
	font-weight: bold;
	color: #175B93;
	margin: 0px;
	display: block;
	line-height: 18px;
	height: 54px;
	vertical-align: middle;
}
.productlist .productname:hover {
	text-decoration: underline;
}
.productlist .productprice {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #F60;
}
#footer {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer #footerright {
	float: right;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	color: #FFF;
	font-size: 11px;
	line-height: 18px;
	width: 120px;
	text-align: right;
}
#footer #footerright a {
	color: #FFF;
	text-decoration: underline;
}
#footer #footerright a:hover {
	color: #F90;
}

#footer #footerright .bvmlink {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #6FF;
}
#footer #footerleft {
	float: left;
	color: #CCC;
	padding-left: 10px;
	padding-right: 10px;
	width: 770px;
}
#footer #footerleft p a {
	color: #F90;
}
#footer #footerleft p a:hover {
	text-decoration: underline;
}

#footer #footerleft p {
	margin-top: 2px;
	margin-bottom: 5px;
}
.maininfo h1 {
	font-size: 13px;
	font-weight: bold;
	color: #036;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#checkOrder {
	float: right;
}
#checkOrder a {
	font-size: 12px;
	line-height: 35px;
	background-image: url(../images/button_bg1.png);
	height: 35px;
	width: 95px;
	color: #FFF;
	display: block;
	font-weight: bold;
	text-align: center;
	background-repeat: no-repeat;
}











.clear {
	clear: both;
	float: none;
}
.nfSubC {
	position: absolute;
	display: inherit;
	visibility: inherit;
}
.HideFocus { 

}
.shippingcart_table {
	margin-right: 10px;
	margin-left: 10px;
	width: 95%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	font-size: 12px;
}
.shippingcart_table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	vertical-align: top;
	padding: 3px;
	font-size: 12px;
	line-height: 16px;
}
.shippingcart_table .titleTR td {
	background-color: #333;
	color: #FFF;
}
#product_left {
	float: left;
	width: 300px;
}
#product_image {
	width: 284px;
	height: 290px;
	border: 1px solid #CCC;
	text-align: center;
	margin-left: 2px;
	margin-top: 2px;
	line-height: 290px;
}
#product_image img {
	vertical-align: middle;
}

#product_left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#product_left ul li {
	display: inline;
}
#product_left ul li a {
	display: block;
	height: 140px;
	width: 140px;
	line-height: 140px;
	text-align: center;
	float: left;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 2px;
	margin-left: 2px;
}
#product_left ul li a img {
	text-align: center;
	vertical-align: middle;
}
#product_right {
	float: right;
	width: 400px;
}
#inforight h3 .productcategory {
	display: inline;
	float: none;
	background-image: none;
}


.formInuptField {
	font-size: 12px;
}
#product_right h2 {
	font-size: 12px;
	margin: 0px;
	color: #063;
}
.addtocart {
	margin-top: 5px;
}
.thePrice {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #F60;
}
.quantity {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
#addtoCart .selectbox {
	font-size: 11px;
}
.thePrice .priceLabe {
	font-size: 11px;
	color: #333;
}
#productinfo {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
#productinfo li .theInfo {
	font-size: 12px;
}
#productdesc {
	font-size: 11px;
	margin-top: 10px;
}
.error {
	background-color: #F60;
	padding: 5px;
	color: #FFF;
}
.searchresort {
	padding: 5px;
	color: #FFF;
	background-color: #15588F;
}
.terms * {
	font-size: 10px;
	line-height: 14px;
	margin: 0px;
}
.terms ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.terms h1 {
	font-size: 10px;
}
.terms ol li ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}

