/* Features Styles */

img.border{
	border: 1px solid white;
}

span.header{
	text-transform: capitalize;
	font-size:14px;
	color:#000066 ;
	font-weight: bold;
}
span.featuretxt {
	color:#333333;
}

.feature {
	font-size:11px;
}

a.feature:link, a.feature:visited{
	font-size:9px;
	color:#6B665B;
	font-weight:bold;
}

a.feature:hover {
	color:#235698;
	text-decoration:underline;
}

div.floater {
	float:none; 
	background-image:url(../images/bground_dropshadow.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:190px;
	height:150px;
}
#special_instructions {
	background-color:#FFFF99;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC;
	color:#996600;
	text-transform:uppercase;
	font-size:.9em;
	font-weight:bold;
	padding:10px;
	width:250px;
	letter-spacing:1px;
	
}

