body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
}

img {
	border: 0;
}

#page {
	text-align: left;
	width: 690px;
	margin: auto;
}

/*
Hotel results
*/
.hotel {
	clear: left;
	margin: 12px 0 12px 0;
	background: #F2F7FB;
	background: #f5f3f3 url(grad.gif) top left  repeat-x;
	border: 1px solid #eee;
	padding: 10px;
	padding-bottom: 34px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;

}
.hotel p, .hotel div {
	margin: 0;
}
.hotel .name {
	font-family: "Trebuchet MS",helvetica,arial,sans-serif;
	font-size: 1.2em;
}
.hotel .photo {
	float: left;
	margin: 0 10px 0 0;
	font-size: 0.8em;
}

.hotel .photo img {
	width:  130px;
}

.hotel div.infolist {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
	width: 120px;
}

.hotel div.infolist p {
	border-bottom: 1px dotted #ccc;
	text-align: right;
	font-size: 0.8em;
}

.hotel .desc {
	margin-left: 145px;
	margin-right: 130px;
}


.hotel .name a {
	color: #147FCB;
}
.hotel .last {
	font-family: "Trebuchet MS",helvetica,arial,sans-serif;
	text-align: right;
}
.hotel .price {
	font-weight: bold;
	font-size: 1.8em;
}
.hotel .booknow {
	position: relative;
	margin: 8px 0 8px 0;
}
.hotel .booknow a {
	position: absolute; top: 0; right: 0;
	padding: 4px;
	text-align: center;
	display: block;
	width:  10em;
	color: white;
	text-decoration: none;
	background: #3B91D4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.hotel .booknow a:hover {
	background: #0876CC;
}
.hotel .channel {
	position: absolute; top: 0; left: 0;
	padding: 8px 0 0 0;
	text-align: left;
	display: block;
	width:  30em;
	color: #667;
	font-style: italic;
	font-size: .8em;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

