
.featuredproduct table{
	clear:both;
	width:100%;
	height:auto;
}

.featuredproduct h2{
	float:left;
	font-size:1.5em;
	padding:0;
}

.featuredproduct .price{
	margin:10px 0 10px 0;
	width: 117px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #fb8c02;
}

.featuredproduct .title{
	background:transparent url(../img/separator.gif) repeat-x scroll left bottom;
	overflow:hidden;
	/*padding-left:9px;*/
	padding-bottom:5px;
}

.featuredproduct .imagetitle{
	float:left;
	width:154px;
	height:24px;
	margin-right:20px;
}

.featuredproduct .listing{
	background:transparent url(../img/feature_side.gif) repeat-y scroll 0 0;
	font-size:0.9em;
	padding:9px 0 9px 23px;
	width:630px;
}

.featuredproduct .icon{
	width:89px;
	padding: 5px 5px 5px 5px;
}
.featuredproduct .text{
	margin: 5px 0 5px 0;
}
.featuredproduct td.icons {
	background: url(../img/feature_side.gif) repeat-y right;
	padding: 6px 16px 0 9px;
	font-size: 0.9em;
}

.featuredproduct td .book_now {
	float: none;
	margin: 6px auto;
	background-image: url(../img/book_button2.gif);
	color: #fff;
	width: 117px;
}
.featuredproduct a.more {
	display: block;
	width: 117px;
	text-align: center;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	background: url(../img/more_button2.gif) no-repeat;
	font-weight: bold;
	color: #197ae1;
	margin: 0 auto 6px;
	font-size: 0.9em;
}

.featuredproduct .myrating {
	float: right;
	width:117px;
	height:20px;
	background: url(../img/stars_grey.gif) repeat-y;
}
.featuredproduct .myrating_gold {
	width:117px;
	height:20px;
	background: url(../img/stars_gold.gif) repeat-y;
}

.featuredproduct td {
	vertical-align: top;
	background: #fff;
	width:117px;
}
.featuredproduct .border img {
	display: block;
}
