/**************** RESET STYLES ****************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/**************** GENERAL STYLES ****************/
body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#005778;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
	width: 900px;
	padding-top: 110px;
	position: relative;
	background-image: url(/img/domains/www.5starhotelsreservations.com/head.jpg);
	background-repeat: repeat-x;
}

#nav {
	height:25px;
	width:880px;
}

#left_col
{
	background-image: url(/img/col_bg.jpg);
	background-repeat: repeat-y;
	width:162px;
	float:left;
	margin-top:10px;
}

#filter_col
{
	width:220px;
	float:left;
	margin-top:20px;
	padding:6px 6px 6px 5px;
}
#detail_col
{
	background-image: url(/img/sr_bg.jpg);
	background-repeat: repeat-x;
	width:220px;
	float:left;
	padding:6px 6px 6px 5px;
}
#result
{
	width: 647px;
	/*background-color: #e3f5fc;*/
	padding: 8px;
	float:left;
	margin:10px 5px 0 0;
}
#result_detail
{
	background-repeat: repeat-x;
	background-image: url(/img/sr_bg.jpg);
	background-color: white;
	border-top-color: #2b2cff;
	width: 647px;
	padding: 8px;
	float:left;
	margin:0 0 0 5px;
}
#destinations
{
	width: 885px;
	background-color: #e3f5fc;
	padding: 8px;
	float:left;
	margin:10px 0 0 0;
}

#content
{
	width: 884px;
	background-color: #e3f5fc;
	padding: 8px;
	float:left;
	margin-top:10px;
}

#breadcrump
{
	border-width: 1px 0 1px 0;
	border-color: #005778;
	border-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top:10px;
}

#page {
	margin-left: 12px;
	width: 576px;
}

#right_col {
	float:right;
	width:220px;
	background-color: #e3f5fc;
	height:100%;
}

#footer
{
	width: 900px;
	padding: 8px;
}

h1
{
	font-size: 16px;
	font-weight: bold;
margin:0px 0 8px 0;
}
h2
{
	font-size: 14px;
	font-weight: bold;
	margin:16px 0 8px 0;
}
h3
{
	font-size: 13px;
	font-weight: bold;
	margin:16px 0 8px 0;
}
h4 { font-weight: bold; }
p {
	margin-top:8px;
	margin-bottom:8px;
}

label
{
	font-weight: bold;
	display: block;
	margin-top:12px;
}
.cb
{
	clear: both;
	font-size: 0;
	line-height: 0;
}
hr
{
	border-top: 1px #005778 solid;
	margin-top: 18px;
	margin-bottom: 8px;
	height: 1px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.left { float:left; margin:8px 8px 6px 0; }
.right { float:right; margin:8px 0 6px 8px; }
.checkbox label, .checkbox input {
	float:left;
	clear:none;
	margin-top:12px;
}


/**************** NAVIGATION STYLES ****************/
#nav li {
	float:left;
	margin-right:20px;
}
#nav a {
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#005778;
}
#nav #flags { 
	float:right; 
}

#lang_selector {
	position:absolute;
	top:0px;
	right:26px;
	background-color: white;
	padding:3px 2px 0 3px;
}

#left_col ul { margin-top:5px; }
#left_col li
{
	background-image: url(/img/button.jpg);
	background-repeat: no-repeat;
	width: 162px;
	padding-left:5px;
}
#left_col a {
	color:#005778;
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
}

#breadcrump a {
	color: #005778;
}
#breadcrump .active
{
	color: #005778;
	font-weight: bold;
	text-decoration: none;
}
#nav #mailFriend {
	text-align:center;
	font-size:10px;
	cursor:pointer;
	float:right;
	margin:0px 15px 0 0;
}
#mailFriend_form {
	background-color: #dddddd;
	display:block;
	margin-top:10px;
	padding:2px 25px 8px 25px;
}
#mailFriend_form .submit {
	margin-top:55px;
}
#mailFriend_form .error {
	font-size: 13px;
	font-weight: bold;
	color:red;
	
}

/**************** SEARCH STYLES ****************/

#right_col h2
{
	background-color: #005778;
	padding:5px;
	color: #FFF;
}

.submit {
	margin-top:12px;
}


/**************** FOOTER STYLES ****************/
#footer li {
	float:left;
	margin-right:20px;
}
#footer a {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#005778;
}


/**************** PAGE STYLES ****************/
#page a
{
	font-weight: bold;
	text-decoration: underline;
	color:#005778;
}
#page a:hover { color: #FD9207;}

#page .hotel_name a {
	color:#FFF;
}


/**************** DESTINATION (MULTI) STYLES ****************/
#destinations
{
	display: block;
}
#destinations h1
{
	margin-bottom: 4px;
}
#destinations .choose
{
	font-style: italic;
	margin-bottom: 24px;
}
#destinations ul
{
	list-style-type: none;
	padding: 0px;
	margin:0 0 20px 0;
	width:56em;
}

#destinations li
{
	margin:0px;
	padding:10px 12px 6px 12px;
	background-color: #FFF;
	border-width: 0 0 2px 0;
	border-color: #8b9dc5;
	border-style: solid;
	clear:both;
}
#destinations li:first-child
{
	border-width: 2px 0 2px 0;
}
#destinations li .dest { float:left;width:28em; }
#destinations li .dest .city
{
	font-size: 14px;
	font-weight: bold;
}
#destinations li .country
{
	float: left;
	width: 14em;
}
#destinations li .nr
{
	float: left;
	width: 7em;
	font-weight: bold;
}


/**************** SEARCHRESULT STYLES ****************/

.hotel_name {
	padding: 3px 3px 3px 6px;
	color: white;
	background-repeat: repeat-x;
	background-image: url(/img/name_bg.jpg);
	height:30px;
	display:block;
}
.hotel_name a {
	text-decoration:underline;
}

#filter_col .small_map img
{
	border: 2px #FFF solid;
}
#filter_col .small_map
{
	margin: 14px 0 12px 3px;
}
#filter li {
	padding:2px 0 2px 0;
}
#filter li a {
	text-decoration: underline;
}
#filter a:hover {
    color: #FD9207;
	font-weight: bold;
}
#filter li span
{
	float: right;
	font-size: 90%;
	font-style: italic;
}
#filter .active {
	background-position: 0 2px;
	background-image: url(/img/exc.gif);
	background-repeat: no-repeat;
	padding:0 0 0 16px;
	cursor:pointer;
}
.filter {
	border-color: #c7cd9d;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	background-color: white;
	background-image: url(/img/sr_bg.jpg);
	background-repeat: repeat-x;
	color:#005778;
	padding:6px 2px 6px 6px;
	margin-top:4px;
}
.head
{
	border-bottom-color: #005778;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	color: #005778;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}


.cb_label
{
	display: inline;
	font-weight: normal;
}
#order_by {
	
	margin:8px 0 8px 0;
}
.hotel
{
	margin:12px 0 0 0;
	padding:4px;
}
.hotel_desc {
	background-repeat: no-repeat;
	background-image: url(/img/side.jpg);
	padding-left:27px;
}
.hotel_inset {
	line-height: 20px;
	color: #F95504;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-color: #c7cd9d;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	background-image: url(/img/sr_bg.jpg);
	background-repeat: repeat-x;
	float:right;
	width:180px;
}
.hotel_inset a {
	text-decoration:none;
}
.hotel .name
{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	float:left;
	margin-right:16px;
}
.hotel .more_rates {
	color: #6da234;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
.hotel .more_rates img {
	margin-left:6px;
}
.button {
	font-weight: bold;
	color: white;
	background-image: url(/img/button.png);
	background-repeat: no-repeat;
	width:125px;
	height:28px;
	display:block;
	margin:10px auto 6px auto;
	padding-top:3px;
	border:0;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}
.button_small {
	font-weight: bold;
	font-size:10px;
	color: white;
	background-image: url(/img/button_small.png);
	background-repeat: no-repeat;
	width:83px;
	height:25px;
	display:block;
	margin:10px auto 6px auto;
	padding-top:2px;
	border:0;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}


.hotel .stars { float:left; margin-top:1px; }
.hotel .thumb {
	margin:6px 6px 6px 0;
}
.hotel .km
{
	font-style: italic;
}
.hotel .desc {
	margin:6px 0 12px 0;
}
.score {
	font-weight: bold;
	float:right;
	
}
.b_scoreBarImg
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background-color: #1bea1b;
	background-image: url(/img/reviewBarBg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-attachment: scroll;
	float:right;
}

#result .price_table { float:right; }
#result .price_table thead .rooms
{
	font-weight: bold;
	width: 240px;
}
#result .price_table thead .price
{
	font-weight: bold;
	width: 90px;
}
#result .price_table .start_at
{
	text-align: right;
}
#result .price_table td
{
	border-bottom: 1px #FFF solid;
	padding: 4px;
}
#result .price_table tfoot td
{
	border-bottom: 0px;
	padding: 4px;
}
#result .price_table tfoot a
{
	font-weight: bold;
	text-decoration: underline;
}
.policy_left {
	margin:2px 4px 0 0;
}

/**************** PAGING STYLES ****************/
#result .paging
{
	margin: 12px 0 0 0;
	padding: 4px;
	background-color: #FFF;
}
#result .paging a
{
	color: #005778;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#result .paging a:hover { text-decoration: underline; }
#result .paging .next { float:right; }
#result .paging .prev { float:left; }

/**************** DETAIL STYLES ****************/
#detail_head {
	padding:5px;
	margin-top:10px;
}
.head { font-size: 14px; }
.head img { float:right; }
#detail_col .address { margin:12px 0 12px 0; }
.detail_tabs {
	margin-top:6px;
}
.detail_tabs li {
	border-bottom-color: #005778;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding:9px 0 9px 0;
	font-size:13px;
	cursor:pointer;
}
.detail_tabs li:hover {
	background-position: 204px 10px;
	background-repeat: no-repeat;
	background-image: url(/img/pijl.jpg);
	background-color: #d5e57a;

}
.detail_tabs .active {
	background-position: 204px 10px;
	background-repeat: no-repeat;
	background-image: url(/img/pijl.jpg);
	font-weight: bold;
	background-color: #d5e57a;
}
#result_detail #availability, #result_detail #info, #result_detail #photos, #result_detail #facilities {
	min-height:300px;
}
#detail #availability, #detail #photos {
	background-color:white;
	background-image:url(/img/sr_bg.jpg);
	background-repeat:repeat-x;
}
#result_detail #search_rooms {
	background-repeat: repeat-x;
	border-bottom-color: #005778;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 0 0 12px 0;

}
#result_detail #search_rooms .pair {
	float:left;
	margin-right:26px;
}
#result_detail #search_rooms .pair .submit {
	margin-top:27px;
}
.detail #overview {
	padding:0 0 10px 0;
	border-bottom-style: solid;
	border-bottom-color: #005778;
	border-bottom-width: 1px;
}
.detail #overview img
{
	margin:0 0 10px 12px;
	float: right;
}
.detail .more, .link
{
	text-decoration: underline;
	cursor:pointer;
}

#result_detail #overview .score {
	float:left;
	margin:14px 0 5px 60px;
}
.book_button {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	padding:0;
	font-size:14px;
	background-color:#1bea1b;
	color:#005778;
	font-weight:bold;
	cursor:pointer;
}
#tab_photos, #tab_availability {
	cursor:pointer;
}

/**************** ROOM TABLE STYLES ****************/
.room_table { margin:10px 0 5px 0; }
.room_table tbody .room_title
{
	background-image: url(/img/detail_bg.jpg);
	background-repeat: repeat-x;
}
.room_table thead .room
{
	font-size:14px;
	font-weight: bold;
	width: 360px;
}
.room_table thead .info
{
	font-weight: bold;
	width: 250px;
}
.room_table .room_title td
{
	border-top: 1px #005778 solid;
	padding: 4px;
}

.room_table .info .label {
	margin-top:6px;
	width: 100px;
	font-weight:bold;
	float:left;
}
.room_table .info .value {
	margin-top:6px;
	font-weight:normal;
	float:left;
}

.room_table tfoot td
{
	border-top: 1px #005778 solid;
	padding: 4px;
}
.room_table tfoot a
{
	font-weight: bold;
	text-decoration: underline;
}
.room_table tbody .more {  }
.detail #overview .pers { float:left; margin:0 1px 0 0; }
.room_table .room_photo {
	float:left;
	margin:0 8px 4px 0;
}

.room_block h3 {
	margin-top:4px;
}

/**************** PHOTO STYLES ****************/

#photos {
	margin-top:12px;
}
#photos #big
{
	width: 300px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#photos #big img { border: 2px #FFF solid; }
#photos .thumbs
{
	float: left;
}
#photos .thumbs img
{
	margin-right: 12px;
	margin-bottom:12px;
	border: 1px #FFF solid;
}
#change_date .date {
	float:left;
	margin-right:20px;
}
#change_date .submit {
	margin-top:28px;
}

#detail #photos {
	margin-top:0px;
}

/**************** OTHER STYLES ****************/
#page .other_hotels a
{
	font-weight: normal;
	margin-left: 0px;
}
#page .other_hotels td {
	padding-right:10px;
}
#flashMessage {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: bold;
	padding: 6px;
	border-color: red;
	border-width: 1px;
	border-style: solid;
	color: red;
	
}
#map {
	border-color: white;
	border-style: solid;
	border-width: 3px;
	cursor:pointer;
}
.small_map {
	cursor:pointer;
}

/**************** MAP ***********************/
#map_container {
	background-color: #005778;
	padding:6px;
}
#mapContainer {
	overflow: hidden;
	background-color: #005778;
	width:618px;
	height:460px;
	display:none;
	left:150px;
	position:absolute;
	top:300px;
	
}
#map {
	float:left;
}
.popup {
	width: 300px;
}
.popup .thumb {
	float:left;
	margin:8px 6px 6px 0;
}
.popup .name {
	font-weight: bold;
	font-size:14px;
}
.popup .stars {
	float:left;
	margin-right:6px;
}
#buffer {
	
	display:block;
	z-index:250;
	width: 618px;
	height:460px;
}
#mapContainer .close {
	width: 98%;
	text-align: right;
	display:block;
	height: 14px;
	margin-top:3px;
	
}
.close a {
	font-weight: bold;
	color: #FFF;
	text-transform: none;
	text-shadow: 0px 0px;
}


/********** RES FORM **********/


#detail .cont
{
	background-color: #f7f6f6;
	border: 1px #000 solid;
	padding: 8px 15px 8px 15px;
	display: block;
}
#detail ul
{
	list-style-type: none;
	padding: 0px;
	margin:0px;
	display: block;
}

#detail li
{
	padding: 6px 12px 4px 12px;
	margin:0px;
	float: left;
	background-color: #FFF;
	border-width: 1px 1px 0 0;
	border-color: #000;
	border-style: solid;
}

#detail li a
{
	text-decoration: none;
	color: #2F2F2F;
	font-size: 110%;
	font-weight: bold;
}

#detail li:hover { background-color: #f7f6f6; }

#detail ul .active
{
	background-color: #005778;
	color: #fff;
}

#detail ul .active a { color: #FFF; }
#detail li:first-child { border-left: 1px #000 solid; }
#detail_form label
{
	margin: 18px 0 6px 0;
	font-weight: bold;
	font-size: 110%;
	display: block;
}
#detail_form .required {
	margin-right: 25px;
}

#detail_form form { margin: 0 0 5px 16px; }
#detail_form form input[type=text]
{
	height: 1.1em;
	font-size: 110%;
}
#detail_form .submit
{
	clear: none;
	padding-top: 31px;
}
#detail #pricelist
{
	background-color: #FFF;
	margin-bottom:20px;
}
#detail #roomtable
{
	width:100%;
}
#detail #roomtable th
{
	background-color: #868585;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	color: #FFF;
	font-size: 90%;
	font-style: italic;
	text-align: left;
}
#detail #roomtable th:first-child {
	padding-left:8px;
}
#detail #roomtable .roomtype
{
	padding: 10px 35px 8px 8px;
	border-bottom: 2px #868585 solid;
}
#detail #roomtable .maxpers
{
	padding: 32px 6px 8px 0;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 2px #868585 solid;
	min-width:110px;
}
#detail #roomtable .pricestay
{
	padding: 30px 6px 8px 0;
	vertical-align: top;
	white-space: nowrap;
	font-size: 130%;
	font-weight: bold;
	border-bottom: 2px #868585 solid;
	min-width:110px;
}
#detail #roomtable .numrooms
{
	padding: 29px 6px 8px 0;
	vertical-align: top;
	border-bottom: 2px #868585 solid;
	min-width:110px;
}
#detail #roomtable .numrooms i
{
	display: block;
	font-size: 80%;
	font-style: italic;
	margin-top: 4px;
}
#detail #roomtable .bookit
{
	padding-right:6px;
	border-bottom: 2px #868585 solid;
	text-align: center;
	vertical-align: top;
}

#detail #roomtable p {
	margin-top:6px;
}
#detail #pricelist form {
	margin:0;
}

.left_form {
	float:left;
	margin-right:12px;
}
.left_select {
	float:left;
}
.nonsmoking {
	font-style: italic;
	margin-top:22px;
}
.room_nr {
	font-size: 1em;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 19px;
	color: #7f7f7f;
	font-style: italic;
	float:left;
	
}
.room_block {
	padding:6px;
}
.room_block h2 {
	margin-bottom:0.3em;
}
.odd { border-top-color: black; border-top-style: solid; border-top-width: 1px; background-color: #fff; }
.even { border-top-color: black; border-top-width: 1px; border-top-style: solid; background-color:#d5e47b; background-image:url(/img/detail_bg.jpg); background-repeat:repeat-x;
	background-repeat:repeat-x; }
.error {
	padding: 4px;
	border-color: red;
	border-style: solid;
	border-width: 2px;
	font-weight: bold;
}
.error_top {
	margin-top: 12px;
	margin-bottom: 12px;
	padding-left: 12px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border-color: red;
	border-style: solid;
	border-width: 4px;
		
}
