h1{
	margin: 0 0 12px 0;
	font-size: 16px;
}
h1.main{
	color: #9d0020;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 6px 0;
}
h2{
	margin: 0 0 12px 0;
	font-size: 14px;
}
p, div.p{
	margin: 0 0 12px 0;
	line-height: 17px;
}
div.main{
	margin: 0 0 25px 0;
}
div.pmain{
	color: #333333;
}
.clear{
	clear: both;
}
.clear12{
	clear: both;
	height: 12px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
}
/* home page styles */
.banner{
	float: left;
	width: 620px;
}
.homelist{
	float: left;
	width: 290px;
	list-style: none;
	padding: 0;
	margin: 0 -20px 12px 10px !important;
}
.homelist li{
	display: block;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	min-height: 72px;
	height: 90px;
	padding: 0px 0 0px 30px;
}
.homelist li.even{
	background-image: url(../images/bullet2.gif);	
}
.homelist h2{
	color: #533b25;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 3px 0;
}
.homelist h2 a{
	color: #533b25;
	text-decoration: none;	
}
.homelist p{
	line-height: 14px;
	margin: 0;
}
h1.home{
	clear: left;
	border-bottom: 1px solid #9d0020;
	color: #9d0020;
	font-weight: bold;
	font-size: 18px;
	padding: 12px 0 6px 0;
}

.productlisthome{
	margin: 0 0 24px 0;
	border-collapse: collapse;
	background-image: url(../images/vdot.gif);
	background-repeat: repeat-y;
	background-position: right 0;	
}
.productlisthome td{
	padding: 0;
}
.productlisthome td.maintd{
	width: 130px;
	padding: 0 10px 12px 10px; 
	background-image: url(../images/vdot.gif);
	background-repeat: repeat-y;
}
.productlisthomeimage{
	border-collapse: collapse;	
	margin: 0 0 3px 0;
	width: 130px;
	height: 130px;
}
.productlisthomeimage td{
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	line-height: 1px;
}
/* end home page styles */


/* product list page */
.productlist{
	border-collapse: collapse;
	background-image: url(../images/hdot.gif);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	margin: 0 0 12px 0;
}
.productlist td{
	padding: 0;
}

.productlist td.maintd{
	width: 300px;
	padding: 20px 20px 20px 0;
	background-image: url(../images/hdot.gif);
	background-repeat: repeat-x;
	
}
.prodlink{
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 13px;
}
.prodlink a{
	color: #76943a;
}
.prodno{
	color: #999999;
	font-size: 11px;
}
.price{
	color: #9d0020;
	font-weight: bold;
}
.price .oldprice{
	text-decoration: line-through;
}
.price .newprice{
	color: #ff0000;
}
.productlistinfo .price{
	margin: 0 0 10px 0;
}

.productlistimage{
	width: 102px;
	height: 102px;
	float: left;
	border-collapse: collapse;
}
.productlistimage td{
	border: 1px solid #d8d8d8;
	vertical-align: middle;
	text-align: center;
	/*line-height: 1px; */
	cursor: pointer;
	overflow: hidden;
}
.productlistimage td img{
	display: block;
	margin: auto;
	max-width: 100px;
}
.productlistinfo{
	float: left;
	width: 170px;
	margin-left: 10px;
}

.addtocart-text{
	border: 1px solid #d8d8d8;
	width: 26px;
	height: 17px;
	padding: 3px 4px;
}
.addtocart-img{
	background-image: url(../images/addtocart.gif);
	background-position: 0 0;
	width: 74px;
	height: 23px;
	margin-top: 2px;
	margin-left: 3px;
	vertical-align: top;
}
.addtocart .over{
	background-position: 0 23px !important;
}

/* end product list page */


/* more information page */
.product-imagebox{
	width: 300px;
	height: 300px;
	float: left;
	border-collapse: collapse;
}
.product-imagebox td{
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
.moreinfoproductlist{
	border-collapse: collapse;
	margin: 0 0 12px 0;
	width: 600px;
}
.moreinfoproductlist thead td{
	background-color: #f0efef;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	line-height: 23px;
}
.moreinfoproductlist td{
	padding: 5px 0 5px 8px;
	vertical-align: top;
	line-height: 17px;
}
.moreinfoproductlist tr.even td{
	background-color: #f0efef;
}
.moreinfoproductlist td.moreinfoproductlist-name{
	width: 300px;
}
.moreinfoproductlist tbody td.moreinfoproductlist-name{
	padding-top: 10px;
}
.moreinfoproductlist td.moreinfoproductlist-no{
	width: 100px;
}
.moreinfoproductlist tbody td.moreinfoproductlist-no{
	padding-top: 10px;
}
.moreinfoproductlist td.moreinfoproductlist-price{
	width: 110px;
}
.moreinfoproductlist tbody td.moreinfoproductlist-price{
	padding-top: 10px;
}

.moreinfoproductlist td.moreinfoproductlist-price .oldprice{
	text-decoration: line-through;
}
.moreinfoproductlist td.moreinfoproductlist-price .newprice{
	color: #ff0000;
	font-weight: bold;
}
.quantitypricinglink{
	display: block;
	margin: 0 0 12px 0;
}
.ralign .quantitypricinglink{
	margin: 0 0 7px 0;
	padding: 0 6px 0 0;
}
.ralign{
	text-align: right;
}
.product-info{
	padding-left: 14px;
	float: left;
	width: 600px;
}
.product-description{
	float: left;
	width: 237px;
}
.product-description h2{
	color: #5e070f;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.product-description ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-description li{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 13px;
	margin-left: 10px;
}
.product-information{
	float: right;
	width: 330px;
	padding-left: 30px;
}
.product-no{
	color: #636363;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.product-info .price{
	margin: 0 0 15px 0;
	color: #000000;
	font-weight: normal;
}

input.qty{
	width: 16px;
	height: 16px;
	padding: 2px 3px;
	border: 1px solid #7f9db9;
}
.product-information .addtocart{
	margin: 0 0 15px 0;
}
.product-information .addtocart input{
	vertical-align: middle;
}
.product-information h3{
	font-size: 14px;
	margin: 0 0 2px 0;
	color: #5e070f;
}
.product-information p{
	color: #556e01;
	line-height: 20px;
}

.youmayalsobox{
	float: left;
}
.youmayalso{
	background-image: url(../images/youmight.gif);
	width: 237px;
	height: 16px;
	margin: 0 0 16px 0;
	text-indent: -3000px;
	overflow: hidden;
}
.tabbox{
	float: right;
	width: 567px;
}
.tabbox ul{
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #979696;
	border-left: 1px solid #979696;
	height: 35px;
	float: left;
}
.tabbox ul li{
	float: left;
	cursor: pointer;
	background-color: #f0efef;
	line-height: 34px;
	padding: 0 20px;
	border-right: 1px solid #979696;	
	border-bottom: 1px solid #979696;
	text-decoration: underline;
	position: relative;
	z-index: 1;
}
.tabbox ul li.active{
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.tabbox .tab{
	border: 1px solid #979696;
	clear: left;
	padding: 20px 10px 10px;
	position: relative;
	top: -1px;
	z-index: 0;
}

/* start breadcrumbs styles */
ul.breadcrumbs{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	color: #666666;
	font-size: 10px;
}
ul.breadcrumbs li{
	display: inline;
	background-image: url(../images/breadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: 100% 4px;
	padding-right: 8px;
	padding-left: 2px;
}
ul.breadcrumbs li.first{
	padding-left: 0;
}
ul.breadcrumbs li.last{
	background: none;
}
/* end breadcrumbs styles */
/* end more information page */


/* Shopping Cart Styles */
.clear{
	clear: both;
}
.scbox{
	width: 916px;
}
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/new_customer.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: 118px;
	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;
}
.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 #5e070f;
	border-right: 0;
	background-color: #efedc5;
	padding: 3px 24px 3px 6px;
}
table.totals td.totals_all{
	border: 1px solid #5e070f;
	border-left: 0;
	background-color: #efedc5;	
	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: 500px;
	padding-right: 22px;
}
.scshipping-td2{
	width: 390px;
}
.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-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{
	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;
}
/* 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: #739638;
	height: 2px;
	overflow: hidden;
	border: 0;
}
.search-product{
}
.search-productimage{
	float: left;
	width: 110px;
}
.search-content{
	float: left;
	width: 630px;
}
.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: #e4e0dd;
	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 */

/* Start Gift Certificate Styles */
.gc-buttons{
	text-align: center;
}
.gc-steps{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.gc-number{
	font-size: 18px;
}
.gc-policy{
	font-size: 10px;
}
.gc-separator{
	display: block;
	margin: 6px 0 12px 0;
	background-color: #88ae85;
	height: 2px;
	overflow: hidden;
	border: 0;
}
/* End Gift Certificate Styles */

/* Quick Order */
#row_loop, #confirm_table{
	width: 915px !important;
	border-collapse: collapse !important;
	border: 0 !important;
	line-height: 17px;
}
#row_loop th, #row_loop td, #confirm_table th, #confirm_table td{
	border: 0 !important;
	padding: 5px !important;
	font-weight: bold !important;
}
#confirm_table tr td{
	background-color: #ffffff;
}
#row_loop tr.even td, #confirm_table tr.even td{
	background-color: #f0efef;
}
#row_loop th, #confirm_table th{
	background-color: #f0efef;
}
#row_loop .sku_input{
	width: 580px !important;
}
#row_loop input, #confirm_table input{
	border: 1px solid #D8D8D8; 
}
#submit_button_table{
	width: 825px !important;
}
/* End Quick Order */
/* Customer Registration */
.crbox{
	text-align: center;
	width: 916px;
}
.crbox #messages{
	margin: 0 auto;
}
.crbox .ups_error{
	margin: 0 auto;
}
.crbox .cr{
	margin: 0 auto;
}
p#header {
  text-align: center;
}
p#footer {
  text-align: center;
}

p#order_number {
  text-align: center;
  font-weight: bold;
}

/* table for entering customer e-mail and password */
td.email_pw {
  text-align: left;
  padding-right: 10px;
}
.crbox table.email_pw{
  margin: 0 auto;	
}
.crbox .view_edit{
	 margin: 0 auto;
}
.crbox .pw{
	margin: 0 auto;
}
.crbox .cr > table{
	margin: 0 auto;
}

/* table for selecting HTML/plain text e-mail */
td.email_type {
  width: 100%;
}

td.payment_hdr {
  font-weight: bold;
}

td.payment {
  text-align: left;
}

td.payment_value {
  text-align: left;
}


table.order_del {
  font-weight: bold;
}

div.cust_name {
  font-weight: bold;
}

table.view_edit {
  width: 400px;
}

td.view_edit {
  text-align: center;
  padding-bottom: 15px;
}

/* Delete Item Button */
input.button154 {
  cursor: pointer;
}




/* End Customer Registration */
