
#hotellist { background:#000000;margin:0px;width:790px;border:1px solid #8E7033;
	text-align: center;
	background-image: url(../img/con_bg.jpg);
	background-repeat: repeat-y;
}

#hotellist a {color: #CC9000; text-decoration: none; }
#hotellist a:hover { color: #DDDDDD; text-decoration: underline; }

strong{
	font-size: 16px;
	border: 1px solid #FFCC33;
	width:780px;
}

table{
	width:750px;
	_width:780px;
	border-collapse:collapse;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}

td{
	font-size: 100%;
	text-align: left;
	border: 1px solid #996633;
	padding:2px 1px;
	height:1.2em;
}

th{
	font-size: 100%;
	text-align: left;
	border: 1px solid #996633;
	background-color: #999966;
	color: #000000;
}

.widths1{
	width: 35%;
}
.widths2{
	width: 30%;
}
.widths3{
	width: 25%;
}
.widths4{
	width: 20%;
}