/* Naylius McKenzie - Feature Property Stylesheet */

#StarBody {
	width: 230px;
	}

#StarBody img {
	width: 90px;
	height: 67px;
	border: none;
	} 
	
* {
	list-style-type: none;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}
	
.price {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #DC001A;
	}
	
.text {
	position: absolute;
	bottom: 10px;
	left: 110px;
	}

.fp_box {
	width: 210px;
	height: 67px;
	border-bottom: 1px solid #CBCBCB;
	clear: both;
	float: left;
	padding: 10px;
	position: relative;
	}