/* MAIN PRODUCT STYLES */
.product
{
	float:left;
	width:256px;
	height:115px;
	margin-left:5px;
	padding:0px;
}
.productTitle
{
	width:242px;
	height:25px;
	background-image:url(../img/productListTopRoundCorners.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#999999;
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding-left:14px;
	padding-top:2px;
}
.productContent
{
	width:100%;
	height:73px;
	background-image:url(../img/productListWrapper.jpg);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}
.productImage
{
	float:left;
	width:50%;
	height:71px;
	text-align:center;
	margin:0px;
	padding-top:2px;
}
.productDescription
{
	float:left;
	width:50%;
	height:43px;
	font-size:12px;
	margin:0px;
	padding:0px;
}
.productText
{
	width:100%;
	height:45px;
	margin:0px;
	padding-top:1px;
}
.productActions {
  width: 100%;
}
.productBottom
{
	width:100%;
	height:15px;
	background-image:url(../img/productListBottom.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}
