.productlisting
{
	height:150px;
}

.productlisting td 
{
	padding:5px;
}

.productseperator
{
	height:0px;
	border-bottom:solid 1px #E5CDCE;
}

.productdetails a
{
	font-size:14px;
	color:#000;
}

.product_price
{
	font-size:18px;
	color:#85161C;
}

a.product_straightocheckout {
	display: block;
	height: 23px;
	width: 167px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(images/cart_straight.gif);
}

a.product_straightocheckout:hover {
background-position: 0 -23px;
}

a.product_addtocart { 
	display: block; 
	height: 23px; 
	width: 111px; 
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(images/cart_add.gif);
	
 }
 a.product_addtocart:hover { background-position: 0 -23px; }

.featureblock img
{
	border:none;
}

.row{ background:#F7F0F0;border-bottom:solid 1px #E5CDCE;}
.rowAlt{ background:#fff;border-bottom:solid 1px #E5CDCE;}

.img {
  float:left;
  background: url(images/shadowalpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
 } 
