@import url("reset.css");

body {
	font:14px Arial, Helvetica, sans-serif;
	color:#545454;
	background:#FFF url(../images/body_back.gif) repeat-x;
}

a {
	color:#376ab0;
	text-decoration:none;
}

a:hover {
	color:#448bec;
	text-decoration:underline;
}

p {
	line-height:16px;
	margin-bottom:1em;
}

h3 {
	font-size:18px;
	font-weight:normal;
	color:#9c9c9c;
}

h2 {
	font-size:20px;
	font-weight:bold;
	color:#4372b2;
	line-height:21px;
}

ol {
	list-style:decimal;
}

#wrapper {
	width:980px;
	margin:0 auto;
}

.clear {
	clear:both;
}

/*--------------------------------- шапка ---------------------------------*/
#header {
	height:217px;
	position:relative;
	background:url(../images/header_back.jpg) no-repeat 3px 34px;
	margin-bottom:18px;
}

/*------------ верхние ссылки ------------*/
#top_links {
	height:27px;
	overflow:hidden;
	margin-left:5px;
}

#top_links li {
	float:left;
	margin-right:17px;
}

#top_links li a {
	display:block;
	font:12px Arial, Helvetica, sans-serif;
	color:#808080;
	text-decoration:none;
	line-height:27px;
	padding-left:18px;
}

#top_links li a:hover {
	color:#2a2a2a;
	text-decoration:underline;
}

#top_links li a.main {
	background:url(../images/icon_home.gif) no-repeat 0 8px;
	padding-left:18px;
}

#top_links li a.about {
	background:url(../images/icon_about.gif) no-repeat 0 9px;
	padding-left:16px;
}

#top_links li a.advertising {
	background:url(../images/icon_reklama.gif) no-repeat 0 8px;
	padding-left:21px;
}

/*------------ социальные ссылки ------------*/
#social {
	height:27px;
	position:absolute;
	top:0; right:0;
}

/*------------ лого ------------*/
.logo {
	display:block;
	width:307px; height:100px;
	background:url(../images/logo.png) no-repeat;
	position:absolute;
	top:45px;
}

/*------------ верхнее меню ------------*/
#top_menu {
	width:981px; height:56px;
	margin:0 -15px;
	padding:1px 15px 0 15px;
	background:url(../images/menu_back.jpg) no-repeat;
	position:absolute;
	top:160px;
	overflow:hidden;
}

#top_menu li {
	width:196px; height:38px;
	float:left;
	background:url(../images/link_sep.png) no-repeat right top;
}

#top_menu li.last {
	background:none;
}

#top_menu li a {
	display:block;
	font:12px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	line-height:38px;
}

#top_menu li a:hover {
	background:url(../images/link_sel.png) repeat-x;
}

#top_menu li a span {
	display:block;
}

#top_menu li a.main span {
	background:url(../images/icon_home2.png) no-repeat 55px 6px;
	padding-left:88px;
}

#top_menu li a.news span {
	background:url(../images/icon_news.png) no-repeat 55px 8px;
	padding-left:84px;
}

#top_menu li a.adverds span {
	background:url(../images/icon_adverds.png) no-repeat 35px 9px;
	padding-left:68px;
}

#top_menu li a.enterprises span {
	background:url(../images/icon_enterprises.png) no-repeat 29px 6px;
	padding-left:63px;
}

#top_menu li a.articles span {
	background:url(../images/icon_articles.png) no-repeat 57px 6px;
	padding-left:90px;
}

/*------------ поиск ------------*/
.search {
	position:absolute;
	top:51px; right:0;
	width:420px;
}

.search .search_val {
	display:block;
	width:325px;
  height:34px;
	padding: 0 85px 0 10px;
	margin-bottom:7px;
	background:url(../images/field.png) no-repeat;
	border:none; outline:none;
}

.search .search_go {
	display:block;
	width:78px; height:30px;
	background:url(../images/button.png) no-repeat;
	cursor:pointer;
	border:none; outline:none;
	position:absolute;
	top:2px; right:2px;
}

.search .search_go:hover {
	background-position:0 -30px;
}

.search .type {
	margin:0 7px;
	color:#0C0;zoom:1;
}

.search label {
	font-size:13px;
	margin-right:10px;
	color:#9c9c9c;
}

/*------------ поиск ------------*/
#header .date {
	font-size:15px;
	color:#9c9c9c;
	position:absolute;
	top:125px; right:6px;
}

/*--------------------------------- контент ---------------------------------*/
#content {
	float:left;
	width:720px;
	margin-bottom:50px;
}

#content.main {
width: 730px;
}

.all {
	display:block;
	width:32px; height:32px;
	background:url(../images/all.gif) no-repeat;
}

.all:hover {
	background-position:0 -32px;
}

/*------------ хлебные крошки ------------*/
.B_crumbBox {
	display: block;
	overflow:hidden;
	margin:-8px 0 9px 0;
	line-height:14px;
}

.B_crumbBox a {
	font-size:13px;
	color:#9c9c9c;
	text-decoration:underline;
}

.B_crumbBox .B_homeCrumb {
	float:left;
	display:block;
	width:13px; height:14px;
	background:url(../images/icon_home1.gif) no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.B_crumbBox .separator {
	display:inline-block;
	width:9px; height:1px;
	background:url(../images/link_sep.gif) no-repeat;
	margin:0 7px;
	position:relative;
	top:-4px;
}

/*------------ полная новость ------------*/
.full_article {
	width:720px;
}

.full_article p {
	line-height:18px;
}

.full_article ul {
	margin:-7px 0 21px 25px;
}

.full_article ul li {
	background:url(../images/li_icon2.gif) no-repeat 0 5px;
	padding-left:17px;
}

.full_article .date {
	width:66px; height:49px;
	padding-top:10px;
	background:url(../images/date_back.gif) no-repeat;
	color:#4d4d4d;
	text-align:center;
	margin:0 8px 15px -7px;
	float:left;
}

.full_article .date .day_month {
	font-size:19px;
	display:block;
}

.full_article .date .year {
	font-size:11px;
}

.full_article h2 {
	padding-top:4px;
}

.full_article .category {
	margin:6px 0 11px 0;
	font-size:11px;
	color:#9c9c9c;
}

.full_article .category a {
	font-size:12px;
	color:#82a902;
	text-decoration:underline;
}

.full_article .info_article {
	margin:22px 0 0 0;
	width:698px; height:23px;
	padding:8px 9px 0 13px;
	background:url(../images/info_back.gif) no-repeat;
	font-size:12px;
	color:#666;
	overflow:hidden;
}

.full_article .info_article .views {
	float:right;
}

/*------------ отправить в социальну сеть ------------*/
.socials {
	margin-bottom:25px;
}

/*------------ последние новости ------------*/
.last_news {
	overflow:hidden;
	margin-bottom:20px;
}

.last_news h3 {
	margin-bottom:11px;
}

.last_news .new {
	width:345px;
	float:left;
	margin:0 15px 13px 0;
}

.last_news .new img {
	float:left;
	margin:0 8px 0 0;
}

.last_news .new .date {
	margin:-2px 0 0 0;
	font-size:13px;
	color:#9c9c9c;
}

.last_news .new a {
	display:block;
}

/*------------ другие предприятия ------------*/
.other_enterprises {
	float:right;
	width:211px;
	padding:9px 3px 0 3px;
	border:1px solid #d9d9d9;
	background:#f5f5f5;
	border-bottom-left-radius:2px;
	-moz-border-bottom-left-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-o-border-bottom-left-radius:2px;
}

.other_enterprises h3 {
	border-bottom:1px solid #d0d0d0;
	padding:0 0 9px 7px;
	line-height:17px;
	margin-bottom:8px;
}

.other_enterprises ul {
	margin:0 0 0 3px;
}

.other_enterprises ul li {
	background:url(../images/li_icon3.gif) no-repeat left center;
	padding-left:20px;
	margin-bottom:10px;
}

.other_enterprises ul li a {
	font-size:13px;
}

/*------------ комментарии ------------*/
.comments {
	width:720px;
	margin-bottom:24px;
}

.comments h3 {
	float:left;
}

.where_comments {
	width:557px;
	border-bottom:5px solid #f4f4f4;
	padding-left:13px;
	float:left;
	position:relative;
	top:-14px; left:6px;
}

.where_comments ul li {
	float:left;
}

.where_comments ul li a {
	display:block;
	font-size:14px;
	text-align:center;
}

.where_comments ul li a.sel {
	color:#575757;
	width:97px; height:35px;
	background:url(../images/sel_site.gif) no-repeat;
	line-height:30px;
	position:relative;
	top:5px;
}

.where_comments ul li a.vk {
	color:#d0e1f8;
	width:116px; height:23px;
	background:url(../images/vk.gif) no-repeat;
	line-height:23px;
	position:relative;
	top:12px;
}

.where_comments ul li a.fb {
	color:#d6d6d6;
	width:111px; height:23px;
	background:url(../images/fb.gif) no-repeat;
	line-height:23px;
	position:relative;
	top:12px;
}

.comments .comment_block {
	clear:both;
	position:relative;
	margin-bottom:14px;
}

.comments .comment_block.response {
	background:url(../images/arrow2.gif) no-repeat 10px 0;
	padding-left:40px;
}

.comments .comment_info {
	border-bottom:1px solid #cfcfcf;
	background:url(../images/comment_back.gif) repeat-x left bottom;
	border-bottom-left-radius:4px;
	-moz-border-bottom-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-o-border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-bottom-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-o-border-bottom-right-radius:4px;
	padding:0 9px;
}

.comments .comment_info .date {
	display:inline-block;
	font:11px Tahoma, Geneva, sans-serif;
	margin:0 10px 3px 0;
	color:#a5a5a5;
}

.comments .comment_info .name {
	font:bold 14px Tahoma, Geneva, sans-serif;
	color:#4d4d4d;
}

.comments .comment_info blockquote {
	font:italic 13px Arial, Helvetica, sans-serif;
	margin:0 14px 10px 14px;
	color:#808080;
}

.comments .answer {
	position:absolute;
	right:11px;
	color:#b2b2b2;
}

.comments .answer a {
	font-size:12px;
	color:#67903e;
	border-bottom:1px dashed #67903e;
}

.comments .all_comments {
	font:11px Tahoma, Geneva, sans-serif;
	color:#858585;
	border-bottom:1px dashed #858585;
	background:url(../images/arrow3.gif) no-repeat right 5px;
	padding-right:9px;
}

.comments .all_comments:hover {
	text-decoration:none;
}

/*------------ обратная связь ------------*/
.feedback {
	overflow:hidden;
	width:403px;
	margin:56px 0 0 163px;
}

.feedback h3 {
	color:#35741c;
	margin:0 3px 11px 2px;
}

.feedback label {
	font-size:12px;
	color:#818181;
	display:block;
	margin:0 0 1px 6px;
}

.feedback .name_val, .feedback .email_val {
	border:1px solid #CCC;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	width:251px; height:29px;
	margin:0 0 7px 3px;
}

.feedback .text_val {
	border:1px solid #CCC;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	width:398px; height:126px;
	margin:0 0 12px 3px;
}

.feedback .subject_val {
	border:1px solid #CCC;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	width:398px; height:29px;
	margin:0 0 7px 3px;
}

.feedback input.required,
.feedback textarea.required,
.feedback input.invalid {
	border-color: #FF0000 !important;
}

.feedback .captcha {
	float:right;
	margin-right:42px;
}

.feedback .captcha label {
	float: left;
	font:13px/25px Tahoma, Geneva, sans-serif;
	color:#000;
	margin-right:1px;
}

.feedback .captcha img {
	float: left;
	margin: 2px 12px 0 8px;
}

.feedback .captcha .captcha_val {
	float: left;
	border:1px solid #CCC;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	width:51px; height:23px;
}

.feedback .go {
	clear:both;
	float:right;
	display:block;
	width:85px; height:27px;
	background:url(../images/go.gif) no-repeat;
	border:none;
	cursor:pointer;
}

/*------------ добавить комментарий ------------*/
.add_comment {
	overflow:hidden;
	width:398px;
}

.add_comment h3 {
	color:#35741c;
	margin:0 3px 11px 2px;
}

.add_comment label {
	font-size:11px;
	display:block;
	margin:0 0 4px 6px;
}

.add_comment .name_val, .add_comment .email_val {
	border:1px solid #CCC;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	width:264px; height:29px;
	margin:0 0 10px 3px;
}

.add_comment .text_val {
	border:1px solid #CCC;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	width:393px; height:91px;
	margin:0 0 10px 3px;
}

.add_comment .captcha {
	float:right;
	margin-bottom:11px;
}

.add_comment .captcha label {
	font:13px Tahoma, Geneva, sans-serif;
	color:#000;
	margin-right:13px;
	display:inline;
}

.add_comment .captcha .captcha_val {
	border:1px solid #db6a6a;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	width:64px; height:23px;
}

.add_comment .go {
	clear:both;
	float:right;
	display:block;
	width:164px; height:26px;
	background:url(../images/go_comment.gif) no-repeat;
	border:none;
	cursor:pointer;
} 
/*------------ зум, печать ------------*/
.full_article .text_settings {
	width:58px; height:79px;
	background:url(../images/text_settings.gif) no-repeat;
	float:right;
	margin:0 0 5px 10px;
}

.full_article .text_settings .zoom {
	width:58px; height:24px;
	background:url(../images/T.png) no-repeat center top;
	margin:10px 0 11px 0;
	position:relative;
}

.full_article .text_settings .zoom .minus {
	display:block;
	width:9px; height:10px;
	background:url(../images/minus.gif) 0 50% no-repeat;
	position:absolute;
	top:9px; left:8px;
}

.full_article .text_settings .zoom .plus {
	display:block;
	width:10px; height:10px;
	background:url(../images/plus.gif) no-repeat;
	position:absolute;
	top:9px; right:6px;
}

.full_article .text_settings .print {
	display:block;
	width:24px; height:25px;
	background:url(../images/print.png) no-repeat;
	margin:0 auto;
}

.full_article .article {
	clear: left;
	display: inline-block;
	width: 100%;
}

.full_article .post_image {
	max-width: 300px;
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid #7e99ae;
}

/*------------ предприятие полностью ------------*/
.enterprise_full_info {
	width:720px;
	overflow:hidden;
}

.enterprise_full_info .views {
	color:#999;
	float:right;
	margin:19px 0 0 0;
}

.enterprise_full_info h3 {
	color:#92b926;
	font:bold 16px Arial, Helvetica, sans-serif;
	background:url(../images/title_back.gif) repeat-x 0 1px;
}

.enterprise_full_info h3 span {
	background:#FFF;
	position:relative;
	top:-5px;
	padding-right:6px;
}

.enterprise_full_info p {
	line-height:18px;
}

.enterprise_full_info .map {
	clear: left;
	margin: 15px 0;
}

/*------------ Останні оголошення ------------*/
.last_adv {
	width:720px;
	margin:20px 0 0 0;
}

.last_adv h3 {
	margin-bottom:16px;
}

.last_adv .adver {
	border:1px solid #e6e6e6;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	background:#f5f5f5;
	margin-bottom:18px;
	padding:3px 9px 3px 8px;
	overflow:hidden;
}

.last_adv .adver .date {
	font-size:10px;
	color:#595959;
	display:block;
	margin-bottom:4px;
}

.last_adv .adver img {
	float:left;
	margin:0 12px 0 0;
}

.last_adv .adver a {
	font-size:16px;
	line-height:17px;
	display:inline-block;
	margin:0 0 5px 0;
}

.last_adv .adver p {
	font-size:13px;
	margin-bottom:2px;
}

.last_adv .adver .category {
	display:inline-block;
}

.last_adv .adver .category span {
	margin-top: 0;
}

.last_adv .adver .category a {
	font-size:12px;
	color:#82a902;
}

/*------------ счетчик категорий ------------*/
.category_count {
	width:321px; height:23px;
	background:#f2f2f2;
	border:1px solid #eaeaea;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	padding:0px 0 0 20px;
	font-size:13px;
	color:#545454;
}

.category_count a {
	font-size:13px;
	margin-right:18px;
	color:#545454;
}

.category_count a span {
	text-decoration:underline;
}

.category_count .all_count {
	font-size:17px;
	margin-right:18px;
	color:#376ab0;
}

/*------------ обьявление полностью ------------*/
.adver_info {
	color:#999;
	float:right;
}

.adver_info .adver_date {
	margin-right:24px;
}

.fuul_adver {
	clear:both;
	background:url(../images/gradient.gif) repeat-x;
	border-top:1px solid #e6e6e6;
	border-top-left-radius:4px;
	-moz-border-top-left-radius:4px;
	-webkit-border-top-left-radius:4px;
	-o-border-top-left-radius:4px;
	border-top-right-radius:4px;
	-moz-border-top-right-radius:4px;
	-webkit-border-top-right-radius:4px;
	-o-border-top-right-radius:4px;
	padding:8px 12px 8px 12px;
}

.fuul_adver p {
	font-size:15px;
	line-height:18px;
}

.contacts {
	width:241px; height:82px;
	padding:16px 0 0 9px;
	background:url(../images/gradient2.gif) repeat-x left bottom;
	float:right;
	border-bottom:1px solid #e2e2df;
	border-bottom-left-radius:4px;
	-moz-border-bottom-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-o-border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-bottom-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-o-border-bottom-right-radius:4px;
	margin:0 -13px 51px 0;
}

.contacts ul li {
	background:url(../images/li_icon3.gif) no-repeat;
	padding-left:20px;
	margin-bottom:2px;
}

/*------------ похожие обьявления ------------*/
.other_adver {
}

.other_adver h3 {
	color:#9c9c9c;
	font:18px Arial, Helvetica, sans-serif;
	background:url(../images/title_back.gif) repeat-x 0 1px;
	margin-bottom:13px;
}

.other_adver h3 span {
	background:#FFF;
	position:relative;
	top:-5px;
	padding-right:6px;
}

.other_adver .adver {
	margin:0 0 13px 10px;
}

.other_adver .adver .date {
	display:block;
	color:#595959;
	font-size:10px;
}

.other_adver .adver .date {
	display:block;
}

.other_adver .adver .category a {
	color:#82a902;
	text-decoration:underline;
	font-size:12px;
}

/*------------ некоректная информация ------------*/
.incorrect {
	width:164px; height:26px;
	margin:16px 0 35px 0;
	position:relative;
	float:right;
}

.incorrect .show_form {
	display:block;
	width:164px; height:26px;
	background:url(../images/incorrect.gif) no-repeat;
}

.incorrect form {
	width:266px; height:258px;
	background:#517fbe;
	opacity:0.95;
	padding:14px 9px;
	position:absolute;
	top:24px; right:0;
	display:none;
}

.incorrect label {
	display:block;
	color:#FFF;
	font-size:12px;
	background:url(../images/star.gif) no-repeat right center;
}

.incorrect .user_name, .incorrect .user_email {
	display:block;
	width:100%; height:28px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border:none;
}

.incorrect .what_error {
	display:block;
	width:100%; height:98px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border:none;
}

/*------------ новини ------------*/
.main_news {
	border:1px solid #CCC;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	position:relative;
	width:708px;
	padding:18px 10px 9px 12px;
	margin-bottom:37px;
}

.main_news .title_block {
	background:#FFF url(../images/title_back1.gif) no-repeat;
	padding:0 10px 0 24px;
	position:absolute;
	top:-12px; left:-1px;
	height:29px;
	line-height:15px;
}

.citys {
	height:31px;
	background:url(../images/border_city.gif) no-repeat left bottom;
	margin-left:-12px;
	overflow:hidden;
	margin-bottom:14px;
}

.citys a {
	display:block;
	float:left;
	font-size:15px;
	color:#969696;
	text-decoration:none;
	height:31px;
	padding: 2px 15px 0 10px;
}

.citys a:hover {
	color:#545454;
	text-decoration:underline;
}

.citys a.active {
	position: relative;
	z-index: 2;
	font-size:18px;
	color:#659d46;
	width: 192px;
	background:url(../images/city_sel.gif) 100% 0 no-repeat;
	line-height:31px;
	padding:0 0 0 11px;
	margin: 0 0 0 -1px;
	border-left:1px solid #CCC;
}

.citys a.hm.active {
	width: 157px;
}

.citys a.last.active {
	width: 62px;
}

.main_news .wrap_tab {
	display: none;
}

.main_news .wrap_tab.active {
	display: block;
}

.main_news .img {
	float:left;
	position:relative;
	margin:0 10px 23px 0;
}

.main_news .img .date_news1 {
	display:block;
	width:79px; height:26px;
	background:url(../images/date_back.png) no-repeat;
	position:absolute;
	bottom:0; left:0;
	color:#545454;
	font-size:13px;
	text-align:center;
	line-height:26px;
}

.main_news .other_news {
	width:345px;
	float:left;
	margin:0 9px 19px 0;
}

.main_news .other_news.last {
	clear: left;
}

.main_news .other_news a {
	font-size:14px;
	line-height:17px;
}

.main_news .other_news .date_news2 {
	float:left;
	width:79px; height:30px;
	background:url(../images/date_back2.png) no-repeat;
	color:#FFF;
	font-size:13px;
	text-align:center;
	line-height:30px;
	margin-right:10px;
}

.main_news .other_news div {
	overflow: hidden;
}

.main_news .more {
	color:#545454;
	font-size:13px;
	text-decoration:underline;
	background:url(../images/arrow.gif) no-repeat right center;
	padding-right:10px;
	float:right;
	margin:-9px 14px 0 0;
}

.main_news .more:hover {
	color:#000;
}

/*------------ список новостей ------------*/
.prev_news {
	overflow:hidden;
	margin-bottom:26px;
}

.prev_news .img {
	float:left;
	margin:0 12px 0 0;
}

.prev_news img {
	float:left;
}

.prev_news .wrap {
	overflow: hidden;
}

.prev_news .date {
	display:inline-block;
	width:79px; height:30px;
	background:url(../images/date_back2.png) no-repeat;
	color:#FFF;
	font-size:13px;
	text-align:center;
	line-height:30px;
	margin:0 10px 5px 0;
}

.prev_news .wrap_description {
  border-right: 1px solid #e3e3e3;
  padding: 0 15px 0 0;
}

.prev_news .title {
	display:block;
	font-size:17px;
	line-height:19px;
}

.prev_news .description {
	font-size:13px;
	line-height:16px;
}

.prev_news .category {
	font:11px Tahoma, Geneva, sans-serif;
	color:#9c9c9c;
	margin-bottom:8px;
}

.prev_news .category a {
	font:12px Arial, Helvetica, sans-serif;
	color:#82a902;
	text-decoration:underline;
}

/*------------ Результати пошуку ------------*/
.info_search {
	width:688px;
	border-bottom:1px solid #cdcdcd;
	padding:0 28px 10px 4px;
	color:#a0a0a0;
	overflow:hidden;
	margin-bottom:19px;
}

.info_search .val {
	color:#376ab0;
}

.info_search .find_count {
	float:right;
}

.result {
	list-style-type: none;
}

.result li {
	margin-bottom:19px;
}

.result li .count {
	display: block;
	float: left;
	width: 23px;
	padding: 2px 0 0;
	font-size: 15px;
}

.result li .wrap {
	overflow: hidden;
}

.result .title {
	font-size:17px;
	line-height:19px;
}

.result .category {
	padding: 3px 0 0;
}

.result .category span {
	margin-top: 0 !important;
}

.result .category .separator {
	margin:0 3px;
}

.result .category a {
	font-size:12px;
	color:#82a902;
	text-decoration: none;
}

/*------------ список категорий ------------*/
.categories {
	float:left;
	width:227px;
	margin:0 7px 23px 0;
	padding-left:8px;
}

.categories h3 {
	font-size:17px;
	color:#376ab0;
	background:#f2f2f2;
	border:1px solid #eaeaea;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px;
	padding:0 9px 2px 9px;
	margin-left:-8px;
	margin-bottom:4px;
}

.categories a {
	color:#376ab0;
}

.categories ul {
	list-style-type: none;
}

.categories li {
	display: inline;
}

.categories li a {
	color:#545454;
	font-size:13px;
	text-decoration:underline;
}

.categories li .delimiter {
	display: inline-block;
	padding: 0 0 0 4px;
}

.categories li .delimiter2 {
	display: inline-block;
}

.categories .last .delimiter,
.categories .last .delimiter2 {
	display: none;
}

.add_enterprise {
	clear:both;
	display:block;
	width:144px; height:26px;
	background:url(../images/add2.gif) no-repeat;
	position:relative;
	top:8px; left:542px;
}

/*------------ підкатегорії ------------*/
.wrap_sub_category {
	float: left;
	width: 232px;
	padding-left:11px;
	margin-bottom:8px;
}

.wrap_sub_category.last {
	clear: left;
}

.sub_category {
	display:inline-block;
	font-size:17px;
	color:#969696;
	border:1px solid #eaeaea;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px;
  width: 202px;
	padding:2px 19px 2px 9px;
	background:#f2f2f2;
}

.sub_category a {
	color:#376ab0;
}

/*------------ навигация по страницам ------------*/
.enterprise_info {
	width:218px;
	margin:0 25px 20px 0;
	float:left;
	border-bottom:1px dotted #bfbfbf;
	padding-bottom:1px;
}

.enterprise_info .enterprise_name {
	font-size:16px;
	display:block;
	margin-bottom:4px;
}

.enterprise_info p {
	font-size:12px;
	color:#808080;
	margin-bottom:.5em;
}

.enterprise_info .full_info {
	display:inline-block;
	height:17px;
	padding:0 9px 0 6px;
	font-size:12px;
	color:#FFF;
	background:#82a902 url(../images/arrow4.gif) no-repeat right top;
	float:right;
	margin-right:-5px;
}

/*------------ навигация по страницам ------------*/
.page_nav {
	overflow:hidden;
	color:#888;
	font-size:15px;
	margin:30px 0 0;
}

.page_nav li {
	float:left;
	line-height:34px;
}

.page_nav li a {
	display:block;
}

.page_nav li .ditto_currentpage {
	display: block;
	width:26px; height:34px;
	background:url(../images/current_page.gif) no-repeat;
	color:#FFF;
	text-align:center;
	line-height:34px;
	margin-right:7px;
}

.page_nav li .ditto_page {
	width:26px; height:30px;
	background:url(../images/page_n.gif) no-repeat;
	color:#7c7c7c;
	text-align:center;
	line-height:30px;
	margin:4px 7px 0 0;
}

.page_nav li .ditto_next_link {
	color:#82a902;
	text-decoration:underline;
	margin-left:15px;
}

.page_nav li .ditto_previous_link {
	color:#82a902;
	text-decoration:underline;
	margin-right:15px;
}

/*------------ Дошка оголошень ------------*/
.board {
	border:1px solid #CCC;
	border-bottom:none;
	border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; -o-border-radius:4px;
	border-bottom-left-radius:0; -moz-border-bottom-left-radius:0; -webkit-border-bottom-left-radius:0; -o-border-bottom-left-radius:0;
	border-bottom-right-radius:0; -moz-border-bottom-right-radius:0; -webkit-border-bottom-right-radius:0; -o-border-bottom-right-radius:0;
	position:relative;
	width:446px;
	display: inline-block;
	padding:26px 1px 0;
}

.board .bottom {
	float: left;
	width: 450px;
	height: 39px;
	margin: 0 0 0 -2px;
	padding: 5px 0 15px;
	background: #FFF url(../images/bottom_border.gif) 0 0 no-repeat;
}

.board .title_block {
	background:#FFF url(../images/title_back2.gif) no-repeat;
	padding:0 10px 0 24px;
	position:absolute;
	top:-12px; left:-1px;
	height:29px;
	line-height:15px;
}

.board table {
	width:100%;
	margin: 0 0 14px;
}

.board table th {
	background:#bababa;
	color:#FFF;
	text-align:center;
	border-right:1px dotted #FFF;
}

.board table tr {
	border-bottom:1px dotted #bfbfbf;
}

.board table tr.border_none {
	border-bottom:none;
}

.board table td {
	vertical-align:top;
	padding:12px 0 10px 0;
}

.board table td.date {
	color:#595959;
	font-size:10px;
	text-align:center;
}

.board table td.title {
	padding-left:6px;
}

.board table td.title a {
	font-size:12px;
}

.board table td.category {
	vertical-align:middle;
  text-align: center;
}

.board table td.category a {
	display:inline-block;
	border:1px solid #dedede;
	border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; -o-border-radius:2px;
	font-size:12px;
	padding:2px 17px;
	margin:0 10px;
}

.board table td.category a:hover {
	border-color:#8b8b8b;
	text-decoration:none;
}

.board .all {
	position:absolute;
	top:-17px; right:3px;
}

.board .add {
	display:block;
	clear: left;
	float: right;
	width:144px; height:26px;
	margin: 0 18px 0 0;
	background:url(../images/add.gif) no-repeat;
}

.board .add:hover {
	background-position:0 -26px;
}


/*------------ Робота ------------*/
.work {
	border-top:1px solid #CCC;
	width:260px;
	float:right;
	position:relative;
}

.work .title_block {
	background:#FFF url(../images/title_back3.gif) no-repeat;
	padding:0 10px 0 24px;
	position:absolute;
	top:-12px; left:-1px;
	height:29px;
	line-height:15px;
}

.work .all {
	position:absolute;
	top:-17px; right:0;
}

.work .type_work {
	width:256px; height:45px;
	overflow:hidden;
	margin-top:15px;
}

.work .type_work li {
	float:left;
}

.work .type_work li a {
	display:block;
	width:128px; height:45px;
	font-size:15px;
	text-decoration:underline;
	color:#798997;
	line-height:45px;
	text-align:center;
}

.work .type_work li a:hover {
	color:#3272ad;
}

.work .type_work li a.sel {
	background:url(../images/sel_back.gif) no-repeat;
	font-size:18px;
	text-decoration:none;
	color:#e58325;
}

.work .work_name {
	font-size:12px;
	display:block;
	border-bottom:1px dotted #bfbfbf;
	padding:0 10px 10px 10px;
	margin-bottom:10px;
}

.work .last {
	border-bottom:none;
}

.work .wrap_tab {
	display: none;
}

.work .wrap_tab.active {
	display: block;
}

/*------------ Останні статті ------------*/
.last_articles {
	clear:left;
	width:410px;
	position:relative;
	float:left;
}

.last_articles .title_block {
	display:inline;
}

.last_articles .all {
	display:inline-block;
	position:relative;
	top:10px;
}

.last_articles .article {
	border-bottom:1px dotted #bfbfbf;
	padding:10px 0;
}

.last_articles .article .date {
	display:block;
	font-size:10px;
}

.last_articles .article .article_name {
	display:block;
	margin-bottom:4px;
}

.last_articles .article .category {
	display:block;
	color:#82a902;
	font-size:12px;
	background:url(../images/arrow1.gif) no-repeat left center;
	padding-left:10px;
}

/*------------ Останні статті ------------*/
.enterprises_city {
	clear: right;
	float:right;
	width:250px;
	position:relative;
}

.enterprises_city .title_block {
	display:inline;
}

.enterprises_city .all {
	display:inline-block;
	position:relative;
	top:10px;
}

.enterprises_city .enterprise {
	border-bottom:1px dotted #bfbfbf;
	padding:10px 0 7px 0;
}

.enterprises_city .enterprise.last {
	border-bottom:none;
}

.enterprises_city .enterprise .enterprise_name {
	display:block;
	font-size:16px;
}

.enterprises_city .enterprise p {
	font-size:12px;
	color:#808080;
	line-height:17px;
	margin-bottom:4px;
}

.enterprises_city .enterprise .category {
	color:#82a902;
	font-size:12px;
	background:url(../images/arrow1.gif) 0 3px no-repeat;
	padding: 6px 0 0 10px;
}

.enterprises_city .enterprise .category span {
	line-height: 16px;
}

.enterprises_city .enterprise .category a {
	color:#82a902;
}

/*--------------------------------- правий блок  ---------------------------------*/
#right {
	float:right;
	width:230px;
}

/*------------ праве меню ------------*/
.right_menu {
	width:230px; height:96px;
	background:url(../images/block_back.gif) no-repeat;
	padding:12px 12px 15px 12px;
	margin-bottom:-17px;
}

.right_menu li {
	background:url(../images/li_icon.gif) no-repeat left center;
	padding-left:24px;
	margin-bottom:4px;
}

.right_menu li a {
	font-size:15px;
	color:#717171;
}

/*------------ Довідник ------------*/
.reference {
	width:230px; height:212px;
	background:url(../images/block_back1.gif) no-repeat;
	margin-bottom:14px;
}

.reference h4 {
	font-size:11px;
	color:#808080;
	text-transform:uppercase;
	text-align:right;
	margin:0 8px 0 0;
	padding-top:5px;
}

.reference ul {
	margin:15px 10px 15px 11px;
}

.reference ul li {
	background:url(../images/li_icon1.gif) no-repeat left top;
	padding-left:28px;
	margin-bottom:7px;
}

.reference ul li a {
	font-size:13px;
}

/*------------ Погода ------------*/
.weather {
	width:230px; height:212px;
	background:url(../images/block_back2.gif) no-repeat;
	margin-bottom:14px;
}

.weather h4 {
	font-size:11px;
	color:#808080;
	text-transform:uppercase;
	text-align:right;
	margin:0 8px 0 0;
	padding-top:5px;
}

/*------------ соціальні мережі ------------*/
.social {
	width:230px; height:212px;
	background:url(../images/block_back3.gif) no-repeat;
	margin-bottom:29px;
}

.social h4 {
	font-size:11px;
	color:#808080;
	text-transform:uppercase;
	text-align:right;
	margin:0 8px 0 0;
	padding-top:5px;
}

/*------------ Привітання ------------*/
.greetings {
	width:208px;
	padding:24px 10px 10px 10px;
	border:1px solid #CCC;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	background:url(../images/greetings_back.gif) repeat-y;
	position:relative;
}

.greetings .title_block {
	background:url(../images/title_back4.gif) no-repeat left top;
	height:32px;
	position:absolute;
	padding-left:18px;
	left:0px; top:-15px;
	line-height:15px;
}

.greetings .title_block span {
	background:#FFF;
	padding:0 5px;
}

.greetings .greet {
	background:url(../images/greeting.png) no-repeat bottom center;
	padding-bottom:40px;
	margin-bottom:12px;
}

.greetings .greet.last {
	background:none;
	padding-bottom:0;
}

.greetings .greet .date {
	color:#595959;
	display:block;
	font-size:10px;
}

.greetings .greet p {
	color:#99458c;
	font-size:14px;
	line-height:17px;
}

.greetings .add {
	display:block;
	width:144px; height:26px;
	background:url(../images/add1.gif) no-repeat;
	margin:23px auto 0 auto;
}

.greetings .add:hover {
	background-position:0 -26px;
}

/*--------------------------------- подвал  ---------------------------------*/
#footer {
	clear:both;
	height:169px;
	background:url(../images/footer_back.gif) repeat-x;
}

#footer_content {
	width:957px; height:115px;
	padding:44px 10px 10px 13px;
	margin:0 auto;
	background:url(../images/footer_back1.gif) no-repeat 0 34px;
	border-top:1px solid transparent;
	position:relative;
	font-size:12px;
}

/*------------ нижнее меню ------------*/
#bottom_menu {
	overflow:hidden;
	position:absolute;
	top:11px; left:10px;
}

#bottom_menu li {
	float:left;
	margin-right:14px;
}

#bottom_menu li a {
	font-size:13px;
	color:#474747;
}

#bottom_menu li a:hover {
	color:#000;
}

/*------------ текст ------------*/
#footer_content .copy {
	color:#FFF;
	margin-bottom:4px;
}

#footer_content .copy span {
	text-transform:uppercase;
}

#footer_content .text {
  margin-bottom: 1em;
	color:#b3d2fb;
	width:600px;
  line-height: 16px;
}

#footer_content .proect {
	color:#b3d2fb;
	position:absolute;
	top:53px; right:21px;
	line-height:21px;
}

#footer_content .ukr_media {
	display:inline-block;
	width:91px; height:21px;
	background:url(../images/ukr-media.png) no-repeat;
	position:relative;
	top:6px;
}

#footer_content .ukr_media:hover {
	background-position:0 -21px;
}

#footer_content .banners {
	overflow:hidden;
}

/*------------ баннеры ------------*/
#footer_content .banners {
	overflow:hidden;
	position:absolute;
	bottom:13px; left:316px;
}

#footer_content .banners li {
	float:left;
	margin-right:43px;
}

/* Mics */
.errors {
	background-color: #FFB0B0;
	border: 1px solid #FF0000;
	color: #FF0000;
	font: 12px Arial,Helvetica,sans-serif;
	margin: 25px 0 -40px;
	padding: 12px;
}

.errors strong {
	display: block;
	font-size: 15px;
	font-weight: bold;
}

.errors h5 {
	display: block;
	padding:0 0 6px;
	font-size: 13px;
}

/* comments */
.jot-form-wrap h3 {
	float: none !important;
}