@charset "utf-8";
/* CSS Document */
/*User Styles*/
.style1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ac8c39;
}

.style2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #ac8c39;
}

.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ac8c39; font-style: italic; }

h1 { font-weight: normal }
/*end user Styles*/
/* 
Text/Border color: #ac8c39
Hover color: #2c6c0b
*/
#breadcrumb { 
	color: #beaa90;
	font-size: 10px;
	margin-top: 15px;
	margin-bottom: 25px;
}
#breadcrumb a {
	color: #beaa90; 
	text-decoration: none;
}

#header1 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
#cat_list {
	padding-top: 20px;
	text-align: center;
}

#col_left {
	padding-top: 50px;
	width: 362px;
	float: left;
}
#col_right {
	padding-top: 50px;
	width: 365px;
	float: right;
	text-align: center;
}
#col_right p {
	width: 300px;
	margin: 10px auto;
}
#retailer {
	width: 275px;
	padding: 20px;
	margin: 20px auto;
	border-top: 1px solid #ac8c39;
	border-bottom: 1px solid #ac8c39;
}

/*productList*/
#cat_overlay {
	position: relative;
	top: 20px;
	left: 20px;
	width: 322px;
	height: 200px;
	padding: 20px;
	border: 2px solid #ffffff;
	background: #ffffff;
	background: rgba(255,255,255,0.85);
	filter: alpha(opacity=85);
}
.cat_home {
	width: 783px;
	height: 217px;
	min-height: 217px;	
	margin-bottom: 20px;
	color: #ac8c39;
}
.cat_home .inner {
	height: 217px;
	width: 420px;
	margin-left: 320px;
	padding-top: 42px;
	text-align: left;
}
.cat_home .inner h3 {
	color: #ac8c39;
	margin-bottom: 14px;
	font-size: 18px;
}
.cat_thumb {
	width: 102px;
	float: left;
	margin-left: 20px;
	text-align: center;
	margin-bottom: 18px;
}
.cat_thumb a, .cat_home a {
	text-decoration: none !IMPORTANT;
	color: #ac8c39;
}
.cat_thumb a:hover, .cat_home a:hover {
	opacity: .6;
	text-decoration: none !IMPORTANT;
}
.cat_thumb img {
	margin-bottom: 18px;
	border: none;
}
.cat_thumb_small {
	width: 45px;
	float: left;
	margin-left: 16px;
	text-align: center;
}
.cat_thumb_small-first {
	width: 45px;
	float: left;
	margin-left: 0px;
	text-align: center;
}
.cat_thumb_small a {
	text-decoration: none !IMPORTANT;
}
.cat_thumb_small-first a {
	text-decoration: none !IMPORTANT;
}
.cat_thumb_small a:hover {
	text-decoration: none !IMPORTANT;
	opacity: .6;
}
.cat_thumb_small-first a:hover {
	text-decoration: none !IMPORTANT;
	opacity: .6;
}
.cat_thumb_small img {
	margin-bottom: 18px;
	border: none;
}
.cat_thumb_small-first img {
	margin-bottom: 18px;
	border: none;
}

/*product/category lists*/
td.pd_list {
	vertical-align: bottom;
	padding-bottom: 25px;
}
.pd_list a { 
	text-decoration: none !important;
	font-weight: bold; 
}

.pd_list a:hover {
	font-style: italic;
}

.cat_desc {
	width: 90%;
	margin: 10px 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ac8c39;
}
.cat_desc em {
	font-weight: bold;
	color:#ac8c39;	
}

/*productDetail*/
#imgMain {
	width: 779px;
	border: 2px solid #ac8c39;	
	margin-bottom: 10px;
}
#btnAddToCart {
	width: 117px;
	height: 73px;
    margin-top: -51px;
	position: relative;
	top: 26px;
}
#product_thumbnails {
	width: 165px;
	padding-top: 0px;
	float: left;
	text-align: center;
}
#product_thumbnails img {
	display: block;
	padding: 10px;
	margin-left: 10px;
}
#product_info {
	float: left;
	width: 500px;
	padding-top: 0px;
	padding-left: 30px;
}
.pd_info {
	margin-top: 18px;
	margin-bottom: 18px;
}
.pd_buy {
	line-height: 28px;	
}

.break { width: 100%; height: 5px; background: #FFFFFF; margin: 0px; padding: 0px; clear: both;}

/*buttons*/
.box
{
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.5em;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.boxhover {
	color: #b2000b;
	background: #cccccc;
}

.mbox {
	border: 1px solid #ac8c39;
	padding: 0.4em;
	background-color: #FFFFFF;
	color: #7f561b;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}
.mboxhover {
	color: #064e01;
	background-color: #ffffff;
}
.mbox2 {
	border: 1px solid #7f561b;
	padding: 0.4em;
	background-color: #7f561b;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

/*tables*/
table.entryTable , table.infoTable {
	margin: 10px auto;
} 
.entryTableHeader td {
	font-weight: bold;
	border-bottom: 1px solid #999999;
}
.entryTable td, .infoTable td {
	padding-top: 4px; 
	padding-bottom: 4px;
}
.tblContent tr {
	border: 1px solid #999999;
}

.label {
	font-weight: bold;
}

.clearFix {
	clear:both;
	height: 1px;
}
.errorMessage {
	font-size: 18px;
	font-weight: bold;
	background-color: #006633;
	text-align: center;
	margin: 10px auto;
	color: #ffffff;
} 
