h1,
.b-page-title {
	text-transform: uppercase;
}
h2 {
	text-transform: uppercase;
}

.h-menu_projects {
	text-transform: uppercase;
}

.h-menu_special {
	text-transform: uppercase;
}

.b-actions-discounts {
	text-transform: uppercase;
}

	.b-actions-discounts .b-title {
	font-weight: normal;
	}

	.b-actions-discounts .b-menu .b-link {
	font-weight: normal;
	}

.b-main-menu {
	text-transform: uppercase;
}

	.b-main-menu .b-menu .b-link {
	font-weight: normal;
	}

.b-page-content .b-breadcrumbs {
	text-transform: uppercase;
}

.h-tabs {
	text-transform: uppercase;
}

	.b-action__title {
	text-transform: uppercase;
	}

	.b-product__label {
		text-transform: uppercase;
	}
.b-small-banners {
	text-transform: uppercase;
}

	.b-in-social__title {
	text-transform: uppercase;
	}

	.b-page-content .b-breadcrumbs-section {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin: -0.5em 0 -1em 0;
}

	.b-breadcrumbs-section .b-link_breadcrumb {
	margin-right: 2em;
	text-decoration: none;
	}
/* ratings */
.b-stars img {
	margin:0;
	width:10px;
	height:9px;
	background:transparent url() 0 0 no-repeat;
	}
.b-stars img.r-0 {
	background-image:url('../i/icons/star-empty.png');
	}
.b-stars img.r-half {
	background-image:url('../i/icons/star-half.png');
	}
.b-stars img.r-1 {
	background-image:url('../i/icons/star-full.png');
	}

/* Подменю на страницах разделов */
.submenu {
	background:white;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	}
	.submenu table {
		border-collapse:separate;
		border-spacing:8px;
		}
		.submenu table td {
			border:1px solid #c8baa7;
			padding:4px;
			vertical-align:middle;
			}
			.submenu table td a {
				text-transform:uppercase;
				font-weight:bold;
				text-decoration:none;
				color:black;
				font-size:larger;
				}
/* на самом деле, фон у баннера не нужен */
.b-banner .b-banner__i {
	background-color:transparent;
	}
/* Исправляем ширину верхнего баннера в ФФ */
.b-banner_wide {
	width:100%;
	}
.b-page-content .b-breadcrumbs-section {
	text-align:left;
	}
/* список товаров, маленькими иконками */
.b-gallery .b-image {
	float:left;
	margin:0 15px 15px 0;
	padding:0;
	width:73px;
	height:73px;
	line-height:73px;
	border:1px solid #CBCAC6;
	background: transparent none 50% 50% no-repeat;
	}
/* small pager on product page */
.tovar-pager {
	text-align:center;
	}

/* filter "modal" windows */
.filters-container-layout .filter {
	float:left;
	width:30%;
	margin:0 2px 5px 0;
	}
.filters-container-layout .location {
	float:right;
	width:35%;
	border-left:1px dotted silver;
	}
.filters-container-layout .location div {
	margin-left:.5em;
	}
	.filters-container-layout .location label.b-notlink {
		display:block;
		margin:.2em 0;
		}

.filters-container {
	width:570px;
	height:440px;
	float:left;
	margin:0;
	padding:0;
	font-size:12px;
	text-align:left;
}
ul.filters-container {
	list-style:none;
	width:25em;
	}
	ul.filters-container li {
		padding-left:2em;
	}
.scrollable-pane {
	overflow:auto;
}

.filters-container ul {
	width:170px;
	height:100px;
	overflow:auto;
	float:left;
	list-style:none;
	margin:5px;
	padding:0;
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
}
.filters-container ul li {
	padding:0 0 0 20px;
}
.filter-selected {
	background:#eee;
}
ul.filter-selected-list {
	width:210px;
	height:380px;
	margin:5px;
	padding:0;
	overflow:auto;
	list-style:none;
	font-size:12px;
}
ul.filter-selected-list li {
	background-color:transparent;
	background-position:top left;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}
button.filters-ok, button.filters-apply {
	margin:5px;
	float:left;
	text-align:center;
}
button.filter-clear {
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	top:0;
	right:0;
	margin:0 0.5em;
	border:1px solid black;
	background:white;
	color:black;
	padding:0;
	}
#filters-selection div {
	margin-bottom:.5em;
	height:auto;
	position:relative;
	}
	#filters-selection div div {
		margin-bottom:0;
		width:90%;
		height:auto;
	}

ul.filters-container .color {
	width:140px;
	float:left;
	display:block;
	margin-bottom:2px;
	padding:0;
	}
	.filters-container .color div {
		width:16px;
		height:16px;
		float:left;
		margin-right:3px;
		}
/* for better usability, added by vbolshov */
.b-filter-list__value {
	cursor:pointer;
	//cursor:hand;
	}
div.blockUI * {
	text-align:left;
	}
/* form.line-by-line - every label & input on its own line */
form.line-by-line label, form.line-by-line .elt {
	display:block;
	width:100%;
	}
form.line-by-line label {
	margin-top:.5em;
	}
form.line-by-line .elt {
	font-size:larger;
	}
	
.b-action__title .b-action-title {
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	color: #ba0a09;
	text-decoration: none;
}

	#js .g-immediate-forum span {
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-style: none!important;
}

.first {
	margin-bottom: 1em;
}

/* articles */
.article {
	border-bottom:1px solid #c9bba7;
	margin-bottom:1em;
	padding-bottom:0em;
	}
	.article h4 {
		margin:0 0 .5em;
		}
		.article h4 .i-rating-r {
			float:right;
			}
.article-date {
	color:#716659;
	text-align:right;
	margin:0 0 0em;
	}
.rss-disclaimer {
	font-weight:bold;
	}
/* remove mdashes from lists */
.b-page-content li {
	display:list-item;
	}
.b-page-content ul.address-list > li:before {
	content: "";
}

/* filters: disabled state */
.b-search-filter a.disabled {
	color:silver;
	}

/* minor changes to filters */
.b-search-filter .b-menu .subscribe {
	float:left;
	}
.b-search-filter .b-menu .apply {
	display:block;
	margin-top:.5em;
	text-align:center;
	font-size:larger;
	}
	.b-search-filter .b-menu .apply span {
		font-weight:bold;
	}

/* product page */
.b-product-image {
	text-align:center;
	}
.b-product-info {
	text-align:center;
	}

.b-functions .subscribe {
	margin-right:1em;
	}

/* pager */
.paginator {
	width:100%;
	}
	.b-paginator .navigation {
		margin-bottom:.5em;
		font-size:xx-large;
		}
		.b-paginator .navigation a {
			text-decoration:none;
			}
	.b-paginator .navigation .prev {
		float:left;
		}
	.b-paginator .navigation .next {
		float:right;
		}
	
/* comments */
.b-comment h4 {
	font-size:1.5em;
	font-weight:bold;
	color:#564e44;
	margin-bottom:0;
	}

/* stickers */
.b-sticker, .b-sticker .b-sticker__image img, .b-sticker .b-discount__i img, .b-sticker .b-sticker__content {
	cursor:pointer;
}
.b-sticker .b-sticker__title {
	text-transform:uppercase;
	}

/* http://ag.rasprodaga.ru/ticket/688#comment:2 */
.b-tabs__item span.g-active {
	height: 22px;
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 3px 40px 0 15px;
	text-decoration: none;
}
.b-tabs__item_first span.g-active {
	padding-left: 15px;
	}
/* fixes for banners */
.b-banner__i {
	width:960px;
	margin:0 auto;
	text-align:center;
	}
.banner-left-side {
	width:180px;
	}
/* 45-degrees rotated text */
.text-angle-45 span {
	background-position:50% 50%;
	background-repeat:no-repeat;
	display:block;
	width:70px;
	height:62px;
	}
.text-angle-45 img {
	margin-top:-19px;
	margin-left:-19px;
}
.text-angle-315 img {
	margin-top:-12px;
	margin-left:0;
}

.h-menu_special .b-menu_inline	{
	font-size: 1.2em;
	line-height: 1.286em;
	margin: -0.4em 0 0 0;
	}
/* banners in page content (like those between results in /new/ or /archive/ ) */
.b-banner-in-content {
	width:438px;
	overflow: hidden;
}

.b-your-city {
	font-weight: bold;
	float: left;
	text-align: justify;
	text-align-last: justify;
}
	.b-your-city .b-menu {
	padding: .2em 0 0;
	margin-bottom: -1.5em;
	}
	.b-your-city .b-menu:after {
	content: " .";
	display: inline-block;
	margin-right: 99%;
	position: relative;
	visibility: hidden;
	}
	.b-your-city .b-menu .b-menu {
	margin-bottom: 0;
	}
	.b-your-city .b-menu .b-menu:after {
	content: "";
	display: none;
	margin: 0;
	}
	.b-your-city .b-menu__item {
	position: relative; z-index: 5;
	display:block;
	text-align:center;
	}
	.b-your-city a,
	.b-your-city strong {
	line-height: 4em;
	text-decoration: none;
	text-transform:uppercase;
	}
	.b-your-city a:hover {text-decoration: underline;}
	.b-your-city .b-menu_inline {
	font-size:1.2em;
	line-height:1.286em;
	margin:-0.4em 0 0;
	}
	/* popdown-menu level 2 add deeper */
	.b-menu__item div.level-deep {
	top:-1em;
	left:105%;
	z-index:10;
	background-color:white;
	}
	.b-menu__item div.level-deep ul {
		background-color:#FFF3E0;
	}
	/* popdown-menu 3d level
	.b-menu__item:hover .h-menu_popdown .h-menu_popdown {
		z-index:100;
		background:silver;
		display: none;
		top:-1em;
		left:105%;
	}*/
	li.b-menu__item {
		display:block;
	}
	.h-menu_popdown {
	background: #f1e5d3;
	}
	.h-menu_special .h-menu_popdown li a {
	color:#564e44;
	}
	.h-menu_special .h-menu_popdown li a.hover {
	color:#ba0b0a;
	background:transparent url(../i/discount-bullet.png) 100% 50% no-repeat;
	}
	.h-menu_popdown {
		border:1px solid #bda88e;
	}
	.h-menu_popdown .edges { background:transparent; }

	.h-menu_special { width: 912px; }

	.archive-helper p {
		font-weight:bold;
		color:black;
	}
		.archive-helper p a.option {
			font-weight:normal;
			text-decoration:none;
			border-bottom:1px dotted #ba0b0a;
		}
/* forms, every element on its own line */
.line-by-line input.noticeable {
	font-size:large;
}
a.instant-order {
	display:block;
	font-size:large;
	font-weight: bold;
	margin:.3em 0;
}

/* http://rm.megaplan.ru/task/1001538/card/ */
.b-page-content-nomargin {
	margin:-26px 0 10px;
}

.b-product-image {
	margin-bottom: 1em;
}

/* narrow popdown menu */
.h-menu_popdown {left:-8px;width:16em;margin-top:5px;}
.b-menu_popdown {padding:0px 8px !important;}
.b-menu_popdown .b-menu__item a {padding:0.25em 0;text-transform:none;}

/* проц. шкала для совм. покупок */
.scale div {
	margin:2px 3px 2px 0;
	float:left;
	border: 1px solid #d1d1d1;
	border-radius:2px;
	-moz-border-radius:2px;
	overflow: hidden;
	width: 58%;
}
	.scale div span {
		display:block;
		position:relative;
		border-radius:0 2px 2px 0;
		-moz-border-radius:0 2px 2px 0;
	}
	.scale div.low span {
		background:#a8e61d;
	}
	.scale div.mid span {
		background:#fff200;
	}
	.scale div.high span {
		background:#ed1c24;
	}
.scale em {
	float:left;
	width: 34%;
}

/* спец-стикер: товар в "совместных покупках" */
.b-product .scale {
	width:115px;
	height:10px;
	font-size:10px;
	line-height:10px;
	position:absolute;
	top:5px;
	left:10px;
}
	.b-product .scale div {
		height:5px;
		line-height:10px;
		border: 1px solid #d1d1d1;
	}
		.b-product .scale div span {
			height:5px;
		}
	.b-product .scale em {
		height:10px;
		line-height:10px;
	}
/* проц. шкала для совм. покупок на странице описания товара */
.scale-large {
	border:1px solid #d1d1d1;
	padding:10px 10px 10px 5px;
}
.scale-large .scale {
	width:100%;
	height:20px;
}
	.scale-large .scale div span {
			height:15px;
		}
	.scale-large .days-left {
		color:#ba0b0a;
		font-weight: bold;
		clear:both;
		display: block;
		text-align: center;
	}

	.b-product__price .old {
		color:#828282;
		text-decoration: line-through;
	}
.search-results {
	margin-right:20px;
}
.search-results-rasprodaga_goods {
	margin-right:0;
}
.paginator-search-results-rasprodaga_goods {
	margin-right:20px;
}