html,body {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #fff;
}

a,a:link,a:visited {
	color: #00a8dc;
	font-size: 12px;
}

a img {
	border: 0px;
}

.wraper {
	width: 90%;
	margin: 30px auto;
	min-width: 950px;
	width: expression(document . body . clientWidth >   950 ?   "90%" :    "950px")
		;
}

.header {
	position: relative;
	background: #f0f0f0 url(/images/h_bg.gif) repeat-x 0 0;
	height: 146px;
}

.h_left {
	background: url(/images/h_left.jpg) no-repeat 0 0;
	width: 292px;
	height: 146px;
	position: absolute;
	left: 0;
	top: 0;
}

.h_left h1 {
	color: #f0f0f0;
	padding: 0 0 0 10px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.h_right {
	width: 613px;
	height: 146px;
	background: url(/images/h_right.gif) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 0;
}

.region {
	position: absolute;
	left: 0;
	top: 0;
	height: 146px;
	width: 310px;
	padding: 20px 0 0 30px;
}

.region h1 {
	color: #b6b6b6;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(/images/arr.gif) no-repeat 0 50%;
}

.region a {
	color: #00a8dc;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.right_head_box {
	position: absolute;
	right: 0;
	top: 0;
	height: 146px;
	width: 613px;
}

.right_head_box .top_container {
	height: 64px;
	width: 613px;
}

.right_head_box .top_container .main_menu {
	float: left;
	margin: 21px 0 0 0;
}

.right_head_box .top_container .main_menu table.buttons td {
	background: url(/images/nav_button_arr.gif) no-repeat 50% 100%;
	height: 42px;
	vertical-align: top;
	padding: 0 3px 0 0;
}

.right_head_box .top_container .main_menu div.nav_button {
	position: relative;
	background: #fff url(/images/38.gif) no-repeat 100% 0;
	height: 37px;
	text-align: center;
	margin: 0;
	z-index: 1;
	padding: 0 10px 0 10px;
}

.right_head_box .top_container .main_menu div.nav_button .nav_button_left
	{
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/37.gif) no-repeat 0 0;
	height: 37px;
}

.right_head_box .top_container .main_menu div.nav_button .nav_button_right
	{
	position: absolute;
	right: 0;
	top: 0;
	height: 37px;
}

.right_head_box .top_container .main_menu div.nav_button a {
	line-height: 37px;
	color: #00a8dc;
	font-size: 17px;
	font-weight: normal;
}

.right_head_box .top_container .main_menu div.nav_button a:hover {
	color: #afcfef;
}

.right_head_box .top_container .nav_menu {
	float: right;
	margin: 0;
	padding: 35px 10px 0 0;
	list-style-type: none;
}

.right_head_box .top_container .nav_menu li {
	float: left;
	padding: 0 0 0 10px;
}

.right_head_box .top_container .nav_menu li.active {
	background: url(/images/39.gif) no-repeat 0 0;
	position: relative;
	padding: 0 0 0 5px;
}

.right_head_box .top_container .nav_menu li div {
	position: absolute;
	top: 0;
	right: 0;
}

.right_head_box .top_container .nav_menu li.active div {
	background: url(/images/40.gif) no-repeat 100% 0;
	width: 7px;
	padding: 0;
}

.right_head_box .top_container .nav_menu a {
	color: #414141;
	padding: 0 2px 0 15px;
	margin: 0 5px 0 0;
	text-decoration: none;
}

.right_head_box .top_container .nav_menu a:hover {
	text-decoration: underline;
}

#link2home {
	background: url(/images/home.gif) no-repeat 2px 50%;
}

#link2map {
	background: url(/images/map.gif) no-repeat 2px 50%;
}

#link2contact {
	background: url(/images/contact.gif) no-repeat 2px 50%;
}

.active#link2home {
	background: #fff url(/images/home.gif) no-repeat 2px 50%;
}

.active#link2map {
	background: #fff url(/images/map.gif) no-repeat 2px 50%;
}

.active#link2contact {
	background: #fff url(/images/contact.gif) no-repeat 2px 50%;
}
.link_help h1 {
    font-size: 12px;
}
.link_help {
	text-align: right;
	padding: 20px 23px 20px 0;
	color: #727272;
	font-weight: bold;
	line-height: 16px;
}

.link_help ul {
	width: 80%;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.link_help li {
	float: left;
	margin: 0;
	padding: 0;
}

.link_help a.main_link {
	background: url(/images/main_link.gif) no-repeat 0 0;
	color: #fff;
	width: 76px;
	line-height: 18px;
	display: block;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0;
}

.link_help ul li a {
	color: #00a8dc;
	line-height: 16px;
	background: url(/images/2.gif) no-repeat 100% 70%;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
	font-weight: normal;
}

.link_help a img {
	border: 0;
}

.right_head_box #search_form {
	margin: 0;
	padding: 0;
}

.right_head_box .nav_menu {
	text-align: right;
}

.right_head_box .search_form {
	margin: 0;
	padding: 0;
}

.right_head_box .search_form .bottom_row div {
	float: left;
}

.right_head_box .search_form {
	width: 100%;
	height: 82px;
	margin: 0;
	padding: 0;
}

.right_head_box .search_form .left_col {
	width: 110px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding: 33px 0 0 0;
}

.right_head_box .search_form .center_col {
	height: 47px;
	vertical-align: top;
	padding: 33px 0 0 0;
	text-align: right;
}

.right_head_box .search_form .center_col .search_input {
	width: 95%;
}

.right_head_box .search_form .right_col {
	width: 95px;
	text-align: right;
}

.right_head_box .search_form .right_col a {
	margin: 0 20px 0 0;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
}

.right_head_box .search_form .right_col a:hover {
	text-decoration: underline;
}

.right_head_box .search_form {
	color: #fff;
}

.right_head_box .search_form div {
	position: relative;
	width: 96%;
	padding: 5px 0 0 0;
}

.right_head_box .search_form a.full_search {
	float: right;
	color: #fff;
	position: absolute;
	right: 0;
	top: 8px;
}

.green_button {
	background: url(/images/green_button.gif) no-repeat 0 0;
	width: 100px;
	text-align: center;
	margin: 10px 0 10px auto;
	position: relative;
	height: 15px;
	cursor: pointer;
}

.green_button a {
	color: #fff;
	font-size: 12px;
}

.green_button div {
	position: absolute;
	top: 0;
	right: 0;
	background: url(/images/green_button_right.gif) no-repeat 100% 0;
	width: 10px;
	height: 15px;
}

.item_table td {
	vertical-align: top;
	width: 33%;
}

.content .item {
	margin: 0;
	padding: 0px 15px;
	list-style-type: none;
}

.content .item li {
	padding: 0 0 10px 25px;
	margin: 0;
	background: url(/images/li.gif) no-repeat 0 0;
	margin: 0 5% 0 0;
}

.content .item a {
	color: #008ADC;
	font-size: 17px;
	font-weight: normal;
}

.content .item h2,.content .item p {
	margin: 0;
	padding: 0;
}

.content .item h3 {
	color: #616161;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bolder;
}

.content .item p a {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

.about {
	clear: both;
	width: 100%;
	padding: 30px 0 0 0;
}

.rc {
	width: 100%;
	height: 204px;
}

.rc21 {
	height: 8px;
	width: 8px;
	background: url(/images/about_left.gif) no-repeat 0 0;
	line-height: 0px;
	font-size: 0px;
}

.rc22 {
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	padding: 0 0 0 17px;
}

.rc23 {
	height: 8px;
	width: 8px;
	background: url(/images/about_right.gif) no-repeat 0 0;
	line-height: 0px;
	font-size: 0px;
}

.abl {
	width: auto;
	text-align: justify;
	padding: 0 20px 0 0;
	color: #989898;
	vertical-align: top;
}

.abl strong {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.about_table {
	height: 200px;
	width: 100%;
}

.about_title {
	color: #989898;
	font-size: 19px;
	vertical-align: middle;
	background: url(/images/arr_down.gif) no-repeat 0 15px;
}

.price {
	font-size: 16px;
	color: #454545;
	vertical-align: top;
}

.price span {
	font-size: 13px;
	background: url(/images/price.jpg) no-repeat 100% 5px;
	padding: 0 15px 0 0;
}

.banner {
	vertical-align: top;
	width: 609px;
}

.addons {
	vertical-align: top;
	width: 50%;
}

.addons table {
	width: 200px;
}

.addons .c1 a {
	color: #2e87d3;
	font-size: 17px;
}

.addons .c2 {
	color: #454545;
	font-weight: bold;
	font-size: 13px;
}

.addons .c3 {
	color: #868686;
	font-size: 13px;
}

.c4 span {
	color: #2e87d3;
	font-size: 17px;
}

.c4 b {
	color: #454545;
	font-size: 14px;
}

.c5 span {
	color: #2e87d3;
	font-size: 17px;
}

.c6 span {
	color: #ff7900;
	font-size: 17px;
}

.c5  , .c6 {
	color: #454545;
	text-align: left;
}

.c55 {
	text-align: left;
}

.con td {
	line-height: 20px;
}

.addons table.right_t {
	width: 250px;
}

.nav {
	color: #acacac;
	height: 47px;
	position: relative;
	line-height: 47px;
	text-align: right;
	padding: 0 10px 0 0;
	background: url(/images/nav_bg.gif) repeat-x 0 0;
	margin: 10px 0 20px 0;
}

.nav a {
	color: #3b9bda;
	background: url(/images/1.gif) no-repeat 0 60%;
	padding: 0 0 0 10px;
}

.nav .nav_left {
	position: absolute;
	width: 7px;
	height: 47px;
	left: 0;
	top: 0;
	background: url(/images/nav_left.gif) no-repeat 0 0;
}

.nav .nav_right {
	position: absolute;
	width: 7px;
	height: 47px;
	right: 0;
	top: 0;
	background: url(/images/nav_right.gif) no-repeat 0 0;
}

.con td {
	color: #454545;
	vertical-align: bottom;
}

.c4 {
	font-size: 13px;
	color: #454545;
}

.f_left {
	text-align: left;
	color: #454545;
}

.f_left span {
	color: #454545;
}

.f_left h1 {
	color: #52a4de;
	display: inline;
	font-size: 17px;
	font-weight: normal;
}

.f_right {
	text-align: right;
	color: #454545;
}

.f_right a {
	color: #52a4de;
}

.f_right div {
	position: relative;
	height: 30px;
	line-height: 50px;
	padding: 0 70px 0 0;
}

.f_right img {
	text-align: right;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.filters {
	color: #343434;
	font-weight: bold;
	background: #f0f5bc;
	width: 200px;
	margin: 6px 0 0 0;
	padding: 0;
}

.filters strong {
	padding: 0 0 0 12px;
}

.filter_submit {
	background: #FFA32B url(/images/3.gif) no-repeat 0 0;
	width: 83px;
	height: 20px;
	line-height: 20px;
	border: 0;
	font-size: 12px;
	color: #fff;
	padding: 0 15px 0 0;
	margin: 10px 0 25px 55px;
	cursor: pointer;
}

.filters .r0 {
	padding: 0 0 0 12px;
	margin: 5px 0 5px 0;
}

.filters .r0 input {
	width: 42px;
	height: 15px;
	font-size: 12px;
}

.filters .r0 select {
	width: 60px;
	height: 18px;
	font-size: 12px;
}

.filters .r1 {
	padding: 0 0 0 12px;
	margin: 5px 0 5px 0;
}

.filters .r1 select {
	width: 178px;
	height: 18px;
	font-size: 12px;
}

.r2 {
	background: url(/images/filter_title.gif) no-repeat 0 0;
	height: 31px;
	line-height: 31px;
	padding: 0 0 0 12px;
	margin: 0 0 10px 0;
	color: #8b8b8b;
	font-weight: bold;
}

.filters ul {
	padding: 0 15px 15px 25px;
}

.uli li {
	color: #343434;
}

.uli li a {
	font-weight: normal;
}

.filters .r3 {
	padding: 0 0 0 12px;
	margin: 15px 0 15px 0;
}

.filters .r3 input {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

.block1 {
	background: #f3f3f3;
	margin: 6px 0 0 0;
	width: 200px;
}

.block1 a {
	color: #00a8dc;
}

.block1 a.r_parent {
	font-weight: bold;
}

.block1 .r2 {
	background: url(/images/5.gif) no-repeat 0 0;
}

.block1_c {
	padding: 0 0 38px 12px;
}

.back {
	background: url(/images/4.gif) no-repeat 0 0;
	padding: 0 0 0 15px;
}

.left_content {
	width: 200px;
}

.right_content {
	padding: 0 0 0 6px;
}

.top_price {
	position: relative;
	background: #f9f5e1 url(/images/41.gif) no-repeat 0 0;
	line-height: 25px;
	margin: 0;
	font-weight: bold;
	padding: 0 12px 0 12px;
	float: left;
}

.top_price div {
	position: absolute;
	top: 0;
	right: 0;
	height: 6px;
	width: 6px;
	background: url(/images/42.gif) no-repeat 0 0;
}

p.top_price_add {
        color: #000000;
        font-weight:normal;
        font-size: 12px;
        margin: 0;
        text-align:right;
        line-height:12px;
}

.print {
	background: url(/images/6.gif) no-repeat 0 0;
	padding: 0 0 0 20px;
	color: #408de2;
	float: right;
}

.footer {
	clear: both;
	padding: 10px 0 0 0;
}

.block2 {
	clear: both;
}

.block2 table {
	width: 100%;
	background: #f9f5e1;
	clear: both;
}

.t_left {
	width: 290px;
	padding: 15px 0 0 15px;
	vertical-align: top;
}

.t_left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.t_left ul li {
	width: 80px;
	height: 60px;
	border: 1px solid #d8d4c0;
	background: #fff;
	float: left;
	margin: 0 8px 8px 0;
	padding: 2px;
}

.main_photo {
	width: 267px;
	background: #fff;
	border: 2px solid #d8d4c0;
	margin: 0 0 15px;
	text-align: center;
	padding: 1px;
}

.t_right {
	padding: 15px 15px 0 0;
	vertical-align: top;
	background: url(/images/42.gif) no-repeat 100% 0;
	color: #000;
}

.t_right strong {
	color: #77735f;
	background: url(/images/7.gif) no-repeat 5px 0;
	margin: 0;
	padding: 0 0 0 20px;
	height: 19px;
	display: block;
}

.ps0 {
	background: url(/images/43.gif) no-repeat 0 100%;
}

.ps {
	text-align: right;
	line-height: 30px;
	padding: 0 15px 0 0;
	background: url(/images/44.gif) no-repeat 100% 100%;
}

.f1 {
	margin: 0 0 30px 0;
	width: 100%;
}

.f1[class] {
	margin: 0 0 15px 0;
}

.f1 .c11 {
	background: #fff url(/images/45.gif) no-repeat 0 0;
	width: 6px;
	height: 6px;
}

.f1 .c13 {
	background: #fff url(/images/48.gif) no-repeat 0 0;
	width: 6px;
	height: 6px;
}

.f1 .c31 {
	background: #fff url(/images/46.gif) no-repeat 0 0;
	width: 6px;
	height: 6px;
}

.f1 .c33 {
	background: #fff url(/images/47.gif) no-repeat 0 0;
	width: 6px;
	height: 6px;
}

.f1 .c21 {
	border-left: 1px solid #d8d4c0;
	background: #fff;
}

.f1 .c23 {
	border-right: 1px solid #d8d4c0;
	background: #fff;
}

.f1 .c12 {
	border-top: 1px solid #d8d4c0;
	background: #fff;
}

.f1 .c32 {
	border-bottom: 1px solid #d8d4c0;
	background: #fff;
}

.f1 td {
	font-size: 1px;
	line-height: 0;
}

/*Области объявления: текст объявления, конактная информация...*/
.f1 .c22 {
	background: #fff;
        font-size: 12px;
	line-height: 16px;
	padding: 10px;
}

.conent_table td {
	vertical-align: top;
}

.ps_table {
	margin: 0 250px 0 0;
}

.ps_table a {
	color: #00a8dc;
}

.ps_table .col1 {
	text-align: left;
	line-height: 20px;
}

.ps_table .col2 {
	text-align: right;
	line-height: 20px;
}

.comments {
	margin: 30px 0 0 0;
}

.comments strong {
	color: #77735f;
	font-size: 17px;
	font-weight: normal;
	background: url(/images/8.gif) no-repeat 100% 0;
	padding: 0 15px 0 0;
}

.comment_item {
	position: relative;
	background: #f9f5e1 url(/images/41.gif) no-repeat 0 0;
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 15px;
}

.lb {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f9f5e1 url(/images/43.gif) no-repeat 0 0;
	width: 6px;
	height: 6px;
}

.rt {
	position: absolute;
	right: 0;
	top: 0;
	background: #f9f5e1 url(/images/42.gif) no-repeat 0 0;
	width: 6px;
	height: 6px;
}

.rb {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #f9f5e1 url(/images/44.gif) no-repeat 0 0;
	width: 6px;
	height: 6px;
}

.commetn_forma {
	position: relative;
	width: 500px;
	margin: 30px 0 0 0;
	background: #f9f5e1 url(/images/41.gif) no-repeat 0 0;
	padding: 0 0 15px 15px;
}

.commetn_forma strong {
	color: #77735f;
	font-size: 12px;
	background: url(/images/9.gif) no-repeat 100% 50%;
	padding: 0 15px 0 0;
	line-height: 30px;
}

.commetn_forma textarea {
	width: 480px;
	height: 150px;
}

.commetn_forma input {
	width: 99px;
	height: 22px;
	background: url(/images/10.gif) no-repeat 0 0;
	border: 0;
	margin: 15px 0 0 385px;
	cursor: pointer;
}

.rcontent h1 {
	font-size: 14px;
	color: #343434;
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
}

.rcontent a {
	line-height: 20px;
	background: #BEDD19 url(/images/11.gif) no-repeat 0 0;
	width: 225px;
	height: 18px;
	display: block;
	float: left;
	line-height: 18px;
	padding: 0 0 0 25px;
	color: #fff;
	font-weight: bold;
}

.rcontent div {
	clear: both;
	text-align: right;
	color: #8b8b8b;
	line-height: 25px;
}

.r_title {
	width: 100%;
	background: #ffa32b;
}

table.r_title .rc1 {
	vertical-align: middle;
	height: 29px;
	width: 50%;
	color: #fff;
	background: url(/images/12.gif) no-repeat 0 50%;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 0 35px;
}

table.r_title .rc2 {
	vertical-align: middle;
	height: 29px;
	width: 50%;
	text-align: right;
	line-height: 29px;
	background: url(/images/13.gif) no-repeat 100% 50%;
	padding: 0 8px 0 0;
	color: #fff;
	font-weight: bold;
}

.t_house {
	margin: 6px 0 0 0;
	border-collapse: collapse;
}

.t_house th {
	background: #f4e7bb url(/images/14.gif) no-repeat 100% 0;
	height: 47px;
}

.t_house th a {
	color: #887b4f;
	font-weight: normal;
}

.t_house th.last {
	background: #f4e7bb;
}

.t_house td {
	text-align: center;
	background: #fdfbf3 url(/images/15.gif) repeat-y 100% 0;
	vertical-align: middle;
	padding: 5px;
	border-top: 1px solid #f4e7bb;
	border-bottom: 1px solid #f4e7bb;
}

.t_house td.col_02 {
	text-align: left;
}

.t_house td strong {
	display: block;
}

.col_01 {
	color: #f14815;
	font-weight: bold;
}

p.price_add {
        color: #000000;
        font-weight:normal;
        font-size: 12px;
        margin: 0;
}

.col_02 a {
	color: #368ed9;
}

.col_02 div {
	padding: 5px 0 0 0;
}

.col_02 div a,.col_02 div a:link,.col_02 div a:visited {
	color: #8b8b8b;
}

.t_house td.split {
	line-height: 6px;
	height: 6px;
	border: 0;
	font-size: 6px;
	margin: 0;
	padding: 0;
	background: #f9f5e1;
}

.t_house td.col_01 {
	
}

.t_house td.col_09 {
	background: #fdfbf3;
}

.t_house td.col_09 strong {
	color: #f14815;
}

.t_house th a.sort_down {
	background: url(/images/27.gif) no-repeat 100% 80%;
	padding: 0 17px 0 0;
}

.t_house th a.sort_up {
	background: url(/images/27up.gif) no-repeat 100% 80%;
	padding: 0 17px 0 0;
}

.t_house th.left_th div {
	width: 3px;
	height: 100%;
	background: url(/images/19.gif) no-repeat 0 100%;
}

.t_house th.right_th div {
	width: 3px;
	height: 100%;
	background: url(/images/21.gif) no-repeat 100% 100%;
}

.t_house td.left_td div {
	width: 3px;
	height: 100%;
	background: url(/images/23.gif) no-repeat 100% 100%;
}

.t_house td.right_td div {
	width: 3px;
	height: 100%;
	background: url(/images/25.gif) no-repeat 100% 100%;
}

.t_house th.left_th,.t_house th.right_th {
	line-height: 3px;
	font-size: 3px;
	margin: 0;
	padding: 0;
	width: 3px;
	background: #f4e7bb;
}

.t_house td.left_td,.t_house td.right_td {
	line-height: 3px;
	font-size: 3px;
	margin: 0;
	padding: 0;
	width: 3px;
	background: #f4e7bb;
}

.t_house th.left_th {
	background: #f4e7bb url(/images/16.gif) no-repeat 0 0;
}

.t_house th.right_th {
	background: #f4e7bb url(/images/20.gif) no-repeat 100% 0;
}

.t_house td.left_td {
	vertical-align: bottom;
	border: 0;
	background: #fff url(/images/22.gif) no-repeat 0 0;
}

.t_house td.right_td {
	vertical-align: bottom;
	border: 0;
	background: #fff url(/images/24.gif) no-repeat 100% 0;
}

.table_block {
	padding: 4px;
	background: #f9f5e1 url(/images/18.gif) no-repeat 0 0;
	position: relative;
}

.table_block .right_table_block_bg {
	position: absolute;
	top: 0;
	right: 0;
	background: #f9f5e1 url(/images/26.gif) no-repeat 100% 0;
	margin: 0;
	padding: 0;
	height: 4px;
	width: 4px;
}

.nav_list {
	text-align: right;
	margin: 20px 3px;
	color: #8b8b8b;
}

.nav_list b {
	padding: 0 5px 0 0;
}

.nav_list a {
	background: #e3e0c7;
	color: #218bd8;
	padding: 2px 3px;
}

.nav_list a.current_page {
	background: #ffa32b;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.nav_list strong {
	color: #4a4632
}

.nav_list .next_page {
	background: url(/images/arr.gif) no-repeat 100% 0;
	padding: 2px 20px 2px 0;
}

.content3 {
	width: 900px;
	margin: 0 0 0 30px;
}

.content3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.content3 li {
	float: left;
	padding: 0 10px 0 0;
}

.content3 li.active_page div {
	background: url(/images/31.gif) no-repeat 50% 100%;
	padding: 0 0 7px 0;
	margin: 0 15px 0 0;
}

.content3 li.active_page a {
	background: #00a8dc;
	color: #fff;
	padding: 3px;
}

.content3 li.active_page {
	background: url(/images/30.gif) no-repeat 92% 50%;
	padding: 0 15px 0 0;
	height: 20px;
}

.content3 li a {
	font-size: 12px;
	color: #454545;
	background: url(/images/30.gif) no-repeat 100% 50%;
	padding: 0 15px 0 0;
}

.content3 li a.last_link {
	background: none;
}

.content3 li span {
	font-size: 12px;
	color: #454545;
	background: url(/images/30.gif) no-repeat 100% 50%;
	padding: 0 15px 0 0;
	text-decoration: underline
}

.content3 li span.last_link {
	background: none;
}

.row1 {
	clear: both;
	padding: 10px 0 0 0;
}

.row1 div.row1_body {
	border-right: 2px solid #f0f0f0;
	border-left: 2px solid #f0f0f0;
	font-weight: bold;
	color: #000;
	padding: 10px 15px;
}

.row1 div.row1_head {
	background: url(/images/32.gif) no-repeat 50% 0;
	border: 0;
	line-height: 1px;
	height: 7px;
	margin: 0;
	font-size: 1px;
}

.row1 div.row1_footer {
	background: url(/images/33.gif) no-repeat 50% 0;
	border: 0;
	line-height: 1px;
	height: 10px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

.row1_body {
	line-height: 30px;
}

.row1_body a {
	color: #2a91cf;
	padding: 0 0 0 10px;
	font-weight: normal;
}

.row1_body a.arr_right {
	background: url(/images/30.gif) no-repeat 100% 50%;
	padding: 0 15px 0 0px;
}

.row2 {
	clear: both;
	padding: 3px 0 15px 0;
}

.row2 div.row2_body {
	border-right: 2px solid #f0f0f0;
	border-left: 2px solid #f0f0f0;
	font-weight: normal;
	color: #000;
	padding: 10px 15px;
	position: relative;
}

.row2 div.row2_head {
	background: url(/images/32.gif) no-repeat 50% 0;
	border: 0;
	line-height: 1px;
	height: 6px;
	margin: 0;
	font-size: 1px;
}

.row2 div.row2_footer {
	background: url(/images/33.gif) no-repeat 50% 0;
	border: 0;
	line-height: 1px;
	height: 10px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

.pimpa {
	background: url(/images/36.gif) no-repeat 100% 0;
	padding: 0 8px 0 0;
}

.row2_body td {
	padding: 10px 0;
	vertical-align: bottom;
	width: 33%;
}

.row2_body td input {
	width: 180px;
}

.row2_body td select {
	width: 180px;
}

.row2_body td.money select {
	width: 45px;
}

.row2_body td.money input {
	width: 132px;
}

.row2 div.row2_body strong {
	color: #343434;
}

.row2_body td .width_cut {
	width: 142px;
}

.row2_body td .width_small {
	width: 30px;
}

.row2_body td.input_check input {
	width: auto;
	margin: 0;
}

.row2_body td.input_check label {
	color: #343434;
	font-weight: bold;
}

.maket {
	margin: 0 0 10px 0;
}

.maket_left {
	float: left;
	margin: 50px 0 0 0;
}

.maket_right strong {
	line-height: 20px;
}

textarea#description {
	width: 755px;
}

input {
	height: 14px;
	line-height: 12px;
	font-size: 12px;
	border: 1px solid #666;
}

input.button {
	height: 20px;
}

/*
	select {height:16px;line-height:15px;font-size:12px;border:1px solid #666;}
*/
select {
	font-size: 11px;
	border: 1px solid #666;
}

textarea {
	border: 1px solid #666;
}

.center_col input {
	height: 15px;
	line-height: 16px;
	font-size: 12px;
}

.input {
	height: 20px;
}

button {
	height: 20px;
	font-size: 12px;
	border: 1px solid #666;
}

input.input_noborder {
	border: 0;
}

td.input_check label {
	line-height: 20px;
}

td.submit input {
	width: auto;
}

.t_house td.col_03 {
	text-align: left;
}

.t_house td.col_03 div a {
	color: #343434;
}

td.col_lost {
	background: #FDFBF3;
}

td.func_link_left {
	text-align: left;
	border-right: 0;
	border-left: 0;
	background: #FDFBF3;
}

td.func_link_right {
	text-align: right;
	border-right: 0;
	border-left: 0;
	background: #FDFBF3;
}

.table_block a,.left_content a {
	color: #00a8dc;
}

.t_house td.del_all {
	background: #f9f5e1;
	border: 0;
	text-align: right;
}

#myAdvertsLinkBar {
	border-bottom: 1px solid #c5c5c5;
	margin: 5px 0;
}

#myAdvertsLinkBar li {
	float: left;
}

#myAdvertsLinkBar div {
	float: left;
}

#myAdvertsLinkBar .tab {
	background: transparent url("/images/myAds_c.gif") 0 0 repeat-x;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	margin-left: 2px;
	position: relative;
	top: 1px;
}

#myAdvertsLinkBar .tab .left {
	background: transparent url("/images/myAds_l.gif") 0 0 no-repeat;
	width: 5px;
	height: 30px;
}

#myAdvertsLinkBar .tab .right {
	background: transparent url("/images/myAds_r.gif") 0 0 no-repeat;
	width: 5px;
	height: 30px;
}

#myAdvertsLinkBar .tab a {
	color: #5e5e5e;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
}

#myAdvertsLinkBar .tabselected {
	background: transparent url("/images/myAds_sel_c.gif") 0 0 repeat-x;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	margin-left: 2px;
	position: relative;
	top: 1px;
}

#myAdvertsLinkBar .tabselected .left {
	background: transparent url("/images/myAds_sel_l.gif") 0 0 no-repeat;
	width: 18px;
	height: 30px;
}

#myAdvertsLinkBar .tabselected .right {
	background: transparent url("/images/myAds_sel_r.gif") 0 0 no-repeat;
	width: 5px;
	height: 30px;
}

#myAdvertsLinkBar .tabselected a {
	color: #343434;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
}

#myAdvertsLinkBar .tabright {
	float: right;
	background: transparent url("/images/myAds_c.gif") 0 0 repeat-x;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}

#myAdvertsLinkBar .tabright .left {
	background: transparent url("/images/myAds_l.gif") 0 0 no-repeat;
	width: 5px;
	height: 30px;
}

#myAdvertsLinkBar .tabright .right {
	background: transparent url("/images/myAds_r.gif") 0 0 no-repeat;
	width: 5px;
	height: 30px;
}

#myAdvertsLinkBar .tabright a {
	color: #5e5e5e;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
}

#myAdvertsLinkBar .tabrightselected {
	float: right;
	background: transparent url("/images/myAds_sel_c.gif") 0 0 repeat-x;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	margin-right: 2px;
	position: relative;
	top: 1px;
}

#myAdvertsLinkBar .tabrightselected .left {
	background: transparent url("/images/myAds_sel_l.gif") 0 0 no-repeat;
	width: 18px;
	height: 30px;
}

#myAdvertsLinkBar .tabrightselected .right {
	background: transparent url("/images/myAds_sel_r.gif") 0 0 no-repeat;
	width: 5px;
	height: 30px;
}

#myAdvertsLinkBar .tabrightselected a {
	color: #343434;
	text-decoration: none;
	display: block;
	padding: 0px 5px;
}

#myAdvertsLinkBar strong {
	font-size: 12px;
	float: right;
	margin-top: 15px;
}

#link2mainpage {
	position: absolute;
	height: 75px;
	width: 250px;
	text-decoration: none;
	top: 65px;
	left: 30px;
	z-index: 100;
	cursor: pointer;
}

.my h2 {
	font-size: 12px;
	color: #343434;
	padding: 0;
}

.my_contact {
	margin: 0 0 0 28px;
}

.my_contact td.left_field {
	padding: 3px 10px 3px 0;
	text-align: right;
	width: 20%;
	line-height: 12px;
	color: #343434;
	font-weight: normal;
	height: 12px;
	vertical-align: middle;
}

.my_contact td.right_field {
	padding: 3px 0 3px 5px;
	width: 80%;
	line-height: 12px;
	font-weight: normal;
	height: 12px;
	font-weight: normal;
}

.my_contact td.right_field .button {
	width: auto;
}

.my_diskont td.left_field {
	width: 100px;
	padding: 3px 10px 3px 0;
	text-align: right;
	line-height: 12px;
	color: #343434;
	font-weight: normal;
	height: 12px;
	vertical-align: middle;
}

.my_diskont {
	color: #939393;
	font-weight: normal;
}

fieldset {
	width: 735px;
	margin: 0;
	padding: 10px;
}

fieldset legend {
	padding: 0 10px;
	color: #343434;
	font-weight: bold;
}

#textarea_field {
	width: 175px;
	border: 1px solid #666;
	height: 50px;
	margin: 0;
	padding: 0;
}

.row2_body td.cont_left {
	width: 45%;
	text-align: right;
	padding: 3px 10px 7px 0;
	height: 30px;
}

.row2_body table.reg_or_login_tbl td.cont_left {
	width: 5%;
	text-align: right;
	padding: 3px 10px 7px 0;
	height: 30px;
}

.row2_body .skidka td.cont_left {
	width: 16%;
	text-align: right;
	padding: 3px 10px 7px 0;
	height: 30px;
}

.row2_body td.cont_right {
	width: 55%;
	padding: 3px 0 3px 0;
}

.row2_body td.cont_submit input.button {
	width: auto;
	margin: 0 0 0 140px;
}

.rows {
	width: 900px;
}

.input_file {
	height: 20px;
}

table.contacts_form table td {
	line-height: 20px;
}

/*Текст пункта в параметрах объявления*/
.text_decoration {
	line-height: 20px;
	color: #000;
	font-weight: normal;
}
/*Наименование пункта в параметрах объявления*/
.text_decoration span {
	font-weight: normal;
	color: #939393;
}

#region h1,#auth h1 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #343434;
}

#region ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0px 15px;
	list-style-type: none;
}

#region li {
	padding: 0 0 5px 15px;
	line-height: 12px;
	margin: 0;
	background: url(/images/li2.gif) no-repeat 0 50%;
	margin: 0 5% 0 0;
}

#region ul li a {
	color: #00a8dc;
}

#adv_img_list,#adv_img_list1,#adv_img_list2,#adv_img_list3 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#adv_img_list li,#adv_img_list1 li,#adv_img_list2 li,#adv_img_list3 li {
	float: left;
	border: 1px solid #343434;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	margin: 0 10px 10px 0;
}

#adv_img_list li a,#adv_img_list1 li a,#adv_img_list2 li a,#adv_img_list3 li a
	{
	background: none;
	padding: 0;
	margin: 0;
}

.row2_body .search_all td {
	padding: 3px 0;
	vertical-align: middle;
}

.row2_body .search_all td.search_left {
	width: 14%;
	text-align: right;
	padding: 0 10px 0 0;
	color: #868686;
}

.row2_body .search_all td.search_right {
	width: 80%;
	text-align: left;
}

.row2_body .search_all td input.button {
	width: auto;
}

.row2_body .search_all td input.checkbox {
	width: auto;
	border: 0;
}

#price_search input {
	width: 40px;
}

#price_search select {
	width: 55px;
}

.row2_body td input.button,.row2_body td input.checkbox {
	width: auto;
}

input.checkbox {
	width: auto;
	border: 0;
	margin: 0;
}

.kupon_print {
	font-weight: normal;
}

.kupon_print a {
	color: #77735F;
}

.addons .plus {
	color: #FF7900;
}

.addons .minus {
	color: #2E87D3;
}

/* $Id: jlightbox.css,v 1.1.2.1 2007/09/19 00:34:00 sun Exp $ */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink,#nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(/images/sys/blank.gif) no-repeat;
	/* Trick IE into showing hover */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(/images/sys/prev.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(/images/sys/next.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData {
	padding: 0 10px;
	color: #666;
}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}

#imageData #caption {
	font-weight: bold;
}

#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

/* Do not display scrollbars for larger close button */
#imageData #bottomNav {
	overflow: hidden;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

.table_block tr td.col_04 {
	background: #FDFBF3;
}

.table_block .vip td {
	background: #FFEFB2 url(/images/vip15.gif) repeat-y scroll 100% 0pt
}

.table_block .vip td.left_td div {
	width: 3px;
	height: 100%;
	background: url(/images/vip23.gif) no-repeat 100% 100%;
}

.table_block .vip td.right_td div {
	width: 3px;
	height: 100%;
	background: url(/images/vip25.gif) no-repeat 100% 100%;
}

.table_block .vip td.left_td {
	vertical-align: bottom;
	border: 0;
	background: #fff url(/images/vip22.gif) no-repeat 0 0;
}

.table_block .vip td.right_td {
	vertical-align: bottom;
	border: 0;
	background: #fff url(/images/vip24.gif) no-repeat 100% 0;
}

.table_block .vip td.col_04 {
	background: #FFEFB2;
}

.psps {
	font-size: 11px;
}

.megatable {
	width: 100%;
	height: 100px;
	collapse: 0;
}

.megatable .mt11 {
	font-size: 1px;
	line-height: 1px;
	border: 0;
	width: 5px;
	height: 3px;
	background: url(/images/mt11.gif) no-repeat 0 100%;
}

.megatable .mt11[class] {
	height: 8px;
}

.megatable .mt12 {
	font-size: 1px;
	line-height: 1px;
	border: 0;
	height: 3px;
	border-top: 3px solid #ededed;
}

.megatable .mt12[class] {
	height: 8px;
}

.megatable .mt13 {
	font-size: 1px;
	line-height: 1px;
	border: 0;
	width: 5px;
	height: 3px;
	background: url(/images/mt13.gif) no-repeat 100% 0;
}

.megatable .mt13[class] {
	height: 8px;
}

.megatable .mt21 {
	font-size: 1px;
	line-height: 1px;
	border: 0;
	width: 5px;
	border-left: 3px solid #ededed;
}

.megatable .mt22 {
	padding: 0 0 0 20px;
}

.megatable .mt23 {
	font-size: 1px;
	line-height: 1px;
	border: 0;
	width: 5px;
	border-right: 3px solid #ededed;
}

.megatable .mt31 {
	font-size: 1px;
	line-height: 1px;
	border: 0;
	width: 5px;
	height: 3px;
	background: url(/images/mt31.gif) no-repeat 0 100%;
}

.megatable .mt31[class] {
	height: 8px;
}

.megatable .mt32 {
	font-size: 1px;
	line-height: 1px;
	border: 0;
	height: 3px;
	border-bottom: 3px solid #ededed;
}

.megatable .mt32[class] {
	height: 8px;
}

.megatable .mt33 {
	font-size: 1px;
	line-height: 1px;
	border: 0;
	width: 5px;
	height: 3px;
	background: url(/images/mt33.gif) no-repeat 100% 100%;
}

.megatable .mt33[class] {
	height: 8px;
}

/*.login_form {color:#00A8DC;}*/
.login_form .user22 {
	background: transparent url(/images/main_link2.gif) no-repeat scroll 0pt
		;
	color: #FFFFFF;
	line-height: 18px;
	text-align: center;
	width: 76px;
}

.login_form form {
	margin: 0;
	padding: 0;
}

.login_form form a {
	color: #00A8DC;
}

.login_form form a:hover {
	color: #000;
}

.login_form input {
	height: 14px;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

#header_bottom {
	clear: both;
	height: 26px;
	margin: 3px 0 0 0;
}

#header_bottom .select_region {
	float: left;
	line-height: 26px;
	padding: 0 0 0 26px;
}

#header_bottom .login_form {
	float: right;
	text-align: right;
	padding-right: 23px;
}

#header_bottom .login_form span {
	color: #00A8DC;
}

ul.paginator {
	margin-top: 15px;
	clear: both;
}

ul.paginator li {
	clear: none;
	margin-bottom: 0px;
	border: 1px solid #CCCCCC;
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 3px;
	text-align: center;
	width: 20px;
	background: none;
	padding: 0px;
}
