/*  
Theme Name: Leisure Tours
Author URI: http://www.leisuretours.biz
Version: 2
Author: Janantha Marasinghe
Description: Leisure Tours E-booking site.
*/
@import url("styles/reset.css");

@import url("styles/style.css");

@import url("styles/menu.css");

@import url("styles/datepicker.css");

.inner_content {
	color: #333333;
}

.inner_content h2 {
	line-height: 1em;
}

.inner_content a {
	color: #0098bb;
	text-decoration: underline;
}

.inner_content a:hover {
	color: #0098bb;
	text-decoration: none;
}

.search_list a {
	color: #333;
	text-decoration: none;
}

.search_list a:hover {
	color: #333;
	text-decoration: underline;
}

/* hotel list */
.hlist hr {
	display: none;
}

/* hotel page */
.hotel p {
	margin: 1em 0;
}

.hotel {
	background: none !important;
}

.hotel img[src="http://www.leisuretours.biz/star.gif"] {
	margin-right: .5em;
}

.hotel img[width="133"] {
	margin-right: 2em;
}

h3 p {
	font-size: 1em !important;
}

/*
.main_areas .info {
	margin-left: 200px;
	width: 245px;
}*/
.search_box {
	height: 1.7em;
	margin-bottom: 1em;
}

#flagbar {
	color: #000;
	width: 1004px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: right;
}

#moostick,.moostick {
	display: block;
	height: 1.1em;
	margin: 0;
	padding: 2px 0 2px 0;
	overflow: hidden; /* used in css check */
}

#moostick li,.moostick li {
	display: block; /* used in css check */
	list-style-type: none; /* used in css check */
	margin: 0 auto 0 auto;
	padding: 0;
}

#moostick .show,.moostick .show {
	visibility: visible;
	opacity: 1;
}

#single_container {
	
}

img.right {
	margin: 0 0 1em 1em;
}