.channelPic
{
	float: left;
	margin: 10px;
	height: 136px;
	display: block;
	width: 219px;
}

.productsRow
{
	border: 1px solid #f90;
	background: #fff;
	margin-bottom: 20px;
	float: left;
}
.product
{
	float: left;
	height: 162px;
	width: 150px;
	overflow: hidden;
}
* html .product
{
	width: 146px;
}
.productName
{
	height: 17px;
	background: #f90;
	color: #ffeb88;
	font-weight: bold;
	padding-top: 2px;
	text-align: center;
	width: 100%;
	text-decoration: none;
}
.productName a
{
	text-decoration:none;
	color: #ffeb88;
}
.productName img
{
	margin-left: 7px;
	margin-bottom: -1px;
}
.productImage
{
	text-align: center;
	margin-top: 5px;
}
.productTable
{
	width: 100%;
	margin: 10px 0 0 0;
}
.productTable thead td
{
	color: #fff;
	height: 18px;
	margin: 0;
	padding: 2px 3px;
}
.productTable td
{
	color: #f90;
	font-weight: bold;
	font-size: 11px;
}