#topcontent_inside {
	border: 1px solid #f8f8f8;
	background-color: #fff;
	padding: 4px;
	margin-bottom: 5px;
}

ul.tabcontainer-nav {
	width: 728px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	background: #fafbfb url(../images/bckg_taboff.gif) repeat-x;
}

ul.tabcontainer-nav li {
	float: left;
	margin: 0;
	padding: 0;
}

ul.tabcontainer-nav a {
	float: left;
	padding: 0 0 0 15px;
	background: #fafbfb url(../images/bckg_taboff.gif) repeat-x;
	text-decoration: none;
	color: #54606c;
	border: 1px solid #ededed;
	border-bottom: 0;
	border-top: 0;
}

ul.tabcontainer-nav span {
	float: left;
	padding: 6px 15px 6px 0;
	background: #fafbfb url(../images/bckg_taboff.gif) repeat-x;
	cursor: pointer;
	text-transform: uppercase;
}

ul.tabcontainer-nav a.active, ul.tabcontainer-nav a:hover {
	background: #e5e4e4 url(../images/bckg_tabon.gif) repeat-x;
	text-decoration: none;
}

ul.tabcontainer-nav a.active span, ul.tabcontainer-nav a:hover span {
	background: #e5e4e4 url(../images/bckg_tabon.gif) repeat-x;
	color: #bf3a1a;
	text-decoration:none;
}

#topcontent_inside .tabtitle {
	border: 1px solid #ededed;
	border-top: 0;
	padding: 8px 10px;
	background: #ededed url(../images/bckg_tabtitle.gif) repeat-x;
	display: block;
	width: 707px;
	height: 41px;
	overflow: hidden;
	margin-bottom: 5px;
}

#topcontent_inside .tabtitle h2 {
	color: #b0c28b;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	width: 320px;
	display: block;
	float: left;
}

#topcontent_inside .tabtitle h2.ttl_booking {
	width: 700px;
}

#topcontent_inside .tabform {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #999;
	background: transparent url(../images/bckg_tabform.gif) no-repeat;
	padding: 8px 10px 8px 20px;
	display: block;
	margin: -10px;
}

#topcontent_inside .tabform label {
	display: block;
	margin-bottom: 3px;
}

#topcontent_inside .tabform select {
	width: 170px;
	font-size: 11px;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #e0e0de;
}

#booking_main {
	padding: 10px 15px;
	/*height: 276px;*/
}

#booking_main.experience {
	/*height: 394px;*/
}

#booking_info {
	float: right;
	width: 229px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

#booking_info h3 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 2px;
}

#booking_form {
	float: left;
	width: 450px;
}

#booking_form label {
	display: block;
	text-align: right;
	width: 220px;
	padding-right: 10px;
	float: left;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #94948a;
	margin-top: 5px;
}

#booking_form select {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #94948a;
	background: #fff;
	border: 1px solid #d0d0cc;
	width: 200px;
	margin: 5px 0;
}

#booking_form select.date_dd, #booking_form select.date_mm, #booking_form select.date_yy, #booking_form select.people {
	width: 50px;
}

#booking_form input.submit {
	width: 200px;
	font-size: 12px;
	color: #94948a;
	background: #f8f7f8 url(../images/bckg_book_submit.gif) repeat-x;
	border: 1px solid #ededed;
	margin-left: 230px;
	margin-top: 23px;
}

#searchresults h2 {
	display: none;
}

.searchoptions {
	background-color: #eee;
	border: 1px solid #ddd;
	font-size: 10px;
	line-height: 12px;
	padding: 3px 5px 2px 5px;
}

.refresh {
	float: left;
}

.refresh a {
	text-decoration: none;
	text-transform: uppercase;
	color: #c98267;
}

.searchoptions .backtotop {
	float: right;
}

.searchoptions .backtotop a {
	text-decoration: none;
	color: #c98267;
	display: block;
	padding-right: 10px;
	background: transparent url(../images/bckg_results_top.gif) no-repeat right 5px;
}

.searchoptions a:hover, .refresh a:hover, .searchoptions .backtotop a:hover, #orderby a:hover {
	text-decoration: underline;
}

#orderby {
	float: right;
	width: 600px;
}

#orderby a {
	color: #454f59;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	background: transparent url(../images/bckg_results_desc.gif) no-repeat right 5px;
}

#orderby a.ascending {
	background: transparent url(../images/bckg_results_asc.gif) no-repeat right 5px;
}

#order_category {
	float: left;
}

#order_price {
	float: right;
}

.singleresult, .singleresult_exp {
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

.singleresult.lastchild, .singleresult_exp.lastchild {
	border-bottom: 0;
}

.singleresult.uneven, .singleresult_exp.uneven {
	background-color: transparent;
}

.singleresult h3 {
	text-transform: uppercase;
	color: #c98267;
	font-size: 14px;
	line-height: 18px;
	float: left;
	margin-right: 9px;
}

.singleresult h3 a {
	color: #c98267;
	text-decoration: none;
}

.singleresult h3 a:hover {
	text-decoration: underline;
}

.singleresult_exp h3 {
	text-transform: uppercase;
	color: #c98267;
	font-size: 14px;
	line-height: 16px;
}

.singleresult_exp h3 a {
	color: #c98267;
	display: block;
	text-decoration: none;
}

.singleresult_exp h3 a:hover {
	text-decoration: underline;
}

.singleresult_exp .subtitle {
	color: #b0c28b;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.singleresult_exp .description {
	border-top: 1px dashed #ddd;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
}

.singleresult_exp .gotoexperience a {
	padding-top: 5px;
	display: block;
	text-align: right;
	color: #b0c28b;
}

.singleresult_exp .gotoexperience a:hover {
	text-decoration: none;
}

.singleresult_exp .experience_details {
	float: right;
	width: 489px;
	position: relative;
}

.singleresult_exp .experience_details select {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	color: #94948a;
	background: #fff;
	border: 1px solid #d0d0cc;
	width: 250px;
	margin: 0 0 5px 0;
}

.singleresult_exp .experience_details input.submit {
	width: 150px;
	font-size: 12px;
	color: #94948a;
	background: #f8f7f8 url(../images/bckg_book_submit.gif) repeat-x;
	border: 1px solid #ededed;
	margin-right: 20px;
}

.singleresult_exp .experience_image {
	width: 239px;
	height: 159px;
	padding: 4px;
	overflow: hidden;
	margin-left: -4px;
	margin-top: -4px;
	background: transparent url(../images/bckg_details_exp_img.png) no-repeat;
	position: relative;
}

.singleresult_exp .experience_image a {
	background: #fff;
	padding: 3px;
	width: 233px;
	height: 153px;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.singleresult_exp .experience_image a:hover {
	padding: 2px;
	border: 1px solid #b0c28b;
}

.singleresult_exp .experience_image img {
	width: 233px;
	height: 153px;
}

.singleresult div.stars {
	display: block;
	float: left;
	width: 65px;
	height: 15px;
	background: transparent url(../images/bckg_star.gif) repeat-x 0 3px;
	overflow: hidden;
	text-indent: -9999px;
}

.singleresult div.stars.five {
	width: 65px;
}

.singleresult div.stars.four {
	width: 52px;
}

.singleresult div.stars.three {
	width: 39px;
}

.singleresult div.stars.two {
	width: 26px;
}

.singleresult div.stars.one {
	width: 13px;
}

.singleresult div.address {
	font-size: 14px;
	color: #b0c28b;
	line-height: 16px;
}

.singleresult div.address a {
	color: #555;
	font-size: 12px;
}

.singleresult div.address a:hover {
	text-decoration: none;
}

.singleresult div.hotel_name {
	width: 420px;
	float: left;
}

.singleresult div.average_prices {
	border: 1px solid #eee;
	float: right;
	background: #f8f8f8 url(../images/bckg_average.gif) repeat-x;
	font-size: 12px; 
	color: #54606c;
	width: 305px;
	margin-right: 10px;
}

.singleresult div.average_prices span {
	display: block;
	float: left;
	padding: 4px 10px 4px 10px;
}

.singleresult div.average_prices .theprice {
	display: block;
	float: right;
	width: 53px;
	text-align: right;
	color: #9db5cc;
	font-weight: bold;
	padding: 4px 10px 4px 42px;
	background: transparent url(../images/bckg_theprice.gif) no-repeat;
}

.singleresult .hotel_details {
	border-top: 1px dashed #ddd;
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	padding: 8px 0;
	margin-right: 10px;
}

.singleresult .rightdetails {
	width: 565px;
	float: right;
}

.singleresult .leftdetails {
	float: left;
	width: 156px;
	height: 96px;
	overflow: hidden;
	padding: 4px;
	background: transparent url(../images/bckg_details_img.png) no-repeat;
	margin: -4px 0 0 -4px;
}

.singleresult .leftdetails img {
	width: 150px;
	height: 90px;
	padding: 3px;
	background: #fff;
}

.singleresult .infotitle {
	display: block;
	float: left;
	text-align: right;
	width: 73px;
	font-weight: bold;
}

.singleresult .info {
	display: block;
	float: right;
	width: 486px;
}

.yourbooking {
	clear: both;
	width: 493px;
	float: right;
	margin-top: 5px;
}

.yourbooking .summary {
	background: #ededed;
	padding: 4px 7px;
	color: #54606c;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.yourbooking .rate_room {
	background: #fff;
	padding: 4px 6px;
	color: #9db5cc;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	border: 1px solid #ededed;
	border-top: 0;
}

.yourbooking .table_summary {
	border: 1px solid #ededed;
	background: #fff;
	border-top: 0;
	border-left: 0;
}

.yourbooking .table_summary table {
	width: 100%;
	color: #333;
	font-size: 11px;
	text-align: center;
	
}

.yourbooking .table_summary table th {
	border-bottom: 1px dashed #ededed;
	font-weight: normal;
}

.yourbooking .table_summary table th, .yourbooking .table_summary table td {
	padding: 3px;
	border-left: 1px solid #ededed;
}

.yourbooking .table_summary table td {
	background: #f5f7fa;
	border-bottom: 1px solid #ededed;
}

.yourbooking .table_summary table td.booked {
	background: #9db5cc;
	color: #fff;
	font-weight: bold;
}

.yourbooking .table_summary table td.week {
	background: #fff;
	font-weight: bold;
}

.cornice
{
    border-color: #808080;
    border-width: thin;
    background-color: #C0C0C0;
    color: #FFFFFF;
}

#myMap a:visited
{
    color: #C0C0C0;
}


.yourbooking .amount {
	border-left: 1px solid #ededed;
	background: #fff;
	padding: 1px;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

.yourbooking .youroffer {
	background: #ededed;
	padding: 7px;
	padding-left: 45px;
	position: relative;
}

.yourbooking .youroffer input.submit {
	position: absolute;
	right: 5px;
	top: 5px;
	background: #f7f7f7 url(../images/bckg_offer_submit.gif) repeat-x;
	font-size: 12px;
	color: #94948a;
	border: 1px solid #ededed;
	padding-left: 10px;
	padding-right: 10px;
}

.yourbooking .youroffer input.submit.red {
	color: #b75037;
}

.yourbooking .youroffer input.submit.green {
	color: #95a770;
}

.cornice
{
    background-color: #C0C0C0;
}

.availability {
	clear: both;
	width: 486px;
	float: right;
	margin-top: 8px;
	border-top: 1px dashed #ddd;
	padding-top: 5px;
	color: #99a879;
	font-size: 12px;
}

.availability a {
	color: #99a879;
}

.availability a:hover {
	text-decoration: none;
}

.breadcrumb {
	position: absolute;
	top: -16px;
	left: 7px;
	font-size: 11px;
	color: #666;
}

.breadcrumb a {
	color: #666;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb span {
	font-weight: bold;
}
