@charset "UTF-8";

/* Блок цен в блоке товара*/
/* используется и в списках и в карточке*/
div.product div.prices{
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	/*text-align: right;*/
	padding: 3px 5px;
}

div.prices .price{
	font-weight: bold;
	font-size: 120%;
}

/* корректировка блока цен в карточке товара */
.page .prices {
 font-size: 150%;
}

/* Цена РРЦ*/
.ex{
	color: #DDD;
	text-decoration: line-through;
}

/* РРЦ для специальной цены */
div.special .ex{
	color: #000;
	text-decoration: none;
}


div.product.on_order{
	background: url(img/on_order.png) no-repeat 100% 100%;
}


/* скидка в процентах рядом с ценой */

div.discount{
	float: left;
	font-size: 120%;
	font-weight: bold;
}
div.sale div.discount{
	color: red;
}
div.special div.discount{
	color: green;
}

/* Новинка */

.is_new{
	background: url(img/is_new.png) no-repeat -3px -2px;
}


/* ЦЕНОВЫЕ АКЦИИ */

/* Распродажа (всегда) */


.sale{
	background-position: 1px center;
	background-repeat: no-repeat;
	color: #c00;
}
/* кнопка распродажа в фильтре списка товаров */
.filtr_body  .btn.active.sale{
	color: #c00;
}

/* Специальная цена (с 2014) */
.special {
	color: green;
}
/* кнопка распродажа в фильтре списка товаров */
.filtr_body .btn.active.special{
	color: green;
}
/* выделение карточки товара для Спец. Цена */
/* выделение карточки товара */
.specialBox {
}

/* ЛИКВИДАЦИЯ (с 2015) */
.a_102{
	color: #c00;
}

div.price.a_102:after{
	color: #F19DAD;
	font-size: 70%;
	content: 'скидка при покупке на сайте -20%';
	white-space: nowrap;
}



.a_102Box{
	background: url(img/a_102_box.png) no-repeat 0 0;
}

/* АКЦИЯ 15/20/30 */

.a_103Box{
	background: url(img/a_103_box.png) no-repeat 0 0;
}
.a_103Page .a_103{
	background: url(img/a_103_page.png) no-repeat 20px 0;
	min-height: 44px;
}

/* ценовые акции */


