h1{
	margin: 0 0 12px 0;
	font-size: 14px;
}
h2{
	margin: 0 0 12px 0;
	font-size: 14px;
}
p, div.p{
	margin: 0 0 12px 0;
}
.clear{
	clear: both;
}
.clear12{
	clear: both;
	height: 12px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}
.banner{
	margin: 0 0 12px 0;
}

/* category list page */
table.categorylist{
	border-collapse: collapse;
	margin: 6px -6px;	
	border-collapse: collapse;	
}
table.categorylist td{
	padding: 0;
}
table.categorylist td.maintd{
	padding: 6px 17px 12px;
	width: 150px;
	vertical-align: top;	
}
.categorylistimage{
	width: 150px;
	height: 150px;
	margin: 0 0 4px 0;
	border: 1px solid #CCCCCC;	
	border-collapse: collapse;
}
.categorylistimage td{
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.categorylistimage td img{
	display: block;
	margin: 0 auto;
}
.categorylistname{
	text-align: center;
}
/* end category list page */

/* product list page */
.productlist{
	margin: -24px -23px -20px;	
}
.productlist .maintd{
	width: 148px;
	border: 1px solid #cccccc;
	background-color: #F2F2F2;
	padding: 0 0 6px 0;;
	text-align: center;
	vertical-align: top;
}
.productlistimage{
	border-collapse: collapse;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 3px 0;
}
.productlistimage td{
	width: 148px;
	height: 148px;
	padding: 0;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.productlistimage td img{
	display: block;
	margin: 0 auto;
}
.prodlink{
	margin: 0 6px 5px 6px;
	text-align: center;
}
.prodlink a{
	display: block;
}

.productlist .maintd .price{
	margin: 0 0 6px 0;
}
/* end product list page */
.price{
	font-size: 14px;
	font-weight: bold;
}
.oldprice{
	text-decoration: line-through;
	color: #666666;
	font-size: 12px;
}
.newprice{
	color: #ff0000;
}
/* more information page */
.product-imagebox{
	width: 300px;
	float: left;
}
a.clicktoenlarge{
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}



.zoom_mediumtbl{
	width: 300px;
	height: 300px;
	margin: 0 0 3px 0;
	border-collapse: collapse;
}
.zoom_mediumtbl td{
	vertical-align: middle;
	text-align: center;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
	cursor: pointer;
	border: 1px solid #EFEFEF;
}
.zoom_text{
	background-color:#EEEEEE;
	font-size:12px;
	margin:0 0 6px;
	padding:2px 3px;
	text-align: center;
}
table.zoom_loop{
	border-collapse: collapse;
	margin: 0 -6px 0 -6px;
}
table.zoom_loop td.zoom_maintd{
	padding: 0 6px 6px;
	text-align: center;
	vertical-align: top;
}
.zoom_loopimage{
	border-collapse: collapse;
	height: 92px;
	margin: 0 0 3px;
	width: 92px;
}
.zoom_loopimage td{
	border: 1px solid #EFEFEF;
	cursor: pointer;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.zoom_loopimage td img{
	display: block;
	margin: 0 auto;
}
.zoom_hint{
	cursor:pointer;
	display:block;
	font-size:10px;
	text-decoration:underline;
}
.product-info{
	padding-left: 14px;
	float: left;
	width: 442px;
}
.product-info .price{
	margin: 0 0 6px 0;
}
div.sku{
	margin:-4px 0 6px;	
}
div#selects{
	margin: 0 0 12px 0;
}
h4.caption{
	font-size:12px;
	font-weight:bold;
	margin:0 0 6px;	
}
div#selects select{
	display: block;
	margin: 0 0 9px;
	padding: 2px 0 0 3px;
	border: 1px solid #7F9DB9;
}
fieldset.qty label{
	font-weight: bold;
}
fieldset.qty input{
	vertical-align: middle;
}
fieldset.qty input.qty{
	width: 16px;
	height: 16px;
	padding: 2px 3px;
	border: 1px solid #7F9DB9;	
	margin: 0 5px 0 4px;
}


/* start breadcrumbs styles */
ul.breadcrumbs{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
ul.breadcrumbs li{
	display: inline;
	background-image: url(../images/breadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: 100% 5px;
	padding-right: 11px;
	padding-left: 5px;
}
ul.breadcrumbs li.first{
	padding-left: 0;
}
ul.breadcrumbs li.last{
	background: none;
}
/* end breadcrumbs styles */

/* start popup styles */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="media/images/overlay.png", sizingMethod="scale");
}
	
.xlpreview{	
	border: 1px solid #9e2f2d;
	position: absolute;
	width: 250px;
	height: 250px;
	right: -255px;
	overflow: hidden;
	top: -0px;
}	
.xlpreview img{
	position: absolute;
}
.zoomframe {
	z-index: 92;	
	display: none;
	position: absolute;
	width: 125px;
	height: 125px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

/* end popup styles */

/* end more information page */


/* Shopping Cart Styles */
.clear{
	clear: both;
}
.scshipcustomfield{
	text-align: center;
	margin: 0 0 14px 0;
}
.scshipcustomfield h3{
	color: #fe0003;
	margin: 0 0 6px 0;
	font-size: 22px;
}
.scshipcustomfield h3 span{
	color: #000000;
}
.scshipcustomfield p{
	margin: 0 0 13px 0;
}
.scshipcustomfield textarea{
	border: 1px solid #7F9DB9
}
td.comm{
	text-align: center;
}


.scbox{
	width: 756px;
}
h1.scheader{
	height: 66px;
	margin: 0;
	text-indent: -3000px;
	overflow: hidden;
	background-repeat: no-repeat;
}
h1.scheader-shoppingcart{
	background-image: url(../images/sc/step-shoppingcart.png);
}
h1.scheader-checkout{
	background-image: url(../images/sc/step-checkout.png);
}
h1.scheader-ordercomplete{
	background-image: url(../images/sc/step-ordercomplete.png);
}
h2.scstep{
	line-height: 50px;
	height: 52px;
	background-image: url(../images/sc/step-bg.gif);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding-left: 9px;
}

div.scheader{
	margin: 0 0 12px 0;
}
div.scheader h3{
	font-size: 15px;
	margin: 0 0 9px 0;
}
div.scheader p{
	font-size: 13px;
	margin: 0 0 41px 0;
}
table.scheader{
	width: 100%;
	margin: 0 0 27px 0;
}
table.scheader td{
	vertical-align: top;
}
.scheader-td2{
	width: 165px;
	padding-left: 12px;
}
.sc-continueshopping{
	float: left;
}
.sc-customerbuttons{
	float: right;
}
.sc-customerbuttons .sc-newcustomer{
	background-image: url(../images/sc/buttons/create_account.gif);
	float: left;
	width: 126px;
	height: 34px;
	text-indent: -3000px;
	overflow: hidden;
}
.sc-customerbuttons .sc-login{
	background-image: url(../images/sc/buttons/account_login.gif);
	float: left;
	width: 115px;
	height: 34px;
	text-indent: -3000px;
	overflow: hidden;
	margin-left: 8px;
}
.sc-customerbuttons p{
	clear: left;
	padding-top: 4px;
	margin-bottom: 0;
}


div.sccol2{
	width: 165px;
	background-color: #efefef;
	background-image: url(../images/sc/shoppinghereissafefooter.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
div.sccol2 h4{
	text-indent: -3000px;
	overflow: hidden;
	background-image: url(../images/sc/shoppinghereissafe.gif);
	width: 165px;
	height: 31px;
	margin: 0 0 6px 0;
}
div.sccol2 div.sccol2box{
	text-align: center;
	padding: 0 0 12px 0;
}
div.scshowbasket{
	margin: 0 0 18px 0;
}
table.cart{
	width: 100%;
}
table.cart td{
	background-color: #efefef;
	padding: 2px 3px;
	vertical-align: middle;
}
table.cart .even td{
	background-color: #f4f4f4;
}
.cart_quantity input{
	border: 1px solid #dbdfe6;
	border-top: 1px solid #abadb3;
}
td.cart_delete, td.cart_quantity, td.cart_image{
	text-align: center;
}
td.cart_price, td.cart_total{
	text-align: right;
}
td.cart_total{
	font-weight: bold;
}
td.cart_sku, td.cart_price{
	color: #666666;
}
table.carttotal{
	width: 100%;
	margin: 0 0 12px 0;
}
td.carttotal-td2{
	text-align: right;
}
table.totals{
	margin: 0 0 0 auto;
	border-collapse: collapse;
}
table.totals td{
	border-collapse: collapse;
	padding: 3px;	
}
table.totals td.totals_txt, table.totals td.totals_all_txt{
	text-align: left;
	font-weight: bold;
	padding-right: 24px;
}
table.totals td.totals_all_txt{
	border: 1px solid #feadea;
	border-right: 0;
	background-color: #feeef9;
	padding: 3px 24px 3px 6px;
}
table.totals td.totals_all{
	border: 1px solid #feadea;
	border-left: 0;
	background-color: #feeef9;	
	padding: 3px 3px 3px 3px;
}
table.totals td.totals{
	text-align: right;
}
.coupontbl td{
	vertical-align: top;
}
.coupontbl-td1{
	padding-right: 6px;
	padding-top: 7px;
}
.coupontbl-td2{
	padding-top: 3px;
	padding-right: 8px;
}
.coupontbl-td2 input{
	border: 1px solid #dbdfe6;
	border-top: 1px solid #abadb3;
	width: 160px;
	height: 18px;
	padding: 2px 3px;
}
td.carttotal-td1{
	padding-top: 12px;
}
td.carttotal-td1 div{
	margin: 0 0 24px 0;
}
td.carttotal-td1, td.carttotal-td2{
	vertical-align: top;
}
.scshipping-td1, scshipping-td2{
	vertical-align: top;
}
.scshipping-td1{
	width: 373px;
	padding-right: 22px;
}
.scshipping-td2{
	width: 335px;
}
.scshipping-td2 h3{
	font-size: 15px;
	margin: 0 0 12px 0;
}
.scshipping-td2 p{
	margin: 0 0 12px 0;
	font-size: 13px;
}
table.scshipping{
	margin: 0 0 12px 0;
}
a.sccustomers{
	font-size: 11px;
	display: block;
	margin: 0 0 12px 0;
}
td.zipncountry{
	vertical-align: top;
}
.scshipping-td1 .zipncountry input{
	border: 1px solid #dbdfe6;
	border-top: 1px solid #abadb3;	
}
.scshipping-td1 select{
	width: 185px;
	border: 1px solid #dbdfe6;
	border-top: 1px solid #abadb3;
}
.zipncountry_txt{
	padding-right: 21px;
}
.taxnship_hdr{
	font-weight: bold;
}
div.sc-payment{
	text-align: center;
}
div.sc-checkout{
	padding-top: 12px;
	text-align: center;
}
table.bill_addr, table.ship_addr{
	width: 100%;
}
.bill_addr_hdr, .ship_addr_hdr{
	background-color: #c1c1c1;
	text-align: left;
	font-weight: bold;
	line-height: 49px;
	padding-left: 12px;
}
table.addr_name{
	border-collapse: collapse;
	empty-cells: hide;
}
table.addr_name td{
	padding: 0 5px 0 0;
	empty-cells: hide;
}

table.addr{
	margin: 0 0 12px 0;
	width: 100%;
}
table.addr > td{
	width: 50%;
}
.addr_val select{
	width: 223px;
}
td.addr{
	text-align: right;
	padding-right: 3px;
}
td.addr_val input, td.addr_val select{
	border: 1px solid #dbdfe6;
	border-top: 1px solid #abadb3;	
}
td.addr_foot{
	text-align: right;
}


table.comm{
	margin: 0 auto 12px;
}
textarea.comm{
	border: 1px solid #7f9db9;
}
td.comm_hdr{
	font-weight: bold;
	text-align: center;
}
table.payment{
	margin: 0 auto 12px;
}
table.payment input, table.payment select{
	border: 1px solid #dbdfe6;
	border-top: 1px solid #abadb3;		
}
td.payment_hdr{
	font-weight: bold;
	text-align: center;
}
td.payment{
	text-align: right;
}
.scshippingfooter{
	text-align: center;
	margin: 0 0 12px 0;
}
.scshippingfooter strong{
	font-size: 14px;
}
.scshippingbuttons{
	margin: 0 0 12px 0;
}
.scshippingbuttons input{
	display: block;
	margin: 0 auto 12px;
}
.scemail{
	text-align: center;
	margin: 0 0 12px 0;
}
.sc-orderinginstructions{
	clear: both;
}
.sc-orderinginstructions .instruct_hdr{
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}
.sc-orderinginstructions textarea{
	width: 744px;
	height: 130px;
	border-color: #ABADB3 #DBDFE6 #DBDFE6;
   border-right: 1px solid #DBDFE6;
   border-style: solid;
   border-width: 1px;
	padding: 3px;
}
table.zipncountry{
	position: absolute;
	margin: -155px 0 0 220px;
	border: 3px solid #FEADEA;
}
table.zipncountry td{
	padding: 2px 4px 4px 4px;
}

/* Shopping Cart Styles */

/* Start Search Results Styles */
.search_table{
	width: 100%;
	margin: 0 0 12px 0;
}
.search_field{
	width: 200px;
	padding-right: 3px;
}
.search_info{
	background-color: #FFFFFF;
	border: 1px solid #EFEFEF;
	padding: 6px;
}
.search_info table{
	width: 100%;
}
.search_info td{
	vertical-align: top;
	padding: 2px 6px;
}
.search-count{
	font-size: 11px;	
}
.search-results-page{
	text-align: right;
	font-size: 11px;
}
.search-prevnext{
	
}
.search-sortby{
	text-align: right;
}

.search-separator{
	display: block;
	margin: 6px 0 12px 0;
	background-color: #e0dfa0;
	height: 2px;
	overflow: hidden;
	border: 0;
}
.search-product{
}
.search-productimage{
	float: left;
	width: 66px;
}
.search-content{
	float: left;
	width: 500px;
}
.search-content .search-name{
	font-size: 14px;
	display: block;
	margin: 0 0 2px 0;
}
.search-moreinfo{
	float: right;
	width: 186px;
}
.search-priceblock{
	float: left;
	text-align: center;
	width: 100px;
}
.search-priceblock span{
	display: block;
}
.search-priceblock .search-oldprice{
	text-decoration: line-through;
}
.search-priceblock .search-onsale{
	color: #ff0000;
	font-weight: bold;
}
.search-moreinfolink{
	float: right;
	padding-right: 6px;
	width: 80px;
}

.search-foundincaption{
	clear: both;
	font-weight: bold;
	background-color: #F1F6F0;
	font-size: 11px;
	padding: 3px;
	margin: 0 0 3px 0;
}
a.search-foundin{
	font-size: 11px;
	font-weight: normal;
}
.search-pipeline{
	font-size: 11px;
	padding: 0 3px 0 6px;
}
/* End Search Results Styles */
