@charset "utf-8";
h1, h2, h3 {
	margin:0;
}


h2 {
	font-size:14px; color:#FF3300; float:left;
}

.hotel_name {
	font-size:12px; text-align:left; font-weight:bold; color:#CC3300;
}

.hotel_price {
	background:#eff6b4; font-size:13px; text-align:center;
}

.package_price {
	background:#fdf19e; font-size:13px; text-align:center;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#top {
	width:730; padding:9px 15px 9px 15px; background:#e4e1d9; height:42px;
}

#wrap {
	width:760px; margin:0 auto;
}

#mainbar {
	float:left; padding:10px; width:502px; background:#fff; font-size:12px; line-height:16px;
}

#sidebar {
	float:left; margin:0; padding:7px; width:224px; background:#231f20; font-size:11px; line-height:14px; color:#999999;
	height:100%;
}

#sidebar a {
	color:#999999;
	text-decoration:none;
}

#sidebar a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}


.top_row {
	font-size:12px; text-align:center; color:#FF3300; font-weight:bold;
}