


.feature {
	padding: 10px 100px 20px 30px;
	background: #f6f6f6;
	margin: 2em 0;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #ccc;
	}
	
	
.feature h3 {
	color: #C9282D;
	font-size: 1.125em;
	position: relative;
	
	padding: 0 0 0 25px;
	
	line-height: 1.25em;
	}
	
.feature h3 .marker {
	position: absolute;
	width: 45px;
	height: 45px;
	top: -15px;
	left: -25px;
	
	background: url(feature.h3.marker.gif) no-repeat 0 0;
	
	text-align: center;
	line-height: 45px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	}
	
.feature li {
	font-size: .875em;
	margin: .5em 0 .5em 15px;
	}