/* Main Flora Style Sheet for jQuery UI ui-datepicker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #E0F4D7;
	width: 185px;
}
#ui-datepicker-div {
	display: none;
	border: 1px solid #5c2810;
	z-index: 10;
}
.ui-datepicker-inline {
	float: left;
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #83C948 !important;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background: #E0F4D7;
	color: #000;
}
*html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #FFF;
}
.ui-datepicker-control {
	background: #5c2810;
	padding: 2px 0px;
}
.ui-datepicker-links {
	background: #ffffcc;
	padding: 2px 0px;
}
.ui-datepicker-control, .ui-datepicker-links {
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.ui-datepicker-links label {
	padding: 2px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 34%;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 30%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 34%;
	text-align: right;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px;
	background: #dec6a4;
	text-align: center;
	font-weight: bold;
	height: 1.3em;
}
.ui-datepicker-header select {
	background: #dec6a4;
	color: #000;
	border: 0px;
	font-weight: bold;
}
.ui-datepicker {
	background: #CCC;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background: #fed32e;
	color: #000;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #fed32e;
}
.ui-datepicker-days-row {
	background: #FFF;
	color: #666;
}
.ui-datepicker-week-col {
	background: #B1DB87;
	color: #000;
}
.ui-datepicker-days-cell {
	color: #000;
	border: 1px solid #DDD;
}
.ui-datepicker-days-cell a {
	display: block;
}
.ui-datepicker-week-end-cell {
	background: #ffffcc;
}
.ui-datepicker-unselectable {
	color: #888;
}
.ui-datepicker-week-over, .ui-datepicker-week-over .ui-datepicker-week-end-cell {
	background: #B1DB87 !important;
}
.ui-datepicker-days-cell-over, .ui-datepicker-days-cell-over.ui-datepicker-week-end-cell {
	background: #FFF !important;
	border: 1px solid #777;
}
* html .ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background: #B1DB87 !important;
}
* html .ui-datepicker-week-end-cell {
	background: #E0F4D7 !important;
	border: 1px solid #DDD !important;
}
* html .ui-datepicker-days-cell-over {
	background: #FFF !important;
	border: 1px solid #777 !important;
}
* html .ui-datepicker-current-day {
	background: #83C948 !important;
}
.ui-datepicker-today {
	background: #644226 !important;
	color: #fff;
}
.ui-datepicker-enabled-day {
	background: #E0F4D7 !important;

}
.ui-datepicker-current-day {
	background: #644226 !important;
}
.ui-datepicker-status {
	background: #E0F4D7;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
.ui-datepicker-today a {
	color: #fff !important;
}
.ui-datepicker-enabled-day a {
	color: #fff !important;

}
.ui-datepicker-current-day a {
	color: #fff !important;
}

#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.ui-datepicker-inline .ui-datepicker-links a {
	padding: 0 5px !important;
}
.ui-datepicker-control a {
	padding: 2px 5px !important;
	color: #e9c5a1 !important;
}
.ui-datepicker-links a {
	padding: 2px 5px !important;
	color: #333 !important;
}
.ui-datepicker-title-row a {
	color: #333 !important;
}
.ui-datepicker-control a:hover {
	color: #f9f1e8 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #FFF !important;
	color: #333 !important;
}
.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #83C948;
}
.ui-datepicker-one-month {
	float: left;
	width: 185px;
}
.ui-datepicker-new-row {
	clear: left;
}
.ui-datepicker-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}

/*body {
	margin: 10px;
	padding: 0;
	color: #000;
	background: #FFF;
	font: 87.5% Arial, sans-serif;
}
*/
#theTreeWrap {
	width: 300px;
}


.theTree {
	padding: .5em;
	height: 100%;
}
.theTree ul {
	position: relative;
	margin: 0 0 0 1em;
	padding: 0;
}
.theTree li {
	margin: 0;
	padding: .3em 0 0 0;
	list-style: none;
}
.theTree a.ttAPr {
	position: absolute;
	left: -1.1em;
	color: #666;
	text-decoration: none;
	outline: none;
}
.theTree li span {
	position: absolute;
	left: -.77em;
	color: #999;
}
.theTree a, .theTree span.ttActive, .theTree a.ttAActive  {
	color: #000;
}
.theTree a.ttActive {
	font-weight: bold;
	text-decoration: none;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url(images/loader00.gif) right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #9daae2;
	color: white;
}

.ac_results span {
    color: green;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection , screen {
	/* Use class for showing/hiding tab content, so that visibility can be better

 controlled in different media types... */
	.ui-tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
		display: none;
	}
}

/* Skin */
.ui-tabs-nav,.ui-tabs-panel {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial,
		sans-serif;
	font-size: 12px;
}

.ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 4px;
}

.ui-tabs-nav:after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.ui-tabs-nav li {
	float: left;
	margin: 0 0 0 1px;
	min-width: 84px; /* be nice to Opera */
}

.ui-tabs-nav a,.ui-tabs-nav a span {
	display: block;
	padding: 0 10px;
	background: url(images/tab00000.png) no-repeat;
}

.ui-tabs-nav a {
	margin: 1px 0 0;
	/* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	color: #27537a;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	outline: 0; /* prevent dotted border in Firefox */
}

.ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	top: 1px;
	z-index: 2;
	margin-top: 0;
	color: #000;
}

.ui-tabs-nav a span {
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0;
}

*>.ui-tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}

.ui-tabs-nav .ui-tabs-selected a span {
	padding-bottom: 1px;
}

.ui-tabs-nav .ui-tabs-selected a,.ui-tabs-nav a:hover,.ui-tabs-nav a:focus,.ui-tabs-nav a:active
	{
	background-position: 100% -150px;
}

.ui-tabs-nav a,.ui-tabs-nav .ui-tabs-disabled a:hover,.ui-tabs-nav .ui-tabs-disabled a:focus,.ui-tabs-nav

 .ui-tabs-disabled a:active {
	background-position: 100% -100px;
}

.ui-tabs-nav .ui-tabs-selected a span,.ui-tabs-nav a:hover span,.ui-tabs-nav a:focus span,.ui-tabs-nav

 a:active span {
	background-position: 0 -50px;
}

.ui-tabs-nav a span,.ui-tabs-nav .ui-tabs-disabled a:hover span,.ui-tabs-nav .ui-tabs-disabled a:focus

 span,.ui-tabs-nav .ui-tabs-disabled a:active span {
	background-position: 0 0;
}

.ui-tabs-nav .ui-tabs-selected a:link,.ui-tabs-nav .ui-tabs-selected a:visited,.ui-tabs-nav .ui-tabs-disabled

 a:link,.ui-tabs-nav .ui-tabs-disabled a:visited {
	/* @ Opera, use pseudo classes otherwise it confuses

 cursor... */
	cursor: text;
}

.ui-tabs-nav a:hover,.ui-tabs-nav a:focus,.ui-tabs-nav a:active,.ui-tabs-nav .ui-tabs-unselect a:hover,.ui-tabs-nav .ui-tabs-unselect a:focus,.ui-tabs-nav .ui-tabs-unselect

 a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}

.ui-tabs-disabled {
	opacity: .4;
	filter: alpha(opacity = 40);
}

.ui-tabs-panel {
	border-top: 1px solid #97a5b0;
	padding: 1em 8px;
	background: #fff;
	/* declare background color for container to avoid distorted fonts in IE while

 fading */
}

.ui-tabs-loading em {
	padding: 0 0 0 20px;
	background: url(images/loading0.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}

* :first-child+html .ui-tabs-nav {
	/* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6

 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}
body {
	margin:0;
	padding:0;
	background:#43342c url(images/bg000000.gif) top repeat-x;
	font-family:arial;
	color:#D3A57D;
	font-size:12px;
}
td {
	font-size:12px;
}
a {
	color: #EECAA5;
}
a img {
	border:none
}
hr {margin:0px;height:1px;line-height:0px}
#container {
	/*text-align:middle;*/
	background:url(images/bg_shado.gif) center repeat-y;
}
#column {
	width:700px;
	margin:0 auto;
	padding:0 7px;
	text-align:left;
	background:url(images/bg_shadp.gif) top center no-repeat;
}
#top_line {
	height:26px;
	padding:0 25px;
	background:url(images/bg_up000.gif) top repeat-x;
	line-height:26px;
	font-size:9px;	
}
#top_line a {
	font-size: 10px;
	text-decoration:none;
}
#top_line a:hover {
	text-decoration:underline;
}
#phone {
	width:130px;
	background:url(images/phone000.gif) 0 8px no-repeat;
	padding-left:22px;
}
#email {
	width:260px;
}
#email a img {
	margin:0px 6px 0px 0;
}
#languages {
	width:238px;	
	word-spacing:8px;
	background:url(images/top_line.gif) 193px no-repeat;
}
#logo div.left {
	width:700px;
	height:244px;
	background:url(images/logo_bg_.jpg);
	padding:10px;
}
#logo div.right {
	width:700px;
	height:264px;
	background:url(images/logo_bg0.jpg) bottom no-repeat;
}
#menu {
	height:47px;
	background:url(images/bg_menu0.gif) repeat-x;
}
#menu a {
	position:relative;
	display:block;
	float:left;
	height:47px;
	background-position:0 0;
	overflow:hidden;
	text-indent:2000px;
}
#menu a:hover, #menu a.active {
	background-position:0 -47px;
}
#main_logo a {
	display:inline;
	float:none;
	text-indent:0;	
}
#menu_main {
	background:url(images/main0000.gif);
	width:42px;
}
#menu_rooms {
	background:url(images/rooms000.gif);
	width:45px;
}
#menu_photo_tour {
	background:url(images/photo_to.gif);
	width:70px;
}
#menu_reservation {
	background:url(images/reservat.gif);
	width:75px;
}
#menu_services {
	background:url(images/services.gif);
	width:54px;
}
#menu_restaurant {
	background:url(images/restaura.gif);
	width:73px;
}
#menu_guestbook {
	background:url(images/guestboo.gif);
	width:55px;
}
#main_logo {
	position:relative;
	float:left;
	width:239px;
	padding-left:44px;
	background:url(images/bg_main_.gif);
    height:47px;
}
#content {
	background:#6D3D1E url(images/bg_conte.gif) top repeat-x;
	padding:30px 24px 15px 24px;
}
#middle_columns {
	background:url(images/bg_middl.gif_) 378px 0 repeat-y;
	position:relative;
}
#middle_columns.no_back {
	background:none;
}
#middle_columns div.left {
	width:389px;
}
#middle_columns div.right {
	width:246px;	
}
#middle_columns.no_back div.left {
	width:384px;	
}

#content h1 {
	font-size:18px;
	color:#D3A57D; 
	margin:0 0 14px 0; 
	text-align:center;
	font-weight:normal;
}
#content h2 {
	font-size:15px;
	color:#D3A57D; 
	margin:0 0 14px 0; 
	padding:10px 0 0 0;
	text-align:left;
	font-weight:bold;
}

#content input, #content select {
	height:16px;
	font-size:11px;
	border:solid 1px #3C2514;
	background-color:#DDC6A2;
	width: auto;
}

#content textarea {	
	font-size:11px;
	border:solid 1px #3C2514;
	background-color:#DDC6A2;
	width: 320px;
	height: 70px;
}

#content li {
	margin:0 0 0 10px;
	line-height: 16px;
}
#content p {
	margin:0 0 14px 0;
	line-height: 16px;
	/*text-align: justify;*/
	text-indent: 30px;
}
p.comment_header {
	margin-top:5px !important;
    margin-bottom:0px !important;
	text-indent:0px !important;
}
p.comment_content {
	margin-top:0px !important;
}
#middle_columns div.box_content  {
	font-size:11px;
	color:#DAB288;	
}
#middle_columns div.box_content h1  {
	font-size:12px; 
	margin:0;
	text-align:center;
	font-weight: bold;
}
#middle_columns div.box_content p {
	margin:10px 0 0 0;
	text-indent:0;	
}

div.right_box_header {
	height:15px;
	background:url(images/right_bo.gif) center;
}
div.box_content {
	position:relative;
	border-left:1px solid #44220F;
	border-right:1px solid #44220F;
	background:#5B280E url(images/box_cont.gif) top repeat-x;
	padding: 0 15px;	
}
div.right_box_footer {
	height:15px;
	background:url(images/right_bp.gif) center;
}

div.right_ball_box_header {
	height:15px;
	background:url(images/right_ba.gif) center;
}
div.right_ball_box_footer {
	height:15px;
	background:url(images/right_ba.gif) center;
}
div.box_content.ball {
	padding: 0 15px 10px 15px;
}
div.right_box_content img {
	border:1px solid #000;
}

div.left_box_header {
	height:15px;
	background:url(images/left_box.gif) center;
}
div.left_box_footer {
	height:15px;
	background:url(images/left_box.gif) center;
}

div.left_box_header2 {
	height:15px;
	background:url(images/left_box.gif) center;
}
div.left_box_footer2 {
	height:15px;
	background:url(images/left_boy.gif) center;
}

.contacts div.left {
	width:70px !important;
}
.contacts div.right {
	float:left !important;
	width:140px !important;
}
.contacts div.clear {
	height:5px;
}
#price_table {
	border-collapse:collapse;
	margin:0 auto;
	width:100%;
	color: #EECAA5;	
	font-size: 11px;
}
#price_table td, #price_table th {
	padding:8px 5px;
	text-align:center;
	border:1px solid #D3A57D;
}
#price_table th {
	color:#AB7B49;
}
#reservation_form td {
	padding:10px;
	text-align:center;
}
.photo_row img {
	margin-right:6px;
}
#restaurant_price td {
	padding:3px;
}

#footer {
	background: #6D3D1E  url(images/bg_foote.gif) left bottom repeat-x;
	height:35px;
	padding: 13px 32px;
}
    #footer p {
        margin: 0px 0px 1em 0px;
    }
.left {
	position:relative;
	float:left	
}
.right {
	position:relative;
	float:right
}
.clear {
	clear:both
}

div.photos {}

p.paginator {
    text-align: center !important;
    margin-bottom: 2px !important;
    margin-top: 2px !important;
}

#footer div.dezby {
	font-size: 10px;
	font-family: arial, serif;
	float: right;
	display: inline;
	width: 300px;
	text-align: center;
	margin-top: 20px;
}

#fonar {
    float: left;
}

a.gallery {
    color: #EECAA5;
}


input.submit {
        font-family: Arial, sans-serif;
        background: #5c2810 !important;
        font-size: 1.1em !important;
        color: #dec6a2;
        width: 80px;
        height: 23px !important;
}
input.radio,
input.checkbox {
        background: auto !important;
        border: none !important;
        height: auto !important;
}

select.select{
        height: auto !important;
}
h1 a {
	text-decoration:none;
}
.prohotel a {
	text-decoration:none;
}
.prohotel a span.date {
	font-weight:bold;
}
#about {
	background:url(images/about.gif) no-repeat;
	width:120px;
	font-size: 0px;
}
#aparts {
	background:url(images/aparts.gif) no-repeat;
	width:150px;
	font-size: 0px;
}
#bro {
	background:url(images/bro.gif) no-repeat;
	width:135px;
	font-size: 0px;
}
#menu_photo_tour {
	background:url(images/photo_to.gif);
	width:56px;
}
#menu_reservation {
	background:url(images/reservat.gif);
	width:85px;
}
#menu_services {
	background:url(images/services.gif);
	width:47px;
}
#menu_restaurant {
	background:url(images/restaura.gif);
	width:58px;
}
#menu_guestbook {
	background:url(images/guestboo.gif);
	width:55px;
}

#slogan {
	background:url(images/slogan00.jpg);
}

#slogan a {
	padding: 23px 45px;
	font-size: 25px;
	font-style: italic;
	color: #fff;
	text-decoration: none;
	line-height: 60px;}
	
.left .maincontenttop {
background:url(images/maincont.gif) no-repeat top left;
height:36px;
text-align:center;
padding-top: 10px;
}

.left .maincontent {
background:url(images/mainconu.gif) repeat-y top left;
padding:20px 15px 10px 15px;
margin: 0px;
}
.left  .maincontentbottom {
background:url(images/mainconv.gif) no-repeat bottom left;
height:46px;
text-align:center;
margin: 0px;
}

ul, ol {padding-left: 14px;}

