.hotels table {
	width:96%;
	border-collapse:collapse;
	margin:20px 2% 0 2%;
	
	
}

.hotels table caption {
	text-align:left;
	
}

.hotels table th {
	color: #055ba3;
	padding:10px 0 15px 14px;
	font-weight:bold;
	background:#EEE;
	font-size:0.75em;
	text-align:left;
	border-bottom:4px solid black;
	border-top:1px solid black;
}

.hotels table td {
	font-weight:bold;
	border-bottom:1px solid #BBB;
}	

.hotels table td a {
	font-size:1em;
	font-weight:bold;
	line-height:2em;

}


.hotels table td a:link, .hotels table td a:visited {
	color:#055ba3;
	text-decoration:none;
}

.hotels table td a:hover {
	text-decoration:underline;
}


.hotels table td.description {
	font-size:0.8em;
	color:black;
	font-weight:normal;
}

.hotels table tr td.price {
	width:9%;
	padding-right:1%;
	text-align:right;
}

.hotels table tr td.title {
	width:30%;
	padding-right:2%;
}

div.acco-so table {
	margin:20px 20px 0 20px;
	
}


