@charset "utf-8";
/* CSS Document */


#features {
padding:10px 15px 10px 0px;
width:160px; 
height:inherit;
float:left; 
display:block;
line-height:15px;

}

#headings h3{
font-family: Verdana, Arial, sans-serif;
color: #000000;
margin:0;
padding-top:10px;
padding-bottom:5px;
}

#headings h3 a:link{
text-decoration:none;
color: #000000;
}
#headings h3 a:visited{
text-decoration:none;
color: #000000;
}
#headings h3 a:hover{
text-decoration: underline;
color: #000000;
}
#headings h3 a:active{
text-decoration: none;
color: #000000;
}

#features p{
	padding:0px 0px 4px 0px;
	margin:0px 0px 0px 0px;
	}
#features ul{
	padding:0px;
	margin:0px;
	font-size: 70%;
	list-style-type:square;
	} 
#features li {
	padding:0px 0px 4px 0px;
	margin-left:15px;
	text-indent: 0px;
	}
#features img {
	width: 160px;
 	height: auto;
	border: solid 1px #CCC;
	}	

#featuresnoborder img {
	width: 160px;
 	height: auto;
	border: 0px;
	}
