.header {font-family:Tahoma, sans-serif; font-size: 12px; COLOR:#2FFFFF; padding-left:10px; padding-right:5px;}
.mnews {font-family:Verdana,sans-serif; font-size: 11px; color:#000000; padding-left:5px; padding-right:5px; }
.text2 {font-family:Tahoma,sans-serif; font-size: 11px; color:#000000; padding-left:20px; padding-right:10px; }
.news {font-family:Arial, sans-serif; font-size: 9px; color:#ffffff; padding-left:10px; padding-right:5px; }

a:link{text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}


/* основной шрифт (размер, и т.д.) */
td{
font-size:15px;
font-family: sans-serif;
}

/* сообщения об ошибках и др. красный цвет */
.red{color: #ff5559;}

/* ссылки на подразделы внутри разделов (те, что по умолчанию под формой поиска) */
span.sclc a:link{font-size:15px; text-decoration:underline; font-weight: bold;}
span.sclc a:visited{font-size:15px; text-decoration:underline; font-weight: bold;}
span.sclc a:hover{font-size:15px; text-decoration:none; font-weight: bold;}
span.sclc a:active{font-size:15px; text-decoration:none; font-weight: bold;}

/* Расстояние между ссылками на подразделы внутри разделов (не в меню) */
.sclc p{margin:4px;}

/* стиль ссылок с названием товара в разделах и гл.странице */
.ptitle{font-size: 22px;}

/* таблицы товаров на гл.странице */
table.MainProdTbl{width:600px;}

/* таблица товаров в разделах */
table.ProdTbl{width:100%;}
table.ProdTbl td{vertical-align:top;}

/* div с изображением товара в разделах */
.CatPrImg{
float:left;
margin-right:5px;
margin-bottom:3px;
}

/* div с изображением товара на гл.странице */
.MainPrImg{
float:left;
margin-right:5px;
margin-bottom:3px;
}

/* div с изображением товара при поиске */
.SearchPrImg{
float:right;
margin-left:5px;
margin-bottom:3px;
}


/* BEGIN полосатые таблицы в форме регистрации, корзине, и оформления заказа и т.д. */
	.coltbl{
	/*border-top: 1px outset #f0f0f4;*/
	/*border-left: 1px outset #f0f0f4;*/
	/*border-right: 1px ridge #f0f0f4;*/
	/*border-bottom: 1px ridge #f0f0f4;*/
	border-bottom:2px inset #ECE0C7;
	width: 100%;
	}

	.coltbl td{
	padding:7px;
	}

	/* заголовок таблицы */
	.htr{
	height: 32px;
	}

	.htr a:link{text-decoration: underline; color: #884700;}
	.htr a:visited{text-decoration: underline; color: #884700;}
	.htr a:hover{text-decoration: underline; color: #ff0000;}

	.htr td{
	vertical-align:top;
	color:#884700;
	font-size: 13px;
	white-space: nowrap;
	}
	.htrLeft{
	background-image: url(img/hbg-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 12px;
	}
	.htrMiddle{
	background-image: url(img/hbg.gif);
	background-position: top;
	background-repeat: repeat-x;
	}
	.htrRight{
	vertical-align:top;
	background-image: url(img/hbg-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}



	/* светлая полоса */
	.str{background-color: #ffffff;}
	/* тёмная полоса */
	.ttr{background-color: #FEFAF3;}
	/* нижняя часть (не использ.) */
	.ftr{background-color: #F0EADA;}
	/* нижняя часть корзины */
	.CartFtr{background-color: #ffffff;}
	/* таблица внутри нижней части корзины */
	.CartTotal td{padding: 4px 0 4px 0; border-bottom: solid 1px #000000;}
/* END полосатые таблицы*/


/* BEGIN таблицы блоков вертикальных меню */
	.vMenuTbl{
	width: 100%;
	}
/* END таблицы блоков вертикальных меню */


/* BEGIN заголовки блоков вертикальных меню */
	.vMenuHtr td{
	font-weight:bold;
	padding:0px;
	height: 20px;
	font-size: 15px;
	padding:2px;
	}
	/* ссылки */
	.vMenuHtr td a:link{text-decoration: underline;}
	/* посещённые ссылки */
	.vMenuHtr td a:visited{text-decoration: underline;}
	/* ссылки при наведении мышью */
	.vMenuHtr td a:hover{text-decoration: none;}
	/* div с изображением в заголовке */
	.vMenuHImg{float:left; padding: 4px;}
/* END заголовки блоков вертикальных меню */


/* BEGIN блок верт. меню разделов */
	.MnuCat{width: 100%;}
	.MnuCat td{border-bottom: 1px dotted #cccccc;}

	/* ссылки */
	.MnuCat td a{
	margin-left: 2px;
	display: block;
	padding: 2px;
	width: 100%
	}

	.MnuCat td a:link{
	text-decoration: none;
	}

	/* ссылки при наведении мышью */
	.MnuCat td a:hover{
	text-decoration: underline;
	}

	/* посещённые ссылки */
	.MnuCat td a:visited{
	text-decoration: none;
	}

	/* подразделы в меню разделов */
	.MnuCat ul{
	margin-left: -5px;
	margin-top:0px;
	margin-bottom:10px;
	list-style-position: inside;
	list-style-type: none;
	}


	/* открытый раздел */
	.OpenedCat{padding:4px;font-weight:bold;color:#c1d2d2;}
/* END блок верт. меню разделов */


/* BEGIN таблица блока верт. меню новых товаров */
	.NewProdTbl{
	margin:0px;
	width: 100%;
	left: 0px;
	top: 0px;
	}

	.NewProdTbl td{
	text-decoration: none;
	padding:2px;
	}
/* END таблица блока верт. меню новых товаров */


/* BEGIN таблица блока верт. меню новостей */
	.NewsMenuTbl{width:100%;}

	.NewsMenuTbl td{
	border-bottom: 1px dashed #cccccc;
	padding:4px;
	}
/* END таблица блока верт. меню новостей */


/* BEGIN таблица блока меню корзины */
	.MnuCart{
	width:245px;
	}

	.MnuCart td{
	padding: 6px;
	font-size:12px;
	color:#000000;
	text-align:center;
	border-top: 1px dashed #156066;
	border-left: 1px dashed #156066;
	border-right: 1px dashed #156066;
	border-bottom: 1px dashed #156066;
	}

	.MnuCart td a:link{text-decoration: underline; color: #156066;}
	.MnuCart td a:visited{text-decoration: underline; color: #156066;}
	.MnuCart td a:hover{text-decoration: none; color: #ff0000;}
	.MnuCart td a:active{text-decoration: none; color: #156066;}
/* END таблица блока меню корзины */


/* BEGIN горизонтальное меню */
	.HorMenu td{
	font-size:14px;
	}

	/* ссылки */
	.HorMenu a:link{
	color:#26536F;
	text-decoration: none;
	}	

	.HorMenu a:visited{
	color:#26536F;
	text-decoration: none;
	}

	/* ссылки при наведении мышью */
	.HorMenu a:hover{
	color:#26536F;
	text-decoration: underline;
	}

	.HorMenu a:active{
	color:#26536F;
	}

	.HorMenuImg img{
	width: 18px;
	height: 18px;
	vertical-align: middle;
	}	
/* END горизонтальное меню */


.footer{
height:40px;
text-align: left;
color: #26536F;
}

.footer a:link{text-decoration: none; color: #26536F;}
.footer a:visited{text-decoration: none; color: #26536F;}
.footer a:hover{text-decoration: none; color: #26536F;}
.footer a:active{text-decoration: none; color: #26536F;}

.new_tovar a:link{text-decoration: underline; color: #191970;}
.new_tovar a:visited{text-decoration: underline; color: #191970;}
.new_tovar a:hover{text-decoration: none; color: #191970;}
.new_tovar a:active{text-decoration: none; color: #191970;}

.ImgTbl{
background-color:#ffffff;
}
.ImgTbl a:link{color:#26536F;}
.ImgTbl a:visited{color:#26536F;}

/* BEGIN ПРАЙС  */
	.prcoltbl{
	/*border-top: 1px outset #f0f0f4;*/
	/*border-left: 1px outset #f0f0f4;*/
	/*border-right: 1px ridge #f0f0f4;*/
	/*border-bottom: 1px ridge #f0f0f4;*/
	border-bottom:2px inset #ECE0C7;
	width: 95%;
	}

	.prcoltbl td{
	padding:7px;
	}

	/* заголовок таблицы */
	.prhtr{
	height: 32px;
	}

	.prhtr a:link{text-decoration: underline; color: #884700;}
	.prhtr a:visited{text-decoration: underline; color: #884700;}
	.prhtr a:hover{text-decoration: underline; color: #ff0000;}

	.prhtr td{
	vertical-align:top;
	color:#884700;
	font-size: 13px;
	white-space: nowrap;
	}
	.prhtrLeft{
	background-image: url(img/hbg-left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 12px;
	}
	.prhtrMiddle{
	background-image: url(img/hbg.gif);
	background-position: top;
	background-repeat: repeat-x;
	}
	.prhtrRight{
	vertical-align:top;
	background-image: url(img/hbg-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}



	/* светлая полоса */
	.prstr{background-color: #ffffff;}
	/* тёмная полоса */
	.prttr{background-color: #FEFAF3;}
	/* нижняя часть (не использ.) */
	.prftr{background-color: #F0EADA;}
/* END ПРАЙС полосатые таблицы*/

/* BEGIN таблица блока banners */
	.MnuBan{
	width:330px;
	}

	.MnuBan td{
	padding: 6px;
	font-size:12px;
	color:#000000;
	text-align:center;
	border-top: 1px dashed #156066;
	border-left: 1px dashed #156066;
	border-right: 1px dashed #156066;
	border-bottom: 1px dashed #156066;
	}

	.MnuBan td a:link{text-decoration: underline; color: #156066;}
	.MnuBan td a:visited{text-decoration: underline; color: #156066;}
	.MnuBan td a:hover{text-decoration: none; color: #ff0000;}
	.MnuBan td a:active{text-decoration: none; color: #156066;}
/* END таблица блока banners */


