.content 
 {
	margin:0;
	padding:0;
	background:#fff url(images/common/porducts-home-bg.png) bottom repeat-x;
	border:1px solid #ccc;
	width:730px;
	clear:both;
	
	 
 }
 .content h1.title
 {
	 background:url(images/common/latest-products-header.png) no-repeat;
	 width:283px;
	 height:36px;
	 position:relative;
	 margin-bottom:-20px;
	 top:-30px;
	 
 }
 .content h1 span {
	 display:none;
 }
.content ul li
 {
	display:inline-block;
	display:*moz-inline-stack;
	*display:inline;
	zoom:100%;
	width:235px;
	height:337px;
	color:#000;
	font-style:bold;
	font-size:14px;
	float:left;
	margin:0 1px 10px 6px;
	background:url(images/common/product-box.png) no-repeat;

 }
.content ul li img.thumb 
  {
	width:164px;
	height:170px;
	float:left;
	margin: 0 auto 10px 33px;
	height: 164px;
  }
.content ul li h1
  {
	color:#ff0000;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	margin:26px auto 6px auto;
	background:none;
	padding-bottom:0px;
	height:40px;
	width:200px;
	text-align: center;
	clear:both;
	height: 20px;
	 
  }
.content ul li a 
   {
	display:block;
	background:url(images/common/details-btn-home.jpg) no-repeat;
	width:99px;
	height:48px;
	float:right;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin: -10px 12px 0 0;
   }
.content ul li a span
     {
	display:none;
	 }
.content ul li a.buy-now 
   {
	display:block;
	background:url(images/common/buy-btn-home.jpg) no-repeat;
	width:99px;
	height:48px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin: -10px 0px 0 20px;
   }
.content ul li a span
     {
	display:none;
	 }
.content ul li span.price
   {
	font-weight:bold;
	float:left;
	font-size:14px;
	/* [disabled]display:block; */
   }
.content ul li  .prices 
{
	display:inline;
	width:200px;
	margin:20px auto;
	height:40px;
	clear:both;
	text-align:center;
}
.content .prices span.rpr { 
	text-decoration:line-through;color:#2354a6; font-weight:bold; 
	font-family: 'RockoFLFRegular'; font-size:18px;
}
.content .prices span.our-price {
	color:#ac000c;
	font-weight:bold; 
	font-family: 'RockoFLFRegular';
	font-size:18px;
	}
.featured {
	width:183px; height:183px;
	margin-left:-10px;
	}	
