@import url("clearfix.css");

body {
	background: #fff;
	font-size: 70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

/* Header */

#header {
	display:none;
}

#printheader {
	display:block;
}

#viewCart {
	display:none;
}

/* Nav */

ul#nav {
	display:none;
}

/* Content */

#content div.column1 {
	display:none;
}

h1 {font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; font-size:24px; color:#a90707; font-weight:normal;}
h2 {font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; font-size:1.6em; color:#a90707; font-weight:normal;}
h3 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.4em; color:#a90707;}
h4 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1.2em; color:#000; font-weight:normal;}
h5, h6 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1em; color:#a90707;}


/* Breadcrumb */

.breadcrumb {
	border-bottom:1px solid #ebe5e5;
	padding:11px 0 9px 0;
	color:#000;
	margin:0 0 20px 0;
}

.breadcrumb a, .breadcrumb a:visited {
	color:#000;
	text-decoration:underline;
}

/* Specific Heading Styles */

h2.section {
	color:#575757;
	text-transform:uppercase;
	font-size:12px;
	font-weight:normal;
}

h2.red {
	color:#a90707;
	font-size:18px;
}

/* Headers */

div.greyHdr h2.grey {font-size:16px; color:#000; font-weight:normal;}

div.greyHdr a, div.greyHdr img, div.redHdr img {display:none;}

div.redHdr h2.white {font-size:16px; color:#000; font-weight:normal;}


/* Product Catalogue Styles */

.product img.productLogo { 
	float:right;
	border:1px solid #ebe5e5;
	border-bottom:2px solid #ebe5e5;
	margin:0 0 10px 10px;
}

div.copy {width:390px;float:left; margin:0 16px 20px 0;}
div.side {width:218px; float:left; margin:0 0 20px 0;}

/* Brands */

ul.logos {
	padding:0;
	list-style:none;
	margin:0;
}

ul.logos li {
	float:left;
	width:125px;
	height:77px;
	margin:0 0 1px 1px;
	padding:0;
}

ul.logos li a img {padding:0; margin:0; border:0;}

/* Product Specials */

#content div.column2 div.productSpecials {
	width:616px;
	padding:36px 4px 4px 4px;
	margin:10px 0 30px 0;
	font-size:11px;
	background:#6a1616 url(../images/products/hdr-specials.gif) no-repeat 0 0;
	clear:left;
}

#content div.column2 div.productSpecials .background {
	background:#c7c7c7;
	padding:1px 1px 0 0;
	width:615px;
}

#content div.column2 div.productSpecials ul {
	margin:0 0 1px 1px;
	list-style:none;
}

#content div.column2 div.productSpecials ul.light {background-color:#fff; float:left; width:204px;}
#content div.column2 div.productSpecials ul.dark {background-color:#eee; float:left; width:204px;}

#content div.column2 div.productSpecials ul li{
	padding:6px 4px;
}
#content div.column2 div.productSpecials ul li.image {
	width:60px;
	float:left;
}

#content div.column2 div.productSpecials ul li.image img {
	border:#ddd8d8 solid 1px;
}

#content div.column2 div.productSpecials ul li.description {
	width:124px;
	float:left;
}

#content div.column2 div.productSpecials ul li.description ul {
	color:#666;
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
}

#content div.column2 div.productSpecials ul li.description ul li {float:left; padding:0;}

#content div.column2 div.productSpecials ul li.description a {color:#7f0f0f;}

#content div.column2 div.productSpecials ul li.description li.price {
	color:#a80000;
	margin:0 0 0 0;
	font-size:9px;
	width:80px;
}

#content div.column2 div.productSpecials ul li.description ul li.price strong {
	font-size:14px;
	font-weight:normal;
}

#content div.column2 div.productSpecials ul li.description ul li.button img {
	margin:5px 0 0 0;
	padding:3px 0 0 0;
	border:none;
}

/* Product Categories Page */

body.product ul.categories {
	list-style:none;
}

body.product ul.categories li {
	float:left;
	width:119px;
	height:134px;
	margin:0 3px 0 2px;
	text-align:center;
}

body.product ul.categories li a {display:block; padding:0 0 4px 0;}
body.product ul.categories li a:hover {display:block; background:#ebebeb; padding:0 0 4px 0;}

body.product ul.categories li img {
	border:2px solid #ddd8d8;
	display:block;
	margin:0 0 4px 0;
}

/* Product List Page */

div.productList {
	width:623px;
	margin:4px 0 0 0;
}

div.productList ul {
	width:203px;
	height:13em;
	padding:8px 0 0 0;
	margin:0 4px 12px 0;
	border-top:1px solid #ddd8d8;
	list-style:none;
	float:left;
}

.productList ul li.image {
	width:68px;
	float:left;
}

.productList li.image img.product {
	border:#ddd8d8 solid 1px;
	margin:0 0 5px 0;
}

.productList ul li.description {
	color:#978888;
	width:124px;
	float:left;
}

.productList ul li.description a {color:#a80000;}

.productList ul li.description p.price {
	color:#a80000;
	margin:12px 0 8px 0;
	font-size:9px;
	width:80px;
	padding:4px 0;
	line-height:14px;
}

.productList ul li.description p.price strong {
	font-size:14px;
	font-weight:normal;
}

.productList ul li.description a.button img {
	margin:5px 0 0 0;
	padding:3px 0 0 0;
	border:none;
}

.productNav {
	padding:0 0 6px 0;
	font-size:0.9em;
	color:#6b6b6b;
	margin:5px 0 10px 0;
	text-align:center;
	clear:both;
}

.borderTop {border-top:1px solid #d2d2d2; padding-top:9px;}

.productNav a {
	color:#555;
	text-decoration:none;
}

.productNav a:hover {
	color:#A80000;
	text-decoration:none;
}

/* Product Info Page */

.copy .prices {width:270px; float:left; padding:10px 0 0 0;}
.copy .orderInfo {width:116px; float:left; padding:50px 0 0 0;}

.copy .orderInfo a.cartBtn {width:98px; height:23px; margin:0; padding:0; background:url(../images/products/btn-add-cart.gif) no-repeat 0 0; text-indent:-999px; display:block;}

.copy .onSpecial {background:url(../images/products/bg-special.gif) no-repeat right top;}

.copy p.ourPrice {
	color:#a80000;
	margin:12px 0 30px 0;
	padding:0;
	font-size:1.1em;
	line-height:1em;
}

.copy p.ourPrice strong  {
	font-size:1.4em;
	font-weight:normal;
}

.copy p.ourPrice em  {
	font-weight:bold;
	font-style:normal;
}

a.btnPdf, a.btnQuestion {
	width:200px; 
	padding:13px 12px 12px 54px;
	margin:5px 0;
	color:#757575;
	font-size:0.85em;
	display:block;
	text-decoration:none;
}

a.btnPdf {background:#eae9e9 url(../images/bg-btn-pdf.gif) 10px 7px no-repeat;}
a.btnQuestion {background:#eae9e9 url(../images/bg-btn-question.gif) 10px 7px no-repeat;}

a.btnPdf:hover {background:#dddbdb url(../images/bg-btn-pdf.gif) 10px 7px no-repeat;}
a.btnQuestion:hover {background:#dddbdb url(../images/bg-btn-question.gif) 10px 7px no-repeat;}

a.btnPdf strong {color:#A80000; font-weight:normal; display:block; font-size:1.4em;}
a.btnQuestion strong {color:#8E5600; font-weight:normal; display:block; font-size:1.4em;}

.side div.greyHdr {margin:20px 0 5px 0; clear:both;}

.side .productImg {border:1px solid #918f8f; margin:0 0 5px 0; display:block;}


/* Specials */

body.specials div.copy {width:340px;float:left; margin:0 16px 20px 0;}
body.specials div.side {width:244px; float:left; margin:0 0 20px 0; padding:15px 15px 20px 15px; background:#eeeeee;}

body.specials .productList ul li.description span.brandName {text-transform:uppercase; font-size:9px; display:block;}
body.specials .productList ul li.description p.rrPrice {color:#000; font-size:9px; margin:8px 0 0 0; padding:0;}
body.specials .productList ul li.description p.price {margin:0; padding:4px 0;}
body.specials .productList ul li.description p.price em {display:block; font-style:normal; font-weight:bold;}


/* Newsletter */

body.newsletter div.copy {width:370px;float:left; margin:0 16px 20px 0;}
body.newsletter div.side {width:214px; float:left; margin:0 0 20px 0; padding:15px 15px 20px 15px; background:#eeeeee;}


/* Cart */
#cartdata .total {
	float:right;
	font-size:11px;
	margin:0;
	padding:3px 0;
	color:#000;
	line-height:1.6em;
}

#cartdata .total strong {font-weight:normal; font-size:1.4em;}

#cartdata input {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#cartdata input.field {

}
#cartdata table {
	margin:1em 0;
	font-size:11px;
}
#cartdata table tr th {
	text-align: left;
	background: #f0f0f0;
	color: #000;
	padding:5px 3px;
	font-weight:normal;
	border-bottom:2px solid #fff;
}
#cartdata table tr td {
	background: #fff;	
	padding:5px;
	padding: 3px;
	border-bottom: 1px solid #f0f0f0;
	vertical-align:top;
}
#cartdata img.productThumb {width:50px; border:1px solid #918f8f; margin:0 4px 0 0;}
#cartdata .right { text-align: right; float:none; }
#cartdata table table td, #cartdata .blank td { border-bottom: 0; }

#cartdata td.buttons {
	padding-top: 10px;
	text-align: right;
}
#cartdata .blank {margin:0;}

#cartdata .greyFormBtn {background:#f0f0f0; border:1px solid #d4d4d4; color:#000;font-size:0.9em; font-weight:normal; padding:3px;}
#cartdata .redFormBtn {background:#b60708; border:1px solid #6a1616; color:#fff; font-size:0.9em; font-weight:normal; padding:3px;}


/* Footer */

#footer {
	color:#000;
	border-top:1px solid #ebe5e5;
	margin:40px 0 0 0;
	padding:10px 0;
}

#footer p {margin:0; padding:0;}

#footer a {color:#000; text-decoration:underline;}

#footer a.ht {display:none;}

#footer ul.text {
	list-style:none;
	margin:0;
	padding:0;
}

#footer ul.text li {
	display:block;
	float:left;
	padding:0;
	margin:0 40px 0 0;
}