/* Eric Meyer's CSS Reset */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type="submit"]{
	-webkit-appearance: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: square inside;
	font-size:16px;
	padding-bottom:5px;
}
li{
	padding-bottom:10px;
}
blockquote, q {
	quotes: none;
}
p{
	margin-bottom:16px;
	font:normal 16px/18px PT Sans Narrow;
}
b{
	font-weight:bold;
}
i{
	font-style:italic;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{
	color:#000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px PT Sans Narrow, PT Sans, Arial, sans-serif;
	width: 100%;
	height: 100%;
	background:url(/content/img/b_h.png) repeat-x top;
}
strong{
	font-weight:bold;
}
h1{
	font:bold 24px/26px PT Sans Narrow;
	padding-top: 3px;
	/* padding-bottom:5px; */
}
.wrapper {
	width: 980px;
	padding:0px 10px 0px 10px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(http://themes.googleusercontent.com/static/fonts/ptsansnarrow/v4/UyYrYy3ltEffJV9QueSi4S4mX3cpNo8MnLri8k21-rs.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Narrow Bold'), local('PTSans-NarrowBold'), url(http://themes.googleusercontent.com/static/fonts/ptsansnarrow/v4/Q_pTky3Sc3ubRibGToTAYigwe3ZcNEyK1ut-Sjba9Qg.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/ptsans/v6/GpWpM_6S4VQLPNAQ3iWvVT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 74px;
}

.head{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:70px;
	background:#85a6c8;
	border-bottom:2px solid #64809c;
	z-index:1;
}

.bread{
	color:#7f7e7e;
	font:normal 14px/16px PT Sans Narrow;
	padding-bottom: 20px;
	padding-top: 3px;
}

.bread a{
	color:#7f7e7e;
}
	
.in_head{
	/* margin:0 auto;
	width:980px;
	padding:0px 10px 0px 10px; */
	position:relative;
}

.logo{
	top:4px;
	position:relative;
}

.head_item{
	position:absolute;
	top:16px;
	padding-left:20px;
	font:italic 18px/20px PT Sans;
	color:#0a0e24;
}

.head_item a{
	font:normal 16px/18px PT Sans Narrow;
	color:#fff;
}

.head_item_city{
	background:url(/content/img/ic1.png) no-repeat 0px 0px;
	left:272px;
}

.long_bg{
	position: absolute;
	top: 0px;
	height: 22px;
	width: 18px;
	left: 143px;
	background: url(/content/img/gr.png) no-repeat 0px 0px;
}	

.head_item_fav{
	background:url(/content/img/ic2.png) no-repeat 0px 0px;
	padding-left:25px;
	left:450px;
}
.head_item_view{
	background:url(/content/img/ic3.png) no-repeat 0px 0px;
	padding-left:28px;
	left:600px;
}

.auth_ref{
	position:absolute;
	top:20px;
	color:#0b1335;
	font:normal 20px/22px PT Sans Narrow;
}
.auth_ref1{
	right:135px;
}
.auth_ref2{
	right:0px;
}

.clear{
	clear: both;
	width: 0px;
	height: 0px;
	position: relative;
	overflow: hidden;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 70px;
	position: relative;
	margin-top:10px;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 20px 290px;
}

.main_ad,
.block-site_info{
	display:block;
	/* width:px; */
	height:68px;
	text-decoration:none;
	border:1px solid #b1b1b1;
	border-radius:4px;
	text-align:center;
	font:normal 24px/68px PT Sans Narrow;
	color:#969483;
	position:relative;
	overflow:hidden;
}

.pagination {
	display:inline-block;
	margin:15px 0px 15px 0px;
	min-height: 22px;
}

.page_n_arrow{
	display:none;
}

.pagination .page_n {
	display: block;
	text-decoration: none;
	border-radius: 4px;
	width: 24px;
	height: 24px;
	color: #fff;
	font: normal 18px/24px PT Sans Narrow;
	float: left;
	margin-right: 4px;
	text-align: center;
	background: #9fbfdf;
	border:1px solid #9fbfdf;
}

.pagination a.page_n {
	color: #969483;
	background: #fff;
	border:1px solid #b1b1b1;
}

.count_res{
	display: inline-block;
	color: #969483;
	font: normal 20px/24px PT Sans Narrow;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 15px;
}

.rel_pos{
	position:relative;
}

.count_view{
	position:absolute;
	top:15px;
	right:0px;
	text-align:right;
	color:#7a7a7a;
	font:normal 18px/20px PT Sans Narrow;
}

.count_view select{
	font:normal 17px/19px PT Sans Narrow;
	border:1px solid #b1b1b1;
	border-radius:4px;
}

.filter_bar{
	background:#d2deea;
	color:#494949;
	padding:8px 11px 8px 11px;
	font:normal 20px/22px PT Sans Narrow;
	position:relative;
}

.filter_bar a{
	font:normal 18px/20px PT Sans Narrow;
	margin-left:20px;
}
.filter_bar a.act_sort{
	color:#71150e;
}

.on_map_ref{
	color:#494949;
	font:normal 20px/22px PT Sans Narrow;
	position:absolute;
	top:8px;
	right:11px;
}

.on_map_ref img{
	position:relative;
	top:3px;
}

.house_item{
	padding:8px;
	border:1px solid #b1b1b1;
	border-radius:4px;
	margin-top:8px;
}

.l_ad_item{
	width: 226px;
	height: 160px;
	padding: 5px 0px 0px 4px;
	display:inline-block;
	vertical-align:top;
	position:relative;
	background:url(/content/img/no_photo.png) no-repeat 5px 5px;
	position: relative;
	overflow: hidden;
}

.l_ad_item img{
	border:1px solid #fff;
	width: 205px;
}

.l_ad_item img:hover{
	opacity:0.95;
}

.l_ad_item a{
	display:block;
	width: 205px;
	height: 155px;
}

.l_ad_item a span{
	display: inline-block;
	width: 70px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 7px;
	left: 6px;
	font: normal 14px/20px PT Sans;
}

.house_item_title{
	display:inline-block;
	/* text-decoration:none; */
	font:bold 20px/22px PT Sans Narrow;
	padding-bottom:8px;
}

.r_ad_item{
	color:#3c3c3c;
	width:433px;
	height:165px;
	display:inline-block;
	vertical-align:top;
	font:normal 17px/19px PT Sans Narrow;
	position:relative;
}

.house_item_param{
	padding-left:21px;
	padding-bottom:5px;
}

.house_item_param1{
	background:url(/content/img/ic11.png) no-repeat 0px 0px;
}
.house_item_param2{
	background:url(/content/img/ic12.png) no-repeat 0px 0px;
}

.house_item_descr{
	padding-top:5px;
	display:inline-block;
	text-decoration:none;
}

.house_item_descr:hover{
	text-decoration:underline;
}

.house_item_price{
	position:absolute;
	top:6px;
	right:0px;
}

.price_padd{
	font:bold 16px/18px PT Sans Narrow;
}

.l_pr{
	font-weight: normal;
	display: inline-block;
	width: 60px;
	text-align: right;
}

.house_item_acts{
	position:absolute;
	bottom:0px;
	right:0px;
}

.house_item_acts img{
	cursor:pointer;
	opacity:0.9;
}

.house_item_acts img:hover{
	opacity:1;
}

.house_item.important_item{
	background:#bdd1e6;
	border:1px solid #88a3c0;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 270px;
	margin-left: -100%;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	min-width:1000px;
	margin: -70px auto 0;
	height: 69px;
	position: relative;
	border-top:1px dotted #000;
	overflow:hidden;
}

.in_foo{
	width: 980px;
	padding:0px 10px 0px 10px;
	margin:0 auto;
	position:relative;
}

.f_logo{
	padding-top: 12px;
}

.m_counter{
	width:88px;
	height:31px;
	background:url(/content/img/counter.png) no-repeat 0 0;
	display:inline-block;
	vertical-align:top;
	margin:20px 0px 0px 80px;
}

.foo_menu{
	list-style:none;
	padding-top:25px;
	display:inline-block;
	vertical-align:top;
	margin-left:60px;
}

.foo_menu li{
	display:inline-block;
	vertical-align:top;
	margin-left:40px;
}

.foo_menu li a{
	text-transform:uppercase;
	color:#3f3f3f;
	font:normal 18px/20px PT Sans Narrow;
}

.cpr{
	position:absolute;
	top:19px;
	right:10px;
	color:#3f3f3f;
	text-align:right;
	font:normal 16px/16px PT Sans Narrow;
}

.filter{
	border-radius:4px;
	border:1px solid #b1b1b1;
	padding-bottom:10px;
	margin-bottom:20px;
}

.filter_title{
	background:#eee;
	color:#292929;
	text-align:center;
	font:normal 20px/22px PT Sans Narrow;
	padding:5px 0px 8px 0px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
}

.pr_filter{
	padding:10px;
	font: normal 18px/20px PT Sans Narrow;
	color:#494949;
}

.sm_inp_pr{
	color: #000;
	background: #fff;
	border: 1px solid #b1b1b1;
	width: 54px;
	padding:5px;
	height: 17px;
	font: normal 15px/17px PT Sans Narrow;
	border-radius:4px;
}

.mini_title_filter{
	color:#292929;
	font: bold 18px/20px PT Sans Narrow;
	padding-bottom:5px;
}

.pad_bot_sm{
	padding:0px 0px 3px 15px;
}

.count_room_ref{
	display:inline-block;
	padding-left:15px;
	margin-bottom:1px;
	font: normal 18px/20px PT Sans Narrow;
	width: 60%;
}

span.count_room_ref{
	background:url(/content/img/ar_r.png) no-repeat 0px 3px;
	color:#34426f;
}

.full_width{
	width:235px;
}

.lbl_for_pr{
	display: inline-block;
	width: 108px;
	vertical-align: top;
	text-align: center;
	color: #494949;
	font: normal 18px/25px PT Sans Narrow;
}

.align_center{
	text-align:center;
}

.search_filter{
	display:inline-block;
	vertical-align:top;
	width:119px;
	height:29px;
	text-align:center;
	color:#fff;
	background:#6d8baa;
	text-transform:uppercase;
	font: normal 18px/29px PT Sans Narrow;
	border:0;
	margin-right:5px;
	border-radius:4px;
	cursor:pointer;
}

.search_filter:hover{
	background:#57799C;
}

.reset_filter{
	display:inline-block;
	vertical-align:top;
	width:119px;
	height:29px;
	text-align:center;
	color:#61676d;
	text-decoration:none;
	background:#d2deea;
	text-transform:uppercase;
	font: normal 18px/29px PT Sans Narrow;
	border:0;
	border-radius:4px;
}

.reset_filter:hover{
	background:#BED4E9;
}

.banner_side{
	width:268px;
	height:264px;
	background:url(/content/img/b.png) no-repeat top center;
	border: 1px solid #b1b1b1;
	border-radius:4px;
	display:block;
	text-decoration:none;
	margin-bottom:20px;
}

.filter.ph{
	text-align:center;
}

.filter.ph img{
	border:2px solid #eee;
}

.filter.ph img:hover{
	opacity:0.9;
}

.filter.ph .pr_filter{
	padding:7px;
}

.filter.ph .filter_title{
	margin-bottom:13px;
}

.single_title{
	font:bold 18px/20px PT Sans Narrow;
	padding-bottom:15px;
}

.m_half{
	display:inline-block;
	vertical-align:top;
}

.first_half{
	width:240px;
}
.second_half{
	width:204px;
}

.single_author{
	padding-left:22px;
	background:url(/content/img/ic8.png) no-repeat 0 0;
	font:normal 18px/20px PT Sans Narrow;
}

.single_phone{
	padding-left:22px;
	background:url(/content/img/ic6.png) no-repeat 0 0;
	font:normal 20px/22px PT Sans Narrow;
	padding-bottom:9px;
}

.single_author div{
	color:#726f6f;
	font:italic 14px/16px PT Sans;
	padding-top:2px;
}

.single_price{
	padding-left:25px;
	background:url(/content/img/ic7.png) no-repeat 0 0;
	font:normal 20px/22px PT Sans Narrow;
	padding-bottom:9px;
}

.r_alighn{
	text-align:right;
}

.m_i{
	font:italic 14px/16px PT Sans;
	padding-top:10px;
}

.m_i b{
	font:bold 14px/16px PT Sans Narrow;
}

.likes_block{
	display:inline-block;
	border-radius:4px;
	background:#cedeeb;
	font:normal 16px/18px PT Sans Narrow;
	padding: 7px 10px 7px 10px;
}

.likes_block a{
	margin-left:10px;
	font:bold 18px/20px PT Sans;
	text-decoration:none;
}
.likes_block a:hover img{
	opacity:0.8;
}

.like_padd{
	padding-top:5px;
}

.grey_div{
	border-radius:4px;
	background:#eee;
	padding:5px;
	margin:15px 0px 15px 0px;
	width: 695px;
	position: relative;
	left: -6px;
}

.big_circle_icon{
	padding-left:25px;
	background:url(/content/img/ic9.png) no-repeat 0 0;
	font:normal 16px/18px PT Sans Narrow;
}

.grey_div .first_half:first-child{
	width: 243px;
}

.m_half ul{
	/* list-style:square;
	list-style-position: inside; */
	font:normal 17px/19px PT Sans Narrow;
	list-style:none;
	/* padding-left:20px; */
	/* padding-left: 7px; */
}
.m_half ul li {
	padding-left: 25px;
	background: url(/content/img/tire.png) no-repeat 7px 9px;
	padding-bottom:0px;
}
.m_half2 li {
	padding-left: 20px;
	background: url(/content/img/tire.png) no-repeat 0px 9px;
	font:normal 16px/18px PT Sans Narrow;
}

.m_half2{
	padding-bottom:20px;
	list-style:none;
}

.m_half.f_h_ul ul li{
	padding-left: 24px;
	background: url(/content/img/tire.png) no-repeat 4px 9px;
} 

.single_map{
	height: 370px;
	width:100%;
	border:1px solid #d5d5d5;
	background:#dadada;
}

.single_top_pad{
	padding-top:15px;
	padding-bottom: 10px;
}

.single_top_pad2{
	padding-top:20px;
	padding-bottom: 5px;
}

.single_description{
	font:normal 17px/19px PT Sans Narrow;
}

.more_items img{
	border: 2px solid #eee;
	opacity: 0.9;
	width: 210px;
}

.more_items img:hover{
	opacity:1;
}

.more_items span{
	color: #3c3c3c;
	font: normal 17px/17px PT Sans Narrow;
	display: block;
	width: 214px;
	padding-top: 5px;
}

.more_items:hover span{
	color: #000;
}

.more_items{
	margin-left: 20px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.more_items:first-child{
	margin-left:0px;
}

.other_it{
	padding-top:5px;
	padding-bottom:15px;
}

.content2{
	padding: 0 0 20px 0px;
}

.search_div {
	padding: 13px;
	background: #d2deea;
	border-radius: 4px;
	margin-top: 13px;
	position:relative;
}

.ino_width1 {
	width: 325px;
}

.ino_width2{
	width: 180px;
}

.search_inp {
	font: normal 18px/20px PT sans Narrow;
	outline: none;
	padding: 7px;
	border: 1px solid #b1b1b1;
	border-radius: 4px;
	margin-right: 12px;
}

.subm_inp {
	font: bold 20px/21px PT Sans Narrow;
	outline: none;
	padding: 9px;
	letter-spacing: 2px;
	border: 0px;
	background: #E62C2C;
	cursor: pointer;
	color: #fff;
	width: 183px;
	border-radius: 4px;
	-webkit-appearance: none;
}

.subm_inp:hover{
	background: #DB2323;
}

.p_under_h1{
	position:relative;
	top:6px;
	color: #494949;
	font: normal 16px/18px PT sans Narrow;
}

.p_under_h1 a{
	color: #883434;
	/* letter-spacing:1px; */
}

.small_stat{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 185px;
	font: normal 16px/18px PT sans Narrow;
	background: #E2EBEE;
	padding: 6px 8px 7px 15px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.small_stat span{
	display:inline-block;
	width:40px;
	text-align:right;
}

.list_of_cities{
	padding-top:40px;
	padding-bottom:30px;
}

.letter_city_item{
	display:inline-block;
	margin-right:12px;
	margin-bottom:20px;
	width: 230px;
	vertical-align:top;
}

.letter_title{
	font:bold 20px/22px PT Sans Narrow;
	padding-bottom:5px;
	padding-left:3px;
}

.city_item{
	display:inline-block;
	padding:3px;
	font:normal 17px/19px PT Sans Narrow;
	border-radius:4px;
	vertical-align:top;
}

.city_item:hover{
	background:#E2EBEE;
}

.city_item span{
	color:#aaa;
	font:normal 15px/17px PT Sans Narrow;
}




/* old */
.m_back{
	font:normal 14px/16px PT Sans;
	text-align:left;
	padding-left:20px;
}

.our_comp .company_name{
	font:bold 22px/26px PT Sans;
	padding-left: 75px;
	padding-top: 5px;
}

.our_comp .comp_string{
	left:auto;
	right:0px;
	width:620px;
}

.our_comp{
	width:610px;
	height: auto;
	margin-left:20px;
	padding-bottom:40px;
	word-wrap: break-word;
}

.cost{
	font: bold 15px/17px PT Sans;
	color: #000;
	padding-top: 5px;
	padding-left: 25px;
	background: url(/content/img/price.png) no-repeat 2px 8px;
}

.cost span{
	font:bold 17px/19px PT Sans;
	color:#700;
}

.description{
	padding-top:20px;
	padding-bottom: 10px;
}

.more_comp .company_block{
	opacity:0.8;
}
.more_comp .company_block:hover{
	opacity:1;
}

.filtr_pass input{
	padding: 8px;
	width: 230px;
	font: normal 14px/16px PT Sans;
}
.filtr_pass{
	padding: 3px 0px 10px 0px;
}

.big_pad_bot{
	padding-bottom:15px
}

select.tip_input{
	width: 534px;
}
.tip_input{
	padding: 8px;
	width: 518px;
	font: normal 15px/17px PT Sans Narrow;
	border: 1px solid #b1b1b1;
	border-radius:4px;
}

.edit_comp .company_tel, .edit_comp .item_comp{
	padding-bottom:10px;
}

.cost input{
	width:50px;
	padding:5px;
}

.description textarea{
	width:518px;
	padding:20px;
	height:250px;
	resize:none;
}

.edit_comp .company_name{
	margin-left:25px;
}


#hide_body {
	background: #000;
	z-index: 2;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}

#change_content {
	z-index: 3;
	position:fixed;
	right:10px;
	top:10px;
}

.login_form{
	padding: 15px;
	background: #d2deea;
	position:relative;
	border-radius:4px;
}

.close_btn{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
}

.login_form_header{
	font: bold 20px/23px PT Sans Narrow;
	color: #000;
	padding-bottom: 10px;
}

.reg_ref{
	position: absolute;
	bottom: 32px;
	right: 18px;
	font: normal 15px/17px PT Sans Narrow;
}

.pass_ref{
	position:absolute;
	bottom:15px;
	right:18px;
	font: normal 15px/17px PT Sans Narrow;
}

.del_ph{
	font-size:14px;
	cursor:pointer;
}

.count_views{
	position:absolute;
	padding:10px;
	right:0px;
	top:0px;
	background: #FFFCBD;
	font: normal 13px/18px PT Sans Narrow;
	text-align: right;
	width: 240px;
}

.description ol, .description ul{
	padding-left:20px;
	padding-bottom:12px;
}

.description ul{
	list-style: square outside;
}

.d_block{
	display:block;
}

.m_cl_ou{
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}

.pluso{
	padding-top: 5px!important;
}

.pluso-more{
	display:none!important;
}

.filter_zag{
	padding-bottom:10px;
}

.abs_add_btn{
	position:absolute;
	top:4px;
	right:0px;
	font:normal 16px/18px PT Sans;
}

.abs_add_btn img{
	width: 20px;
	position: relative;
	top: 5px;
}

.single_description input[type="text"], .single_description input[type="password"]{
	width:290px;
}

.single_description input[type="submit"]{
	width:200px;
}

.single_description select{
	width:310px;
	padding: 7px;
}

.m_lbl_pr{
	color: #4C4C4C;
	margin-bottom:3px;
}

.m_lbl_pr span, .imo_red{
	color: #f00;
	font-weight: bold;
	/* font-size: 27px; */
	/* line-height: 12px; */
	/* position: relative;
	top: 7px; */
}

.perc50_inline_bl{
	width:49%;
	display:inline-block;
	vertical-align:top;
}

.pseudo_p{
	padding-bottom:15px;
}

.perc33_inline_bl{
	width:33%;
	display: inline-block;
	vertical-align: top;
}

.tip_input_w1{
	width: 445px;
}

.tip_input_w2{
	width: 460px;
}

.m_map{
	height:350px;
	width: 956px;
	border: 2px solid #BEBEBE;
}

[type="file"]{
	outline:none;
}

.mlbl{
	position: absolute;
	top: -5px;
	left: 0px;
	display: block;
	width: 117px;
	height: 30px;
	font: normal 14px/29px PT Sans;
	text-align: center;
	background: #BED4E9;
	color: #61676d;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	cursor:pointer;
}

.adv_img .adv_ph{
	display:inline-block;
	vertical-align:top;
	margin:0px 10px 10px 0px;
	position:relative;
	padding-bottom: 20px;
	background:#ddd;
}

.adv_img{
	padding-top:30px;
}

.th_ph_adv{
	width:150px;
	border: 2px solid #ddd;
}

.th_ph_adv:hover{
	opacity:0.9;
}

.del_ph_ad{
	position:absolute;
	text-decoration:none;
	right:5px;
	bottom:0px;
}

.make_ph_main, .main_ph_ad{
	position:absolute;
	left: 5px;
	bottom: 5px;
	font:normal 15px/17px PT Sans Narrow;
}

.adv_img .adv_ph.class_main_ph{
	background:#57799C;
}

.class_main_ph .th_ph_adv{
	border: 2px solid #57799C;
}

.main_ph_ad{
	color:#fff;
}

.mini_stat{
	position: absolute;
	display: block;
	bottom: 5px;
	left: 2px;
	background: rgba(255, 255, 255, 0.79);
	padding: 9px 10px 5px 10px;
	width: 190px;
	text-align:right;
}

.more_items2{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 214px;
	text-align: center;
	font: normal 15px/17px PT Sans Narrow;
	margin: 0px 10px 10px 0px;
}

.smaller_width_item{
	width:210px;
	height: 210px;
	border:2px solid #ddd;
}

.for_usr_img{
	position:relative;
}

.mini_stat a{
	text-decoration: none;
	display: inline-block;
	padding: 3px 8px 4px 28px;
	background-color: #75A8CB;
	border-radius: 14px;
	vertical-align: top;
	margin-right: 4px;
	margin-bottom: 4px;
}

.st_adv_btn_edit{
	background:url(/content/img/edit2.png) no-repeat 0px 0px #75A8CB;
}

.st_adv_btn_del{
	background:url(/content/img/close2.png) no-repeat 0px 0px #75A8CB;
}

.st_adv_btn_up{
	background:url(/content/img/upp.png) no-repeat 0px 0px #75A8CB;
}
.st_adv_btn_off{
	background:url(/content/img/off.png) no-repeat 0px 0px #75A8CB;
}

.st_adv_btn_on{
	background:url(/content/img/on.png) no-repeat 0px 0px #75A8CB;
}
.top_adv_btn_on{
	background:url(/content/img/vip.png) no-repeat 0px 0px #75A8CB;
	top: 35px!important;
}

.mini_stat img{
	opacity:0.8;
	position: relative;
	/* top: 2px; */
}

.mini_stat img:hover{
	opacity:1;
}

.yashare-auto-init.in_page{
	position:absolute;
	top:64px;
	right:0px;
}

.main_ad img{
	max-width:688px;
}

.m_op{
	padding-bottom:15px;
}

.tip_input {
	padding: 8px;
	width: 468px;
}

.m_bn{
	margin-bottom:15px;
	position:relative;
	background: #E0E9F2;
	border-radius:4px;
	padding:10px;
}

.m_bn img{
	max-width:90%;
}

.nad_bn{
	position:relative;
	top:0px;
	left:0px;
	font:normal 18px/20px PT Sans Narrow;
	/* display:inline-block;
	vertical-align:middle; */
}

.m_bn2.m_bn img{
	width:100px;
}

.m_bn2 .nad_bn{
	position:absolute;
	top: 7px;
	left: 120px;
}

.files_info{
	position: absolute;
	left: 128px;
	top: 0px;
}

.partner{
	background:#EAF0F5;
	border-radius:4px;
	padding:10px;
	font: normal 15px/17px PT Sans Narrow;
	margin-bottom:10px;
}

.partner_title{
	font: bold 17px/19px PT Sans Narrow;
	padding-bottom:4px;
}

.partner_ref{
	padding-top:5px;
}

.partner_ref a{
	color:#DA0000;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); font-size:18px;}
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; color: #000; display: block; border-bottom: 1px solid #000; }

.vk_up{
	display: none;
	opacity: 0.8;
	width: 60px;
	height:100%;
	position: fixed;
	left: 0px;
	top: 0px;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	color: #88A1BD;
	transition:all 0.8s;
	font-weight: bold;
	text-transform:uppercase;
}
.vk_up:hover{
	opacity:1;
	background-color:#e7ebf0;
	color:#6a86a4;
}

.under_b_r{
	background: url(/content/img/gr_r1.png) no-repeat 0px 10px;
	position: absolute;
	top: 22px;
	right: -9px;
	width: 139px;
	height: 48px;
}

.important_item .under_b_r{
	background: url(/content/img/gr_r2.png) no-repeat 0px 10px;
}

.for_empty{
	padding:20px;
}

.lk_tabs {
	list-style: none;
	border-bottom: 4px solid #75A8CB;
	margin-top: 21px;
	padding: 0;
	/* width: 688px; */
}

.lk_tabs li.lk_active_tab {
	background: #75A8CB;
	cursor: default;
	color: #fff;
}

.lk_tabs li {
	display: inline-block;
	/* padding: 0px 40px 0px 40px; */
	padding: 0;
	font: normal 17px/32px PT Sans Narrow;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-transform: uppercase;
	color: #000;
	background: #E7E7E7;
	cursor: pointer;
	width: 227px;
	text-align: center;
}

.lk_tabs a {
	text-decoration: none;
	display: block;
	width: 100%;
}

.view_adv_btn{
	text-decoration: none;
	display: inline-block;
	padding: 3px 8px 4px 28px;
	background-color: #75A8CB;
	border-radius: 14px;
	vertical-align: top;
	margin-right: 4px;
	margin-bottom: 4px;
	position: absolute;
	top: 8px;
	left: 10px;
}

.toggle_pwd{
	display:none;
}

.balance_com{
	font:bold 18px/20px PT Sans;
}

.balance_com:after{
	content:'';
	clear:both;
}

.balance_com span{
	color:#f00;
}

.m_tbl{
	border:0px;
}

.m_tbl td{
	padding:8px;
	font:normal 18px/20px PT Sans Narrow;
}

.m_tbl tr:nth-child(even) td{
	background: #ECF1F5;
}

.m_tbl tr:nth-child(odd) td{
	background: #E0E9F2;
}

.m_st_otd{
	text-decoration: none;
	display: inline-block;
	padding: 3px 8px 4px 28px;
	background-color: #75A8CB;
	border-radius: 14px;
	vertical-align: top;
	margin-right: 4px;
	margin-bottom: 4px;
	position:relative;
	top:-3px;
}

.descr_brns{
	font:normal 15px/17px PT Sans Narrow;
	padding-bottom:25px;
}

.longer_btn{
	font:bold 14px/16px PT Sans;
	color:#f00;
	text-transform:uppercase;
	margin-left:5px;
}

.its_my_adv td{
	color:#03AD03;
}

.res_sum{
	font-weight:bold;
}