@charset "utf-8";
h1     {
	font-size: 26px;
	color: #000080;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #FF9201;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

p, li {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}


div.holiday_box {
	height: 170px;
	width: 170px;
	float: left;
	margin: 4px;
	padding: 5px;
	border: 1px solid #FF9E00;
}
.holiday_box .title a {
	color: #000080;
	text-decoration: none;
}

.holiday_box .title {
	float: left;
	height: 40px;
	width: 170px;
	color: #000099;
	font-size: 14px;
	font-weight: bold;
}
.holiday_box .photo {
	float: left;
	height: 80px;
	width: 170px;
}
.holiday_box .dates {
	float: left;
	height: 25px;
	width: 170px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.holiday_box .price {
	float: left;
	height: 25px;
	width: 170px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #990000;
}

#holiday_details h3 {
	font-size: 18px;
	color: #FE8800;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#holiday_details .price {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #990000;
}

#holiday_details {
	float: left;
	width: 260px;
}

#holiday_description {
	float: left;
	width: 500px;
	font-size: 12px;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

ul#booking_list {
	margin: 0px;
	padding: 0px;
}

#booking_list li {
	float: left;
	width: 250px;
	list-style-type: none;
}

#content #booking_list a {
	background-image: url(/images/booking_item_back.jpg);
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #050E85;
	text-decoration: none;
}

.home_news_short_item {
	float: left;
	height: 100px;
	width: 170px;
	margin: 0px;
	padding: 0px;
}

a.btn_bookonline {
	text-align: center;
	width: 160px;
	background-image: url(/images/btn_bookonline.jpg);
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #0C1888;
	text-decoration: none;
	line-height: 30px;
}
