#topBanner {
	margin-bottom: 20px;
}

.tblProducts {
	width: 100%;
}

.tblProducts td {
	width: 392px;
	padding: 0 10px 20px 0;
	background: transparent url(../images/boxBorder.gif) no-repeat left bottom;
}
.tblProducts td.blank {
	background: none;
}

.tblProducts td.right {
	padding-right: 0;
}

.tblProducts .title {
	background: url(../images/boxTitle.png) no-repeat;
	padding: 10px 13px;
	color: White;
	font-weight: bold;
}
.tblProducts .details {
	padding: 10px 12px;
	color: #333333;
}
.tblProducts .details .right {
	float: right;
	text-align: center;
	margin-left: 20px;
}
.tblProducts .details .special {
	color: Red;
	font-weight: bold;
}
.tblProducts .details .productImg {
	margin: 8px 0 8px 0;
  /*width: 70px;*/
}

.tblProducts .currencyName {
  font-size: 10px;
  color: #999999;
}

.tblProducts .qtyPrice {
  font-size: 10px;
  display: block;
  margin: 6px 0 0 0;
}

.btnAddToWishList
{
	background: url("../images/addtowishlist.jpg") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 17px;
	margin-bottom: 2px;
	vertical-align: bottom;
	width: 80px;
}

.btnRemoveFromWishList
{
	background: url("../images/removefromwishlist.jpg") no-repeat scroll 0 0 transparent;
	border: medium none;
	height: 17px;
	margin-bottom: 2px;
	vertical-align: bottom;
	width: 120px;
}


  .availability
  {
    color:#ffffff;
    padding-left:3px;
    float:left;
  }
  
  .available
  {
    background-color:green;
    margin-left:5px;
    padding:1px 4px;
    border-radius:2px;
    /*box-shadow: 3px 3px 2px #888888;*/
  }
    
  .unavailable
  {
    background-color:red;
  }
  
  .availability_type
  {
    float:left;
  }

  .availability_help
  {
    margin-left:5px;
  }

#tblCoupon {
  margin-bottom:20px;
}