@CHARSET "UTF-8";

#featured_right	{
	margin-top: -2em;		
}

.featured_product
{
	clear: both;
	text-align: center;
	border: 1px solid #e9e9e9;
	padding: 12px 20px 16px 12px;
	/*max-height: 210px;*/
}

.featured_product h3
{
	line-height: 16px !important;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}

.featured_product .featured_image
{
	 border: 1px solid #ddd;
	 padding: 3px;
	 margin: 0 auto;
	 width: 100%;
	 max-height:100px!important;
	 overflow: hidden;
}

.featured_product .featured_image img {
	height:100%!important;
	width:auto;
}

.featured_product .featured_price
{
	margin: 1.2em auto;
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

/*.featured_product .details_btn
{
	margin: 10px 0px;
}*/

.featured_product .details_btn a
{
	width: 100%;
	margin: 1.2em auto;
	background: #c9c9c9;
	color: #fff;
	padding: 10px;	
	text-decoration: none;
}

h3 a	{
	text-decoration: none!important;
}

@media only screen and (max-width: 479px) {

#featured_right	{
	margin-top: 10px;		
}
	
}