@CHARSET "UTF-8";



/* Фильтры */

#filters {
	position: relative;
	background-color: #ebebeb;
	margin-bottom: 3px;	
	height: 35px;
}
#filters .inner-wrapper {
}
#filters .arrow {
	position: absolute;
	z-index: 100;
	width: 15px;
	height: 7px;
	background: url('/img/arrows.gif') 0 -7px no-repeat;
	left: 0;
	top: 35px;
	font-size: 0;
	line-height: 0;
	text-indent: -5000px;
}



/* Строка текущего состояния фильтров */

#filters-string {
	overflow: hidden;
	position: absolute;
	width: 100%;	
	z-index: 0;
	padding: 9px 0;
	/* float: left; */
	white-space: nowrap;
}



/* Кнопки включения/выключения фильтров */

#filters .fade-out {
	background: url('/img/fade-out-gray.png') top left no-repeat;
	right: auto;
	top: 2px;
	margin-left: -30px;
}
#filters .buttons {
	position: relative;
	z-index: 1;
	float: right;	
	padding: 6px 0px 6px 10px;
	margin: 0px;
	background-color: #ebebeb;
}
#filters .buttons li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 22px;
	background-image: url('/img/buttons.gif');
	border-right: #858585 1px solid;
	cursor: pointer;
	// cursor: hand;
	position: relative;
}
#filters .buttons li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #666;
	font-family: Tahoma;
	font-size: 10px;
	line-height: 22px;
}
#filters .buttons li.l-active a,
#filters .buttons li.c-active a,
#filters .buttons li.r-active a {
	color: #d3d3d3;
}
#filters .buttons .icon {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	width: 22px;
	height: 20px;
}
#filters .buttons .icon img {
	margin: 0px 0px;
	width: 44px;
	height: 40px;
	background: url('/img/icons/filters.png') top left no-repeat;	
	-filter: expression((runtimeStyle.filter == '') ? runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+currentStyle.backgroundImage.split('\"')[1]+', sizingMethod=crop)' : runtimeStyle.filter, runtimeStyle.backgroundImage = 'none');	
}
#filters .buttons #show-tags-button .icon img {}
#filters .buttons #show-regions-button .icon img { margin-left: -22px; }
#filters .buttons #show-regions-button .icon { margin: 0px 4px 0px 0px; }
#filters .buttons li.l-active .icon img, #filters .buttons li.r-active .icon img { margin-top: -20px; }

#filters .buttons .filter-arrow { display: none; position: absolute; left: 50%; margin: -7px 0px 0px -8px; width: 15px; height: 8px; background: url('/img/filter-arrow.gif') top left no-repeat; }
#filters .buttons #show-tags-button .filter-arrow { }
#filters .buttons #show-regions-button .filter-arrow { }
#filters .buttons li a.filter-cancel { display: none; position: absolute; padding: 0px; margin: -40px 0px 0px 0px; white-space: nowrap; color: #0388c0; font-size: 100%; line-height: 140%; font-family: Arial, Tahoma, sans-serif; }
#filters .buttons li.l-active .filter-arrow, #filters .buttons li.r-active .filter-arrow, #filters .buttons li.l-active .filter-cancel, #filters .buttons li.r-active .filter-cancel { display: block; }
a.filter-cancel:hover { color: #ff202b !important; }

#filters .buttons li span.right {
	position: absolute;
	width: 5px;
	height: 22px;
	z-index: 100;
	right: -4px;
	background: url('/img/buttons.gif') top right;
}

/* Обычное состояние кнопок */

#filters .buttons li.l {
	background-position: top left;
}
#filters .buttons li.c {
	background-position: top center;
}
#filters .buttons li.r,
#filters .buttons li.r-active {
	background-position: top right;
	border-right: none;
}



/* Ховер на кнопки */

#filters .buttons li.l:hover {
	background-position: center left;
}
#filters .buttons li.c:hover {
	background-position: center center;
}
#filters .buttons li.r:hover {
	background-position: center right;
}
#filters .buttons li:hover span.right {
	background-position: center right;
}

/* Активные (нажатые) кнопки */

#filters .buttons li.l-active,
#filters .buttons li.l-active:hover {
	background-position: bottom left;
}
#filters .buttons li.c-active,
#filters .buttons li.c-active:hover {
	background-position: bottom center;
}
#filters .buttons li.r-active,
#filters .buttons li.r-active:hover {
	background-position: bottom right;
}
#filters .buttons li.l-active span.right,
#filters .buttons li.l-active:hover span.right {
	background-position: bottom right;
}

#filters-content .tags, #filters-content .regions { padding-bottom: 30px; }

/* Облако тегов */

.tags {
	margin: 20px 0;
	text-align: center;
}
.tags label,
.tags a {
	border: transparent 3px solid;
	-border: white 3px solid;
	padding: 0 5px;
	margin: 0 5px;
	white-space: nowrap;
	
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 15px;
	line-height: 35px;
	font-style: italic;
	color: #777;
	cursor: pointer;
	// cursor: hand;
}
.tags a:hover {
	color: #ff202b;
}
.tags .w2 {
	font-size: 18px;
	line-height: 35px;
	color: #444;
}
.tags .w3 {
	font-size: 24px;
	line-height: 35px;
	color: #000;
}
.tags .active {
	border: #ff202b 3px solid;
	color: #ff202b !important;
}
.tags .disabled {
	color: #999;
}
.tags input {
	display: none;
}
.tags input {
	display: none;
}


/* Список регионов */

div.regions {
	margin: 20px 0 20px -8px;
	font-size: 120%;
	line-height: 150%;
	color: #999;
	-position: relative;
}
div.regions ul {
	float: left;
	width: 20%;
	//width: 18%;
	margin: 0px 5% 0px 0px;
	padding: 0px;
}
div.regions ul li {
	margin: 5px 0;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
}
div.regions ul li a,
div.regions ul li span {
	border: transparent 2px solid;
	padding: 2px 5px;
	color: #000;
	text-decoration: none;
	-border-color: #fff;
}
div.regions ul li a:hover {
	color: #ff202b;
}
div.regions ul li a.active {
	border: #ff202b 2px solid;
	color: #ff202b;
}
div.regions ul li span,
div.regions ul li a.disabled {
	color: #999;
}

