/*--Featured Products on Homepage--*/
body {
	position:relative;
	}
.oh_featured_prod {
	float:left;
	margin:0 0 15px 0;
	width:33%;
	font-size:.83em;
	position:relative;
	text-align:center;
	border-right:1px solid #ccc;
	display:inline;
	}
.oh_featured_left {
	border-left:1px solid #ccc;
	}
.oh_featured_prod img {
	border:none;

	}
.oh_featured_image {
	margin:0 0 5px 0;
	padding:2px;
	height:200px;
	}
.oh_featured_title {
	height:2.3em;
	overflow:hidden;
	}
.oh_featured_title a {
	font-weight:bold;
	text-decoration:none;
	}
.oh_featured_title a:hover {
	text-decoration:underline;
	}
.oh_featured_price {
	height:2.2em;
	overflow:hidden;
	}
.oh_retail_price {
	right:0;
	top:160px;
	position:absolute;
	background: url(../images/tab_retail.png) no-repeat right top;
	padding:16px 5px 0 0;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	width:66px;
	text-align:right;
	}
.oh_discount_price,
.oh_sold_out,
.oh_call_price,
.oh_sale {
	right:0;
	top:200px;
	position:absolute;
	padding:23px 5px 0 0;
	text-align:right;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	width:116px;
	}
.oh_discount_price {
	background:url(../images/tab_discount.png) no-repeat right top;
	}
.oh_sold_out {
	background:url(../images/tab_sold_out.png) no-repeat right top;
	}
.oh_call_price {
	background:url(../images/tab_call_price.png) no-repeat right top;
	}
.oh_sale {
	background:url(../images/tab_sale.png) no-repeat right top;
	}
.oh_savings {
	background:url(../images/tab_savings.png) no-repeat center center;
	width:58px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	position:absolute;
	left:2px;
	top:2.3em;
	padding:21px 0 22px 0;
	}

