html{
	margin:0;
	padding:0;	
	height:100%;
}
body{
	margin:0;
	padding:0;
	height:100%;
	font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	background:#ececec url(../images/body_bg.jpg) no-repeat center top;	
}
#wrapper {	
    padding:0;   
	position:relative;
	z-index:1;
    overflow:hidden;	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0px;
    padding:0;		
	width:100%;
}
.inner{
	width:996px;
	margin: 0 auto;
}

/* ---  Standart Tag's --- */
a {color:#009ce3; text-decoration:none;}
a:hover {color:#005982; text-decoration:none;}
a:focus {border:none;}
/*a:focus {outline-style: none;}*/
fieldset, img {border:none; border:0;}
p, form, dl {margin:20px 0;}
dd {margin:0;}
ul, ol {
	margin:0;
	padding:0;
	list-style:none outside none;
}
form h2{
	border-bottom:1px solid #e1e1e1;
	padding-bottom:6px;
}
input, select, textarea {
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    color:#afafaf;
}
input[type="text"]{
	height: 21px !important;
    line-height: 23px;
    padding-bottom: 4px !important;
}
input[type="text"]:focus, 
select:focus, 
textarea:focus {
    color:#262626;
}

h1, h2, h3, h4 {
    margin:10px 0;	
}

h1 {
    font-size:24px;
	color:#009ce3;
    font-weight:normal;	
}
h2 {
    font-size:16px;
	color:#464646;
}

h3 {
	font-size:13px;
	color:#464646;
}

h4 {
    font-size:13px;
    font-weight:bold;
}

h5 {
	margin:0;
	font-size:100%;
}

h6 {
	margin:0;
	font-size:100%;
	font-style:italic;
}

/* --- Standart Tag's End --- */
.clear {
	clear:both;
}
.error {
	color:#ff0000;
}
.success,
.thanks {
	color:#009900;
}
.red,
.required {
	color:#ff0000;
}
.green {
	color:#009900;
}

.tcenter {
	text-align:center;
}

.tleft {
	text-align:left !important;
}

.tright {
	text-align:right !important;
}

.block_left {
    float:left;
	display:block;
}

.block_right {
    float:right;
	display:block;
}
.relative{
	position:relative;
	z-index:1;	
}
.padlr20px{
	padding-left:20px;
	padding-right:20px;	
}
.marleft20{
	margin-left:20px;
}
.marright20{
	margin-right:20px;
}
.padtop30{
	padding-top:30px;
}
.padtop10{
	padding-top:10px;
}
.padright10{
	padding-right:10px;
}
.col712{
	width:712px;	
}
.col224{
	width:224px;	
}
.w204{
	width:204px;
}
.radius4{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
.radius5{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.h2blue{
	font-size:24px;
	color:#009ce3;
	font-weight:normal;	
}
.arrow_link{
	background:url(../images/blue_arrow_r.png) no-repeat right center;
	padding-right:13px;	
}
.black_but{
	background:url(../images/black_but_r.png) no-repeat right top;	
	font-weight:bold;
	height:25px;
	display:block;	
	padding-right:6px;
}
.black_but input{
	background:url(../images/black_but_l.png) no-repeat left top;
	padding:0 5px 3px 11px;
	height:25px;
	line-height:25px;
	display:block;
	border:none;
	cursor:pointer;
	color:#fff;
	float:left;
	margin:0px;	
}
.black_but:hover{
	background:url(../images/black_but_r.png) no-repeat right bottom;
}
.black_but:hover input{
	background:url(../images/black_but_l.png) no-repeat left bottom;
}

.black_link_but{
	background:url(../images/black_but_r.png) no-repeat right top;
	padding-right:6px;
	color:#fff;
	font-weight:bold;
}
.black_link_but span{
	background:url(../images/black_but_l.png) no-repeat left top;
	padding:0 5px 0 11px;
	height:25px;
	line-height:25px;
	display:inline-block;	
}
.black_link_but:hover{
	color:#fff;
	background:url(../images/black_but_r.png) no-repeat right bottom;	
}
.black_link_but:hover span{
	background:url(../images/black_but_l.png) no-repeat left bottom;
}


.blue_but{
	background:url(../images/blue_but_small_r.png) no-repeat right top;	
	font-weight:bold;
	height:25px;
	display:block;	
	padding-right:6px;	
}
.blue_but input, .blue_but span{
	background:url(../images/blue_but_small_l.png) no-repeat left top;
	padding:0 5px 3px 11px;
	height:25px;
	line-height:25px;
	display:block;
	border:none;
	cursor:pointer;
	color:#fff;
	float:left;
	margin:0px;	
}
.blue_but span{
	padding:0 5px 0 11px;
}
.blue_but:hover{
	background:url(../images/blue_but_small_r.png) no-repeat right bottom;
}
.blue_but:hover input, .blue_but:hover span{
	background:url(../images/blue_but_small_l.png) no-repeat left bottom;
}

.blue_box{
	background:url(../images/blue_box_bot.png) no-repeat left bottom;
	padding-bottom:6px;	
}
.blue_box .topimg{
	background:url(../images/blue_box_top.png) no-repeat left top;
	height:6px;
	display:block;	
}
.blue_box .info{
	background:#009ce3;
	padding:6px 16px 4px 11px;
}

.borderbotgrey{
	border-bottom:1px solid #e1e1e1;
}
.hidden{
	display:none;
}
.cursor_pointer{
	cursor:pointer;
}

/*
* Header css
*/
#header {        
    height:94px;
	z-index:1;
}
#logo{
	position:absolute;
	left:0px;
	top:25px;
	background:url(../images/logo.png) no-repeat left top;
	width:520px;
	height:41px;
	display:inline-block;
}

/* --- Languages --- */
#languages{
	position:absolute;
	right:0px;
	top:8px;	
}
#languages li{
    float:left;
	width:20px;
	height:20px;
	display:block;
	margin-left:8px;
}
#languages li.lang_en{
	background:url(../images/en.png) no-repeat left top;
}
#languages li.lang_en.active, #languages li.lang_en:hover{
	background:url(../images/en_a.png) no-repeat left top;
}
#languages li.lang_ru{
	background:url(../images/ru.png) no-repeat left top;
}
#languages li.lang_ru.active, #languages li.lang_ru:hover{
	background:url(../images/ru_a.png) no-repeat left top;
}
#languages li a{
	width:20px;
	height:20px;
	display:inline-block;
}
#languages li a:hover{	
	text-decoration:none;
}
/* --- Languages End --- */

/* --- Login Form --- */
#login_form{
	position:absolute;
	right:0px;
	top:44px;
}
#login_form form{
	margin:0px;	
}
#login_form ul{
	margin:4px 0 0 20px;	
}
#login_form fieldset{
	padding:0px;
	margin:0 0 0 20px;
	float:left;
	display:inline-block;
}
#login_form fieldset.input{
	background:url(../images/custom_input_bg_r.png) no-repeat right top;
	padding:0 6px 0 0;
	height:25px;	
}
#login_form fieldset.input input{
	background:url(../images/custom_input_bg_l.png) no-repeat left top;
	width:134px;
	border:none;
	height:25px;
	line-height:25px;
	color:#fff;
	padding-left:11px;
}
#login_form fieldset.button{
	background:url(../images/button_r.png) no-repeat right top;
	padding:0 6px 0 0;	
	float:left;
}
#login_form fieldset.button button{
	background:url(../images/button_l.png) no-repeat left top;
	height:25px;
	line-height:25px;
	display:block;
	padding:0px 14px 0 20px;
	color:#004f87;
	font-weight:bold;
	float:left;
	margin:0px;
	border:none;
}
#login_form a {color:#fff; font-size: 11px; text-decoration:none;}
#login_form a:hover {color:#fff; text-decoration:underline;}
 

#content{
	background:url(../images/content_bottom_bg.png) no-repeat left bottom;
	padding-bottom:19px;
}
.content_top{
	background:url(../images/content_top_bg.png) no-repeat left top;	
	height:73px;	
	padding-top:17px;
}
.conent_info{
	background:#fff;
	padding-bottom:4px;	
}


.search_title{
	width:278px;
	float:left;
	color:#009ce3;
	font-size:24px;
	float:left;
	padding-top:21px;
	position:relative;
	z-index:1;
}
.search_arrow{
	background:url(../images/arrow_blue_dd.png) no-repeat left top;
	width:61px;
	height:31px;
	display:block;
	position:absolute;
	top:72px;
	left:50%;
	margin-left:-15px;	
}
.search_arrow_inner{
	background:url(../images/arrow_blue_d.png) no-repeat left top;
	width:60px;
	height:23px;
	display:block;
	position:absolute;
	top:73px;
	left:82px;	
}

/* Content top line links */
#top_menu{
	float:right;
	width:677px;
	display:block;
}
#top_menu li{
	float:left;	
	background:url(../images/top_menu_bg.png) no-repeat left top;
	width:209px;
	height:56px;
	display:block;
	overflow:hidden;
	margin-left:25px;
}
#top_menu li:hover{
	background:url(../images/top_menu_bg.png) no-repeat left bottom;
}
#top_menu li.first{
	margin-left:0;	
}
#top_menu li a{	
	height:56px;
	line-height:56px;
	display:block;
	padding-left:56px;
	text-align:center;
	color:#fff;
	font-size:16px;
}
#top_menu li a.m1{
	background:url(../images/mernu_icon1.png) no-repeat 13px center;
}
#top_menu li a.m2{
	background:url(../images/mernu_icon2.png) no-repeat 13px center;
}
#top_menu li a.m3{
	background:url(../images/mernu_icon3.png) no-repeat 13px center;
}



.home_search{
	height:295px;
	background:url(../images/home_search_box_bg.jpg) repeat-x left top;	
}



/* --- home img carousel --- */
.apart_slide_box{
	background:url(../images/apart_slider_bg.png) repeat-x left top;
	height:306px;
	overflow:hidden;
}
.apart_slide_box img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.apart_list{
	position:relative;
	z-index:1;
	/*padding:30px 0;*/
	padding-top:7px;
}
.apart_list .jcarousel-clip{
	width:896px;
	overflow:hidden;
	margin:0 0 0 30px;
	position:relative;
}
.apart_list ul li{
	width:194px;
	height:234px;
	padding:24px 15px 0;
	position:relative;
}
.apart_list ul li .price_from{
	background:url(../images/price_from_bg.png) no-repeat left top;
	width:67px;
	height:54px;
	color:#fff;
	position:absolute;
	right:0px;
	top:14px;
	font-weight:bold;
	text-align:center;
	padding:13px 0 0 0;
}
.apart_list ul li .price_from span{
	font-size:13px;
	padding:0px;
}
.apart_list ul li .price_from span.price{
	font-size:22px;	
}

.apart_list ul li span{
	display:block;
	padding-bottom:8px;
}
.apart_list .jcarousel-prev{
	width:30px;
	height:61px;
	background:url(../images/slider_prev.png) no-repeat left top;
	cursor:pointer;
	position:absolute;
	top:86px;
	left:0px;
}
.apart_list .jcarousel-prev:hover{
	background:url(../images/slider_prev.png) no-repeat left bottom;
}
.apart_list .jcarousel-next{
	width:30px;
	height:61px;
	background:url(../images/slider_next.png) no-repeat left top;
	cursor:pointer;
	position:absolute;
	top:86px;
	right:0px;
}
.apart_list .jcarousel-next:hover{
	background:url(../images/slider_next.png) no-repeat left bottom;
}


/* --- left menu css --- */
#left_menu li{	
	background:#7accc8 url(../images/arrow_white.png) no-repeat 15px 14px;
	width:250px;
	float:left;
}
#left_menu li.sub.active{
	background:#7accc8 url(../images/arrow_white_down.png) no-repeat 15px 14px;
}
#left_menu li.sub:hover{
	background-color:#5cb5b1;
}
#left_menu li:hover, #left_menu li.active{
	background-color:#5cb5b1;
}
#left_menu li a{
	display:block;
	color:#fff;
	font-size:18px;
	padding:8px 20px 9px 39px;
}
#left_menu li a:hover{
	text-decoration:none;
}
#left_menu .sub_menu{
	background:#eee;
	padding:13px 0;
	display:none;
}
#left_menu .sub_menu li{
	background:#eee;	
}
#left_menu .sub_menu li a{
	padding:12px 30px 12px 40px;
	color:#707070;
	font-size:15px;
	display:block;
	line-height:11px;
}
#left_menu .sub_menu li a:hover, #left_menu .sub_menu li a.active{
	font-weight:bold;
	background:url(../images/blue_arrow.png) no-repeat 226px center;	
}

#left_menu li.sub.active .sub_menu{
	display:block;
}

/* partment list css */
.apart_item, .left_apart_item{
	padding:20px 0;
	border-bottom:1px solid #e1e1e1;
}
.info_col1{
	width:155px;
	float:left;
	min-height:110px;
	padding:0 20px;
}
.info_col2{
	width:135px;
	float:left;	
	vertical-align:text-top;
}
.info_col3{
	float:left;
	padding-top:2px;
}

.info_col1 a.arrow_link{
	position:absolute;
	bottom:0px;
	left:20px;	
}
.info_col1 h2{
	margin:0 0 9px 0;
	line-height:16px;		
}
.info_col2 .option{
	float:left;
	width:62px;
	display:block;
	font-weight:bold;	
}
.info_col2 .opt_val{
	float:left;
	display:block;
	width:53px;
}
.info_col2 ul li{
	clear:both;
	padding:2px 0 6px;	
}
.info_col3{
	text-align:center;	
}
.info_col3 span{
	font-size:30px;
	color:#464646;
	display:block;
	padding:3px 0 4px;
}


.stars{
	margin-top:13px;	
}
.stars li{
	float:left;
	margin-right:2px;
}
.stars li a{
	background:url(../images/star.png) no-repeat left top;
	width:18px;
	height:18px;
	display:inline-block;
}
.stars li a:hover, .stars li a.active{
	background:url(../images/star.png) no-repeat left bottom;
}

.apart_item .black_link_but{
	position:absolute;
	z-index:10;
	right:0px;
	bottom:20px;	
}
/* --- contact box --- */
.blue_box .info .phone{
	background:url(../images/icon_phone.png) no-repeat left top;
	height:33px;
	line-height:33px;
	padding-left:46px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
.blue_box .info span.title{
	color:#85d0f2;
	font-size:18px;
	float:right;
	line-height:13px;	
}

/* home pic cycle */
#home_pic_slider{
	width:678px;
	height:295px;
	overflow:hidden;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.cycle_el_label{
	background:url(../images/home_img_title_bg.png) repeat left top;
	position:absolute;
	left:0px;
	bottom:0px;
	height:63px;
	padding:16px 30px 0 20px;
	color:#fff;
	font-size:18px;
	text-shadow:1px 1px #046177;
	width:100%;
	display:block;
}

/* home search form */
.search_form{
	width:238px;
	padding:20px 20px 0;
	height: 275px;
}
.search_form fieldset{
	margin:0px;
	padding:0 0 8px 0;	
}
.search_form label{
	width:130px;
	float:left;
}
.input_field{
	width:108px;
	overflow:hidden;	
}
.date_in, .birthday{
	background:url(../images/calendar_input_r.png) no-repeat right top;
	padding-right:20px;
	width:88px !important;
	cursor:pointer;
}
.input_field input{
	width:83px;
	padding-left:5px;
	height:25px;
	line-height:25px;
	border:none;
	background:url(../images/input_left_bg.png) no-repeat left top;		
}
.nr_in{
	background:url(../images/select_input_r.png) no-repeat right top;
	padding-right:20px;
	width:88px !important;
	position:relative;
	z-index:1;
}
.nr_in .inc{
	position:absolute;
	top:0px;
	right:0px;
	width:20px;
	height:12px;
	display:block;
}
.nr_in .dec{
	position:absolute;
	bottom:0px;
	right:0px;
	width:20px;
	height:12px;
	display:block;
}



/* home search form */
.search_form.colform{
	width:204px;
	padding:36px 10px 2px;
	background:#f3f3f3;
	height:auto;
	margin-bottom:18px;
}
.search_form fieldset{
	margin:0px;
	padding:0 0 8px 0;	
}
.search_form.colform label{
	width:96px;
	float:left;
}
.search_form.colform form{
	margin:0px;
}
.input_field{
	width:108px;
	overflow:hidden;	
}
.colform .black_but{
	margin-top:12px;
}
.date_in, .birthday{
	background:url(../images/calendar_input_r.png) no-repeat right top;
	padding-right:20px;
	width:88px !important;	
}
.input_field input{
    width:83px;
    padding-left:5px;
    height:25px;
    line-height:25px;
    border:none;
    background:url(../images/input_left_bg.png) no-repeat left top;        
}
/*
.input_field_date input{
	background:url(../images/calendar_input_full.png) no-repeat left top !important;
    width:100px !important;
}*/
.nr_in{
	background:url(../images/select_input_r.png) no-repeat right top;
	padding-right:20px;
	width:88px !important;
	position:relative;
	z-index:1;
}
.nr_in .inc{
	position:absolute;
	top:0px;
	right:0px;
	width:20px;
	height:12px;
	display:block;
}
.nr_in .dec{
	position:absolute;
	bottom:0px;
	right:0px;
	width:20px;
	height:12px;
	display:block;
}

/* --- custom galery categories dropdown --- */

.custom_dropdown_box{
	width:103px;
	height:25px;
    display:block;
    line-height:25px;
    cursor:pointer;
	position:relative;
	z-index:1000;
	float:left;
	background:url(../images/input_right_bg.png) no-repeat right top;
	padding-right:5px;
}
.custom_dropdown_box ul{
    width:108px;
	z-index:1000;
    margin:0px;
	padding:0px;
    list-style:none;    
    display:none;
	position:absolute;	
	top:25px;
	z-index:1000;
}
.custom_dropdown_box ul li{
    background:#fff;
    width:108px;
	height:22px;
    line-height:22px;
	padding:0px;
	border-bottom:1px solid #e1e1e1;
}
.custom_dropdown_box ul li:hover{
	background:#dbdbdb;
}
.custom_dropdown_box ul li a{
	height:22px;
	line-height:22px;
    color:#464646;
    display:block;
	padding-left:16px;
}
.custom_dropdown_box ul li a:hover{
    text-decoration:none;	
}
.custom_dropdown_box .current_value{		
    display:block;
	background:url(../images/input_left_bg.png) no-repeat left top;
	color:#666;
	padding:0 4px 0 5px;	
}
.custom_dropdown_box .current_value span{
	display:block;
	background:url(../images/arrow_grey_d.gif) no-repeat right center;
}
.custom_dropdown_box a:hover.current_value{
    text-decoration:none;
}

.wide_but span{
	background:url(../images/blue_but_r.png) no-repeat right top;
	height:40px;	
	border:none;
	display:block;	
	padding:0px;	
	margin-top:19px;
	padding-right:5px;
}
.wide_but span input{
	background:url(../images/blue_but_l.png) no-repeat left center;
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#fff;	
	margin:0px;
	padding-bottom:3px;
	border:none;
	cursor:pointer;
}
/* --- left col --- */
#menu{
	padding-bottom:16px;
}
#menu li{
	border-bottom:1px solid #e1e1e1;
}
#menu li a{
	font-size:14px;
	font-weight:bold;
	padding:9px 0 10px 40px;
	display:block;
	color:#666;
}
#menu li a:hover, #menu li a.active{
	color:#009ce3;
	background:#f7f7f7;
}


/* apartment listing */
.apart_info{
	width:497px;
	float:left;
}
.apart_title{
	font-size:16px;
	font-weight:bold;
}
.apart_info h2{
	margin-top:0px;
}
.apart_item img, .left_apart_item img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.apart_info .text ul li, .amenities_list .block_left ul li{
	background:url(../images/pr_li_bg.png) no-repeat left 6px;
	padding:0 0 0 10px;
	margin:0px;
}
.price_from{
	font-size:24px;
	color:#464646;
	font-weight:bold;
}
.apart_item .w204 p{
	margin:5px 0 0 0px;
}
.apart_item .w204 .stars{
	margin-top:10px;
}

/* --- sort box ---*/
.sort_box{
	background:#f3f3f3;
	padding:15px 20px 14px;
	margin-top:3px;
}
.sort_box form{
	margin:0px;
}
.sort_menu li{
	float:left;
	padding:0px 9px;
}
.sort_menu li a{
	padding: 4px 10px;
	color:#666666;
}
.sort_menu li a:hover, .sort_menu li a.active{
	color:#fff;
	background:#009ce3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* aparment view item */
.apart_info_col{
	width:468px;
}
.apartment_title{
	width:358px;
}
.apartment_imgs{
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:390px;
	overflow:hidden;
}

#galery_slide{
	padding:10px 0 4px 0;
	background:url(../images/aparts_page_slider_bg.jpg) repeat-x;
	height:91px;
	overflow:hidden;
}
#galery_slide .jcarousel-clip{
	width:417px;
	margin:0 auto;
}
#galery_slide .jcarousel-list li, #galery_slide.jcarousel-item{
	width:129px;
	padding: 0 5px;
	height:91px;
}
#galery_slide ul li img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#galery_slide ul li:hover{
	padding: 0 2px;
	width:135px;
}
#galery_slide ul li:hover img{
	border:3px solid #009ce3;
}
.apart_info_col .big img{
	display:block;
}
.jcarousel-prev, .jcarousel-next{
	width:9px;
	height:17px;
	display:block;
	position:absolute;
	top:44px;
	cursor:pointer;
}
.jcarousel-prev{
	background:url(../images/grey_prev.png) no-repeat left top;
	left:10px;
}
.jcarousel-next{
	background:url(../images/grey_next.png) no-repeat left top;
	right:10px;
}

#galery_slide .jcarousel-prev-disabled{
	background:url(../images/grey_prev.png) no-repeat left top !important;
	left:10px;
}
#galery_slide .jcarousel-next-disabled{
	background:url(../images/grey_next.png) no-repeat left top !important;
	right:10px;
}
#galery_slide .jcarousel-prev{
	background:url(../images/slider_prev_blue.png) no-repeat left top;
}
#galery_slide .jcarousel-next{
	background:url(../images/slider_next_blue.png) no-repeat left top;
}



.room_plan_link{
	background:url(../images/plan_link.png) no-repeat left top;
	width:169px;
	height:56px;
	line-height:56px;
	padding-left:55px;
	display:inline-block;
	text-align:center;
	font-size:16px;
	color:#fff;
}
a:hover.room_plan_link{
	color:#fff;
}
.apart_params{
	padding:12px 0 16px 0;
	border-bottom:1px solid #e1e1e1;
}
hr{
	width:100%;	
	border:none;
	border-top:1px solid #e1e1e1;	
	padding-bottom:6px;
}
.amenities_list p{
	margin:2px 0 7px 0;
}
.amenities_list .block_left{
	padding-bottom:15px;
}
.param_title{
	width:154px;
	padding-right:10px;
	float:left;
	padding-bottom:8px;
}
.param_val{
	width:60px;
	float:left;	
}
.apartment_map{
	padding-top:6px;
	overflow:hidden;
}


/* left col apartment list*/
.left_apart_item{
	padding:12px 0 20px;
	margin-bottom:3px;
}
.left_apart_item .apart_title{
	font-size:13px;
	margin-bottom:9px;
	display:block;
}
.left_apart_item .apart_info{
	padding-left:10px;
	width:134px;
}
.left_apart_item  .apart_img{
	padding-top:3px;
}
.left_apart_item .stars {
    margin-top: 6px;
}

/* text elements css */
.text p{
	margin:8px 0;
}
.text img{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.text ul li{
	background:url(../images/blue_arrow_r.png) no-repeat 10px 3px;
	padding-left:30px;
	margin:14px 0;
}
.text ul li ul li{
	background:url(../images/lili_bg.png) no-repeat 1px 7px;
	padding-left:21px;	
}
.radius_box{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
.text table.customtb{	
	border-collapse:collapse;
	font-size:11px;
	width:100%;	
}
.text table.customtb tr td, .text table.customtb tr th{
	border:1px solid #dcdcdc;
	border-collapse:collapse;
	padding:5px;
}
.text table tr.first_row.even td, .text table tr.first_row.even th{	
	background:#f2f2f2;
	font-weight:bold;
}
.text table tr.even td{
	background:#FDFDFD;
}

/* rating stars */
.listStars{
	height:18px;
	margin-top:13px;
}
.listStars form{
	margin:0px;
}


/* apartment view right sidebar filter */
.sidebar_filter{
	width:220px;
	background:#f3f3f3;
	border:2px solid #009ce3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:20px 0 30px;	
}
.sidebar_filter form{
	margin:0px 0 8px 0;
}
.sidebar_filter .lrpad10{
	padding: 0 10px 0 14px;
}
.sidebar_filter .lrpad8{
	padding: 0 8px;
}
.book_box{
	border-top:1px solid #dadada;
}
.book_box p{
	margin:15px 0 5px;
	font-weight:bold;
}
.sidebar_filter .wide_but{
	margin:0px;
	padding:0px;
}
.sidebar_filter .input_field input {    
    width: 103px;
}

.sidebar_filter .date_in, .sidebar_filter .birthday {   
    width: 108px !important;
}
.sidebar_filter .nr_in {    
    width: 108px !important;    
}

/* apartament prices */
.appartament_prices, .table{
	border:1px solid #dcdcdc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
.table{
	margin-top:30px;
}
.appartament_prices table{
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
}
.appartament_prices table td{
	padding:0px;
}
.appartament_prices table th, .table table th{
	background:#f2f2f2;
	padding:5px 0 10px;
    font-size:12px;
    width:30px;
}
.appartament_prices table table, .table table{
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
}
.appartament_prices table table td, .table table td{
	padding:10px 0px 10px;
	font-size:12px;
	border:1px solid #dcdcdc;
	border-collapse:collapse;
	text-align:center;
}
.appartament_prices table table tr.even td, .table table tr.even td{
	background:#f9f9f9;
}
.appartament_prices table table td.left, .table able td.left{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	border-left:0;
}
.appartament_prices table table td.last, .table table td.last{
	border-right:0;
}
.currency_change{
	padding:4px;
}

/* error msg */
.messages-error{
	position:fixed;
	background:#f3f3f3 url(../images/attention_icon.jpg) no-repeat 13px center;
	padding:20px 20px 10px 78px;
	margin:0 30px 14px 30px;
	font-size:80%;
	border:1px solid #009ce3;	
	top:20px;
	z-index:10;
	left:50%;
	width:360px;
	margin-left:-226px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	min-height:32px;
}

/* notification msg */
.messages-notification{
	position:fixed;
	background:#f3f3f3 url(../images/attention_icon.jpg) no-repeat 13px center;
	padding:20px 20px 10px 78px;
	margin:0 30px 14px 30px;
	font-size:80%;
	border:2px solid #009ce3;	
	top:20px;
	z-index:10;
	left:50%;
	width:360px;
	margin-left:-226px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	min-height:32px;
}

.message_close{
	color:#009CE3;
	font-weight:bold;
	position:absolute;
	z-index:100;
	right:8px;
	top:3px;
	font-size:13px;
	cursor:pointer;
}

/* content form css */
.required_fields{
	float:left;
	padding:19px 0 0 38px;
}
.col712 fieldset{
	clear:both;
	float:none;
	margin:0px;
	padding:10px 0 9px;
}
.col712 fieldset label{	
	width:150px;
	padding-right:19px;
	text-align:right;
	display:inline-block;
	float:left;
	padding-top:5px;
}
.col712 fieldset .form_input{	
	float:left;
	display:block;
	width:316px;
}
.col712 fieldset .form_input input[type="checkbox"]{
	margin-top: 10px;
}
.col712 fieldset .text_input input[type="text"], .col712 fieldset .text_input input[type="password"]{
    height: 22px !important;
    line-height: 22px;
    padding-left: 5px;
	padding-bottom:0px !important;
    width: 309px;
	border: 1px solid #D7D7D7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.form_input textarea{
	width: 309px;
	border: 1px solid #D7D7D7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 5px;
	height:100px;
}
.col712 fieldset .text_input input.error, .form_input textarea.error{	
	border: 1px solid #ff0000;
}
.col712 fieldset select{
	border: 1px solid #D7D7D7;
    height: 25px;
    line-height: 25px;
    padding: 3px;
    width: 316px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.agree{
	padding:0px 0 5px 0 !important;
}
.agree label{
	padding:0px !important;
}

.ui-tabs .ui-tabs-panel{
	padding:0 0 !important;
}
.ui-widget-content{
	border-bottom:0px !important;
}
.right_banner{
	margin-top:30px;
}
h2.borderred{
	border-bottom: 1px solid #E1E1E1;
    padding-bottom: 6px;
}

/*
* Footer css
*/
#footer {
	height:65px;
	padding-top:12px;
	font-size:12px;	
}
#copyright{	
	float:left;
	width:500px;
	float:left;
	padding-top:15px;
}
/*
#built-by{		
	width:100%;
	background: url(../images/footer_line.gif) repeat-x left bottom;
	margin-top:-33px;
}
#built-by a{
	background: url(../images/kryptis.jpg) no-repeat left top;
	width:143px;
	height:34px;
	display:block;
	float:right;
}*/

.footer_banner{
	width:490px;
	float:right;
}
.footer_banner .ban_item{
	float:right;
	margin-left:10px;
}


/* kryptis copyright */
#kryptis-copyright{
    /*background: #00ff00;*/
    height: 3px;
    bottom: 0px;
    position: absolute;
    width: 100%;
    
    -webkit-transition: all 0.5s ease-out;
    -moz-transition:    all 0.5s ease-out;
    -o-transition:      all 0.5s ease-out;
    transition:         all 0.5s ease-out;
}
#kryptis-copyright.ready:hover{
    bottom: 30px;
    -webkit-box-shadow:  0px 0px 4px 4px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 0px 4px 4px rgba(0, 0, 0, 0.3);
}


#kryptis-copyright .main-anim{
    position: absolute;
    width: 100%;
    /*margin-top: 40px;*/
}
#kryptis-copyright .split{
    background: #009aec;
    height: 3px; width: 100%;
    position: relative;
}
#kryptis-copyright .split .logo{
    height: 34px; width: 143px;
    position: absolute;
    right: 0px; bottom: 0px;
    background: url('/images/kryptis/kryptis.png') right 3px no-repeat;
}
#kryptis-copyright .split .logo a{
	width:143px;
	height:28px;
	
}
#kryptis-copyright .split .logo img{
    position: absolute;
    right: 15px;
    bottom: 3px;
}
#kryptis-copyright .active-line{
    height: 40px; width: 100%;
    position: absolute; top: 0px;
    background: url('/images/kryptis/active-bg.png') repeat-x;
}
#kryptis-copyright .split .k-links{
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 0px;
    top: 3px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition:    all 0.5s ease-out;
    -o-transition:      all 0.5s ease-out;
    transition:         all 0.5s ease-out;
    text-align: center;
}
#kryptis-copyright.ready:hover .split .k-links{
    height: 30px;
    
}
#kryptis-copyright .split .k-links a{
    line-height: 30px; vertical-align: middle;
    padding-left: 25px;
    padding-right: 25px;
    background: url('/images/kryptis/link-ico.png') no-repeat left center;
    color: #212121;
    font-size: 12px;
}
#kryptis-copyright .split .k-links a:hover{
    text-decoration: none;
    color: #9d0800;
}
#kryptis-copyright .split .k-hover{
    height: 10px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: #ffffff;
    opacity: 0;
    filter: alpha(opacity = 0);
}
#kryptis-copyright.ready:hover .split .k-hover{
    height: 20px;
}

/* end footer css */

/* text */
.text h1{
	margin: 14px 0 25px;
}

#ui-datepicker-div {
display:none;
z-index:999;
}

.spfield {
    display: none !important;
}

/* custom datepicker */
.not_available{
	background:#f3f3f3;
	margin-top:-1px;
	padding:4px 0 17px 0px;
	text-align:center;
}
#apartments_calendar .ui-datepicker{
	width:auto !important;
}
#apartments_calendar .ui-datepicker, #apartments_calendar .ui-widget-header{
	background:none !important;
}
#apartments_calendar .ui-datepicker-calendar{
	margin:0px !important;
}
#apartments_calendar .ui-widget-header{
	border-bottom:0px !important;
}
#apartments_calendar .ui-datepicker-prev, #apartments_calendar .ui-datepicker-next{
	display:none !important;
}
#apartments_calendar .ui-datepicker .ui-datepicker-title{
	margin:0px !important;
}
#apartments_calendar .ui-datepicker .ui-datepicker-title select{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #d7d7d7 !important;
	height:25px;
	color:#666666 !important;
	padding: 3px 4px 3px 0;	
}
#apartments_calendar .ui-datepicker{
	padding:0px 16px 0 14px !important;
}
#apartments_calendar  .ui-datepicker .ui-datepicker-title select.ui-datepicker-year{
	float: left !important;
	width: 80px;
}
#apartments_calendar  .ui-datepicker .ui-datepicker-title select {
    float: right !important;
}
#apartments_calendar .ui-datepicker th{
	border-bottom:1px solid #009ce3;
	color:#009ce3 !important;
	font-size:11px !important;
	padding:14px 3px 5px 3px;
}
#apartments_calendar .ui-datepicker td {    
    padding: 2px 1px 2px 2px !important;
	border-bottom:1px solid #dadada;
	width: 24px;
}
#apartments_calendar .ui-state-default, #apartments_calendar .ui-widget-content .ui-state-default{
	background:none !important;
	border:0 !important;
	color:#575757 !important;
	font-size:11px;
	text-align: center;
	padding:0px;
	height:21px;
	line-height:21px;
}
#apartments_calendar a:hover.ui-state-default{
	color:#737373 !important;
}
#apartments_calendar .ui-datepicker-today a.ui-state-default, #apartments_calendar .ui-datepicker-today a.ui-state-active{
	border:1px solid #575757 !important;
	height:19px;
	line-height:19px;
}
#apartments_calendar .select_booked-day a, #apartments_calendar .select_booked-day a.ui-state-default, #apartments_calendar .select_booked-day a.ui-state-active{
	background:#ff0000 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#fff !important;
}
#apartments_calendar table tr td.select_booked-day a.ui-state-default {
    color:#fff !important;
}
#apartments_calendar table tr td.select_booked-day a:hover.ui-state-default {
	color:#000 !important;
}
.calendar_labels{
	color:#666;
	font-weight:bold;
	padding-top:7px;
}
.filter_y{
	width:82px;
	float:left;
	padding-left:14px;
}
.filter_m{
	float:left;
	padding-left:14px;
}
.login_links{
	background:none !important;
}
.table_div{
	border: 1px solid #DCDCDC;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    overflow: hidden;
}
.table_div table{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
}
.table_div table td{
	border-spacing:0;
	
	margin:0px;
	border:0px;
}
.table_div table  table{
	border:0px;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}
.table_div table  table td, .table_div table  table th{
	border-top:1px solid #ccc;
}
.table_div table  table th{
	background:#f9f9f9;
	text-align:left;
	padding:10px 5px;
}
.table_div table .col1{
	border-right:1px solid #ccc;
}
.table_div table .col2{
	width: 100px;
	text-align:center;
}
.table_div table input[type="text"]{
	border: 1px solid #D7D7D7;
    border-radius: 5px 5px 5px 5px;
    height: 22px !important;
    line-height: 22px;
    padding-bottom: 0 !important;    
    width: 30px;
	text-align:center;
}

.simple_table{
	border: 1px solid #DCDCDC;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    overflow: hidden;
}
.simple_table th{
	border-top:none !important;	
	padding:9px 5px !important;
}
.simple_table th.left, .simple_table td.left{
	border-left:none !important;
}
.simple_table th.right, .simple_table td.right{
	border-right:none !important;
}
.simple_table  tr.last td{
	border-bottom:none !important;
}
.padl20{
	padding-left:20px;
}