/*############################################################
	R-Catalog [xhtml/css]
	Copyright © 2010 vizit.ua
############################################################*/
/*@import url(login.css);
@import url(jslider.css);
@import url(colorbox.css);*/
/* =========================================================================== Base */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
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-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;



}


:focus {outline:0}
body {line-height:1; color:#000; background:#FFF;}
ol, ul {list-style:none}
table {border-collapse:separate; border-spacing:7;}
caption, th, td {text-align: left; font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

a, a:link, a:active {text-decoration:none; color:#900}
a:hover {text-decoration:none; color:#000}

.path a  {text-decoration:none; color:#000}
.path a:hover  {text-decoration:none; color:#900}

b, strong {font-weight:bold}
em {font-style:italic}
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; font-size:0.7em}
sub { bottom: -0.3em; }
optgroup {
	font-weight:bold;
	font-style:normal;
	color:#000;
	padding:3px 0;
}

.clearfix:after {content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0}
.clearfix {display:inline-block}
html[xmlns] .clearfix {display:block; }
* html .clearfix {height:1%}

.fleft {float:left}
.fright {float:right}
.tleft {text-align:left}
.tright {text-align:right}
.tcenter {text-align:center}
.tjustify {text-align:justify}
.hidden {display:none}

.wdp25 {width:25%}
.wdp50 {width:50%}
.wdp30 {width:30%}
.wdp33 {width:33.3%}
.wdp66 {width:66.6%}
.wdp70 {width:70%}
.wdp75 {width:75%}
.wdp100 {width:100%}

.w60 {width:60px}
.w90 {width:90px}
.w95 {width:95px}
.w100 {width:100px}
.w105 {width:105px}
.w110 {width:110px}
.w120 {width:120px}
.w130 {width:130px}
.w140 {width:140px}
.w150 {width:150px}
.w160 {width:160px}
.w180 {width:180px}
.w200 {width:200px}
.w210 {width:210px}
.w220 {width:220px}
.w240 {width:240px}
.w260 {width:260px}
.w270 {width:270px}
.w280 {width:280px}
.w310 {width:310px}
.w350 {width:350px}
.w400 {width:400px}
.w480 {width:480px}
.w490 {width:490px}
.w500 {width:500px}
.w520 {width:520px}
.w600 {width:600px}

.mb10 {margin-bottom:10px}
.mb30 {margin-bottom:30px}

input[type="checkbox"] {margin:0 5px 0 0; vertical-align:text-bottom}
/*
=========================================================================== Page defaults */
body {
	background:#FFF url(../images/body_bg.png) repeat-x 0 0;
	font:normal normal normal 12px/1.5em 'Tahoma', Geneva, sans-serif;
	color:#333;
}



#map {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF url(/img/map.jpg) no-repeat scroll 0 0;
height:600px;
margin:-24px 50% 0 200px;
padding:0;
position:absolute;
width:600px;
z-index:10000;
line-height:1em;
font-size:15px;
font-weight:normal;

}


#page_wrapper {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
/*
=========================================================================== Header */
#header {
	position:relative;
	margin-top:10px;
	height:190px;
}
/* ======================================== logo */
.logo {
	width:260px;
	height:80px;
	background:url(../images/logo.png) no-repeat 0 0;
	text-indent:-5555em;
}
.index_link {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:260px;
	height:80px;
	text-indent:-5555em;
}
/* ======================================== hdr banner (728x90) */
.hdr_banner {
	position:absolute;
	right:0;
	top:0;
}
/* ======================================== menu */
.main_menu {
	position:relative;
	margin-top:20px;
	width:1000px;
	height:50px;
	background:url(../images/main_nav.png) no-repeat 0 0;
}
li.last_item, #main_menu_first li.last_item {background:none!important}
/* ========== 1st list */
.main_menu_first {
	height:30px;
	line-height:30px;
}
.main_menu_first li {
	display:block;
	float:left;
	background:url(../images/main_menu_l1_limiter.png) no-repeat 100% 0;
}
.main_menu_first li a {
	padding:0 10px;
	text-transform:uppercase;
	color:#EEE;
	cursor:pointer;
}
/* ========== 2nd list */
.main_menu_second {
	position:absolute;
	left:0;
	top:30px;
	width:1000px;
	height:20px;
	line-height:20px;
	font-size:11px;
	display:none;
}
.main_menu_second li {
	display:block;
	position:relative;
	float:left;
	height:20px;
	line-height:20px;
	padding-right:1px;
	background:url(../images/main_menu_l2_limiter.png) no-repeat 100% 0;
}
.main_menu_second li a {
	padding:0 10px;
	display:block;
	color:#000;
	text-transform:none;
}
.main_menu_second li a:hover {background:url(../images/main_menu_l2_hover.png) repeat-x 0 0}
/* ========== 3rd list */
.main_menu_third {
	position:absolute;
	left:0;
	top:20px;
	display:none;
	z-index:555;
}
.main_menu_third li {
	float:none;
	height:24px;
	background:none;
}
.main_menu_third li a {
	display:block;
	padding:0 10px;
	height:24px;
	line-height:24px;
	background:#333 url(../images/main_menu_l3.png) no-repeat 50% 0;
	color:#EEE;
}
.main_menu_third li a:hover {
	background:url(../images/main_menu_l3.png) no-repeat 50% -24px;
	color:#FFF;
}
/* ======================================== login */
.login_area {margin-top:10px}
.login_area li {
	display:block;
	float:left;
	margin-right:10px;
	height:20px;
	line-height:20px;
}
.login_area li.user_up {
	padding-left:20px;
	background:url(../images/user_up.png) no-repeat 0 50%;
}
.login_area li.my_menu_link {
	padding-left:25px;
	background:url(../images/ui_menu.png) no-repeat 0 50%;
}
.login_splash {
	margin-right:10px;
	padding-left:25px;
	background:url(../images/login_bullet.png) no-repeat 0 50%;
	cursor:pointer;
}
/* ======================================== weather & rate & google translate */
.hdr_rate {
	position:absolute;
	right:0;
	top:160px;
}

.rc-translate {
	position:absolute;
	right:105px;
	top:160px;
	width:450px;
	overflow:hidden;
}
.rc-translate-intro {float:right}
#translate {
	width:150px;
	float:right;
	padding-left:23px;
	background:url(../images/g-logo.png) no-repeat 0 0;
}
.gBranding {display:none!important}
/*
=========================================================================== Main */
.title_type1 {
	font:normal normal 20px/1.2em Tahoma, Geneva, sans-serif;
	color:#900;
}
/* ======================================== services menu */
.services_menu {
	margin-bottom:10px;
	height:30px;
	line-height:30px;
	font-weight:bold;
}
.services_menu a {color:#333}
.services_menu a:hover {color:#900}
.services_menu li {
	display:block;
	float:left;
	margin-right:10px;
	padding-right:10px;
	background:url(../images/services_limiter.png) no-repeat 100% 50%;
}


#content_wrapper {
	width:100%;
	float:left;
	margin-bottom:20px;
}
/* ======================================== content */
/* --------------- Main Advertisement */
.main_adv {
	margin-bottom:35px;
}
.main_adv_top {
	padding:10px;
	background:#F1F1F1;
	background:url(../images/main_adv_bg.png) no-repeat -550px 0;
}
/* nav */
.main_adv_navigation li {
	display:block;
	float:left;
}
.main_adv_navigation a {
	display:block;
	float:left;
	padding-left:10px;
}
.main_adv_navigation a span {
	display:block;
	float:left;
	padding:0 10px 3px 0;
	height:22px;
	line-height:22px;
	color:#333;
	cursor:pointer;
}

.main_adv_navigation a:hover {background:url(../images/main_adv_nav.png) 0 0}
.main_adv_navigation a:hover span {background:url(../images/main_adv_nav.png) 100% -25px}
.main_adv_navigation a.current {background:url(../images/main_adv_nav.png) 0 -50px}
.main_adv_navigation a.current span {background:url(../images/main_adv_nav.png) 100% -75px; color:#FFF;}
/* area */
.realty_item_wrapper {
	position:relative;
	border-top:1px solid #CCC;
	background:url("../images/main_adv_bg.png") repeat-y scroll 0 0;
}
.main_adv_area {
	position:relative;
	padding-top:10px;
	display:none;
	background:url(../images/main_adv_bg.png) repeat-y 0 0;
}
.main_adv_all {
	position:absolute;
	left:0;
	bottom:-25px;
}
.main_adv_all a {
	display:block;
	position:relative;
	float:left;
	padding-left:10px;
	color:#333;
	font-weight:bold;
	background:url(../images/adv_all.png) no-repeat 0 0;
}
.main_adv_all a span {
	display:block;
	float:left;
	padding-right:10px;
	height:25px;
	line-height:25px;
	background:url(../images/adv_all.png) no-repeat 100% -25px;
}
.main_adv_all a:hover span {color:#900}
/* item */
.main_adv_item {
	padding:10px 9px;
	margin:0 1px;
	background:url(../images/main_adv_item_bg.png) repeat-x 0 100%;
	position:relative;
}
.main_adv_item h3 a {color:#333}
.main_adv_item h3 a:hover {color:#900}
.main_adv_item h3 {font:normal bold 12px/1.5em Tahoma, Geneva, sans-serif}
.main_adv_img {

	width:130px;
	float:left;
	position:relative;
}
.main_adv_img_wrapper {
	width:120px;
	/*height:90px;*/
	max-height:120px;
	overflow:hidden;
	border:1px solid #666;
}
.main_adv_img_wrapper img {width:120px}
.adv_vip {
	position:absolute;
	left:-10px;
	top:10px;
	width:70px;
	height:20px;
	text-indent:-5555em;
	background:url(../images/vip_icon.png) no-repeat 0 0;
	z-index:999;
}
#prod {

	position:absolute;
	left:310px;
	top:60px;
	width:170px;
	height:96px;
	text-indent:-5555em;
	background:url(../../images/sold-medium.png) no-repeat 0 0;
	z-index:999;
}
#prod_sm {

	position:absolute;
	left:240px;
	top:30px;
	width:170px;
	height:96px;
	text-indent:-5555em;
	background:url(../../images/sold-small.png) no-repeat 0 0;
	z-index:999;
}
.main_adv_desc {
	width:400px;
	float:left;
	position:relative;
}
.main_adv_desc h1 {
	display:block;
	width:300px;
	font:normal bold 12px/1.5em Tahoma, Geneva, sans-serif;
}
.main_adv_price {
	position:absolute;
	right:0;
	top:0;
	height:17px;
	line-height:17px;
	font-size:11px;
}
.main_adv_price span {
	display:block;
	float:left;
	padding:0 5px;
	margin-right:2px;
	background:#666;
	color:#FFF;
}
.main_adv_price span.vip_price {background:url(../images/main_adv_price_bg.png) repeat-x 0 0}
.main_adv_ads {
	position:relative;
	height:20px;
}
.company_logo {
	position:absolute;
	left:130px;
	top:0;
}
.company_logo_1 {float:right; margin-top:5px;}
.company_logo img {height:20px}
.main_adv_ads span {font-size:11px}
.main_adv_read_more {
	position:absolute;
	right:0;
	top:0;
}
.main_adv_read_more a {
	display:block;
	width:120px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#000;
	background:url(../images/main_adv_more.png) no-repeat 0 0;
}
.main_adv_read_more a:hover {color:#900}
/* --------------- Company */
.main_company {
	position:relative;
	margin-bottom:10px;
	width:530px;
	height:70px;
	padding:10px;
	background:url(../images/company_bg.png) no-repeat 0 0;
}
.main_company h3 {
	position:absolute;
	right:15px;
	top:-5px;
	padding:0 5px;
	background:#FFF;
	font:normal bold 12px/12px Tahoma, Geneva, sans-serif;
}
#main_company_wrapper {
	width:auto;
	height:80px;
	overflow:hidden;
	position:relative;
}
#company_slider, .mask {
	position:relative;
}
#company_slider li {
	display:block;
	float:left;
	padding-right:10px;
}
/* --------------- Main services */
.main_services {
	margin-bottom:10px;
	background:url(../images/main_adv_bg.png) repeat-y 0 0;
}
.main_services_navigation {
	height:22px;
	line-height:20px;
	font-size:11px;
	background:url(../images/main_services_nav.png) repeat-x 0 0;
}
.main_services_navigation a {color:#333}
.main_services_navigation li {
	display:block;
	float:left;
}
.main_services_navigation li a {
	display:block;
	height:22px;
	float:left;
	padding:0 4px;
	cursor:pointer;
}
.main_services_navigation li a.current {color:#000; background:url(../images/main_services_nav.png) repeat-x 0 100%; font-weight:bold}
.main_services_navigation li a:hover {color:#900; background:url(../images/main_services_nav.png) repeat-x 0 -22px}
/*.main_services_area {background:url(../images/main_adv_inner.png) no-repeat 0 100%}*/
.main_services_area {
	position:relative;
	margin-bottom:20px;
}
.main_services_item {
	margin:0 1px;
	padding:10px 9px;
	background:url(../images/main_adv_item_bg.png) repeat-x 0 100%;
}
.main_services_item h3 {margin-bottom:5px; font:normal bold 12px/12px Tahoma, Geneva, sans-serif}
/* --------------- News */
.news_item_short {
	width:550px;
	margin-bottom:15px;
}
.news_item_short .news_item_ads {
	width:110px;
	float:left;
}
.news_item_short .news_item_ads img {width:100px; padding:1px; border:1px solid #999;}
.news_item_short .news_item_ads span {
	display:block;
	width:100px;
	text-align:center;
	font-size:11px; 
	color:#666;
}
.news_item_short .news_item_data {
	margin-left:110px;
}
.news_item_short .news_item_data h2 {font:normal bold 12px/1.3em Tahoma, Geneva, sans-serif; margin-bottom:5px;}
.news_item_ads_full {
	margin-top:10px;
	height:20px;
	line-height:20px;
	position:relative;
}
.news_item_ads_full span {
	position:absolute;
	right:0;
	top:0;
}
/* ======================================== left col */
#col1 {
	position:relative;
	float:left;
	width:190px;
	margin-left:-100%;
}
.add_adv_btn {margin-bottom:10px}
.add_adv_btn a {
	display:block;
	width:196px;
	height:40px;
	text-indent:-5555em;
	background:url(../images/add_btns.png) no-repeat 0 0;
}
.add_adv_btn a:hover  {background-position:0 -40px}

/* adv today */
.adv-today {
	width:135px;
	height:40px;
	padding:10px 0 0 55px;
	line-height:1.2em;
	background:url(../images/adv-today.png) no-repeat 0 0;
}

.left_col_ads {margin-bottom:20px}
/* --------------- Search form */
.main_search_form {
	margin-bottom:20px;
	background:#F1F1F1 url(../images/search_bg.png) no-repeat 100% 100%;
	border-bottom:2px solid #D6D6D6;
}
.main_search_form h3 a {
	display:block;
	width:190px;
	height:50px;
	text-indent:-5555em;
	background:url(../images/search_title.png) no-repeat 0 0;
}
.main_search_form ul {
	width:170px;
	padding:0 10px 10px;
}
.main_search_form ul a {color:#000}
.main_search_form ul a:hover {color:#900; cursor:pointer}
.main_search_form ul li {position:relative}
.main_search_box {
	margin-bottom:5px;
	height:20px;
}
.label_photo, .label_video, .label_map {background:url(../images/main_search_labels.png) no-repeat 0 0}
.label_video {background-position:0 -20px}
.label_map {background-position:0 -40px}
.main_search_form ul select {margin-bottom:5px}
.main_search_form ul input[type=radio] {
	margin:0;
	vertical-align: text-bottom;
}
.main_search_form ul input[type=checkbox] {
	margin:0 5px 0 0;
	vertical-align: text-bottom;
}
#type_house, #state, #city {width:170px}
.layout-slider {margin-bottom:20px}
.layout-slider-wrapper {margin-top:15px}

.main_search_form_btn, .main_search_form_btn_hover {
	width:73px;
	height:28px;
	background:url(../images/search_btn.png) no-repeat 0 -28px;
	border:0pt none;
}
.main_search_form_btn_hover {background-position:0 0}
.reset_main_search {
	position:absolute;
	right:0;
	top:0;
}

/* --------------- counters */
.counters {
	text-align:center;
	overflow:hidden;
}
.counters ul {
	width:180px;
	margin:0 auto;
}
.counters ul li {
	display:block;
	float:left;
	width:88px;
	padding:1px;
}
/* ======================================== right col*/
#col3 {
	position:relative;
	float:left;
	width:240px;
	margin-left:-240px;
}	

.add_company_btn {
	position:relative;
	margin:0  0 10px -6px;
}
.add_company_btn a {
	display:block;
	width:246px;
	height:40px;
	text-indent:-5555em;
	background:url(../images/add_btns.png) no-repeat -196px 0;
}
.add_company_btn a:hover {background-position:-196px -40px}
/* --------------- ads 240 */
.ads_240 {margin-bottom:10px}
/* --------------- rnews */
.rnews_wrapper {
	position:relative;
	margin-bottom:10px;
	width:240px;
	background:url(../images/rnews.png) repeat-y -240px 0;
}
.rnews_inner {
	padding:10px;
	font-size:11px;
	background:url(../images/rnews.png) no-repeat 0 0;
}
.rnews_inner_outer {
	position:relative;
	background:url(../images/rnews.png) no-repeat -480px 100%;
}
.rnews_item {margin-bottom:10px}
.rnews_item h4 {
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 5px;
}
.rnews_item img {
	float:left;
	width:50px;
	margin-right:10px;
}
.rnews_item p {
	float:left;
	width:160px;
	line-height:13px;
}
.rnews_all {
	margin-right:10px;
	text-align:right;
}
.rnews_all a {
	padding:0 5px;
	background:#FFF;
}
/*
=========================================================================== Footer */
#footer {
	clear:both;
	margin-top:20px;
	height:130px;
	background:url(../images/footer_bg.png) no-repeat 0 0;
}

/* --------------- footer nav */
.footer_nav {
	padding:10px;
	width:980px;
	height:75px;
	text-align:center;
}
.footer_nav a {color:#000}
.footer_nav a:hover {color:#900}
.footer_nav ul li {
	display:inline;
	list-style:none;
	line-height:25px;
}
.footer_small li {font-size:11px; margin-right:5px;}
.footer_small a {color:#666}
.first1 a {
	font-weight:bold;
	color:#900;
}
.first2 a {text-decoration:underline}
.footer_vip {vertical-align:middle}
/* --------------- copyright */
.footer_copyright {
	position:relative;
	line-height:35px;
}
.copyright {
	position:absolute;
	left:10px;
	top:0;
}
.developed {
	position:absolute;
	right:10px;
	top:0;
}
/*
=========================================================================== cross */
.service_item_wrapper {
	background:url(../images/main_adv_bg.png) repeat-y scroll 0 0;
	margin-bottom:10px;
	border-top:1px solid #CCC;
}
.title_type2 {font:normal normal 18px/1.5em Arial, Helvetica, sans-serif}
.title_type3 {
	margin-top:10px;
	font:normal normal 18px/1.5em Arial, Helvetica, sans-serif;
}
.title_type3 a {color:#333}
.title_type3 a:hover {color:#900}
.title_type4 {}
.title_type5 {
	margin-bottom:5px;
	font:normal normal 18px/1.2em Arial, Helvetica, sans-serif;
}
.title_type6 {
	font:normal normal 18px/1.5em Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	border-bottom:1px dashed #CCC;
}
/* --------------- news categories */
.news-cats {
	margin-bottom:20px;
	background:#F4F4F4;
	padding:10px;
	border:1px dashed #CCC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.news-cats a {color:#000}
.news-cats a:hover {color:#900}
.news-cats ul {overflow:hidden;}
.news-cats li {
	background:url(../images/bullet_black.png) no-repeat 0 2px;
	padding-left:20px;
	width:242px;
	float:left;
	margin:0 0 5px;
}
/* --------------- add/edit services */
.add_edit_serv .list_label {
	width:120px;
	float:left;
}
.add_edit_serv .list_item {
	margin-left:130px;
	width:420px;
}
.add_edit_serv h4 {
	font-weight:bold;
	margin:15px 0 5px;
}
.add_edit_serv li {margin-bottom:5px}
.add_edit_serv li input, .add_edit_serv li select {border:1px solid #7F9DB9}
.add_edit_serv li input {width:286px}
.add_edit_serv li select {width:294px}
.add_edit_serv li input {height:16px}
.add_edit_serv li select {height:20px}
.add_edit_serv .additional_info textarea {
	width:542px;
	height:230px;
	padding:3px;
	border:1px solid #7F9DB9;
}
.add_edit_serv .additional_info {margin-bottom:15px}
/*  add service price */
input#price, input#measurement, select#price_currency {
	display:inline-table;
	margin-right:5px;
}
.add_edit_serv input#price, .add_edit_serv input#measurement {width:45px}
.add_edit_serv select#price_currency {width:90px}
/*
=========================================================================== Addition classes */
.weather {
	border-right:1px solid #CCCCCC;
	color:#666;
	display:inline-block;
	height:20px;
	line-height:15px;
	padding:0 5px;
	text-decoration:none;
}
.ico {
	padding-right:3px;
	position:relative;
	border:medium none;
	margin-bottom:-5px;
}
.usd {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://s.tchkcdn.com/images/common/ico_usd.gif) no-repeat scroll 7px 2px;
}

.currency {
	color:#666;
	display:inline-block;
	font-size:90%;
	height:17px;
	line-height:0.9em;
	padding-left:20px;
	position:relative;
	text-decoration:none;
	white-space:nowrap;
}
#sms_podr {
	padding:10px;
	background:#FFF;
}

#link_away{
background:#FFFFFF;
padding:10px;
}

/* state block */
.state_block_wrapper {margin:15px 0}
.state_block_wrapper .oblTbl {}

.state_block_wrapper h3 {text-align:right}
.state_block_wrapper ul {
	width:33%;
	float:left;
}
.state_block_wrapper ul li {padding-left:20px}
.state_block_wrapper ul li.city_kiev {margin-top:1em}


.state_block_wrapper_data_outer {
	padding-top:10px;
	background:url(../images/state_block_wrapper.png) no-repeat 0 0;
}
.state_block_wrapper_data {background:url(../images/state_block_wrapper.png) no-repeat -550px 100%;}
.state_block_wrapper_data_inner {
	overflow:hidden;
	padding:0 10px 10px;
}
.state_block_wrapper .r-ukraine .state_block_wrapper_data_inner {background:url(../images/r-ukreine.png) no-repeat 10px 10px}
.state_block_wrapper .r-world .state_block_wrapper_data_inner {background:url(../images/r-world.png) no-repeat 50% 50%}

/* Krym */
.rc-arkr {
	display:none;
	width:450px;
	height:220px;
	background:url(../images/ar-krym.png) no-repeat 0 0;
	z-index:9999;
}
.rc-arkr .wrap {
	padding:20px 30px;
	overflow:hidden;
}
.rc-arkr .wrap ul {width:33%; float:left}
.rc-arkr .wrap ul li {line-height:20px}

.rc-arkr a, .rc-arkr a:hover strong {color:#000}
.rc-arkr a:hover, .rc-arkr a strong  {color:#900}

/* mail form */
#mailform, .mail_form, #sogl_form , #comment_form{
	background:#FFF;
	padding:10px;
}
/* map */
#map a.selected {
	background-color:#900;
	border-color:#900;
	border-style:solid;
	border-width:0 3px;
	color:#FFFFFF;
	margin:0;
}
.video_usd {color:#093}
/* alert */
#drawer {
	/*background:#FFEEEE;
	border:2px solid #C33;
	color:#400;*/
	background:#ff0000;
	opacity:0.8;
	color:#FFF;
	overflow:visible;
	position:fixed;	
	right:10px;
	top:10px;
	padding:10px;
	font-size:12px;
	width:300px;
	display:none;
	z-index:55;
}

#mesArea {
background:#FF0000 none repeat scroll 0 0;
color:#FFFFFF;
display:none;
font-size:12px;
opacity:0.8;
overflow:visible;
padding:10px;
position:fixed;
right:10px;
top:10px;
width:300px;
z-index:55;
}

/* uploader */
#loaded_imgs ul{
float:left;
}

/* loading
================================================== */
#loading {
	padding:10px 0;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #CCC;
}
.load-more-adv {
	display:block;
	margin:10px auto;
	width:220px;
	height:25px;
	text-indent:-5555em;
	background:url(../images/more-adv-btn.png) no-repeat 0 0;
}
.load-more-adv:hover {background-position:0 -25px}
/* Go to top
================================================== */
.go-to-top {
	position:fixed; 
	left:70px; 
	top:20px; 
	display: block;
	width:70px;
	height:25px;
	line-height:25px;
	text-indent:20px;
	background-image:url(../images/rc-up-arrow.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
	
	/*text-indent:27px;
	background:url(../images/top-btn.png) no-repeat 0 0;
	color:#FFF!important;*/
}
.go-to-top:hover {background-color:#fce6e6}

/* Away
================================================== */
.rc-away-wrapper {
	position:relative;
	width:410px;
}
.rc-away-btn {
	display:block;
	margin:15px auto 0;
	width:120px;
	height:30px;
	text-indent:-5555em;
	background:url(../images/away-btn.png) no-repeat 0 0;
}
.rc-away-btn:hover {background-position:0 -30px}
.rc-away-target {
	text-align:center;
	font-weight:bold;
	padding:5px 0;
}

/* Add service btn
================================================== */
.add-service-btn-wrapper {
	margin-bottom:20px;
	width:550px;
	height:50px;
	padding-top:20px;
	background:url(../images/add-service-btn-wrapper.png) no-repeat 0 0;
}
.add-service-btn {
	display:block;
	width:160px;
	height:30px;
	margin:0 auto;
	text-indent:-5555em;
	background:url(../images/add-service-btn.png) no-repeat 0 0;
}
.add-service-btn:hover {background-position:0 -30px}


#addFormserv #text_polnoe, .rc-inp-def {
	padding:0 3px;
	background: url("../images/input-def-bg.png") no-repeat scroll 0 0 transparent;
	border-radius:3px;
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	border:0pt none;
}
.rc-inp-def {height:23px!important}
.form-add-service-btn {
	background: url("../images/add_realty_btn.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    text-indent: -5555em;
    width: 140px;
	border:0pt none;
	cursor:pointer;
}
.form-add-service-btn:hover {background-position:0 -30px}

/* other
=========================== */
.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	z-index:9999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	z-index:9999;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	position:relative;
    margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	z-index:9999;
}

.ac_loading {
	background : Window url('/img/autocomplete_indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
.qnt {
  position:absolute;
  top:2px;
  right:10px;
  font-size:0.8em;
  color:#26A908;
  z-index:9999;
}

/* */
.s5boxhidden{display:none;}
