body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #8c8f92;
}
.shadow_lr {
	background: url('images/shadow_lr.gif') repeat-y center;
	margin: 0 auto;
	width: 950px;
}
.shadow_b {
	background: url('images/shadow_b.gif') no-repeat bottom;
	padding: 0 10px 10px 10px;
	margin: 0 auto;
	width: 901px;
}
.clearfix {
	clear: both;
}
a {
	color: #1dd1fe;
}
h1 {
	margin: 0;
	padding: 10px;
	font-weight: normal;
	font-size: 24px;
	color: #333;
}
h3 {
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
ul li {
	padding: 0;
	margin: 0;
}
#container {
	width: 901px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	position: relative;
}
*:focus {
	outline: 0;
}
/* IE PNG fix */
.pngfix { behavior: url(/web/tzom/iepngfix/iepngfix.htc); }

/**
* HEADER
**/

#header {
	background: url('images/header_bg.jpg') repeat-x;
	height: 105px;
	overflow: hidden;
	border: solid #fff;
	border-width: 0 4px;
	position: relative;
}
#header #header_logo {
	position: absolute;
	top: 0px;
	left: 22px;
	border:none;
}
#header #header_search_box {
	width: 170px;
	height: 70px;
	padding: 8px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #001635 url('images/search_box_bg.gif') repeat-x bottom;
}
#header #header_search_box form {
	position: absolute;
	bottom: 8px;
	left: 8px;
	width: 170px;
	height: 38px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#header #header_search_box_input {
	width: 142px;
	height: 17px;
	margin: 0;
	padding: 3px 2px 0 2px;
	border: none;
	background: #fff url('images/search_box_input_bg.jpg') no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}
#header #header_search_box_button {
	border: none;
	margin: 0;
	width: 26px;
	height: 20px;
	background: #125187;
	color: #75a6c3;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 0;
	bottom: 0;
}
#header #header_search_box label {
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	display: block;
}

/**
* TOP NAVIGATION
**/

#topnav {
	position: relative;
	z-index: 200;
}
#topnav table {
	background: #014E86;
	padding: 0;
	margin: 0;
	width: 100%;
}
#topnav td a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 7px 0;
	text-align: center;
	width: 100%;
}
#topnav #topnav_item_1 { background: #FB850D; }
#topnav #topnav_item_2 { background: #FA660E; }
#topnav #topnav_item_3 { background: #289EFB; }
#topnav #topnav_item_4 { background: #2291F0; }
#topnav #topnav_item_5 { background: #1C78C9; }
#topnav #topnav_item_6 { background: #196DB7; }
#topnav #topnav_item_7 { background: #155B99; }
#topnav #topnav_item_8 { background: #125187; }
#topnav #topnav_item_9 { background: #104774; }
#topnav #topnav_item_10 { background: #0E3D64; }
#topnav .current a { background: #fff; font-weight: bold; color: #000; }
#topnav td a:hover, #topnav td a.selected {
	background: #EBAC00;
	color: #333;
}
#topnav td a.selected {
	background-image: url('images/topnav_selected.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}
#topnav_submenu {
	position: absolute;
	z-index: 220;
	left: 0;
	overflow: visible;
	width: 100%;
}
#topnav_submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	width: 200px;
}
#topnav_submenu li {
	/*float: left;*/
	display: block;
}
#topnav_submenu a {
	display: block;
	/*float: left;*/
	padding: 4px 8px;
	background: #0A2D49;
	width: auto;
	color: #85A2AD;
	font-size: 11px;
	text-decoration: none;
}
#topnav_submenu a:hover {
	color: #fff;
}

/**
* MAIN
**/

#main {
	border: solid #fff;
	border-width: 0 4px 4px 4px;
	position: relative;
	width: 893px;
	clear: both;
}

/**
* LANGUAGES
**/

#languages {
	position: absolute;
	left: -26px;
	top: 0px;
	width: 22px;
}
#languages a {
	display: block;
	text-align: center;
	padding: 5px 0;
	color: #535353;
	background: #c1c1c1;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#languages .current {
	background: #FCE208;
	color: #000;
}

/**
* SIDEBAR
**/

#sidebar {
	width: 244px;
	float: left;
	background: #fff;
}
#sidebar h1 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #000;
	font-size: 14px;
}
#sidebar #path {
	background: #535353;
	color: #fff;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 150%;
}
#sidebar #path a {
	color: #fff;
}
#sidebar .content_box h1 {
	font-size: 24px;
	color: #333;
	padding: 10px 0;
	margin: 0;
	font-weight: normal;
}
#sidebar .content_box {
	padding: 10px 10px 20px 10px;
	background: #e7eef4;
	font-size: 14px;
}
#sidebar .content_box p {
	padding: 0 0 10px 0;
	margin: 0;
	color: #484747;
}
#sidebar #accordion, #sidebar #collapsible-panels {
	background: #fff;
}
#sidebar .panel-header {
	display: block;
	padding: 8px;
	background: #5F5F5F url('images/accordion_title_bg.gif') repeat-x top;
	border-top: 1px solid #e7eef4;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	width: 228px;
	position: relative;
	font-weight: bold;
}
#sidebar .panel-header .ui-icon {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -5px;
	background: url('images/accordion_closed.gif') no-repeat center;
}
#sidebar .panel-header.important {
	text-decoration: blink;
	color: #FB850D;
}
#sidebar .ui-state-active, #sidebar .ui-state-active.important {
	text-decoration: none;
	color: #535353;
	background-color: #BFBFBF;
	background-image: url('images/accordion_title_selected_bg.gif');
}
#sidebar .ui-state-active .ui-icon {
	background: url('images/accordion_open.gif') no-repeat center;
}
#sidebar .panel-content {
	padding: 8px;
}
#sidebar .sidebar_links a {
	display: block;
	background: url('/web/tzom/images/dot_blue.gif') repeat-x bottom;
	padding: 5px 0;
	color: #676767;
	text-decoration: none;
}
#sidebar .sidebar_links a:hover {
	color: #000;
}
#sidebar .sidebar_links hr {
	margin: -1px 0 0 0;
	color: #aaa;
	background: #aaa;
	border: none;
	height: 1px;
}

/**
* CONTENT AREA
**/

#content_area {
	width: 648px;
	float: left;
	position: relative;
}
/*#map {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #A7C0D6;
}*/
#map_handle {
	width: 228px;
	height: 173px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#map_handle div {
	width: 100%;
	height: 100%;
	background: url('images/footer_map.png') no-repeat bottom left;
}
#map_handle a.map_button {
	display: block;
	position: absolute;
	width: 200px;
	height: 160px;
	top: 10px;
	left: 10px;
	z-index: 12;
}
#map_handle a.route_planner_button {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 46px;
	left: 45px;
	z-index: 15;
}
#close_map_handle {
	display: none;
}
#gallery {
	height: 80px;
	width: 385px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	padding-top: 20px;
}
#gallery a img {
	border: none;
}
#gallery #gallery_header {
	background: url('images/gallery_header_bg.png') no-repeat bottom;
	height: 57px;
	overflow: hidden;
}
#gallery #gallery_title {
	position: absolute;
	top: 0;
	left: 0;
}
#gallery #gallery_title a {
	display: block;
	width: 150px;
	padding-left: 40px;
}
#gallery #gallery_title a span {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 10px;
	left: 10px;
	background: url('images/widget_plus.png') no-repeat;
}
#gallery.active #gallery_header #gallery_title a span {
	background-image: url('images/widget_minus.png');
}
#gallery #gallery_images_bg {
	background: #153458;
	height: 100%;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	width: 100%;
	position: absolute;
	top: 77px;
	left: 0;
	z-index: 20;
}
#gallery #gallery_images {
	height: 100%;
	position: relative;
	z-index: 50;
	top: -50px;
}
#gallery .gallery_image {
	width: 125px;
	float: left;
	text-align: center;
	padding: 9px 0;
}
#gallery .gallery_image a {
	text-decoration: none;
	display: block;
	width: 95px;
	padding: 2px;
	background: #000;
	margin: 0 auto;
	font-size: 10px;
	color: #b4b4b4;
	text-align: left;
}
#gallery .gallery_image_caption {
	display: none;
}
#gallery.active .gallery_image_caption {
	display: block;
	clear: left;
}

/**
* FOOTER
**/

.footer_content, .footer_content table {
	color: #9b9b9b;
	background: #000;
	font-size: 11px;
}
.footer_content td {
	height: 25px;
	vertical-align: middle;
}
.footer_content a {
	color: #0cf;
	text-decoration: none;
}

#sidebar_footer .footer_content {
	padding: 8px;
}

/**
* ACCOMMODATION LIST / DETAILS, EVENTS LIST
**/

.pagenav_bar {
	color: #fff;
	border-left: 4px solid #fff;
}
.pagenav_bar table {
	width: 100%;
	background: #333;
}
.pagenav_bar td {
	padding: 8px 20px;
}
.pagenav_bar .pagenav {
	text-align: right;
}
.pagenav_bar a {
	text-decoration: none;
	color: #1dd1fe;
}
.pagenav_bar .current_page_num {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 5px;
	margin: 0 5px;
}
.pagenav_bar .map-baner {
	background: #06B9DB url('/web/tzom/images/map-baner-left.gif') no-repeat left;
	color: #333;
	font-weight: bold;
	float: right;
}
.pagenav_bar .map-baner a {
	background: url('/web/tzom/images/map-baner-right.gif') no-repeat right;
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 23px;
	text-transform: uppercase;
	padding: 0 40px 0 25px;
}
#accommodation_list .list_content, #events-list .list_content {
	width: 100%;
}
#accommodation_list .list_item, #events-list .event-item {
	background: #eaeaea;
	padding: 8px;
	color: #333;
	/*height: 160px;*/
	width: 50%;
	word-wrap: break-word;
	vertical-align: top;
}
#accommodation_list .list_item td {
	vertical-align: top;
}

#accommodation_list .list_item h2, #events-list .event-item h2 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 0 10px 0;
	margin: 0;
}
#accommodation_list .list_item h2 span {
	color: #666;
}
#accommodation_list .list_item h2 a, #events-list .event-item h2 a {
	color: #000;
}
#accommodation_list .list_item img {
	border: 4px solid #ccc;
	margin-right: 10px;
}
#accommodation_list .list_item a {
	text-decoration: none;
	color: #1dd1fe;
}
#accommodation_list .list_item .details_link {
	vertical-align: bottom;
}
#accommodation_list .list_item .details_link a {
	padding: 2px 8px;
	text-decoration: none;
	color: #fff;
	background: #1dd1fe;
	display: block;
	float: left;
}
#unit_details {
	padding: 4px 0 4px 4px;
}
#unit_details td {
	vertical-align: top;
}
#unit_details #adunits .tabnav {
	background: url('images/content_tabs_bg.gif') repeat-x top;
	border-bottom: 4px solid #fff;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 39px;
	overflow: hidden;
}
#unit_details #adunits .tabnav li {
	float: left;
	padding: 0;
	margin: 0;
	background: url('images/content_tabs_border.gif') repeat-y right;
	font-size: 18px;
}
#unit_details #adunits .tabnav li a {
	color: #e0dfdf;
	display: block;
	text-decoration: none;
}
#unit_details #adunits .tabnav li span {
	display: block;
	padding: 0 15px;
	line-height: 39px;
}
#unit_details #adunits .tabnav li.ui-tabs-selected {
	background: url('images/content_tabs_selected_bg.gif') repeat-x top;
}
#unit_details #adunits .tabnav li.ui-tabs-selected span {
	background: url('images/content_tabs_selected_bg_left.gif') no-repeat left;
}
#unit_details #adunits .tabnav li.ui-tabs-selected a {
	background: url('images/content_tabs_selected_bg_right.gif') no-repeat right;
}
#unit_details .unit_gallery {
	width: 100%;
	border-bottom: 4px solid #fff;
}
#unit_details .unit_gallery td {
	background: #8c8c8c;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
}
#unit_details .unit_gallery .main_image {
	width: 258px;
	border-right: 4px solid #fff;
}
#unit_details .unit_gallery .main_image img {
	border: 4px solid #ccc;
}
#unit_details .unit_gallery .thumbnails table {
	width: 100%;
}
#unit_details .unit_gallery .thumbnails td {
	padding: 8px;
	vertical-align: middle;
	text-align: left;
}
#unit_details .unit_gallery .thumbnails .images_count {
	text-align: right;
	color: #fff;
}
#unit_details .unit_gallery img.gallery_nav, #unit_details .unit_gallery img.gallery_nav {
	border: none;
	cursor: pointer;
}
#unit_details .unit_gallery img.prev {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -5px;
}
#unit_details .unit_gallery img.next {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -5px;
}
#unit_details .unit_gallery .gallery_scroller {
	position:relative;
	padding: 0 30px;
}
#unit_details .unit_gallery .gallery_scroller .images {
	height: 100%;
	overflow: hidden;
	width: 260px;
}
#unit_details .unit_gallery .gallery_scroller .images td {
	height: 160px;
	vertical-align: middle;
}
#unit_details .unit_gallery .gallery_scroller .images div {
	overflow: hidden;
	line-height: 160px;
}
#unit_details .unit_gallery .images img {
	margin: 0 10px;
	border: 2px solid #ccc;
	vertical-align: middle;
}
#unit_details .unit_data {
	background: #eaeaea;
	padding: 5px;
}
#unit_details .dotted_border_right {
	background: url('images/border_dot.gif') repeat-y right;
}
#unit_details .dotted_border_top {
	background: url('images/border_dot.gif') repeat-x top;
}
#unit_details .dotted_border_left {
	background: url('images/border_dot.gif') repeat-y left;
}
#unit_details .dotted_border_bottom {
	background: url('images/border_dot.gif') repeat-x bottom;
}
#unit_details .dotted_border_h {
	background: url('images/border_dot.gif') repeat-x top;
	padding-top: 2px;
}
#unit_details .params li span {
	color: #676767;
}
#unit_details .location_data {
	width: 40%;
}
#unit_details ul.float_items {
	width: 100%;
}
#unit_details ul.float_items li {
	float: left;
	width: 45%;
	padding: 0 2px;
}
#unit_details .content_box {
	padding: 10px;
}
#unit_details .pricelist table {
	width: 100%;
}
#unit_details .pricelist td {
	text-align: center;
	padding: 4px 0;
	border: 1px solid #eaeaea;
}
#unit_details .pricelist tfoot td {
	background: #333;
	color: #d98c07;
}
#unit_details .calendars {
	width: 100%;
	margin-top: 10px;
}
#unit_details .calendar {
	padding: 2px;
	background: #eee;
}
#unit_details .calendar .calendar_title {
	background: #000;
	color: #fff;
	padding: 4px;
}
#unit_details .calendar table {
	border-collapse: collapse;
	width: 100%;
}
#unit_details .calendar td {
	border: 1px solid #eaeaea;
	padding: 2px 0;
	text-align: center;
	color: #eaeaea;
	width: auto;
}
#unit_details .calendar thead td {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
}
#unit_details .calendar .date {
	background: #707070;
}
#unit_details .calendar .unavailable {
	background: #db3908;
}
#unit_details .calendar_navigation {
	padding-top: 10px;
}
#unit_details .calendar_navigation table {
	width: 100%;
}
#unit_details .calendar_navigation td {
	width: 50%;
}
#unit_details .calendar_navigation a {
	color: #000;
	text-decoration: none;
}
#unit_details .calendar_navigation .nextlink {
	text-align: right;
}
#unit_details .legend {
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
#unit_details .legend dt {
	width: 15px;
	height: 15px;
	float: left;
	padding: 0;
	margin: 0;
}
#unit_details .legend .available {
	background: #707070;
}
#unit_details .legend .unavailable {
	background: #db3908;
}
#unit_details .legend dd {
	padding: 0 20px 0 10px;
	float: left;
	margin: 0;
}

.event_details {
	display: none;
	padding: 10px;
	width: 600px;
}

#mapcontainer {
	margin: 4px 0 0 4px;
	display: none;
	height: 400px;
}
#maptabs li {
    display: inline;
}

/**
 * Booking form
 */

.booking_form {
	padding: 10px 0;
} 
.booking_form label {
	display: block;
	font-weight: bold;
	padding: 2px 0;
}
.booking_form input {
	margin-bottom: 10px;
	width: 90%;
}
.booking_form textarea {
	width: 90%;
	height: 50px;
}
.booking_form input.submit {
	margin: 10px 0 0 0;
	width: auto;
}
.booking_form .booking_success {
	background: #efe;
	border: 1px solid #0c0;
	color: #191;
	padding: 5px;
}

/**
 * EVENT CALENDAR
 */
table#event-calendar {
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
}
table#event-calendar th {
	width: 90px;
	background: #707070;
	color: #fff;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
}
table#event-calendar td {
	vertical-align: top;
	border: 1px solid #ddd;
	height: 90px;
	width: 88px;
}
table#event-calendar td:hover {
	background: #ffc;
}
table#event-calendar td.empty {
	background: #eee;
}
table#event-calendar td {
	font-size: 11px;
}
table#event-calendar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
table#event-calendar li {
	padding: 2px 0;
}
table#event-calendar small {
	color: #333;
}
table#event-calendar a {
	color: #125187;
}
table#event-calendar a:hover {
	color: #000;
}
.event-detail {
	width: 600px;
}
.event-detail img {
	margin-left: 10px;
	float: right;
}
.event-detail .event-description {
	border-bottom: 1px solid #999;
	margin-bottom: 8px;
	padding: 4px 0;
	color: #555;
}
.event-detail .event-date {
	background: #eee;
	padding: 4px;
	font-style: italic;
}

/* -- Sitemap -- */
#sitemap { padding: 0 20px 0 200px; }
#sitemap ul { margin: 0; padding: 0; list-style: disc; }
#sitemap li { margin: 0 0 20px 0; padding: 0; }
#sitemap li a { margin: 0; padding: 0; font-size: 14px; color: #17c; }
#sitemap ul ul { padding-left: 20px; list-style: circle; }
#sitemap li li { margin: 10px 0 0 0; }
#sitemap li li a { font-size: 12px; }

/**
* JQUERY
*/

.ui-tabs .ui-tabs-hide {
     display: none;
}
