/* CSS Document */

.layout-product-list{
	margin-top:10px;
	padding-bottom:15px;
	width:230px;
	overflow:hidden;
}
.title-product-list{
	background:url(../images/title-list.png) no-repeat;
	width:230px;
	height:60px;
	margin-bottom:3px;
}
.title-product-list{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#252424;
	text-transform:uppercase;
	line-height:60px;
	padding-left:10px;
}
.product-list-content ul a li{
	margin:0;
	padding:0;
	height:26px;
	margin-top:2px;

	overflow:hidden;
}
.product-list-content ul a li:hover{
	width:230px;
	color:#0E47A3;
	background:url(../images/brand-bg-hover.png) no-repeat left;
}
.product-list-content ul  a li{
	background:url(../images/brand-bg.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#252424;
	text-transform:uppercase;
	padding-left:30px;
	line-height:26px;
}
.product-list-content ul a:hover{
	color:#03C;
	width:200px;
}