
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }

fieldset,img { border: 0; }

address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }

ol,ul { list-style: none; }

caption,th { text-align: left; }

h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }

q:before,q:after { content: ''; }

abbr,acronym { border: 0; }



html {  background: url(../_img/pagebg.jpg) repeat-x left 140px #BAA86F; }

body 
{ 
	font-size: 12px; 
	font-family: Arial, sans-serif; 
	background: url(../_img/headerbg.jpg) repeat-x top left; 
	line-height: 1.5em;
}


h1 { font-size: 20px; }
h2 { font-size: 16px; } 
h3 { font-size: 14px; }
h4 { font-size: 16px; }

h1,h2,h3 { font-family: Arial; margin: 0.2em 0; }

h4,h5,h6,strong { font-weight: bold; }

abbr,acronym {	border-bottom: 1px dotted #000; cursor: help; } 

em {	font-style:italic; }

blockquote,ul,ol,dl { margin:1em; }

ol,ul,dl { margin-left:2em; }

ol li { list-style: decimal outside; }
ul li { list-style: disc outside; }
dl dd { margin-left:1em; }
th,td { border: none; padding:.5em; }
th { font-weight:bold; text-align:center; }
caption { margin-bottom:.5em; text-align:center; }
p,fieldset,table { margin-bottom:1em; }

a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

.clear { clear: both; }

.left { float: left; }
.right { float: right; }
.center { margin: 0px auto; }

.top10 { margin-top: 10px; }
.top20 { margin-top: 20px; }
.left10 { margin-left: 10px; }
.left20 { margin-left: 20px; }
.right10 { margin-right: 10px; }
.right20 { margin-right: 20px; }
.bottom10 { margin-bottom: 10px; }
.bottom20 { margin-bottom: 10px; }

.block { display: block; }
.hide { display: none; }

.wide 
{
	width: 920px;
	margin: 0px auto; 
	clear: both; 
}
.half { width: 50%; }

.txtjust { text-align: justify; }
.txtleft { text-align: left; }
.txtright { text-align: right; }
.txtcenter { text-align: center; }

.hand { cursor: pointer; }


.btnImg
{
	background-image: url('../_img/pl//buttons.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 35px;
	display: block;
	float: left;
	cursor: pointer;
}

.btnCheck 			{ background-position: 0px 0px; }
.btnCheck_hover 	{ background-position: -100px 0px; }

.btnPick 			{ background-position: 0px -35px; }
.btnPick_hover 		{ background-position: -100px -35px; }

.btnReserve 		{ background-position: 0px -70px; }
.btnReserve_hover 	{ background-position: -100px -70px; }

.btnConfirm			{ background-position: 0px -105px; }
.btnConfirm_hover 	{ background-position: -100px -105px; }

.btnSend			{ background-position: 0px -140px; }
.btnSend_hover 		{ background-position: -100px -140px; }

.btnNext			{ background-position: 0px -175px; }
.btnNext_hover 		{ background-position: -100px -175px; }




/*********************************************/

#blk_Header
{
	background: url(../_img/headerbg.jpg) repeat-x top left #fff;
	height: 105px;
	clear: both;
}

#blk_Menu { height: 51px; overflow: hidden; text-align: right; }
#blk_Menu img { padding: 0px 5px;  }

#blk_Menu div { color: #BFAD77; padding: 15px 0px; text-align: center; width: 265px; }
#blk_Menu div a:link { color: #BFAD77; }
#blk_Menu div a:visited { color: #BFAD77; }
#blk_Menu div a:hover { color: #BFAD77; }

#blk_Content
{
	overflow: hidden; 
	background-color: #5F5124;
 	display: table;
	clear: both;
}

#blk_LeftCol { 
	display: table-cell;
	float: left; 
	padding-left: 0px;
	width: 265px;
	background: #5F5124;
}

#blk_RightCol {
	display: table-cell; 
	float: left; 
	width: 655px;
	background: url(../_img/contentbg.jpg) repeat-x top left #D9C795;
}

#blk_RightCol h1 { padding: 20px 10px 0px 30px; }
#blk_RightCol .content { padding: 0px 30px; }

#blk_Footer
{
	height: 145px;
	background: url(../_img/footerbg.jpg) repeat-x top left #fff;
	width: 100%;
	overflow: hidden;
	clear: both;
}

/*********************************************/

#mod_Langs {
	width: 120px;
}

#mod_Langs img { margin-left: 3px; }

#mod_Banners {
	float: left;
	padding-left: 0px;
}

#mod_Banners h3 { color: #fff; font-family: Georgia; font-size: 10px; line-height: 12px; margin-bottom: 0px; clear: both; }


#mod_Contact {
	padding: 30px 20px 10px 50px;
	float: left;
	color: #332D18;
}

#mod_Contact h1 { color: #5F5530; font-family: Verdana; padding-bottom: 5px; }

/*********************************************/

.popup {
	z-index: 1000;
	border: 5px solid #C8BA8B;
	overflow: hidden;
	position: absolute;
	background: #E9E0BE;
}

.popup p {
	margin: 0 15px 15px 15px;
}

.popup .close {
	text-align: right;
	cursor: pointer;
	color: #736330;
	background: #D3C69C;
	padding-right: 5px;
}

/*********************************************/

.accordionButton, .accordionContent { 
	background-image: url(../_img/contentbg.jpg);
	background-repeat: repeat-x; 
	padding: 10px 20px;
	cursor: pointer;
}

.accordionButton { background-position: 0px -100px; border-top: 1px solid #fff; border-bottom: 1px solid #DAC896; }
.accordionContent { background-position: 0px -150px; border-bottom: 1px solid #DAC896; }

/*********************************************/


.menu-reader {
	position: relative;
	width: 635px; 
	height: 900px;
	overflow: auto; 
	margin-left: 4px;	
	text-align: center;
	background: #F7F1DC;
	padding: 5px;
}

.menu-reader img { clear: both; margin-bottom: 5px; border-right: 2px solid #AF9F72; border-bottom: 2px solid #AF9F72; }
.menu-reader img:last-child { margin-bottom: 0; }



/*********************************************/

.formtable { margin: 30px; color: #3F3B27; }

.formtable td { padding: 3px 15px; border-top: 1px dotted #888; }
.formtable th { padding: 3px 10px; border: none; background: #BFAB77; font-weight: normal; font-size: 10px; }

.formtable .correct { background: #82DF53; color: #244F0F; border-color: green; border-width: 0px; }
.formtable .warning { background: #EF9677; color: #8F3F23; border-color: red; border-width: 0px; }
.formtable .callback { text-align: center; padding: 5px; border-width: 1px; border-style: solid;}


.formtable input, .formtable textarea { border: 1px solid #8F8762; color: #000; width: 150px; padding: 3px; }
.formtable .fieldname { width: 200px; }
.formtable .fieldfull { font-weight: bold; }

/*
.box { float: left; background: #FFFDEF; border-right: 1px solid #DBC997; width: 326px; height: 140px; overflow: hidden; }
.box h3 { padding: 10px 20px 0px 20px; }
.box p { padding: 10px 20px; font-size: 10px; color: #555; }
.box img { padding-right: 5px; }
*/





.stdform { border: 0px; background: transparent; margin: 0px auto; }

.stdform th { background: #ededed; color: #999; }

.stdform .footer { background: #efefef; color: #999; text-align: center; padding: 3px 0px; font-size: 10px; }

.stdform .txtright label { display: block; float: right; width: 50%; text-align: left; }

.stdform td { border-bottom: 1px dotted #AF9A62; }
.stdform input { width: 50%; }
.stdform textarea { width: 50%; margin-left: 100px; height: 40px; }

.stdform .error { border: 2px solid #FF8F8F; }

.stdform .info { font-weight: bold; text-align: center; }
.stdform .info_error { background: #FFDFDF; color: #DF7D7D; }
.stdform .info_correct { background: #DEEFD1; font-weight: bold; color: #829F6D; }

.stdform .komentarz { font-size: 10px; color: #777; }



/*
#slideshow 
{
	float: left;
	width: 100%;
	height: 315px;
	clear: both;
	background-color: #D9C795;
}
*/


#slideshow {
	float: left;
	width: 100%;
	height: 315px;
	clear: both;
	background-color: #D9C795;
	
   position:relative;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.leftmenu 
{
	background: url(../_img/submenubg.jpg) repeat-x top left #5F5124;
	padding: 8px 0px 7px 0px;
	height: 180px;
	overflow: hidden;
}

.leftmenu a, .leftmenu a:hover, .leftmenu a:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 12px; 
	display: block; 
	padding: 9px 15px;
	margin: 0px 5px; 
}

.leftmenu a, .leftmenu a:visited { background: none; }
.leftmenu a:hover { background: #9F925B; }


.leftmenu .submenu, .leftmenu .submenu:hover, .leftmenu .submenu:visited
{
	color: #BFA66B;
	text-decoration: none;
	font-size: 12px; 
	display: block; 
	padding: 5px 25px;
	margin: 0px 5px; 
}

.leftmenu .submenu, .leftmenu .submenu:visited { background: none; }
.leftmenu .submenu:hover { background: #9E8C53; }



.leftmenu span, .leftmenu span.hover {
	color: #fff;
	text-decoration: none;
	font-size: 12px; 
	display: block; 
	padding: 9px 15px;
	margin: 0px 5px; 
	background: none;
	cursor: pointer;
}
.leftmenu span.hover { background:#9F925B; }

.leftmenu .roll { }

.leftmenu .roll .submenu:hover {
	
	background: #96824C;
}






.menu-extra {
	position: relative;
	width: 250px;
	height: 190px;
	cursor: pointer;
}



.eform { width: 90%; margin: 0px auto; }

.eform .left { width: 46%; padding: 0% 2%; }
.eform .right { width: 46%; padding: 2%; }
.eform .center { width: 100%; }

.eform .header { color: #fff; background: #aaa; padding: 1% 2%; text-align: center; }

.eform .info { padding: 1% 2%; }
.eform .info_error { background: red; color: #000; }

.eform .row { border-top: 1px solid #fff; background: #f7f7f7; }
.eform .row_error { background: #FFAF9F; }

.eform .footer { padding: 1% 2%; text-align: right; }

.eform .labelbox { float: left; }
.eform .labelbox label { display: block; padding: 6% 0%; }
.eform .center label { padding: 1% 4%; }

.eform .fieldbox { float: left; }
.eform .fieldbox .comment { color: #999; font-size: 10px; }



/******************************************************************************** order ***/

.order .row { border-top: 1px dotted #999; background: transparent; }
.order .row_error { background: #FFA18F; }
.login .info { color: #000; }
.eform .info_error { background: red; color: #000; }

/******************************************************************************** login ***/

.login .row { border-top: 1px dotted #999; background: transparent; }
.login .row_error { background: #FFA18F; }
.login .info { color: #000; }
.eform .info_error { }

.room h1 { padding: 0px; }

.room img { margin-right: 10px; }


.room
{
	padding: 10px 0px 5px 0px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #AF9F6B;
}

.room .clear { margin-bottom: 10px; }

.room .price { text-align: right; font-weight: bold; font-size: 14px; color: #AF9F6B; }

.room .price span { text-align: right; font-weight: bold; font-size: 10px; color: #AF9F6B; }
#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #2F280F;
	padding:0px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}



#calendarDiv .selectBox{
	border:1px solid #BAAC85;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #CFC19B;
	background-color: #605225;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #605225;		
	color: #605225;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #605225;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#000;
	font-weight: bold; 
	background: #ddd;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #605225;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#605225;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}

.gallmake_zoom { text-align: center; clear: both; height: 350px; overflow: hidden; }

.gallmake_nazwa { margin-bottom: 20px; float: left; }

.gallmake_thumbs { width: 300px; padding: 15px 10px 5px 5px; float: right; text-align: right; }

.gallmake_thumbs img { cursor: pointer; margin-left: 3px; border-width: 1px; border-color: #fff; opacity:0.4; filter:alpha(opacity=40); }

/***********************************************************************************/

#order_availBox { color: #fff; font-size: 11px; line-height: 16px; }

#order_availBoxForm
{ 
	width: 320px;
	padding: 5px 0px 0px 0px; 
	float: left; 
	display: block;
}

#order_availBoxForm table { margin: 0px; padding: 0px 20px 0px 0px; float: left; }
#order_availBoxForm tr, #order_availBoxForm td { padding: 0px; }
#order_availBoxForm input {  color: #fff; background: #C8B789; border: 0px; width: 80px; font-size: 12px; font-weight: bold; }
#order_availBoxForm select { width: 120px; }

#order_availBoxForm .simple { background: #CFC19B; border: 1px solid #AFA078; margin: 0px 5px;}

/***********************************************************************************/

#order_header {}
#order_header h1 { float: left; width: 300px;  }

#order_trail { font-size: 10px; padding: 20px 30px 0px 0px; float: right; }
#order_trail span, #order_trail a { display: block; float: left; margin: 0px 2px; padding: 3px 7px; }
#order_trail .actual { text-decoration: none; color: #000; background: #CFC19B; }
#order_trail .active, #order_trail .active:visited { text-decoration: none; color: #AFA383; background: #DFD4B5; }
#order_trail .active:hover { text-decoration: underline; color: #AFA383; background: #DFD4B5; }
#order_trail .inactive { text-decoration: none; color: #CFC3A8; background: #EFE2C2; } 


/***********************************************************************************/

.order_roomConfigs { text-align: right; }

.order_roomConfig 
{ 
	background: #DFD1A7; 
	margin: 1px 0px; 
	padding: 3px 5px; 
	border: 0px; 
	clear: both; 
	text-align: left;
}

.order_roomConfig input 
{ 
	border: 1px solid #9F8C59; 
	margin-right: 20px; 
	width: 30px;
}


/***********************************************************************************/

#order_sum 
{ 
	border-top: 1px dotted #5F5124;
	float: right; 
	text-align: right; 
	padding: 0px; 
	margin: 40px 0px 20px 0px;
}

#order_sum p, #order_sum img { float: left; padding: 0px; margin: 10px 0px 10px 10px;  }

/***********************************************************************************/


.form_reserv { margin: 30px; color: #3F3B27; }
.form_reserv th { text-align: left;  }
.form_reserv td { padding: 3px 10px; border-top: 1px dotted #888;  }
.form_reserv input, .form_reserv textarea { border: 1px solid #8F8762; color: #000; width: 150px; padding: 3px; }
.form_reserv .fieldsum { text-align: right; color: #8F8359; font-size: 10px; }
.form_reserv .fieldsum strong { color: #8F8359; font-size: 12px; font-weight: bold; }
.form_reserv .fieldname { width: 200px; }
.form_reserv .fieldfull { font-weight: bold; }
.form_reserv .button, .form_reserv .button:visited { background: #928149; text-decoration: none; padding: 3px 10px; color: #fff; }
.form_reserv .button:hover { background: #625E2F; text-decoration: underline;}
.form_reserv .warning { background: #FFB89F; }

.form_reserv .warning_info { background: #EF9677; border: 1px solid #CF785A; padding: 5px 10px; color: #8F3F23; text-align: center;}
.form_reserv .correct_info { background: #82DF53; border: 1px solid #57AF2B; padding: 5px 10px; color: #244F0F; text-align: center;}














.infobox, .infobox h3, .infobox span { width: 287px; }

.infobox
{
	float: left;
	height: 160px;
	padding: 0px;
	margin-bottom: 25px;
	overflow: hidden;
}

.infobox img { width: 285px; height: 100px; border: 1px solid #BFAB77; }

.infobox h3 { font-size: 18px; padding: 5px 0px 3px 0px; margin: 0px; }

.infobox a:link { color: #5F5124; text-decoration: none; }
.infobox a:visited { color: #5F5124; text-decoration: none; }
.infobox a:hover { color: #5F5124; text-decoration: underline; }

.infobox span { font-size: 12px; color: #8F8150; line-height: 1.3em; }

.nletterbox 
{
	color: #fff;
	margin: 0px;
	width: 225px;
	padding: 20px;
	background: url('../_img/submenubg.jpg') repeat-x top left;
	height: 137px;
	overflow: hidden;
}


.nletterbox span
{
	font-size: 11px;
}

.nletterbox label, .nletterbox input { float: left; margin-bottom: 2px; display: block; }

.nletterbox label 
{ 
	width: 70px; 
	color: #CFBD8E;
}

.nletterbox .txtinput
{ 
	width: 150px; 
	border: 1px solid #3F3310;
}

.nletterbox .loader { text-align: center; color: #907F47; padding: 50px 95px; width: 31px; height: 31px;  }

.nletterbox a { color: #CFBD8E; }

