﻿#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;
}