/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Tahoma;
	font-size:11px;
	color:#545454;
	background-color:#F8F7F1;
    }
a {
	color:#545572;
	text-decoration:underline;
	}
a:hover {
	color:#545572;
	text-decoration:none;
	}
form, p, table, div, span, img, thead, tbody, tfoot, th, td{
    margin:0px;
    padding:0px;
    }
input, select, textarea{
	font-family: Tahoma;
	font-size:11px;
	color:#545454;
    padding: 1px;
    margin: 0px;
    }
img{
	border:none;
}
* html img{
	behavior: url("client/pngbehavior.htc");
}
table{
	border:none;
	empty-cells:show;
    }
hr {
	height:1px;
	color:#DFD9C0;
	background-color: #DFD9C0;
	clear:both;
	border: 0;
}
    
    
/*--content--*/

#wrapper {
/*	min-height:100%;*/
	position:relative;
	width:100%;
}
* html #wrapper {
/*	height:100%;*/
}
#header {
	height:140px;
	width:900px;
	position:relative;
	margin:auto;
	background-image: url(images_3block/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 320px bottom;
	padding:0px 10px;
}
#header img.logo {
	position:absolute;
	left:30px;
	top:49px;}	
#header img.slogan {
	position:absolute;
	left:254px;
	top:35px;}
#header a.sitemap {
	position:absolute;
	right:10px;
	top:35px;
	width:23px;
	height:23px;
	border:#DFD9C0 solid 1px;
}	
#header a.sitemap:hover {
	background-color:#ECE8D9;
}
#header span.lang {
	position:absolute;
	right:50px;
	top:40px;
	color:#87837C;
}	
#header span.lang a{
	text-decoration:none;
	margin:0px 10px;
	color:#87837C;
}	
#content_bg {
	background-color:#ECE9D8;
	min-width:920px;
	width:100%;
	padding-bottom:10px;
}
* html #content_bg {
	width: expression(document.body.clientWidth < 921 ? "920px" : "100%" );
	}
#content {
	width:900px;
	margin:auto;
	background-image: url(images_3block/contentbg_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#content:after{
	content: "";  
	display: block; 
	clear: both;
    }
#side_menu {
	float:left;
	width:300px;
	}
#side_menu div.menu_plot{
	padding:10px 0px 10px 0px;
	}		
#side_menu div.menu_plot ul{
	list-style:none;
	padding:15px 20px 15px 15px;
	margin:0px;
	background-color:#D7D9EA;
	}	
#side_menu div.menu_plot ul li.l1{
	border-top:#EBECF5 solid 1px;
	}
#side_menu div.menu_plot ul li.l1 a{
	display:block;
	text-decoration:none;
	color:#231F20;
	font-size:14px;
	padding-left:30px;
	padding-top:4px;
	padding-bottom:4px;
	background-image: url(images/bullet_l1.gif);
	background-repeat: no-repeat;
	background-position: 15px 11px;
	border-bottom:#D7D9EA solid 1px;
	border-top:#D7D9EA solid 1px;
	}		
#side_menu div.menu_plot ul li.l1 a:hover{
	background-color:#C2C5DF;
	}	
* html #side_menu div.menu_plot ul li.l1 a{
	display: inline-block;
	}
* html #side_menu div.menu_plot ul li.l1 a:hover{
	background-color: #D7D9EA;
	}
#side_menu div.menu_plot ul li.l1last{
	margin-top:6px;
	}
#side_menu div.menu_plot ul li.l1first{
	border-top:none;
	}	
#side_menu div.menu_plot ul li.l2first{
	border-top:#BED7B2 solid 1px;
	padding-top:4px;
	}
#side_menu div.menu_plot ul li.l2 a{
	color:#575855;
	font-size:12px;
	padding-left:30px;
	padding-top:1px;
	padding-bottom:1px;
	}
#side_menu div.menu_bottom{
	height:10px;
	}	
#photo {
	border-bottom:#FFFFFF 10px solid;
	border-left:#FFFFFF 10px solid;
	border-right:#FFFFFF 10px solid;
	margin-left:10px;
	background:#FFFFFF;
	}	
* html #photo {
		border-right:#FFFFFF 7px solid;
		}
#text {
	padding-left:300px;
	padding-right:10px;
	}
#text:after{
	content: "";  
	display: block; 
	clear: both;
    }
#text_cont {
	overflow:auto;
	padding:10px;
	background-color:#F8F7F1;
	margin-left:10px;
	min-height:332px;
}

#text_cont:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #text_cont {
/*	height:1%;*/
/*	height:332px;*/}
#text_place {
	line-height:140%;
	text-align:justify;
}	
#text_place p{
	margin:10px 0px;
}	
#text table.main {
	width:100%;
}
#text table.main td{
	vertical-align:top;
	width:50%;
	padding-right:15px;
}
#text table.main td.right{
	padding-right:0px;
	padding-left:15px;
}

#footer {
	width:100%;
	min-width:920px;
	height:70px;
	background-image: url(images_3block/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer div.cont_bottom {
	margin:auto;
	width:880px;
	color:#999999;
	padding-top:30px;
	padding-left:20px;
	color:#87837C;
	background-image: url(images_3block/footercondt_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer div.cont_bottom a{
	color:#87837C;
	text-decoration:none;
}
#footer div.cont_bottom a:hover{
	text-decoration:underline;
}
	
/*--extra--*/

a.btn_dark {
	background-image: url(images/btn_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#C2B787;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 15px 4px 6px;
	font-size:12px;
}
a.btn_dark:hover {
	color:#FFFFFF;
}
a.btn_dark img{
	vertical-align:middle;
	padding-right:7px;}
a.btn_middle {
	background-image: url(images_3block/btn_middle.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#C2B787;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 15px 4px 6px;
	font-size:12px;
	display: inline-block;
}
a.btn_middle:hover {
	color:#FFFFFF;
}
a.btn_middle img{
	vertical-align:middle;
	padding-right:7px;}
a.btn_middle2 {
	background-image: url(images_3block/btn_middle2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#C2B787;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 15px 4px 6px;
	font-size:12px;
	display: inline-block;
}
a.btn_middle2:hover {
	color:#FFFFFF;
}
a.btn_middle2 img{
	vertical-align:middle;
	padding-right:7px;}
a.btn {
	background-image: url(images/btn.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#C2B787;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 15px 4px 6px;
	font-size:12px;
	display: inline-block;
}
a.btn:hover {
	color:#FFFFFF;
}
a.btn img{
	vertical-align:middle;
	padding-right:7px;}	
div.title {
	font-size:20px;
	margin-bottom:8px;
	text-transform:uppercase;
	color:#231F20;
	border-bottom:#ECE9D8 solid 1px;
	padding-bottom:5px;}
* html div.title {
	width:99%;}	
div.title span{
	padding-top:5px;
	font-size:11px;
	color:#545454;
	text-transform:lowercase;
	float:right;
}
div.offer {
	border-bottom:#DFD9C0 solid 1px;
	padding-bottom:10px;
	line-height:130%;
	overflow:auto;
	margin-bottom:10px;
	}
div.offer:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html div.offer {
	height:1%;}
div.offer img{
	border:#ECE8D9 solid 5px;
	float:left;
	margin-right:10px;
	margin-bottom:3px;
	}	
div.offer img:hover{
	border:#C2B787 solid 5px;
	}	
ul.list {
	padding:0px;
	margin:0px;
	list-style:none;}
ul.list li {
	padding-left:14px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-bottom:5px;
}	

div.links {
	background-color:#EEEBDF;
	border:1px solid #C2B787;
	padding:15px 115px 15px 15px;
	margin-top:20px;
	background-image: url(images/link_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	line-height:130%;
	}
div.links a{
	font-weight:bold;
	}
span.copyright {
	float:right;
	padding-right:20px;}
* html span.copyright {
	display:none;
}
/*--block--*/
	
div.block {
	padding-left:15px;
	padding-right:15px;
	}	
div.block_content {
	line-height:130%;
	}

/*--search_block--*/
	
div.search_block {
	background-color:#F2F0E5;
	border:solid #D7D0AF 1px;
	padding-left:20px;
	padding-right:20px;
	padding-top:12px;
	padding-bottom:15px;
	}	
div.search_block_content table {
	width:100%;
	}
div.search_block_content table th{
	text-align:left;
	font-weight:normal;
	padding-right:20px;
	margin-bottom:4px;
	}
div.search_block_content table input{
	width:165px;
	margin-bottom:4px;
	}
div.search_block_content table select{
	width:171px;
	margin-bottom:4px;
	}

/*--news_block--*/	
div.news_block {
	padding-left:50px;
	}	
div.news_block_new {
	border-top:#DFD9C0 solid 1px;
	padding-top:10px;
	line-height:130%;
	margin-top:10px;
	}
div.news_block_new_first {
	border-top: none;
	padding-top:0px;
	margin-top:0px;
	}	
	
/*--object_list--*/		

div.mark_list {}
div.mark_list img{
	vertical-align:middle;
	padding:5px;}
table.object_list {
	width:100%;
	margin-top:10px;}
* html table.object_list {
	width:99%;
	margin-left:auto;
	margin-right:auto;
}	
table.object_list th{
	font-size:12px;
	background-color:#DFD9C0;
	padding:6px 5px;
	text-align:left;
	font-weight:normal;
	border-left:#ECE8D9 solid 1px;
	cursor:pointer;
	border-bottom:#F8F7F1 solid 1px;
}
table.object_list th.active{
	font-weight:bold;
}
table.object_list td{
	text-align:left;
	padding:5px 5px;
	border-left:#ECE8D9 solid 1px;
	border-bottom:#F8F7F1 solid 1px;
}
table.object_list td.first ,table.object_list th.first{
	border-left: none;
}
table.object_list tbody tr.odd{
	background-color:#F8F7F1;
	cursor:pointer;
}
table.object_list tbody tr.even{
	cursor:pointer;
}
table.object_list tbody tr.mark1{
	background-color:#CFDDBF;
}
table.object_list tbody tr.mark2{
	background-color:#C28788;
}
table.object_list tbody tr.mark3{
	background-color:#94B4CB;
}
table.object_list tbody tr:hover, table.object_list tbody tr.hover{
	
	cursor:pointer;
}

div.pagging{
	margin-top:15px;
	background-color:#DFD9C0;
	position:relative;
	text-align:center;
	font-size:12px;
	height:19px;
	padding-top:2px;
}		
div.pagging img.left{
	position:absolute;
	left:0;
	top:0;
}		
div.pagging img.right{
	position:absolute;
	right:0;
	top:0;
}		

/*--object--*/	
div.object_info{
	overflow:auto;
	}
div.object_info:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html div.object_info {
	height:1%;}
table.info {
	}
table.info th{
	text-align:left;
	padding-left:5px;
	padding-right:20px;
	padding-bottom:2px;
	vertical-align:top;
	width:120px;
	}
div.object_info table.photo_list {
	}
div.object_info table.photo_list td{
	text-align:center;
	}
div.object_photo {
	float:right;
	background-color:#ECE8D9;
	width:250px;}

div.object_photo table{
	border:#ECE8D9 solid 5px;
	margin:auto;
	}
div.object_photo table td{
	text-align:center;
	}
div.object_photo table td img{
	border:#ECE8D9 solid 5px;
	}	

div.plans{
	background-color:#F2EFE5;
	padding:10px;
	border-top:#F8F7F1 solid 10px;
	border-bottom:#F8F7F1 solid 10px;
}
div.plans table{
	border:none;
}
div.plans table td img{
	border:none;
	text-align:center;
	padding-right:20px;
	padding-left:20px;
}
div.reserved {
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:5px;
	background-color:#D7D9EA;
	color:#ffffff;
}
div.sold {
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:5px;
	background-color:#C28788;
	color:#ffffff;
}
div.only_word {
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:5px;
	background-color:#ECE8D9;
}
/*--sampo--*/

/*div.sampo {*/
	background-color:#F2F0E4;
/*	border:1px solid #C2B787;*/
	padding:7px 10px 7px 115px;
	background-image: url(images/danske.gif);
	background-repeat: no-repeat;
	background-position: center center;
	line-height:130%;
	font-size:14px;
	cursor:pointer;

	height:50px;}

/*--forms--*/

input {
	width: 200px;}
select {
	width: 206px;}
textarea {
	width: 202px;}
input.checkbox {
	width:18px;}
table.form {
	}
table.form td {
	vertical-align:top;
	padding-top:4px;}
table.form td.label {
	width:100px;
	padding-top:5px;
	padding-right:10px;
	text-align:left;}
span.required {
	color:#C00000;
	font-weight:bold;
	font-size:1.1em;}
div.form_error {
	color: #C00000;
	font-weight:bold;
	margin-bottom:15px;}
div.form_before {
	margin-bottom:15px;}
div.form_after {
	margin-top:15px;}
input.form_btn {
	background-color:#C2B787;
	color:#FFFFFF;
	width:auto;
	font-size:12px;
	padding: 1px 7px;
	border:none;
}

/*--components--*/
 
.sDN {display:none;}
.sDB {display:block;}
.sTAL {text-align:left;}
.sTAC {text-align:center;}
.sTAR {text-align:right;}
.sTAJ {text-align:justify;}
.sCP {cursor:pointer;}
.sCB {clear:both;}
.sFL {float:left;}
.sFR {float:right;}
