.tab-left, .tab-right{
	float:left;
	width:465px;
}

/*******************************************
	Hotel Boxes
********************************************/

.hot-box-top {
	width: 435px;
	background: url(/images/hot-top.png) left top no-repeat;
	padding: 10px;
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	min-height: 50px;
}

.hot-box-top-top {
	width: 435px;
	background: url(/images/hot-top.png) left top no-repeat;
	padding: 10px;
	
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	min-height: 200px;
}

	.hot-box-top a, .hot-box-top-top a { color: #fff;  text-decoration: none; }
	.hot-box-top a:hover, .hot-box-top-top a:hover { color: #FF0;  text-decoration: underline; }

.hot-box-bot {
	width: 455px;
	background: url(/images/hot-bot.png) left top no-repeat;
	height: 26px;
	margin: 0 0 5px 0;
}

.hot-row {
	padding: 2px;
	border-bottom: 1px solid #053f76;
}

.hot-pic {
	float: left;
	border: 1px solid #fff;
	margin: 3px;
}
	
