/*CSS resets*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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%;}
q:before,q:after{content:'';}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
strong{
	font-weight: bold;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
.xinha_content th, .xinha_content td {
    padding: 5px !important;
}

.xinha_content ul, .xinha_content ol{
    padding-left: 1em;
    list-style-position: outside;
    list-style-type: disc; 
}
.xinha_content ol{
    list-style-type: decimal;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Resets */

body{
	width:100%;
	text-align:left;
	background-color:#f5f5f5;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}
input, checkbox, textarea, select{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
.clear{
	clear:both;
}
h1{ 
	font-size:11px;
  color:; 
}
h2{
  font-size:14px;
  color:#96a400;
}
h3{
  font-size:13px;
  color:#062757;
  margin:0 0 9px 0;
}
h4{
  font-size:21px;
  color:#96a400;
  margin:0 0 11px 0px;
}
h5{
  font-size:15px;
  color:#062757;
  margin:0;
}
hr{
  border:none;
  height:1px;
  background:#052655;
  width:258px;
}
a, a:active, a:visited, a:hover, a:link{
  text-decoration:none;
  color: #96A400;
}
.align_j{
  text-align:justify;
}
/*////////////top + menu////////////// */
#top{
  width:100%;
  height:109px;
  background:url(../gfx/bg_top.jpg) repeat-x;
  min-width:1100px;
}
#top_kontener{
  width:964px;
  margin:0 auto;
}
.logo{

}
.language{
  float:right;
  margin:3px 24px 0 0;
}
.language li{
  display:inline;
}
.language li a{
  color:#0f5394;
  font-size:10px;
  padding:3px 3px 1px 3px;
}
.language li a:hover, .language li.active_lang a {
  background:#2b69a6;
  color:#052046;
  padding:3px 3px 1px 3px;
}
.menu_top{
  overflow:visible;
  padding:2px 15px;
  margin:0;
  float:right;
  margin-top: 24px;
}
ul.menu_top > li{
  float:left;
  margin-left:2em;
  margin-top:4px;
  position: relative;
  z-index: 1000000000;
}
ul.menu_top > li > ul > li a{
	font-weight: normal;
  z-index: 1000000001;
}
ul.menu_top > li > ul > li a:hover{
	
}
ul.menu_top > li > ul > li{
  z-index: 1000000001;
}
ul.menu_top > li > a{
  display:block;
  color:#fefefe;
  font-weight:bold;
  overflow: hidden;
  text-indent: -1000px;
  height: 30px;
}
ul.menu_top > li.glowna_btn > a{
	background: url(../gfx/strona_glowna.png) no-repeat;
	width: 105px;
}
ul.menu_top > li.glowna_btn > a:hover, ul.menu_top > li.glowna_btn.current > a{
	background: url(../gfx/strona_glowna_g.png) no-repeat;
}
ul.menu_top > li.port_btn > a{
	background: url(../gfx/port_sztynort.png) no-repeat;
	width: 98px;
}
ul.menu_top > li.port_btn > a:hover, ul.menu_top > li.port_btn.current > a{
	background: url(../gfx/port_sztynort_g.png) no-repeat;
}
ul.menu_top > li.czartery_btn > a{
	background: url(../gfx/czarter.png) no-repeat;
	width: 55px;
}
ul.menu_top > li.czartery_btn > a:hover, ul.menu_top > li.czartery_btn.current > a{
	background: url(../gfx/czarter_G.png) no-repeat;
}
ul.menu_top > li.dla_firm_btn > a{
	background: url(../gfx/dla_firm.png) no-repeat;
	width: 55px;
}
ul.menu_top > li.dla_firm_btn > a:hover, ul.menu_top > li.dla_firm_btn.current > a{
	background: url(../gfx/dla_firm_g.png) no-repeat;
}
ul.menu_top > li.galeria_btn > a{
	background: url(../gfx/galeria.png) no-repeat;
	width: 51px;
}
ul.menu_top > li.galeria_btn > a:hover, ul.menu_top > li.galeria_btn.current > a{
	background: url(../gfx/galeria_g.png) no-repeat;
}
ul.menu_top > li.kontakt_btn > a{
	background: url(../gfx/kontakt.png) no-repeat;
	width: 56px;
	padding-left: 0;
	padding-right: 0;
}
ul.menu_top > li.kontakt_btn > a:hover, ul.menu_top > li.kontakt_btn.current > a{
	background: url(../gfx/kontakt_g.png) no-repeat;
}
ul.menu_top li a:hover, ul.menu_top li.current a{
  color:#96a400;
}
li.sub_menu a{
  color:#131E36 !important;
}
ul.menu_top li li{
  width:100%;
  margin:0px;
  text-align:right;
  border-bottom:1px solid #d8dfe3;
}
ul.menu_top li li a{
  padding:0 .5em 0 0;
  color:#131e36;
  line-height: 1.5em;
}
ul.menu_top li li a:hover{
  color:#d3d3d3 !important;
}
ul.menu_top > li > ul > li:hover{
  background:#1b3863;
  
}
ul.menu_top li li:hover a{
	color:#d3d3d3 !important;
}
ul.menu_top li ul{
  overflow:hidden;
  display:none;
  position:absolute;
  background:#fff;
  padding:0;
  border:1px solid #d6dce1;
  width:210px;
  right: 0;
  filter:alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity:0.75;
  top: 26px;
  z-index: 1000000;
}
ul.menu_top li:hover ul{
  display:block;  
   z-index: 1000000;
}
ul.menu_top li.czartery ul{
	width: 130px;
}
ul.menu_top li.kontakt ul{
	width: 170px;
}
/*////////////baner + formularz////////////// */
#baner{
  width:100%;
  height:231px;
  background:url(../gfx/element_tigaj.jpg) repeat-x;
}
#baner_kontener{
  width:1100px;
  height:227px;
  margin:0 auto;
  padding: 2px 0;
}
div#slideshow{
	background:url(../gfx/TIGJ_baner1.png) no-repeat right;
}
.form{
  width:308px;
  height:224px;
  background:url(../gfx/tlopodformularz.jpg) no-repeat;
  position:relative;
  left:69px;
  float:left;
  margin-right: 2px;
}
.form div{
	margin: 1em 2em;
}
.form p{
  font-size:13px;
  font-weight:bold;
  color:#1a2947;
  line-height: 21px;
  margin: 0;
}
.form_nag{
  background:url(../gfx/data.jpg) no-repeat left;
  padding:0 0 0 36px;
  }
.form_nag_hr{
}  
.form form{
  width:220px;
}
.form form li{
  margin:0 0 5px 0;
  font-size:12px;
  font-weight:bold;
   color:#1a2947;
}
.form form input{
  width:70px;
}
.form form select{
  font-size:11px;
  padding:2px;
}

.form form label{
  display:inline-block;
  width:101px;
  text-align:right;
  margin-right:7px;
}
.form_bottom_hr{
  margin:10px 0 0 -28px;
}
.form_submit{
  width:185px !important;
  border:none;
  background:url(../gfx/st.png) no-repeat right;
  font-size:13px;
  font-weight:bold;
  color:#1a2947;
  margin:2px 0 0 59px;
  cursor:pointer;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#BoxesN_subscribe_subscribe{
  width:191px !important;
  border:none;
  background:url(../gfx/min.jpg) no-repeat right;
  font-size:13px;
  font-weight:bold;
  color:#1a2947;
  margin:6px 0 0 59px;
  cursor:pointer;
}
/*flash*/
.flash{
  float:left;
  margin:0 0 0 69px;
  background:none;
  
}
.flash #slideshow
{
  position: relative;
  z-index: 1;
}

.flash img
{
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0; 
}

.flash img.active_img
{
    z-index: 10;
}

.flash img.last-active_img
{
    z-index: 9;
}

/*////////////podmenu////////////// */
#menu2{
  width:100%;
  height:73px;
  background:url(../gfx/bg_menu2.jpg) repeat-x;
  margin-top:-4px;
  min-width:1100px;
}
#menu2_kontener{
  width:964px;
  margin:0 auto;
  padding:4px 0 0 0;
}
#menu2_kontener a{
  color:#fefefe;
  font-size:12px;
  font-weight:bold;
  float:left;
  width: 110px;
  line-height: 32px;
  text-align: center;
  height: 32px;
}
#menu2_kontener a.zeza{
	width: 65px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(../gfx/ZEZA_menu.png) no-repeat 16px 0;
}
#menu2_kontener a.zeza:hover{
	background: url(../gfx/ZEZA_g.png) no-repeat 16px 0;
}
#menu2_kontener li a.active.zeza, #menu2_kontener li a.active.zeza:hover{
	background: url(../gfx/zeza_z.png) no-repeat;
	width: 65px;
}
#menu2_kontener a.aktualnosci{
	width: 110px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(../gfx/AKTUALNOSCI.png) no-repeat 14px 0;
}
#menu2_kontener a.aktualnosci:hover{
	background: url(../gfx/AKTUALNOSCI_g.png) no-repeat 14px 0;
}
#menu2_kontener li a.active.aktualnosci, #menu2_kontener li a.active.aktualnosci:hover{
	background: url(../gfx/AKTUALNOSCI_z.png) no-repeat;
	width: 110px;
}
#menu2_kontener a.lokalizacja{
	width: 110px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(../gfx/LOKALIZACJA.png) no-repeat 15px 0;
}
#menu2_kontener a.lokalizacja:hover{
	background: url(../gfx/LOKALIZACJA_g.png) no-repeat 15px 0;
}
#menu2_kontener li a.active.lokalizacja, #menu2_kontener li a.active.lokalizacja:hover{
	background: url(../gfx/LOKALIZACJA_z.png) no-repeat;
	width: 110px;
}
#menu2_kontener a.pensjonat{
	width: 302px;
	overflow: hidden;
	text-indent: -1000px;
	background: url(../gfx/przejdz_na_pensjonat.png) no-repeat;
	margin-top: 5px;
	margin-left: 5px;
}
#menu2_kontener a.pensjonat:hover{
	background: url(../gfx/przejdz_na_pensjonat_g.png) no-repeat;
}
#menu2_kontener > a{
	width: auto;
	margin-left: 20px;
	line-height: 40px;
}
#menu2_kontener a:hover{
  color:#96A400;
}
.listek{
  width:37px;
  height:52px;
  background:url(../gfx/listek.jpg) no-repeat right top;
  float:left;
}
#menu2_kontener ul{
  float:right;
  margin: 5px 0 0;
}
#menu2_kontener li{
  float: left;
  color:#fefefe;
  font-size:13px;
  font-weight:bold;
  margin-left: 1em;
  overflow: hidden;

}
#menu2_kontener ul li a.active{
  display: block;
  background: url(../gfx/menu_active.png) no-repeat;
  height: 32px;
  color: #052655;
}
#menu2_kontener ul li a:hover{
  color:#96A400;
}
#menu2_kontener ul li a.active:hover{
	color: #052655;
}
/*////////////content////////////// */
#content{
  width:1100px;
  margin:0 auto;
}
.content_l{
  float:left;
  width:288px;
  border-left:1px solid #95a3b6;
  padding:0 0 0 23px;
  margin:0 0 0 69px;
}
.content_r{
  /*float:right;*/
  /*width:619px;*/
  border-left:1px solid #95a3b6;
  border-right:1px solid #95a3b6;
  margin: 0 70px 0;
}
.square_l{
  width:270px;
  border:1px solid #062757;
  margin:0 0 18px 0;
}
.square_r{
  width:590px;
  border:1px solid #062757;
  margin:44px 0 90px 0;
}
.aktu{
  width:280px;
  float:left;
  margin:0 28px 0 0;
}
.aktu p{
  text-align:justify;
  line-height:10pt;
}
.aktu a{
  color:#96a400;
}
/*////////////footer////////////// */
#footer{
  width:964px;
  margin:0 auto;
}
.bg_footer{
  width:962px;
  height:16px;
  background:url(../gfx/stopka.png) no-repeat 0 -2px;
}
.footer_menu{
  text-align:center;
  margin: 14px 0 20px 0;
}
.footer_menu li{
  display:inline;
  margin:0;
}
.footer_menu li a{
  color:#1a2947;
  font-size:12px;
  font-weight:bold;
}
#footer p{
  text-align:center;
  color:#898989;
  font-size:12px;
  line-height:6px;
}
.copyright{
  text-align:center;
  margin:-5px 0 20px;
}
.copyright li{
  display:inline;
  color:#898989;
  font-size:12px;
}
.copyright li a{
  color:#898989;
}
/*////////////////////////// */
/*///////////jachty///////// */
/*////////////////////////// */

.square_l img{
  margin:17px 0 0 15px;
  float:left;
  width: 76px;
  height: 55px;
}
.opis_oferty{
  width:168px;
  float:right;
  margin:12px 0 12px 0;
}
.opis_oferty p{
	padding-right: .5em;
	margin-bottom: 0;
}
.opis_oferty a{
  color:#96A400;
}
.content_rl{
  float:left;
  width:430px;
  margin:0 0 30px -31px; 
}
.content_rr{
  float:right;
  width:159px;
  margin:0;
}
.place_page{
  font-size:12px; /*10px*/
  font-weight:bold;
  margin:-11px 0 18px 0;
}
.place_page ul{
	margin-left: 300px;
}
.place_page ul li{
  display:inline;
  font-variant: small-caps;
}
.place_page ul li a{
  color:#062757;
  font-variant: small-caps;
}
.content_rl p{
  margin:0 0 15px 0;
  line-height:12pt;
}
.content_rl span{
  color:#96a400;
  font-weight:bold;
}
.content_ul{
  margin:15px 0 15px 15px;
}
.content_ul li{
  list-style-type:disc;
}
.content_rr h3{
  margin:0 0 4px 0;
}
.content_rr ul li{
  margin:0 0 4px 0;
   background:#1b3862;
   width:159px;
}
.content_rr ul li a{
  width:140px;
  height:21px;
  margin:0 0;
  display:block;
  color:white;
  font-weight:bold;
  padding:0 0 0 12px;
  line-height: 21px;
  background:url(../gfx/min2.jpg) no-repeat right;
}

/*////////////////////////// */
/*///////////zamow////////// */
/*////////////////////////// */
.newsletter{
  margin:6px 0 6px 7px;
}
.newsletter input{
  width:235px;
  font-size:12px;
  float:left;
}
.newsletter_submit{
  width:20px !important;
  float:right !important;
  margin:0 4px 0 0;
}
#BoxesN_subscribe{
  margin:6px 0 6px 7px;
}
#BoxesN_subscribe_email{
  width:230px;
  font-size:12px;
  float:left;
}
#BoxesN_subscribe_subscribe{
  width:20px !important;
  float:right !important;
  margin:0 4px 0 0;
}
.zamow{
  width:650px;
}
.nag_form{
  width:625px;
  height:25px;
  background:#1b3862;
}
.nag_form p{
  color:white;
  font-size:12px;
  font-weight:bold;
  position:relative;
  top:4px;
  left:11px;
}
.zamow_form{
  width:623px;
  border:1px solid #062757;
  margin:1px 0 38px 0;
  padding:13px 0 0 0;
}
.zamow_form span{
  font-size:13px;
  color:#062757;
  margin:0 0 0 167px;
  font-weight:bold;
}
.zamow_form li{
  margin:0 0 5px 0;
}
.zamow_form label{
  display:block;
  float:left;
  margin:0 20px 0 0;
  text-align:right;
  width:147px;
}
.zamow_form input{
  width:382px;
  border:1px solid #666666;
}
.zamow_form select{
  border:1px solid #666666;
}
.zamow_form textarea{
  width:382px;
  height:100px;
  border:1px solid #666666;
}
.zamow_form_data{
  width:76px !important;
  position:relative;
  top:-4px;
}
.zamow_form_submit{
  background:#8aad0f;
  cursor:pointer;
  margin:15px 70px 23px 454px;
}
.zamow_form_submit input{
  padding:4px 0;
  margin:0 0 0 -7px;
  background:url(../gfx/min3.jpg) no-repeat right;
  width:94px !important;
  border:none !important;
  color:white;
  font-weight:bold;
  cursor:pointer;
  font-size:12px;
}

/* added */
div#cell_leftbox, div#cell_leftgallery{
	float: left;
	width: 293px;
	padding-left: 17px;
}

div#cell_i, div#cell_gcell, div#cell_gadd, div#cell_map, div#cell_at, div#cell_so, div#cell_contact, div#cell_ad, div#cell_m, div#cell_summary, div#cell_nw, div#cell_norder, div#cell_gorder, div#cell_event{
	float: left;
	width: 630px !important;
}
.square_ls{
  width:270px;
  height: 140px;
  border:1px solid #062757;
  margin:0 0 18px 0;
}
.square_lw{
  width:270px;
  height: 117px;
  border:1px solid #062757;
  margin:0 0 18px 0;
}
.square_ls img{
  margin:17px 0 0 15px;
  float:left;
  width: 76px;
  height: 55px;
}
.square_lw img{
  margin:17px 0 0 15px;
  float:left;
  width: 76px;
  height: 55px;
}
table.img_large{
	width: 611px;
	border-collapse: collapse;
	margin: 20px 0 0;
	clear: both;
}
table.img_large td{
	/* width: 60px; */   
	text-align: center;
	vertical-align: middle;
}
.img_arrow{
  width:77px;
}
table.img_large td.big_image{
	width: 450px;
	padding-top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.cornerimage { 
position: absolute;
bottom: 14px;
left: 10px;
z-index: 3;
} 
img#calendar{
	position: relative;
	top: 4px;
}
div.thumbnails{
	width: 488px;
	margin: auto;
}
div.thumbnails a{
	text-align: center;
	display: block;
	float: left;
	margin: 5px;
}
div.thumbnails img{
	padding: 2px;
}
h3.image_title{
	font-size: 13px;
}
div.image_count{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
a.remove, a.add, a.add_btn, .add{
	margin: 1em 1em 1em 0;
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	background: #d9d6cd;
	border: 1px solid #c2bfb6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	padding: 0 .5em;
	cursor: pointer;
}
a.selected{
    background: #96A400 !important;
    color: #d9d6cd !important;
    border: 1px solid #96A400;
}
div.no_gallery{
	line-height: 2em;
	font-weight: bold;
	color: #72884d;
}
#add_new_gallery{

}
ul#GalleryImages{
	list-style: none;
}
ul#GalleryImages li{
	margin: 10px 0 0 0;
	border-bottom: 1px solid #72884d;
}
h3.image_title{
	margin:0;
}
div.thumbnails img.current{
	border: 1px solid #052554;
}
.ui-datepicker-trigger {
    position:relative; 
    top:5px; 
    left: 3px
}
div.zamow_form .ui-datepicker-trigger {
    position:relative; 
    top:1px; 
    left: 3px
}
#infos {
}
.nag_map{
  width:620px;
  height:25px;
  background:#1b3862;
}
.nag_map p{
  color:white;
  font-size:12px;
  font-weight:bold;
  position:relative;
  top:4px;
  left:11px;
}
.nag_contact_form{
  width:618px;
  height:25px;
  background:#1b3862;
  line-height: 18px;
}
.nag_contact_form p{
  color:white;
  font-size:12px;
  font-weight:bold;
  position:relative;
  top:4px;
  left:11px;
}
a.add_map{
  color: white;
  text-decoration: none;
}
img.show_route_arrow{
    margin-left: 5px;
}
div#contact_form{
	padding: 1em 1em;
	/*background: #d9d6cd;*/
	border: 1px solid #052554;
	/*-moz-border-radius: 3px;*/
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 1px;
}
div#contact_form td{
	text-align: right;
	padding-right: 1em;
	padding-bottom: 2px;
}
div#contact_form input, div#contact_form textarea{
	width: 380px;
	border: 1px solid #666;
	padding: 0;
	height: 17px;
	font-size: 11px;
	vertical-align: top;
}
div#contact_form select{
	width: 190px;
	border: 1px solid #666;
	padding: 0;
}
div#contact_form textarea{
	height: 100px;
}
div#contact_form td.checkbox input, div#contact_form td.left, div#contact_form td.checkbox{
	width: auto;
	text-align: left;
	padding-right: 0;
	margin: 0 65px 0 0;
	color: #052554;
    font-weight: bold;
}
div#contact_form td.left_contact{
	vertical-align:top;
	font-size: 12px;
	color: #052554;
    font-weight: bold; 
}
div#contact_form div.send_btn input{
	background: url(../gfx/form_send_green_btn.png) no-repeat center; /* <-- tutaj! */
	width: 96px;
	height: 25px;
	text-indent: -1000px;
	border: none;
	position:relative;
	bottom: 50px;
	margin-top: 16px;
	margin-right: 40px;
	float: right;
	cursor:pointer;
}
.contact_left_side{
	float:left;
	margin-bottom: 10px;
	margin-top:10px;
}
.contact_right_side{
	float:right;
	margin-bottom: 10px;
	width: 200px;
	margin-top:10px;
}
.contact_title{
	color: #72884d;
	font-size: 16px;
	font-weight: bold;
}
.contact_content{
	font-size: 13px;
}
ul.availability_set{
	border-top: 1px solid #052655;
	border-bottom: 1px solid #052655;
	padding: .5em auto;
	margin: .5em 0;
}
#Room_yacht_availability_contact{
    width: 100px;
}
span.visible_false{
	display: none !important;
}
form#Room_yacht_availability label{
	position: relative;
}
span.visible_true{
	display: none !important;
	position: absolute;
	right: 0;
	top: -30px;
	border: medium solid #900;
	color: #900;
	padding: 0 .5em;
	font-weight: bold;
	background: #FC9;
}
form#Room_yacht_availability label{
	cursor: pointer;
}
form#Room_yacht_availability label:hover span.visible_true{
	display: block !important;
}
div.offer_list{
	margin-top: 2em;
}
div.offer_on_the_list{
	overflow: hidden;
	margin-bottom: 1em;
	border-bottom: 1px solid #e0ddce;
}
div.single_offer{
	overflow: hidden;
	margin-bottom: 1em;
	margin-top: 2em;
}
div.from_to{
	line-height: 1em;
	margin: 3.5em 0 1em;
}
div.single_offer h3, div.offer_list h3{
	clear: both;
	float: right;
	text-align: left;
	width: 482px;
	margin: 0 0 5px;
	line-height: 1.3em;
	font-size: 1.4em;
	color: #96A400;
}
div#box_specialoffers img#img_preview{
	margin-right: 10px;
	float: left;
}
div#box_specialoffers hr{
	width: 100%;
	clear: both;
	background-color: #e0ddce;
}
div#box_specialoffers a.add_img{
	text-indent: -1000px;
	display: block;
	overflow: hidden;
	background: url(../gfx/more_green_btn.png); /* change it */
	width: 90px;
	height: 25px;
	clear: both;
	float: right;
	padding: 0;
	margin: 0 0 1em;
	border: none;
}
div.news_on_the_list{
    margin-bottom: 20px;
}
div.news_on_the_list h3{
	font-size: large;
	color: #8FB728;
}
div.news_on_the_list .grayed{
	color: #CCCCCC;
}
div.infopages_narrow{
    float: left;
    width: 400px;
}
div.single_news_main_page{
    float: left;
    width: 50%;
	margin-bottom: 50px;
}
div.single_news_main_page div{
	padding-right: 17px;
}
div.news_title{
  font-size:13px;
  color:#062757;
  margin:0 0 9px 0;
}
div.news_short a{
    color: #96A400;
}
div.single_news_main_page h3{
  font-size: large;
  color:#96A400;
  margin:0 0 9px 0;
}
a.more, a.more:visited{
	color: #8FB728;
}
div.news_list_main_page{
	overflow: hidden;
}
div.box_main div.news_list_main_page_below{
	clear: left;
	margin: 1em 0;
}
.sf-menu li {
	z-index:1000000000;
}
#ui-datepicker-div{
	z-index: 10;
}
a.logo{
	width: 250px;
	height: 53px;
	display: block;
	position: relative;
}
img.logo{
	position: absolute;
	top: 25px;
	left: 30px;
}
form#BoxesContact_charter ul li{
	font-weight: bold;
	color: #052554;
}
form#BoxesContact_charter ul li .field_error{
	color: #C00;
	margin-left: 167px;
}
td .field_error{
	color: #c00;
}
div.edit_button{
	position: relative;
}
div.edit_button a{
	position: absolute;
	top: -20px;
	right: -30px;
}
div.single_news h3{
	color: #96A400;
	font-size: large;
}
div.news_list_main_page_below{
	#margin-top: 50px;
}
div.rez_wrap{
    text-align: center;
    margin-top: 30px;
}
div.rez_text{
    font-weight: bold;
    color: #062757;
    margin-bottom: 20px;
}
img.handle{
    cursor: move;
    height: 16px !important;
    width: 16px !important;
    /*margin-left: 10px;
    margin-right: 10px;*/
    vertical-align: middle;
    margin: 0.5em;
}
ul#thumblist{
    list-style: none;
    padding: 0;
}
li.thumblist_element{
    background-color: #AFC4D7;
    margin-bottom: 3px;
}
li.grayed{
    background-color: #ccc !important;
}
img.orderthumb{
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 30px;
}
.arrow_no{
    visibility: hidden;
}
.arrow_yes{
    visibility: visible;
}
.thumb_no{
    display: none !important;
}
.thumb_yes{
    display: block !important;
}
.hidden{
    display: none !important;
}
table#manage_admins_table, table#contactform_data_table, table#manage_emails_table{
	width: 100%;
	border-collapse: collapse;
}
table#manage_admins_table thead, table#contactform_data_table thead, table#manage_emails_table thead{
	width: 100%;
}
table#manage_admins_table td, table#contactform_data_table td, table#manage_emails_table td{
	border: 1px solid #1B3862;
	padding: 0 1em;
}
table#manage_admins_table th,table#contactform_data_table th, table#manage_emails_table th{
	background: #1B3862;
	color: #FFF;
	border: 1px solid #1B3862;
	padding: 0 1em;
}
img.event_image{
    width: 72px;
    height: 53px;
}
a.brochure{
    color: #246 !important;
}
#BoxesM_remove_email{
    clear: left;
}
div.image_chooser{
    margin-top: 10px;
}
div.buttons{
    padding-top: 10px;
}