/*******************************
	Products
********************************/
#products a{
	background:none;
	text-indent:0px;
	line-height:40px;
	height:40px;
	float:none;
}
#products li{
	height:40px;
	margin-bottom:5px;
	font-weight:bold;
}
#products img{
	background:url(../images/layout/global/iconshadow.png);
	padding:3px 5px 5px 3px;
	float:left;
	margin-right:8px;
}

#products ul{
	width:325px;
	float:left;
}
#products a{
	color:#333333;
	text-transform:uppercase;
}
#products a span{
	margin-top:14px;
}