
* {
margin: 0; 
padding: 0;
}
	
img {
border:0px;
}

.hotelwrapper {
margin: 3px auto 7px auto;
padding:0px;
width:901px;
}



.hotelwrapper p {
color:#666;
line-height:22px;
letter-spacing:0;
}

.hotelwrapper p.intro {
margin: 3px auto 7px 3px;
padding:0px;
width:636px;
font-size:15px;
line-height:17px;
color:#666;
}



#hoteldesc {
width:480px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
line-height:22px;
color:#a3a3a4;
margin: 2px 10px 10px 0px;
letter-spacing:-1px;
}

#hotelpix {
width:310px;
height:216px;
background-color:#999;
margin:3px 0px 3px 11px;
float:left;
}

.hotelwrapper h1.category {
margin:16px 0 -5px 0;
text-transform:uppercase;
color:#999999;
letter-spacing:5px;
}

.hotelwrapper h1.results {
margin:16px 0 -5px 0;
text-transform:uppercase;
color:#999;
letter-spacing:0px;
}

.hotelwrapper h1.hotel {
margin:10px 0 0 0;
}

#search {
float:right;
padding-right:11px;
}





/* //////// CSS FOR AUTOMATED XML DIV DECADE LISTS //////// */


.hotelcontainer ul.hotelcolumn{
	width: 100%;
	padding: 0;
	margin: -11px 0 0 -3px;


}
.hotelcontainer ul.hotelcolumn li {
	float: left;
	width: 180px;
	padding: 0;
	display: inline;
	background-image:none;
	margin:0px 0 0 0;

}
.hotelcontainer  .hotelblock {
	height: 225px;
	font-size: 11px;
	margin-right: 18px;
	padding: 10px;

/*	background: #cbd5df;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	*/
}

.hotelblock {
margin:10px 0 10px 0;
}


.hotelblock li a {
	font-size:11px;
	line-height:11px;
	padding:0;
	margin:0;
}
	
	
.hotelcontainer:hover  .hotelblock:hover {
text-decoration:none;
}

.hotelcontainer  .hotelblock h1  {
	font-size: 18px;
	text-align:center;
	text-transform:uppercase;
	margin:5px 0 5px 0;
}

.hotelblock h1:hover  {
	color:#4da5fc;
}

.hotelblock img:hover  {
	opacity:0.4;
	filter:alpha(opacity=40);
}


/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.6em;
}

 
#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 894px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 15px;
	line-height:16px;
	font-weight: normal;
	padding: 8px 13px 8px 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table-a td
{
	padding: 8px 13px 8px 8px;
	background: #e8edff; 
	border-bottom: 2px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	font-weight:bold;
	font-size: 15px;
	line-height:17px;
}
#box-table-a tr:hover td
{
	background: #d0dafd;
	color: #339;
}

