.features {
	padding-left:0;
}
.features li {
	background:url(../images/listGradBg.jpg) repeat-x top #fff;
	list-style:none;
	list-style-image:none;
	padding:.5em;
	margin-top:1em;
	position:relative;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border:1px solid #CCCCCC;
}
.features img {
	float:left;
	margin-right:5px;
	position:relative;
}
.features hr {
	color:#fff;
	clear: left;
	height:1px; border:0 none;
	margin: 0;
}