
#product-root-items-container {
	width: 740px;
	padding-left: 54px;
	display: block;
	float: left;
}


.product-root-item {
	width: 200px;
	height: 160px;
	font-family: Tahoma;
	font-size: 14px;
	text-align: center;
	vertical-align: bottom;
	display: block;
	float: left;
}

.product-root-item img {
	border: 0px;
	padding-bottom: 5px;
}

.product-root-item a:link, .product-root-item a:visited {
	color: black;
	font-size: 14px;
	font-weight: bold;

}

.product-root-item a:hover, .product-root-item a:active {
	color: #CC0000;
}