html, body, table, tr, td, th, ul, ol, li, p, dl, form, div, fieldset, img, dd, h1, h2, h3, a {
    margin: 0;
    padding: 0;
    border: 0;
}
input, button, textarea, select {
    font: normal 1em Arial, sans-serif;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    font: normal 0.69em Arial, sans-serif;
}
img {
	vertical-align: top;
}
sup {
    font-size: 8px;
    vertical-align: baseline;
    position: relative;
    top: -4px;
}
.b {
    font-weight: bold;
}
.overflow {
	overflow: hidden;
	zoom: 1;
}


/*h*/
h2 {
    font: bold 120% Arial, san-serif;
    margin-bottom: 5px;
}


/*links*/
a {
    color: #2f65bc;
}
	a:hover {
	    color: #e9534c;
	}
	a.red {
	    color: #e9534c;
	}
	a.red_icon {
	    color: #e9534c;
	    padding-left: 13px;
	    background: url('../style/i/red_icon_bg.gif') no-repeat 0 50%;
	}

body input.submit, body input.reset {
    color: #000;
}


/* buttoms */
.button .left {
    height: 100%;
    padding-left: 1px;
}
	.button .left .right {
	    height: 100%;
	    padding-right: 1px;
	}


.block {
    background: #f5f5ea url('../style/i/corner1_lt.gif') no-repeat;
}
	.block .rt {
    	background: url('../style/i/corner1_rt.gif') no-repeat right top;
	}
	.block .rb {
    	background: url('../style/i/corner1_rb.gif') no-repeat right bottom;
	}
	.block .lb {
    	background: url('../style/i/corner1_lb.gif') no-repeat left bottom;
	}


/* head */
.head {
    min-width: 1000px;
    max-width: 1280px;
    position: relative;
}
	.head .border {
    	max-width: 1280px;
    	height: 100%;
    	background: url('../style/i/head_border_bottom.gif') repeat-x left bottom;
	}
	.head .logo {
    	position: absolute;
    	left: 20px;
    	width: 139px;
    	height: 51px;
	}
	.head_bg {
    	width: 100%;
    	min-width: 1000px;
    	max-width: 1280px;
    	position: absolute;
    	left: 0;
    	top: 0;
	}


/*main_menu*/
.main_menu {
    position: absolute;
    left: 0;
    height: 38px;
    padding: 0 11px;
    font: normal 109% / 18px Arial, sans-serif;
}
	.main_menu .button {
	    display: block;
	    float: left;
	    margin: 0 5px;
	    height: 100%;
	}
	.main_menu .current {
	    background: url('../style/i/button_1_arrow.gif') no-repeat 50% 28px;
	}
		.main_menu .button .left {
		    float: left;
		    background: transparent none no-repeat 0 10px;
		}
		.main_menu .current .left {
		    background: url('../style/i/button_1_border.gif') no-repeat 0 10px;
		}
			.main_menu .button .left .right {
			    float: left;
			    background: transparent none no-repeat 100% 10px;
			    width: auto;
			}
			.main_menu .current .left .right {
			    background: url('../style/i/button_1_border.gif') no-repeat 100% 10px;
			}
				.main_menu .button .left .right a {
				    display: block;
				    float: left;
				    margin-top: 10px;
				    padding: 0 8px;
				    height: 19px;
				    color: #fff;
				    background: none;
				}
					.main_menu .button .left .right a:hover, .main_menu .current .left .right a {
					    background-color: #fff;
					    color: #333;
					    text-decoration: none;
					}
					
				.main_menu .current .left .right a:hover {
				    color: #e9534c;
				    text-decoration: underline;
				}
					.main_menu .current .left .right a, .main_menu .current .left .right a:hover {
					    cursor: default;
					    font-weight: bolder;
					}
					
	#main_menu ul {
	    z-index: 500;
	}


/*menu_drop*/
.head li {
    list-style-type: none;
    line-height: 18px;
}
.main_menu .button .left .right ul li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    background: #fff url('../style/i/ul_bg.gif') no-repeat right bottom;
    padding: 10px 6px;
    width: auto;
}
	.main_menu .button .left .right ul li ul li a, .main_menu .current .left .right ul li ul li a {
	    float: none;
	    padding-left: 10px;
	    color: #2f65bc;
	    font: normal 100% / 18px Arial, sans-serif;
	    background: none;
	    background: url('../style/i/marker.gif') no-repeat 3px 8px;
	    margin: 0;
	    display: block;
	    text-decoration: underline;
	    height: auto;
	    zoom: 1;
	}
		.main_menu .button .left .right ul li ul li a:hover {
		    color: #e9534c;
		    text-decoration: underline;
		}
		.main_menu .current .left .right ul li ul li a:hover {
		    cursor: pointer;
		    font: normal 100% / 18px Arial, sans-serif;
		}


/*icons*/
.icons {
    position: absolute;
    right: 40px;
    height: 38px;
}
	.icons .button {
	    float: left;
	    margin: 0 10px;
	    height: 100%;
	}
	.icons .current {
	    background: url('../style/i/arrow_icons.gif') no-repeat 50% 28px;
	}
		.icons .button .left {
		    float: left;
		    background: transparent none no-repeat 0 13px;
		}
		.icons .current .left {
		    background: url('../style/i/button_2_border.gif') no-repeat 0 13px;
		}
			.icons .button .left .right {
			    float: left;
			    background: transparent none no-repeat 100% 13px;
			    width: auto;
			}
			.icons .current .left .right {
			    background: url('../style/i/button_2_border.gif') no-repeat 100% 13px;
			}
				.icons .current .left .right a {
				    background-color: #fff;
				    cursor: default;
				}
				.icons .button .left .right a {
				    display: block;
				    float: left;
				    margin-top: 13px;
				    padding: 0 2px;
				    height: 16px;
				    color: #fff;
				    text-decoration: none;
				    overflow: hidden;
				    cursor: pointer;
				}
					.icons .button .left .right a img {
					    padding-top: 1px;
					}
					.icons .button .left .right a:hover {
					    background-color: #fff;
					}


/*phone*/
.phone {
    padding-left: 20px;
    background: url('../style/i/phone.gif') no-repeat 0 50%;
    position: absolute;
    right: 19px;
    color: #fff;
    font: normal 11px Arial, sans-serif;
}
	.phone span {
	    font-size: 17px;
	    padding-left: 5px;
	}
	

/*searchMap*/
#searchMap {
	padding: 20px 0 1px 17px;
	overflow: hidden;
	zoom: 1;
}
	#searchMap span {
		background: #eaece9 url("../style/i/map_search.gif") no-repeat 0 0;
		display: block;
		float: left;
	}
		#searchMap span span {
			background: url("../style/i/map_search.gif") no-repeat 100% -30px;
			padding: 5px 18px 8px 38px;
			float: none;
		}
		
	#searchMap a {
		font: bold 12px/1.4em Arial, sans-serif;
		color: #333;
	}


/*content*/
.content {
    min-width: 1000px;
    max-width: 1280px;
    float: left;
    width: 100%;
}


/* left */
.left_content {
    width: 271px;
    float: left;
    margin-right: -301px;
    padding-bottom: 20px;
}
	.left_content h1 {
	    margin: 16px 0 0 17px;
	    font: bold 127% / 130% Arial, sans-serif;
	    color: #333;
	}

.filter {
    padding: 18px 0 0 15px;
}
	.filter li {
	    list-style: none;
	    background: url('../style/i/disk.gif') no-repeat 0 50%;
	}
		.filter li a {
	    	font: normal 128% / 130% Arial, sans-serif;
	    	margin-left: 12px;
		}


/*form_search*/
.form_search {
    color: #666;
}
	.form_search td select, .form_search td select option {
	    color: #666;
	}
	
.search_1 {
	font: normal 12px Arial, sans-serif;
    margin-left: 17px;
}
	.search_1 a, .search_1 div {
	    line-height: 250%;
	}
	.search_1 a {
	    padding: 0 16px;
	    margin: 0 1px;
	    display: block;
	    float: left;
	    color: #e9534c;
	    text-decoration: none;
	}
		.search_1 a.current, .search_1 a.current:hover {
		    background: url('../style/i/button_3_current_bg.gif') no-repeat center 100%;
		    cursor: default;
		    color: #fff;
		}
		.search_1 a span {
		    border-bottom: 1px dashed #E9534C;
		}
		.search_1 a:hover span {
		    border-bottom: none;
		}
		
.search_2 {
    background: #f5f5ea url('../style/i/right_bottom.gif') no-repeat right bottom;
	font: normal 11px Arial, sans-serif;
	margin: 0 0 0 8px;
}
	.search_2 h2 {
	    color: #333;
	    margin-top: 5px;
	    font: bold 100% Arial, sans-serif;
	}
	.search_2 input {
	    color: #666;
	}
	.search_2 .left_top {
	    background: url('../style/i/left_top.gif') no-repeat left top;
	    height: 100%;
	}
	.search_2 .rigt_top {
	    background: url('../style/i/right_top.gif') no-repeat right top;
	    height: 100%;
	}
	.search_2 .left_bottom {
	    background: url('../style/i/left_bottom.gif') no-repeat left bottom;
	    height: 100%;
	    margin-left: 12px;
	}
	.search_2 .right_bottom {
	    background: url('../style/i/right_bottom.gif') no-repeat right bottom;
	    height: 100%;
	    padding: 8px 0;
	}
	.search_2 a {
	    padding: 0 26px;
	    margin: 0 1px;
	    display: block;
	    float: left;
	    height: 33px;
	    text-decoration: none;
	}
		.search_2 a.current, .search_2 a.current:hover {
		    background: url('../style/i/button_4_current_bg.gif') no-repeat 50% 70%;
		    cursor: default;
		    color: #333;
		}
		.search_2 a span {
		    font: normal 109% / 250% Arial, sans-serif;
		    border-bottom: 1px dotted #2f65bc;
		}
			.search_2 a.current span, .search_2 a:hover span {
			    border: none;
			}
			
	.search_2 input.submit {
	    color: #000;
	}
	.search_2 table {
	    margin: 5px 0;
	    width: 255px;
	}
	.search_2 table input {
	    width: 32px;
	    text-align: center;
	    color: #666;
	}
	
.checkboxs {
    float: left;
    width: 49%;
    margin-bottom: 12px;
}
#prodaga {
    padding: 0 24px;
}

#arenda {
    padding: 0 50px;
}
#formCommission {
    margin-bottom: 10px;
    font-weight: bold;
}
.formHidden {
    display: none;
}
.location, .code {
    width: 90%;
}
#code_content {
    display: none;
}

.form_delivery {
    padding: 0;
}
	.form_delivery p {
	    margin: 5px 15px 0 15px;
	    color: #666;
	    font: normal 109% Arial, sans-serif;
	}
	.form_delivery input {
	    color: #666;
	    width: 141px;
	    font-size: 92%;
	}
		.form_delivery input.submit {
		    width: auto;
		    font-size: 92%;
		}


/*center_content*/
#display {
    padding: 20px 0 14px 0;
    margin: 0 20px 0 30px;
    color: #666;
    font: normal 109% Arial, sans-serif;
}


/*right_content*/
.right_content {
    float: right;
    width: 22.5%;
}
	.right_content .block {
    	margin-right: 8px;
	}
		.right_content .block .lb {
    		padding: 10px 5px 10px 18px;
		}
		.right_content .block h1 {
    		font: normal 130% Arial, sans-serif;
    		color: #333;
    		margin: 0;
		}
			.right_content .block h1 a {
    			font: normal 84% Arial, sans-serif;
			}
			
		.right_content .block p {
    		padding-top: 10px;
    		font: normal 109% / 120% Arial, sans-serif;
    		color: #666;
		}
		.right_content .partner p {
    		font: normal 100% / 120% Arial, sans-serif;
		}
		
	.right_content h1 {
    	font: bold 109% Arial, sans-serif;
    	margin: 15px 18px 6px 18px;
	}
	.right_content dl {
    	margin: 0 13px 5px 18px;
    	background: url('../style/i/border_news.gif') repeat-x 0 100%;
	}
		.right_content dl.last {
    		background: none;
		}
		.right_content dl dd {
    		padding-bottom: 8px;
    		color: #666;
		}


/* basket */
.basket {
    height: 55px;
    margin-left: 4px;
    background: url('../style/i/basket_icon.gif') no-repeat 0 50%;
}
	.basket a.red {
    	padding-left: 50px;
    	font: normal 109% / 55px Arial, sans-serif;
	}


/*footer*/
.footer {
    clear: both;
    height: 56px;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    min-width: 1000px;
    max-width: 1280px;
}
	.footer .copy {
	    font: normal 109% Arial, sans-serif;
	    color: #666;
	    float: left;
	    margin-left: 15px;
		padding-top: 2px;
	    width: 270px;
	}
		.footer .copy p {
		    font-weight: bold;
		}
		
	.footer #phone {
	    margin: 0 23% 0 285px;
		color: #ccc;
	}
		.phone_bg {
		    margin: 0 30px;
		    height: 66px;
		}
		.footer #phone p {
			font: normal 1.64em Arial, sans-serif;
			color: #666;
			padding-left: 23px;
		}
		.footer #phone span {
			margin-left: 23px;
			display: block;
		}
			.footer .phone_l {
			    float: left;
			    width: 140px;
			}
				.footer .phone_l p {
					background: url('../style/i/phone_footer.gif') no-repeat 0 8px;
				}
				
			.footer .phone_c {
			    width: 140px;
				margin: 0 auto;
			}
				.footer .phone_c p {
					background: url('../style/i/sot_icon.gif') no-repeat 0 6px;
				}
					
			.footer .phone_r {
			    float: right;
			    width: 140px;
			}
				.footer .phone_r p {
				    background: url('../style/i/sot_icon.gif') no-repeat 0 6px;
				}


/*develop*/
#develop {
    display: inline;
    float: right;
    width: 23%;
    height: 36px;
    overflow: hidden;
}
	#develop .q {
	    background: url('../style/i/sitio_logo.gif') no-repeat;
		width: 90px;
		height: 36px;
	    text-indent: 10000px;
	    margin: 0 auto;
		padding-right: 15px;
	}
		#develop .q a {
		    height: 36px;
		    display: block;
		    white-space: nowrap;
		}


/*other*/
.left_content p.newsletter {
    margin: 10px 15px;
    color: #666;
    font: normal 0.8em Arial, sans-serif;
}
.ndash {
    margin: 0 10px;
}
.errors, .error {
    color: #ff1919;
}
* html .separ {
    height: 1px;
}


/*padding_menu*/
.content_c .newsPaging {
    font-size: 90%;
    padding-top: 20px;
}
	.content_c .newsPaging .paging {
    	padding-bottom: 20px;
	}
	
.content_c .paging {
    font: normal 100% Arial, sans-serif;
    color: #999;
    float: left;
    display: inline;
    margin-top: 4px;
    margin-left: -14px;
}
	.content_c .paging span {
    	margin-left: 15px;
	}
	.content_c .paging .page {
    	margin-top: 5px;
    	font: normal 109% Arial, sans-serif;
	}
		.content_c .paging .pre, .content_c .paging a.pre:hover {
    		padding: 0 7px 0 0;
    		background-color: #fff;
		}
		.content_c .paging .next, .content_c .paging a.next:hover {
    		padding: 0 0 0 7px;
    		background-color: #fff;
		}
		
	.content_c .paging a {
    	padding: 0 1px;
	}
		.content_c .paging a.current, .content_c .paging a.current:hover {
    		font-weight: bold;
    		text-decoration: none;
    		color: #666;
    		background-color: #fff;
    		cursor: default;
		}


/*photo&plan&location*/
.overflow {
    overflow: hidden;
    zoom: 1;
}
#objectMenu {
    overflow: hidden;
    color: #E9534C;
    zoom: 1;
}
	#objectMenu ul {
    	padding: 0;
    	margin: 0;
    	list-style: none;
	}
		#objectMenu ul li {
    		float: left;
    		margin: 0 25px 7px 0;
		}
			#objectMenu ul li a {
    			color: #E9534C;
			}
			
		#objectMenu li.objectMenuLocation {
    		background: url('../style/i/in/i1.gif') no-repeat left 4px;
    		padding-left: 23px;
    		color: #666;
		}
		#objectMenu li.objectMenuPlan {
		    background: url('../style/i/in/i2.gif') no-repeat left 4px;
		    padding-left: 23px;
		    color: #666;
		}
		#objectMenu li.objectMenuPhotos {
		    background: url('../style/i/in/i3.gif') no-repeat left 4px;
		    padding-left: 23px;
		    color: #666;
		}

#description {
    font-size: 90%;
    line-height: 1.4em;
    margin: 15px 0 0 0;
    padding: 12px 15px;
    float: left;
}
	#descriptionLeft {
	    float: left;
	    width: 210px;
	}
	#descriptionRight {
	    float: left;
	    width: 170px;
	}


/*rounded*/
.roundedObj {
    background: #f5f5ea url('../style/i/corners-obj-info.gif') no-repeat -5px -5px;
    position: relative;
    zoom: 1;
}
	.tr, .bl, .br {
	    position: absolute;
	    width: 5px;
	    height: 5px;
	    display: block;
	    font-size: 0;
	}
	.tr {
	    background: url('../style/i/corners-obj-info.gif') no-repeat 0 -5px;
	    top: 0;
	    margin-left: 100%;
	    left: -5px;
	}
	.bl {
	    background: url('../style/i/corners-obj-info.gif') no-repeat -5px 0;
	    bottom: 0;
	    left: 0;
	}
	.br {
	    background: url('../style/i/corners-obj-info.gif') no-repeat 0 0;
	    bottom: 0;
	    margin-left: 100%;
	    left: -5px;
	}
		* html .br, * html .bl {
		    bottom: -1px;
		}
		
.roundedWorker {
    background: #f5f5ea url('../style/i/corners_worker.gif') no-repeat -10px -10px;
    position: relative;
    zoom: 1;
}
	.roundedWorker .tr, .roundedWorker .bl, .roundedWorker .br {
	    width: 10px;
	    height: 10px;
	}
	.roundedWorker .tr {
	    background: url('../style/i/corners_worker.gif') no-repeat 0 -10px;
	    left: -10px;
	}
	.roundedWorker .bl {
	    background: url('../style/i/corners_worker.gif') no-repeat -10px 0;
	}
	.roundedWorker .br {
	    background: url('../style/i/corners_worker.gif') no-repeat 0 0;
	    left: -10px;
	}
		* html .roundedWorker .br, * html .roundedWorker .bl {
		    bottom: -1px;
		}


/*objectMenu*/
.objectMenu {
	margin: 0!important;
}
.objectMenu .price {
    float: right;
    width: 390px;
    height: 22px;
    margin: 0px;
    padding: 64px 0 3px 0;
}
	.objectMenu .price .button {
	    float: right;
	    width: auto;
	    height: 22px;
	}
		.objectMenu .price .button .left {
		    width: auto;
		    margin: 0px;
		}
			.objectMenu .price .button .left .right {
			    float: left;
			    margin: 0px;
			}
				.objectMenu .price .button .left .right span.in {
				    font: normal 108% / 22px Arial, sans-serif;
				    float: left;
				    display: block;
				    width: auto;
				    margin: 0px;
				    padding: 0 6px;
				    font-style: italic !important;
				}
				
	.objectMenu .price .current {
	    background: url('../style/i/in/button_5_border.gif') no-repeat 0 0px;
	}
		.objectMenu .price .current .left .right {
		    background: url('../style/i/in/button_5_border.gif') no-repeat 100% 0px;
		}
			.objectMenu .price .current .left .right span.in {
			    font: bold 133% / 22px Arial, sans-serif;
			    font-style: normal !important;
			    background-color: #9ca7a7;
			    color: #fff;
			}
