#product-category table.product {
	width: 617px;
	color:#ffffff;
	margin-bottom:15px;
}

#product-category .product.even {
	background: #414B56 url('/img/product/cat_bg1.jpg') repeat-x;
}

#product-category .product.odd {
	background: #455867 url('/img/product/cat_bg2.jpg') repeat-x;
}

#product-category .product td.bottom {
	width: 617px;
	height: 8px;
	line-height: 8px;
}

#product-category .product td.top td {
	padding:10px 15px;
}

#product-category .product td.image {
	width:300px;
	text-align:center;
}

#product-category .product td.top .text {
	width:250px;
	overflow:hidden;
}

#product-category .product .image img {
	max-width:300px;
	/* IE Image max-width */
	width: expression(this.width > 300 ? 300: true);
	max-height:200px;
	/* IE Image max-width */
	height: expression(this.heigth > 200 ? 200: true);
}

#product-category .product h1 {
	font-size:14px;
	font-weight:bold;
	margin:0px;
}

#product-category .product h2,#product-category .product h3 {
	font-size:11px;
	font-style:italic;
	margin:0px;
	margin-bottom:5px;
}

#product-category .product a:link,#product-category .product a:visited,#product-category .product a:active {
	color:#ffffff;
}
