.accordionwindow{	width: 300px;}
.accordionwindow .link{	
	border: 1px solid #b8b8b8; 
	background: #ffffff url("/gfx/accordion_show.gif") repeat-x bottom;
	width: 288px;
	padding: 5px;
	cursor: pointer;
	color: #164b91;
	font-weight: bold;
}
.accordionwindow.selected .link{   background-image:url("/gfx/accordion_none.gif");}
.accordionwindow .tile{
	width: 300px;
	height: 200px;
	margin: 0px;
}
.accordionwindow .tile img{	margin: 0px; padding: 0px;}


.boxout{
	width: 298px;
	margin-top: 7px;background-color:#f8f7f3; 
	border: 1px solid #b8b8b8;
	
}

.boxouttop{
	padding: 8px 40px 8px 10px;
	background: #ffffff url("/gfx/title_bg.gif") no-repeat right;
	border-bottom: 1px solid #b8b8b8;
}

.boxoutcontent{
	padding: 10px;
	background: #ffffff;
}

.hotm{
	background: #ffffff url("/gfx/hotm.gif") no-repeat 15px 15px;
	min-height: 231px;
}

*html .hotm{
	height: 231px;
}

.hotm .hotelpic{
	float: right;
}
.hotm .hoteltext{
	clear: right;
	width: 278px;
	padding-top: 10px;
} 
.hotm .hoteltext a{
	font-weight: bold;
}

.hoteldeals .hotel{
	font-weight: bold;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0px;
}
.hoteldeals .hotel .rates{
	float: right; padding: 0px 3px; color: #ab0000; font-weight: bold; font-size: 1.17em;
}











