﻿.feature .heading
{
	padding-top: 20px;
	margin: 0;
	height: 30px;
	font-size: 18px;
	color: #FF6600;
}

.feature .heading img
{
	 width:190px;
	 height:20px;
	 vertical-align:middle;
}

.feature .subheading
{
  font-size:16px;
}

.feature ul
{
	margin:0;
	padding:10px 5px;
	font-size:12px;	
}

.feature li:first-child 
{
	border-top:1px silver dotted;	
}

.feature li
{
	list-style: none;
	padding: 5px 10px 5px 30px;
	border-bottom: 1px silver dotted;
	background: url('../images/bullet-sqr.png');
	background-repeat: no-repeat;
	background-position: left center;
}


