/*	
	CSS from site: www.vesberdsk.ru
	Version: 1.00
	by Andrey Sapegin (www.andreysapegin.com)
	www.next-step.ru
*/
/* 
Colors:
#333333	Dark grey	(text)
#000066	Dark Blue	(headings, links)  
#333399	Mid Blue	(header)
#CCCCFF	Light blue	(top navigation)
#666666	Mid grey
*/

@import url("reset.css");
@import url("helpers.css");

body {
	background: #fff;	color: #000;
	font-family: Arial, sans-serif;
	font-size: 0.85em;
}

.wrapper {
/*	max-width: 1250px;*/
	max-width: 994px;
	margin: 0 auto;
}
* html .wrapper {	/* ie6 hook */
/*	width: expression((window.innerWidth ? window.innerWidth : (document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.offsetWidth)) > '1270'?'1223px':'100%');*/
	width: expression((window.innerWidth ? window.innerWidth : (document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.offsetWidth)) > '1014'?'967px':'100%');
}

/* common rules */

h1, h2, h3 {
	font-weight: normal;
}

a:link,
a:active,
a:visited {
	color: #445AB9;
	text-decoration: none;
}
a:hover {
	color: #E03434;
	text-decoration: underline;
}




/* header part */

#logo {
	margin: 15px 20px 3px;
}
	#logo a:link,
	#logo a:visited,
	#logo a:hover,
	#logo a:active {
	}
.alphabetic
{
	font-size: .75em;
	margin: 15px 20px 5px;
}
/*
.search-form {
	margin: 10px 20px 0px 4px;
}
	.search-form-title {
		font-size: 0.8em;
		color: #666;
	}
	.search-form-field {
		width: 20ex;
		font-size: .9em;
		color: #666;
		border: 1px solid #aaa;
		line-height: 16px;
		height: 18px;
	}
	.search-form-submit {
		font-size: .8em;
		color: #227;
		border: 1px solid #aaa;
		background-color: #eee;
		height: 18px;
		padding: 0 5px;
		margin: 3px 5px;
	}
*/
.simplenav {
	position: relative;
	float: right;
	margin: 2px 20px 0;
	font-size: 11px;
}
	.simplenav a:link,
	.simplenav a:visited,
	.simplenav a:hover,
	.simplenav a:active {
		padding: 6px 9px 8px;
		color:#4E9BBF;
		font-size:12px;
		font-weight:bold;
		display: block;
		float: left;
	}
	.simplenav a.disabled:link,
	.simplenav a.disabled:visited,
	.simplenav a.disabled:hover,
	.simplenav a.disabled:active {
		color: #888;
		cursor: text;
	}
	.simplenav a.active:link,
	.simplenav a.active:visited,
	.simplenav a.active:hover,
	.simplenav a.active:active {
		background-color: #f4f4f4;
		border: 1px solid #999;
		border-bottom: 0 none;
		padding: 5px 8px 8px;
	}
	.simplenav a.extra:link,
	.simplenav a.extra:visited,
	.simplenav a.extra:hover,
	.simplenav a.extra:active {
		color:#BF5B4E;
	}

.breadcrumbs {
	clear: both;
	padding: 6px 20px;
	font-size: 10px;
	background-color: #000;
	color: #fff;
}
	.breadcrumbs a:link,
	.breadcrumbs a:visited,
	.breadcrumbs a:active {
		color: #fff;
		text-decoration: none;
	}
	.breadcrumbs a:hover {
		color: #f33;
		text-decoration: underline;
	}

.topmenu {
	clear: both;
	padding: 6px 2ex;
	font-size: .8em;
	background-color: #000;
	color: #fff;
}
	.topmenu a:link,
	.topmenu a:visited,
	.topmenu a:active {
		padding: 0 1ex;
		color: #fff;
		text-decoration: none;
	}
	.topmenu a:hover {
		padding: 0 1ex;
		color: #f33;
		text-decoration: underline;
	}


/* footer part */

.footer {
	margin: 1em 0 0;
	padding: 1.5em 2ex;
	background-color: #eee;
}
	.footer_links {
		float: left;
		clear: left;
		font-size: .9em;
		padding: 0 0 .5em;
		width: 80ex;
	}
		.footer_h1 {
			float: left;
			width: 16ex;
			color: #565656;
			clear: both;
		}
	.counters{
		float: right;
	}
	.copyrights {
		margin: 2em 0 0;
		font-size: .875em;
	}





/* content part */

.for-content {
	width: 100%;
}
.content {
	padding: 0 0 2em 2ex;
}

.container {
	padding: 1em 2ex 1em 0;		margin: 1em 0 1em;
}
	.container-title {
		font-size: 1.75em;
		margin: 0;		padding: 0;
	}

.coupone {
	border: 1px solid #000;
}

.note {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	background: #F3F3F3 none repeat scroll 0 0;
	border: 1px solid #c4c4c4;
	margin: .5em 0;
	padding: .5em 2ex;
	font-size: .85em;
	color: #345;
}

.gray {
	color: #667;
}
.small {
	font-size: .85em;
}



.articles {
	margin: 0.5em 0;
}
	.articles-title {
	}
	.articles-description {
		font-size: 0.8em;
	}
	.articles-body {
		width: 790px !important;
	}
		.articles-body table{
			max-width: 790px !important;
			width: expression((window.innerWidth ? window.innerWidth : (document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.offsetWidth)) > '790'?'790px':'790px');
			border-collapse: collapse;
		}
		.articles-body table td{
			border: 1px solid;
		}

		.articles-body img {
			margin: 1em 2ex;
		}
	.articles-author {
		font-size: .8em;
		color: #445057;
		margin: 0 0 1em;
	}

.articles-photo-column {
	width: 210px;
	background-color: #f3f5f7;
	border: 1px solid #ecedee;
	float: right;
	margin: 0 0 7px 7px; padding: 0 2px 5px 2px;
}
	.articles-photo-item {
		font-size: .8em;
		color: #565656;
		text-align: center;
	}
	.articles-photo-column img {
		margin: .5em 0;
	}
	
.announce-title {
	margin: 0.5em 0 0;
	padding: 0;
}
.announce-user-info {
	color: #666;
	margin-bottom: 1.5em;
	font-size: 0.9em;
}



.categories-article {
	background-color: #f8fff8;
	padding: 0.5em 2ex;		margin: 0.5em 0;
	font-size: 0.85em;
}
.categories-links {
	background-color: #fff8f8; 
	padding: 1px 1ex;
	font-size: 12px;
}
	.categories-links .url-domain {
		color: #008000;
	}

.off{
	display: none;
}

.catalog-title{
	position: relative;
	border-bottom: 1px solid #DAE2E8;
	padding-bottom: 0.3em;
}
	.catalog-title-h1 {
		display: inline;
		font-size: 1.85em;
		color: #445057;
		margin: 0;		padding: 0 0 .2em;
	}
	.catalog-dropdown {
		position: absolute; top: 24px; z-index:2;
		width: auto;
		padding:8px 0;
		border: 0; background-color:#697A85; 
		font-size: 12px; font-weight: bold; line-height:21px;
	}
	.catalog-dropdown a{
		 padding:0 8px; display: block; color: white; white-space:nowrap;
	 }

.catalog-title-h0 {
	font-size: 0.85em;
	color: #445057;
	margin: 0 0 .5em;
}
	.catalog-title-h0 a:link, 
	.catalog-title-h0 a:visited, 
	.catalog-title-h0 a:hover, 
	.catalog-title-h0 a:active {
		color: #445057;
	} 
.catalog-title-h2 {
	font-size: 1.5em;
	color: #92A2AD;
	border-bottom: 1px solid #DAE2E8;
	margin: 0 0 .5em 0;		padding: 0 0 .2em;
}
.catalog-tip {
	color: #445057;
	font-size: .85em;
	font-style: italic;
}

.catalog-hr {
	border-bottom: 1px solid #DAE2E8;
	margin: 0 20px .5em 0;		padding: 0 0 .2em;
}


.rubricator {
	list-style: none;
	padding: 0;		margin: 0;
}
.rubricator li {
	padding: 0;		margin: 0 0 1em;
}
/* categories on index page and toc */
.maincat, dl.category-list dt {
	font-size: 1.25em;
	font-weight: bold;
	color: #92A2AD; 
}
	.maincat a:link, dl.category-list dt a:link,
	.maincat a:visited, dl.category-list dt a:visited,
	.maincat a:active, dl.category-list dt a:active {
		text-decoration: none;
		color: #92A2AD; 
	}
	.maincat a:hover, dl.category-list dt a:hover {
		text-decoration: underline;
		color: #E03434; 
	}
/* toc */
dl.category-list dt {
	padding-bottom: 3px;
}
	dl.child-category-list dd {
		line-height:21px;
	}

/* subcategories on the index page and toc*/
.subcat, dd {
	font-size: 1em;
	font-weight: normal;
	text-decoration : none; 
	color: #445AB9;
}
.subcat-2 {
	font-size: .85em;
	font-weight: normal;
	text-decoration : none; 
	color: #445AB9;
}

/* category counters (number of subcategories, number of listings */
.count {
	font-family: verdana;
	font-size: 9px;
	color: #888888;
	text-decoration : none; 
}

/* empty categories */
.emptycat {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration : none; 
	color: #888888;
}

/* empty subcategories on the index page*/
.emptycat2 {
	font-family: verdana;
	font-size: 12px;
	text-decoration : none; 
	color: #888888;
}
br.spacer {
	font-size: .25em;
	margin: 0;
}


.pager {
	margin: .5em 0 1em;
	font-size: 1em;
}
	.pager-title {
		font-size: .85em;
		color: #697A85;
	}
	.pager a:link,
	.pager a:visited,
	.pager a:hover,
	.pager a:active {
		text-decoration: underline;
	}




.company-list {
	width: 100%;
}
.company-list-rightcolumn {
	width: 300px;
	padding-right: 15px;
}
	.discount-preview {
		
	}
		.discount-preview img {
			border: 1px dashed #999;
		}
		.discount-preview a:link,
		.discount-preview a:visited,
		.discount-preview a:active {
			color: #000;
			font-weight: bold;
			text-decoration: none;
		}
		.discount-preview a:hover {
			color: #E03434;
			font-weight: bold;
			text-decoration: underline;
		}
.company-list-item {
	margin: 0 0 1em;
}
	.company-list-bg-a {
	/*	background-color: #eef;*/
	}
		.company-list-bg-a strong {
			font-size: 1.15em;
		}
	.company-list-item-title {
		font-size: .9em;
	}
		.company-list-item-title a:link,
		.company-list-item-title a:visited,
		.company-list-item-title a:active {
			color: #125A95;
			text-decoration: none;
		}
		.company-list-item-title a:hover {
			text-decoration: underline;
		}
	.company-list-item-address {
		font-size: .9em;
		padding: 0 0 0 0;
		color: #697A85;
	}
	.company-list-item-address-full {
		display: none;
		float: left;
	}
	.company-list-item-address-switcher {
		border-bottom: 1px solid #fff;
		float: left;
	}
	.company-list-item-address-switcher:hover {
		border-bottom: 1px dashed #78b;
		cursor: pointer;
	}
	.company-list-item-logo {
	}
	.company-list-item-pages {
		padding: 5px 0 0 0;
		font-size: 0.85em;
		font-weight: normal;
		white-space: nowrap;
	}
		.company-list-item-pages a:link,
		.company-list-item-pages a:visited,
		.company-list-item-pages a:hover,
		.company-list-item-pages a:active {
			padding: 0 1ex 0 0;
		}
	.company-list-item-description {
		font-size: 1em;
	}
	.company-list-item-phone {
		color: #4E9BDA;
	}







.company-page-menu {
	width: 160px;
	font-size: 0.8em;
}
	.company-page-menu a:link,
	.company-page-menu a:visited,
	.company-page-menu a:hover,
	.company-page-menu a:active {
		display: block;
		border-bottom: 1px solid #99f;
		text-decoration: none;
		padding: .5em 0 5px;
		margin-right: 20px;
	}

	.company-page-menu .current {
		display: block;
		border-bottom: 1px solid #99f;
		text-decoration: none;
		padding: .5em 0 5px;
		margin-right: 20px;
	}
	.company-page-menu .special {
		display: none;
	}



/* right-column part */

.right-column-2 {
/*	width: 500px;*/
	padding-left: 10px;
}

.right-column {
	width: 250px;
}

.cell-1x1 {
	float: left;
	width: 250px;		height: 70px;
	overflow: hidden;
}
.cell-2x1 {
	float: left;
	width: 500px;		height: 70px;
	overflow: hidden;
}
.cell-2x2 {
	float: left;
	width: 500px;		height: 140px;
	overflow: hidden;
}
.cell-2x3 {
	float: left;
	width: 500px;		height: 210px;
	overflow: hidden;
}
.cell-1x2 {
	float: left;
	width: 250px;		height: 140px;
	overflow: hidden;
}
.cell-1x3 {
	float: left;
	width: 250px;		height: 210px;
	overflow: hidden;
}
.cell {
	margin: 5px 5px 0;
}


.cell-article {
/*	background-color: #EBEFF2;*/
	height: 65px;
	padding-right: 8px;
}
	.cell-article-image {
		position: absolute;
		margin: 5px 8px 5px 0;
		width: 87px;		height: 55px;
		border: 1px solid #c99;
	}
	.cell-article-title {
		display: block;
		padding: 4px 0 0 98px;
		font-size: .85em;
	}
	.cell-article-teaser {
		margin: 3px 0 0 98px;
		color: #644;
		font-size: 0.825em;
		line-height: 95%;
		height: 3em;
		overflow: hidden;
	}

.cell-article-1 {
/*	background-color: #EBEFF2;*/
/*	height: 65px;*/
	padding-right: 8px;
}
	.cell-article-1-image {
		position: absolute;
		margin: 5px 8px 5px 0;
		width: 87px;		height: 55px;
		border: 1px solid #c99;
	}
	.cell-article-1-title {
		display: block;
		padding: 4px 0 0 98px;
		font-size: .85em;
	}
	.cell-article-1-teaser {
		margin: 3px 0 0 98px;
		color: #644;
		font-size: 0.825em;
		line-height: 95%;
/*		height: 3em;
		overflow: hidden;*/
	}
.cell-companynews {
}
	.cell-companynews a:link,
	.cell-companynews a:visited,
	.cell-companynews a:hover,
	.cell-companynews a:active {
		display: block;
		font-size: .85em;
		padding: 0 0 .6em 10px;
		background: url(images/arrow-right.gif) no-repeat 0 3px;
	}
.cell-title {
	color: #676767;
	font: normal 1.15em Tahoma, sans-serif;
	margin-bottom: .5em;
}
.cell-link-all {
	margin-bottom: .5em;
}
	.cell-link-all a:link,
	.cell-link-all a:visited,
	.cell-link-all a:hover,
	.cell-link-all a:active {
		color: #E03434;
		font: bold .85em Tahoma, sans-serif;
		padding: 0;
		background: none;
	}
.cell-link-bottom {
	text-align: right;
	font-size: .8em;
	padding: 0 10px 0 0;
}
	.cell-link-bottom a:link,
	.cell-link-bottom a:visited,
	.cell-link-bottom a:hover,
	.cell-link-bottom a:active {
		color: #125A95;
		font-weight: bold;
	}
.cell-do {
}
	dl.berdsk_news {
	}
	dl.berdsk_news dt {
		font-size: .85em;
		margin: 0 0 .6em;		padding: 0 0 0 10px;
		background: url(images/arrow-right.gif) no-repeat 0 3px;
	}
/*	dl.berdsk_news dd {
		font-size: .8em;
		margin: 0;		padding: 3px 0 .5em;
	}
*/
	
.cell-kurernews {
}
	ul.berdsk_news {
		clear: both;
		list-item: none;
		margin: 0;		padding: 0;
		font-size: .85em;
	}
	ul.berdsk_news li {
		margin: 0;			padding: 0 0 .6em 10px;
		background: url(images/arrow-right.gif) no-repeat 0 3px;
	}
	
.cell-discount {
}
	a.cell-discount-firmname:link,
	a.cell-discount-firmname:visited,
	a.cell-discount-firmname:hover,
	a.cell-discount-firmname:active {
		font-size: .85em;
		display: block;
		color: #92A2AD;
		margin: 0 0 4px;
	}
	a.cell-discount-title:link,
	a.cell-discount-title:visited,
	a.cell-discount-title:hover,
	a.cell-discount-title:active {
		font-size: .85em;
		display: block;
		color: #125A95;
		font-weight: bold;
	}
	.cell-discount-smallimage {
		background: #EBEFF2;
		border: 1px solid #DAE2E8;
		padding: 5px;		margin: 0 0 4px 4px;
		float: right;
	}
.cell-afisha {
}
.cell-afisha-table {
	width: 470px;
}
	.cell-afisha-table td {
		font-size: .85em;
		padding: .15em 5px;
	}
	.cell-afisha-table td.col-time{
		width: 50px;
		padding-left: 0;
		padding-right: 0;
	}
	.cell-afisha-table td.col-party div{
		width: 290px;	height: 1.2em;
		overflow: hidden;
		cursor: pointer;
	}
	.cell-afisha-table td.col-place div{
		width: 110px;	height: 1.2em;
		overflow: hidden;
		cursor: pointer;
	}
.cell-banner {
	text-align: center;
	vertical-align: middle;
}


.afisha-table {
}
	.afisha-table td {
		padding: .2em 1ex;
		font-size: .85em;
	}




/* Tabs
----------------------------------*/
#tabs ul li {
	list-style-image: none;
}
#tabs .tabs-content {
	border-top: 1px solid #999;
	padding-left: 0;		padding-right: 0;
}

.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; margin-bottom: 0;}
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* overrides for ui-tab styles */
ul.ui-tabs-nav { padding:0 0 0 8px; }
.ui-tabs-nav li { margin:5px 5px 0 0; }

.ui-tabs-nav li a:link,
.ui-tabs-nav li a:visited,
.ui-tabs-nav li a:hover,
.ui-tabs-nav li a:active { 
	font-size:12px; 
	padding:4px 1.0em 3px; 
	color:#333;					background-color: #ddd;
	border: 1px solid #999; 	border-bottom: 0 none; 
	outline: none;
}

.ui-tabs-nav li.ui-tabs-selected a:link,
.ui-tabs-nav li.ui-tabs-selected a:visited,
.ui-tabs-nav li.ui-tabs-selected a:hover,
.ui-tabs-nav li.ui-tabs-selected a:active { 
	color:#e6820E;				background-color: #fff;
	border: 1px solid #999;		border-bottom: 0 none; 
	outline: none;
}

.ui-tabs-panel { padding:20px 9px; font-size:12px; line-height:1.4; color:#000; }

.ui-widget-content a:link,
.ui-widget-content a:visited { color:#1b75bb; text-decoration:none; }
.ui-widget-content a:hover,
.ui-widget-content a:active { color:#0b559b; }






/* user part */

.user-left-column {
	width: 160px;
	padding: 2em 10px 0 0;
	font-size: .85em;
}
	.user-left-column ul {
		list-style: none;
		margin: 0;		padding: 3px 5px;
		border: 1px solid #f4f4f4;
		background-color: #fcfcfc;
	}
		.user-left-column ul li {
			margin: .3em 0;		padding: 0;
		}
		.user-left-column ul li a:link,
		.user-left-column ul li a:visited,
		.user-left-column ul li a:hover,
		.user-left-column ul li a:active {
			text-decoration: underline;
		}

.user-list-items-table {
	width: 780px;
	font-size: .85em;
}
	.user-list-items-table td {
		padding: 5px 8px;
		border-bottom: 1px solid #ccc;
	}
	.user-list-items-table th {
		padding: 5px 8px;
		border-bottom: 1px solid #ccc;
	}



.reg-table {
	width: 800px;
}
	.reg-table td {
		border-bottom: 1px solid #acacac;
		padding: .5em 2ex;
	}
	.reg-table .input-text {
		width: 250px;
	}
	.reg-table .input-text-short {
		width: 150px;
	}
	.reg-table .textarea {
		width: 300px;
	}
	.row-hover {
		background: #efefef;
	}

.dl-faq {
	margin: 1em 2ex;
}
	.dl-faq a:link,
	.dl-faq a:visited,
	.dl-faq a:active {
		text-decoration: underline;
	}
	.dl-faq a:hover {
		text-decoration: none;
	}
	.dl-faq dt {
		margin: .2em 0;
		text-decoration: underline;
		color: #56c;
		cursor: pointer;
	}
	
	.dl-faq dd {
		margin: 1em 2ex;
		display: none;
		font-size: .9em;
		color: #656565;
	}

/* This file contains the CSS data for the editable area(iframe) of TinyMCE */

.aligncenter,
dl.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.alignleft {
        float: left;
}

.alignright {
        float: right;
}

.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #f3f3f3;
        padding-top: 4px;
		clear: both;
        margin: 10px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}

.wp-caption-dd {
        font-size: 11px;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}

.wp-caption-text {
        font-size: 0.8em;
		padding: 2px;
}
/* END This file contains the CSS data for the editable area(iframe) of TinyMCE */

h1.profile {
	font-size: 20px;
}





.kurer-ads {
	margin: 10px 0;
	border: 1px solid #BAC6CF;
	font: 10px verdana,arial,sans-serif;
}
.kurer-ads-container {
	width: 468px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
}
.kurer-ads a:link,
.kurer-ads a:visited,
.kurer-ads a:hover,
.kurer-ads a:active {
	color:#125a95;
	cursor:pointer;
}
	.kurer-ads-item {
		width: 234px;		height: 42px;
		float: left;		overflow:hidden;
	}
		.kurer-ads-item-title {
			padding: 2px 6px 0 0;
			font-size:11px;
			font-weight:bold;
			line-height:14px;
		}
		.kurer-ads-item-text {
			color:#3f4950;
			display:block;
			font-size:10px;
			line-height:13px;
			padding: 0 6px 0 0;
		}
		.kurer-ads-item-url {
			color:#125a95;
			font-size:10px;
			line-height:12px;
			overflow:hidden;
			white-space:nowrap;
			cursor:pointer;
		}
	.kurer-ads-info {
		clear: both;
		margin: 6px 0 0 300px;
	}

.afisha-th
{
	font: bolder 14px  "Times New Roman", Times, Arial, sans-serif;
	background-color : #EFEFEF;
	color : #888888;
	text-align : left;
	padding: 5px 20px;
} 

.afisha-place
{
	color : #4E9BBF;
	font: bolder 14px  "Times New Roman", Times, Arial, sans-serif;
}

.afisha-gray
{
	color : #888888;
	border-bottom: 1px solid #E9E9E9;
		font: 14px  "Times New Roman", Times, Arial, sans-serif;
}
.afisha-blac
{
	color : #000000;
	border-bottom: 1px solid #E9E9E9;
	font: 14px  "Times New Roman", Times, Arial, sans-serif;
}







/* Right sidebar
-------------------------------------------------------------------------------- */

a.a_item {
	color:#125A95;

}
a.a_item:hover {
	color:#125A95;
}

.sidebar 
{
	float:left;
	width:320px;
	margin-top:10px;
}

.ad {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin-bottom:10px;
	padding:9px;
}

.sidebar .coupon_list {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border:1px solid #DDDDDD;
	padding:9px;
}

a.thumbnail {
	color:#125A95;
	text-decoration:none;
}

.sidebar .coupon_list .item .thumbnail img {
	padding:4px;
}


.sidebar .coupon_list h2 {
	border-bottom:1px solid #EEEEEE;
	color:#333333;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}

.sidebar .coupon_list h2 a {
	color:#333333;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:0 none;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
}
.list {
	margin-bottom:10px;
}
	.list:after {
		content:  "."; display: block; height: 0; clear: both; visibility: hidden;
	}

	.list .item {
		border-bottom:1px solid #EEEEEE;
		padding-bottom:10px;
		margin-bottom:20px;
	}
		.list .item .thumbnail {
			float:left;
			margin-left:0;
			margin-right:10px;
			display:block;
		}
			.list .item .thumbnail img {
				-moz-background-clip:border;
				-moz-background-inline-policy:continuous;
				-moz-background-origin:padding;
				-moz-border-radius-bottomleft:4px;
				-moz-border-radius-bottomright:4px;
				-moz-border-radius-topleft:4px;
				-moz-border-radius-topright:4px;
				background:#FFFFFF none repeat scroll 0 0;
				border:1px solid #DDDDDD;
				padding:4px;
			}
	.list .last {
		border-bottom:medium none;
		margin-bottom:0;
	}


body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea, button {
	color:#222222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.tip {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	margin-bottom:10px;
	padding:9px;
}

.tip p {
	color:#555555;
	font-size:13px;
	line-height:18px;
	margin:0;
}

.sidebar .coupon_list .item .thumbnail {
	float:left;
	margin:0 10px 10px 0;
}

.sidebar .coupon_list .more {
/*	border-top:1px solid #EEEEEE;
	padding-top:5px;*/
	font-weight:bold;
	margin:0;
	text-align:center;
}

.sidebar .coupon_list .item h4 {
	font-size:12px;
	font-weight:normal;
	line-height:18px;
	margin-left:70px;
}

.sidebar .coupon_list .item p {
	font-size:12px;
	line-height:18px;
	margin-bottom:0;
	margin-left:70px;
}
.list .item p {
	color:#333333;
}

.sidebar .coupon_list .item h4 a {
	color:#999999;
}
.sidebar .coupon_list .item h4 a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	color:#125A95;
}


.list h3 {
	font-size:14px;
	line-height:20px;
	margin-bottom:2px;
}

h3 {
	font-size:22px;
	line-height:25px;
}


.sidebar .coupon_list .item h3 a {
	color:#125A95;
}
.sidebar .coupon_list .item h4 a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
}
.sidebar .coupon_list .item h3 {
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	margin-left:70px;
}

.list .item .thumbnail:hover img {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EDF5F9 none repeat scroll 0 0;
	border-color:#C9DEEA;
}







.sidebar .coupon_list .more a:hover {
	color:#999999;
}

.sidebar .coupon_list .more a {
	color:#999999;
}


.tip a {
	font-weight:bold;
	margin:0;
	padding-top:5px;
	text-align:center;
	color:#000000;
}
.tip a:hover {
	color:#000000;
	text-decoration: underline;
}

.content{
	border-right: 0px !important;
}
/* Table of contents
-------------------------------------------------------------------------------- */
.sub_category_list {
	clear: both;
	border-bottom:1px solid #EEEEEE;
	margin-bottom:10px;
	padding-bottom:10px;
	zoom: 1;
}
.sub_category_list h3 {
	margin:10px 0;
	text-align:center;
	font-weight: bold;
}
.sub_category_list h3 a {
	color:#222222;
}
.sub_category_list h3 a:hover {
	color:#125A95;
	text-decoration:none;
}
.sub_category_list:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.sub_category_list ul {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 15px 0 0;
	padding:0;
	width:200px;
}
.sub_category_list li {
	font-size:13px;
	line-height:21px;
}
.sub_category_list li a {
	color:#68A1C6;
}
.sub_category_list li a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	background:#C9DEEA none repeat scroll 0 0;
	color:#125A95;
	margin:-2px -4px;
	padding:2px 4px;
	text-decoration:none;
}
.alphabet {
	border-bottom:medium none;
	font-size:11px;
	margin:10px 0 0 0;
	padding:0 0 0px 2px;
}
.alphabet a {
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	color:#999999;
	margin:0 -2px;
	padding:2px 6px;
}
.alphabet a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#C9DEEA none repeat scroll 0 0;
	color:#125A95;
	text-decoration:none;
}




/* LIST
-------------------------------------------------------------- */
.list { 
	margin-bottom: 10px;
	/*zoom: 1;*/
}
.list:after { content:  "."; display: block; height: 0; clear: ; visibility: hidden; }
.list h3 { margin-bottom: 2px; font-size: 14px; line-height: 20px; }
.list .item { margin-bottom: 20px; zoom: 1; }
.list .item:last-child { margin-bottom: 0; }
.list .item:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.list .item .type { margin-bottom: 5px; font-size: 13px; line-height: 18px; font-weight: bold; color: #a4cf0e; text-transform: uppercase; }
.list .item h4 { margin: 0; font-size: 15px; line-height: 20px; }
.list .item h4 a:hover { margin: -2px -4px; padding: 2px 4px; background: #c9deea; text-decoration: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
.list .item h5 { margin-bottom: 2px; font-size: 14px; line-height: 20px; font-weight: normal; color: #777; text-transform: none; }
.list .item h5 a { color: #777; }
.list .item p { margin-bottom: 5px; font-size: 14px; line-height: 20px; color: #333; }
.list .item .phone { font-size: 13px; color: #777; }
.list .item .date { margin: 0; font-size: 13px; color: #999; }
.list .item .byline { margin: 0; font-size: 13px; color: #999; }
.list .item .thumbnail { float: right; display: block; margin-left: 10px; }
.list .item .thumbnail img { padding: 4px; background: #fff; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.list .item .thumbnail:hover img { background: #edf5f9; border-color: #c9deea; }
.list .footer { list-style: none; margin: 5px 0 0 0; padding: 0; font-size: 12px; line-height: 20px; color: #999; overflow: hidden; }
.list .footer li { float: left; margin: 0 15px 0 0; overflow: hidden; }
.list .footer li img.avatar { float: left; margin: 0 5px 0 0; padding: 2px; background: #ddd; width: auto; height: auto; -webkit-border-radius: 3px; }






.list .item {
	border-bottom:1px solid #EEEEEE;
	margin-bottom:10px;
	padding-bottom:10px;
}

.list .item div
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:0 none;
	font-size:100%;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}


.list .item .thumbnail {
	float:left;
	margin-left:0;
	margin-right:10px;
	display:block;
}

.list .item .thumbnail a {
	color:#125A95;
	text-decoration:none;
}



.list .item h4 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border:0 none;
	color:#222222;
	font-family:'Helvetica Neue',helvetica,Arial,sans-serif;
	font-size:100%;
	line-height:20px;
	margin:0 0 0px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	vertical-align:baseline;
}

.list .item h4 a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	background:#C9DEEA none repeat scroll 0 0;
	margin:-2px -4px;
	padding:2px 4px;
	text-decoration:none;
	color:#125A95;
	text-decoration:none;
}




.list .item h5 {
	color:#777777;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:2px;
	text-transform:none;
	font-family:'Helvetica Neue',helvetica,Arial,sans-serif;
}

.list .item h5 a {
	color:#777777;
}

.list .item h5 a:hover {
	text-decoration:underline;
}


.list .item p {
	color:#333333;
	font-size:14px;
	line-height:20px;
	margin-bottom:5px;
	font-family:'Helvetica Neue',helvetica,Arial,sans-serif;
}


.list .footer {
	background-color: #ffffff;
	color:#999999;
	font-size:12px;
	line-height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 0 0;
	overflow:hidden;
	padding:0;
	font-family:'Helvetica Neue',helvetica,Arial,sans-serif;
}

.list .footer li {
	float:left;
	margin:0 15px 0 0;
	overflow:hidden;
}

.list .footer ul {
	padding-left:20px;
}

.list .footer p, ul, ol, dl {
	margin-bottom:10px;
}

/* Featured categories
-------------------------------------------------------------*/
.featured_categories {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#EDF5F9 none repeat scroll 0 0;
	border:1px solid #C9DEEA;
	font-size:13px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:3px;
	zoom: 1;
}
.featured_categories:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.featured_categories li {
	float:left;
}
.featured_categories li a {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	color:#68A1C6;
	display:block;
	float:left;
	font-weight:bold;
	padding:4px 13px;
	white-space:nowrap;
	width: auto;
}
.featured_categories li a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#125A95 none repeat scroll 0 0;
	color:#FFFFFF;
	text-decoration:none;
}



/* для пейджера (прокрутка страниц)*/

.controls {
	clear: both;
	border-bottom:1px solid #EEEEEE;
	height:27px;
	padding-bottom:10px;
	position:relative;
	z-index:999;
}
.controls:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.controls .rss { float: left; margin: 0; padding: 2px 0 0 23px; background: url(../images/icons/feed.gif) no-repeat 0 50%; font-size: 13px; }
.controls .rss a { color: #68a1c6; }
.controls .rss a:hover { margin: -2px -4px; padding: 2px 4px; background: #c9deea; color: #125a95; text-decoration: none; -webkit-border-radius: 2px; -moz-border-radius: 2px; }

.controls .pagination {
	float:right;
}


.pagination {
	color:#999999;
	font-size:11px;
	font-weight:bold;
	margin:0;
	overflow:hidden;
	text-align:center;
	line-height:22px;
}
.pagination a, .pagination span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#EEEEEE none repeat scroll 0 0;
	color:#555555;
	display:block;
	float:left;
	margin-left:1px;
	padding:3px 8px;
}
.pagination span {
	color:#999999;
}
.pagination .elipsis {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	padding:3px;
}
.pagination a.current, .pagination a.current:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#999999 none repeat scroll 0 0;
	color:#FFFFFF;
	cursor:default;
	text-decoration:none;
}
.pagination a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#125A95 none repeat scroll 0 0;
	color:#FFFFFF;
	text-decoration:none;
}

