@charset "utf-8";
/* CSS Document */
div.container	{
	width:614px;
	background-color:#e5e5e5;
	padding:10px 0 10px 0;
	overflow:auto;
}
a.product	{
	display:block;
	width:192px;
	height:143px;
	padding:5px 0 0 0;
	background:url(/en_US/ProductCatalog/HO/media/images/landingpage/product_bg.jpg) no-repeat;
	float:left;
	margin:0 0 5px 9px;
	text-align:center;
	vertical-align:bottom;
	font-weight:bold;
	text-decoration:none;
	color:#005100;
	line-height:14px;
}
a.product:hover	{
	color:#005100;
	background:url(/en_US/ProductCatalog/HO/media/images/landingpage/product_bg_hover.jpg) no-repeat;
}
