#results_wrap{
	float:right;
	width:700px;
}

.left_col {
background-color:#fff;
border:5px solid #FFFFFF;
float:left;
padding:5px;
width:200px;
}

.left_col div.Activities a{
text-decoration:none;
}
.left_col div.Misc a{
text-decoration:none;
}
.left_col div.Sleeps a{
text-decoration:none;
}

.left_col li{
line-height:15px;
}

.left_col a{
font-size:11px;	
}



.results_list{
width:700px;
background-color:#FFF;
height:280px;
margin-top:10px;	
}

.results_h2link{
	text-decoration:none;
}

.results_list_Gold{
width:674px;
background-color:#FFF;
border-width:1px;
border-style:solid;
border-color:#F60;
/*height:340px;*/
margin-top:10px;
padding:13px;
position:relative;
}

.results_list_Silver{
width:674px;
background-color:#FFF;
border-width:1px;
border-style:solid;
border-color:#c1c1c1;
/*height:340px;*/
margin-top:10px;
padding:13px;
position:relative;
}

.results_list_Bronze{
background-color:#FFFFFF;
border:1px solid #C1C1C1;
clear:left;
display:block;
margin-top:10px;
padding:13px;
position:relative;
width:674px;
}

.results_list h2{
font-size:14px;
}

.results_list_image{
	width:228px;
	text-align: center;
	float:left;
	margin-bottom:20px;
}

.results_content{
	width:430px;
	float:left;
	margin-left:10px;
	line-height:1;
	font-size:1em;
	color:#666;
}

.results_content p{
	margin:0;
	line-height:1;
	font-size:1em;
	margin-top:5px;
	color:#666;
}

.results_content h2{
font-size:1.5em;
line-height:1.2em;
padding:0;
margin-bottom:10px;
}

.results_content h3{
font-size:12px;
font-weight:bold;
color:#000;
padding:0;
margin-bottom:10px;
line-height:1;
}

.results_prices{
	font-family:'Times New Roman',Times,serif;
	font-size:1.2em;
}

.results_thumbs{
float:left;width:50px;	
padding-top:5px;
padding-right:10px;
}

.call_to_action{
	display:absolute;
	float:right;
	text-align:right;
	margin-left:10px;
	height:29px;
	line-height:29px;
}

.results_action{
width:100%;
}

.results_rooms{
float:left;
margin:15px 0 10px 3px;
}
.rooms_image{
float:left;
width:23px;
}
.rooms_content{
line-height:16px;
float:left;
}

.banner{
height:130px;
width:136px;
position:absolute;
z-index:11;
margin-left:-6px;
margin-top:-6px;
top:0;
left:0;
}

.facilities_wrapper
  {
	float:right;
	margin-bottom:1em;
	width:430px;
	background-color:#f0f0f0;
  }

.facilities_wrapper ul
  {
	margin:0 0 0 25px;
	padding:0;
	width:430px;
  }

  /* float & allow room for the widest item */
.facilities_wrapper ul li
  {
	float:left;
	font-size:12px;
	width:140px;
  }

  /* stop the float */
.facilities_wrapper br
  {
    clear: left;
  }
