@charset "utf-8";
/* CSS Document */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
	clear: both;
	height: 1px;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
	text-align: center;
	padding: 0;
	margin: 0;
	background-color: #000;
	
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:link, a:visited {
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
}

#container {
	margin: 0 auto;
	width: 890px;
	border: 5px solid #98a59e;
	background-color: #fff;
}

#header {
	height: 100px;
	background-image: url(/img/ecom/top_left_bg.png);
	color: #fff;
}

#header a, #header a:link, #header a:visited {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #fff;
	text-decoration: underline;
}

#headersub {
	height: 40px;
	background-image: url(/img/ecom/topsub_left_bg.png);
	color: #4d4d4d;
	font-weight: bold;
}

#headersub strong {
	font-size: 16px;
}

#headersub a, #headersub a:link, #headersub a:visited {
	text-decoration: underline;
	color: #4d4d4d;
}

#headersub a:hover {
	color: #000;
}

#searchheader {
	height: 44px;
	background-image: url(/img/ecom/searchbar_bg.png);
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	text-align: left;
	color: #666666;
	/*font-style: italic;*/
	font-weight: bold;
}

#searchheader input {
	border: 2px solid #666666;
}

#content_container {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#content_left {
	width: 179px;
	float: left;
}

#content_right {
	width: 680px;
	float: right;
}

#content_right h1 {
	color: #cc0000;
	font-weight: bold;
	font-size: 30px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}

#content_right h2 {
	color: #8b9298;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-bottom: 5px;
}

#content_right p {
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
}

#catalog {
	border: 3px solid #8b9298;
	background-color: #e6e7e8;
}

#catalog_header {
	background-image: url(/img/ecom/product_cat_bg.png);
	height: 29px;
	padding-top: 8px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

.catalog_link {
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #8b9298;
}

.catalog_link_ro {
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #8b9298;
	color: #fff;
	background-image: url(/img/ecom/product_cat_bullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
}

.related {
	background-color: #e6e6e6;
	width: 179px;
	margin-top: 5px;
}

.related_header {
	background-image: url(/img/ecom/related_bg_head.png);
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 8px;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.rel_link {
	padding-bottom: 4px;
	padding-left: 15px;
	color: #000;
}

.rel_link_ro {
	padding-bottom: 4px;
	padding-left: 15px;
	color: #ff0000;
	text-decoration: underline;
	cursor: pointer;
}

.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: 160px;
	padding-left: 4px;
}

.product_box {
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 2px;
	height: 150px;
	border: 3px solid #82938a; /* lighter puke green */
	width: 150px;
}

.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_desc {
	font-size: 11px;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 2px;
	font-weight: normal;
}

.product_image {
	text-align: center;
	height: 140px;
	overflow: hidden;
}

.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: 3px;
	padding-left: 21px;
	font-weight: bold;
	font-size: 11px;
}

.retail_price {
	padding-top: 5px;
	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 #8c9b93;
	background-image: url(/img/ecom/item_inner_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.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 {
	position: relative;
	top: 0px;
	left: -3px;
	margin-bottom: -40px;
	background-image: url(/img/ecom/item_inner_header_nosale.gif);	 
	background-repeat: no-repeat;
	height: 70px;
}

.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;
}


.darkgrey_text {
	color: #4d4d4d;
}

.mediumgrey_text {
	color: #8b9298;
}

.dropshadow {
  float: left;
  background: url(/img/background-dropshadow.png) no-repeat bottom right !important;
  background: url(/img/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.dropshadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

.table-dropshadow {
	border-top: 1px solid #828282;
	border-left: 1px solid #828282;
	border-bottom: 2px solid #828282;
	border-right: 2px solid #828282;
	padding: 5px;
	background-color: #D6D6D6;
}

.reqfield {
	color: #cc0000;
	text-transform: uppercase;
	font-size: 10px;
}

/** OVAL BUTTON **/
a.ovalbutton{
background: transparent url('/img/ecom/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
text-decoration: none;
}

a.ovalbutton span{
background: transparent url('/img/ecom/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
