/* Featured Product
============================================================ 
--------------------------------------------------------- */

.featured-product {
	border:1px solid #92C6E5;
	width:240px;
	height:220px;
	padding:10px 10px 0 10px;
	margin-right:10px;
	position:relative;
	vertical-align:top;
}

.featured-product img{
	float:left;
	margin-right:10px;
	margin-left:0px;
	margin-bottom:10px;
}

.featured-product .text {
	margin-left:110px;
}

.featured-product h3 {
	margin-top:0px;
	padding-top:0px;
	font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-bottom:10px;
	font-size:14px;
	font-weight:bold;
}

.featured-product h3 a {
	text-decoration:none;
	color:#EA083E;
}

.featured-product h3 a:hover {
	text-decoration:underline;
}

td.view-details {
	background-color:#F2F8FC;
	border:1px solid #92C6E5;
	border-top:none;
	text-align:center;
	padding-top:5px;
}

td.view-details a {
	text-decoration:none;
	font-weight:bold;
	color:#F6B036;
}

