/*
----
Блоки содержимого
----
*/

/* Цветовые вариации - синий */

.pageblock TH.blue {
	font: bold 11px Tahoma;
	color: #fff;
	background: url(../i/pblock_blue_bg.gif) repeat-x #1669b5;
	height: 26px; }
	
.pageblock TH.blue DIV {
	background: url(../i/pblock_blue_bgright.gif) no-repeat right;
	width: 100%;
	height: 100%; }
	
.pageblock TH.blue DIV DIV {
	background: url(../i/pblock_blue_bgleft.gif) no-repeat 0px 0px;
	padding: 6px 0px 0px 24px;
	text-align: left;
	width: 100%;
	height: 100%; }
	
/* Цветовые вариации - красный */

.pageblock TH.red {
	font: bold 11px Tahoma;
	color: #fff;
	background: url(../i/pblock_red_bg.gif) repeat-x #bb3b15;
	height: 26px; }
	
.pageblock TH.red DIV {
	background: url(../i/pblock_red_bgright.gif) no-repeat right;
	width: 100%;
	height: 100%; }
	
.pageblock TH.red DIV DIV {
	background: url(../i/pblock_red_bgleft.gif) no-repeat 0px 0px;
	padding: 6px 0px 0px 24px;
	text-align: left;
	width: 100%;
	height: 100%; }
	
/* Содержимое блока */

.pageblock TD.content {
	padding: 8px;
	border: 1px solid #e4e4bc;
	border-top: 3px solid #e4e4bc; }
	
/* Ссылка на полное содержание блока */

.pageblock A.expandtopic, .pageblock A.expandtopic:visited {
	clear: both;
	display: block;
	font: bold 11px Tahoma;
	color: #175488;
	background: url(../i/bullet_expandtopic.gif) 0px 4px no-repeat;
	padding: 0px 0px 0px 15px; }

.pageblock A.expandtopic:hover {
	background: url(../i/bullet_expandtopic_a.gif) 0px 4px no-repeat; }
	
/*
----
Блок 'Специальные акции'
----
*/

.specaction {
	clear: both;
	font: 11px/1.3 Tahoma;
	color: #525252;
	margin: 0px 0px 10px 0px;
	width: 100%; }

/* Контейнер картинки */

.specaction DIV.image {
	float: left;
	padding: 0px 0px 10px 0px;
	width: 90px; }
	
.specaction DIV.image IMG {
	display: block;
	border: 1px solid #e4e4bc;
	border-right: 3px solid #e4e4bc; }

/* Контейнер текста */
	
.specaction DIV.text {
	margin: 0px 0px 0px 100px;
	width: 210px; }
	
/* Заголовок */
	
.specaction DIV.text H1 {
	font: bold 11px Tahoma;
	color: #729cc1;
	margin: 0px 0px 8px 0px; }
	
/* Ссылка 'подробнее' */
	
.specaction DIV.text A.detail, .specaction DIV.text A.detail:visited {
	font: 10px Tahoma;
	color: #175488;
	text-decoration: underline; }
	
.specaction DIV.text A.detail:hover {
	color: #1485e6; }
	
/*
----
Блок 'Товары дня'
----
*/

/* Контейнер */

.popularitems {
	background: #f9f9e7;
}

/* Контейнер */

.popularitem {
	clear: both;
	margin: 0px 0px 15px 0px; }
	
/* Контейнер картинки */
	
.popularitem .image {
	float: left;
	padding: 0px 0px 10px 0px;
	width: 90px;
	text-align: center; }
	
.popularitem .image IMG {
	border: 0px;
	text-align: center; }
	
/* Контейнер текста */
	
.popularitem .text {
	margin: 0px 0px 0px 100px;
	width: 90px; }
	
/* Ссылка на раздел */
	
.popularitem .text A.path, .popularitem .text A.path:visited {
	display: block;
	font: 9px Tahoma;
	color: #61829f;
	text-decoration: underline;
	margin: 0px 0px 3px 0px; }
	
.popularitem .text A.path:hover {
	color: #1485e6;
	text-decoration: none; }
	
/* Ссылка с названия товара */
	
.popularitem .text A.title, .popularitem .text A.title:visited {
	display: block;
	font: bold 11px Tahoma;
	color: #bb3b15;
	text-decoration: underline;
	margin: 0px 0px 5px 0px; }
	
.popularitem .text A.title:hover {
	color: #7f1d00;
	text-decoration: none; }
	
/* Цена */
	
.popularitem .text .price {
	position: relative; left: -3px;
	font: bold 12px Tahoma;
	color: #fff;
	background: #bb3b15;
	padding: 2px 3px 2px 3px;
	border-left: 3px solid #e4e4bc; }
	
/* Описание товара */
	
.popularitem .text .description {
	font: 10px/1.3 Tahoma;
	color: #525252;
	margin: 3px 0px 0px 0px; }
	
/*
----
Блок 'Новости'
----
*/

/* Контейнер */

.newsitem {
	clear: both;
	font: 11px/1.3 Tahoma;
	color: #525252;
	margin: 0px 0px 10px 0px; }
	
/* Контейнер картинки */
	
.newsitem .image {
	float: left;
	padding: 0px 0px 10px 0px;
	width: 90px; }
	
.newsitem .image IMG {
	display: block;
	border: 1px solid #e4e4bc;
	border-right: 3px solid #e4e4bc; }
	
/* Контейнер текста */
	
.newsitem .text {
	margin: 0px 0px 0px 100px;
	width: 175px; }
	
/* Заголовок новости */
	
.newsitem .text H1 {
	font: bold 11px Tahoma;
	color: #729cc1;
	margin: 0px 0px 4px 0px; }
	
/* Дата новости (или другой комментарий) */
	
.newsitem .text H2 {
	font: 9px Tahoma;
	color: #b1b1b1;
	margin: 0px 0px 4px 0px; }
	
/* Ссылка 'подробнее' */
	
.newsitem .text A.detail, .newsitem .text A.detail:visited {
	font: 10px Tahoma;
	color: #175488;
	text-decoration: underline; }
	
.newsitem .text A.detail:hover {
	color: #1485e6; }
