
@charset "utf-8";
/* CSS Document */

.heading {
	clear: both;
	text-align: left;
	background-image: url(/img/ecom/hr.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.product_container {
	float: left;
	width: 150px;
	padding-left: 4px;
}

.product_box {
	margin-top: 38px;
	margin-bottom: 10px;
	padding: 2px;
	height: 100px;
	border: 3px solid #ecb22b; /* lighter puke green */
	background-color: #fff;
	width: 140px;
}

.product_box h1 {
}

.product_box h2 {
}

.product_name {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 2px;
}

.product_wrapper {

}

.product_desc {
	display: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 2px;
	font-weight: normal;
	overflow: hidden;
}

.product_desc ul {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

.product_image {
	text-align: center;
	height: 140px;
	overflow: hidden;
	border: 3px solid #ecb22b;
}

.product_price {
	position: relative;
	top: -40px;
	left: -4px;
	margin-bottom: -40px;
	background-image: url(/img/ecom/item_header_nosale.gif);	 
	background-repeat: no-repeat;
	height: 52px;
}

.product_price_sale {
	position: relative;
	top: -40px;
	left: -4px;
	margin-bottom: -40px;
	background-image: url(/img/ecom/item_header_sale.gif);	 
	background-repeat: no-repeat;
	height: 52px;
}

.sale_price {
	padding-top: 2px;
	padding-left: 21px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

.retail_price {
	padding-top: 6px;
	padding-left: 15px;
	font-size: 18px;
	color: #fff;
}


.innerproduct_container {
	float: right;
	width: 310px;
	padding: 5px;
}

.innerproduct_box {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px;
	border: 3px solid #ecb22b;
	background-color: #fff;
}

.innerproduct_name {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	padding-top: 3px;
}

.innerproduct_desc {
	font-size: 11px;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 2px;
	font-weight: normal;
}

.innerproduct_image {
	clear: both;
	float: left;
	width: 330px;
	text-align: center;
}

.innerproduct_price {

}

.innerproduct_price_sale {
	position: relative;
	top: 0px;
	left: -3px;
	margin-bottom: -40px;
	background-image: url(/img/ecom/item_inner_header_sale.gif);	 
	background-repeat: no-repeat;
	height: 70px;
}

.innersale_price {
	padding-top: 3px;
	padding-left: 30px;
	font-weight: bold;
}

.innerretail_price {
	padding-top: 13px;
	padding-left: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

#breadcrumbs {
	padding-bottom: 5px;
	float: left;
}

.galleryprodprice {
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	margin-top: 60px;
	margin-right: 10px;
	padding: 3px;
}

.special_product {
	width: 265px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 2px;
	background-image: url(/img/product_bg1.gif);
}

.special_pic {
	background-image: url(/img/product_img_bg.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 235px;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.special_title {
	background-color: #fff;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	letter-spacing: 0.7;
}

.special_details {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 5px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	height: 65px;
	overflow: hidden;
	line-height: 11px;
	padding-right: 10px;
}

.special_ordernow {
	clear: both;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	color: #fff;
}

.special_ordernow a, .special_ordernow a:link, .special_ordernow a:visited {
	color: #fff;
	text-decoration: none;
}

.special_ordernow a:hover {
	text-decoration: underline;
}
