/* Readings Hope & Mann - Feature Property Stylesheet */

#StarBody {
	width: 210px;
	background: #0C3A58;
	}

#StarBody img {
	width: 75px;
	height: 56px;
	border: 1px solid #FF863C;
	padding: 1px;
	background: #FFEEAC;
	} 
	
* {
	list-style-type: none;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color: #fff;
	}
	
.price {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FF334C;
	}
	
.location {
	color: #FF863C;
	}
	
.text {
	position: absolute;
	bottom: 10px;
	left: 90px;
	}

.fp_box {
	width: 210px;
	height: 60px;
	border-bottom: 1px solid #244C65;
	clear: both;
	float: left;
	position: relative;
	padding: 10px 0;
	}
