/* === FEATURE PROPERTIES ===*/

a#pow {
	display: block;
	width: 390px;
	padding: 20px 0 10px 0px;
	background-color: #EfEfEf;
	border-bottom: 0px solid #999;
	text-decoration: none;
	margin: 20px 0 10px 0;
	border-top: 1px solid #5CB019;
	height: 110px;
	}

a:hover#pow { 	
	background-color:#CCC;
	}

a#pow img {
	width: 110px; height: 90px;
	margin: 0 0 0 10px; padding: 5px 0 0 0;
	border: none; float: left;
	}

a#pow strong {
	float: right; width: 250px;
	margin: 3px 0 0 10px;
	font-size: 11px; text-transform: uppercase;
	
	}
	
a#pow b {
	font-size: 11px;
	font-weight: bold;
	}
	
a#pow b, 
a#pow span {
	float: right; width: 250px;
	margin: 3px 0 0 10px;
	}

a#pow span {
	color: #767676;
	font-weight: normal;
	line-height: 18px;
	font-size: 11px
}

a.ofi{
	color: red;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	margin: 20px 0 20px 0;
	padding-top: 10px;
	
}

a:hover.ofi{
	text-decoration: underline;
}