body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 70%;
	font-family:  Tahoma;
	line-height: 140%;
	color: #5c5959;
	font-size: 8pt;
}

/* Теги */
img {
	border: 0;
}

h1, .h1, .title {
	font-size: 14pt;
	color: #5c5959;
}

h2, .h2 {
	font-size: 13pt;
}

h1, .h1, h2, .h2,
h1 a, .h1 a, h2 a, .h2 a,
.title, .title a {
	font-weight: normal;
	color: #5c5959;
}

h1, .h1, h2, .h2 {
	margin: 25px 0 10px 0;
	padding: 0;
}

p {
	margin: 3px 0 7px 0;
	padding: 0;
}

input, textarea
{
	border: 1px solid #a5a5a5;
	padding: 1px 2px 2px 2px;
}

.container {
	display: table;
	width: 100%; 
}

/* Позиционирование */
.left  {
	float: left;
	position: relative;
}

.right {
	float: right;
}

.nofloat {
	clear: both;
}

.clearing {
	clear: both;
	height: 0;
	font-size: 1px;
}

/* Цвет */
a, .blue,.blue_link a {
	color: #005279;
}

.gray,.gray_link a {
	color: #005279;
}

.d_gray {
	color: #005279;
}

.red, .red_link a {
	color: #3D3D3D;
}

/* Форматирование */

.mp {
	margin: 0;
	padding: 0;
}

.inline li {
	display: inline;
}

/* Шапка сайта */
.header {
	padding: 28px 50px 40px 75px;
	min-width: 875px;
}

.icon_menu li {
	padding-right: 15px;
}

.login_block {
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

/* Левая колонка */
.left_block {
	padding: 0 30px 0 30px; 
	left: 0;
	float: left
}

.left_block1 {
	padding: 0 30px 0 30px; 
	
}

/* Контент */
.logo {
           	font-size: 11px;
	margin-bottom: 60px;
}

.logo a {
	text-decoration: none;	
}

.logo img {
	
}

.top_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top_menu li  {
	margin: 0 8px 0 0;
	font-size: 9pt;
	float: left;
	height: 27px;
}


.top_menu li div {
	#display: inline;
	b~order: 1px solid #000;
	zoom: 1;
}

.top_menu li div div {
	padding: 3px 17px 5px 17px;
	height: 19px;
}

.top_menu li:hover, .red_li {
	background: #f71909 url('/images/red_grad.gif') repeat-y 0 0;
}

.top_menu li:hover div, .red_li div {
	background: url('/images/top_menu_l.gif') no-repeat 0 0;
}

.top_menu li:hover div div, .red_li div div {
	background: url('/images/top_menu_r.gif') no-repeat 100% 0;
}

.top_menu li:hover a, .red_li a {
	color: #fff;
}

/* Левое меню */
.left_menu {
	list-style-type: none;
	line-height: 155%;
	font-size: 11px;
	margin: 0;
	padding: 0;

}

.left_menu ul {
	list-style-type: none;
	font-size: 9pt;
	margin-left: 10px;
}

.news_list dt {
	color: #a8a8a8;
	font-size: 10pt;
}

.news_list dd {
	margin: 2px 0 7px 30px;
}

/* Блок данных */
.main {
	margin-left: 590px;
	min-width: 410px;
	zoom: 1;
}

.main_img {
	height: 170px;
	border-left: 4px solid #d4100b;
	background: url('/images/img.jpg') no-repeat 0 0;
	margin-bottom: 20px;
	background-color: #e1e1e1; 
}

.shop_item {
	width: 50%;
	float: left;
	text-align: center;
	padding: 20px 0 20px 0;
}

/* Правый блок */
.right_block {
	width: 220px;
	padding-right: 50px;
	float: right;
}

.tag {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 130%;
	*line-height: 150%;
}

.tag a {
	font-family: Tahoma;
	text-decoration: none;
} 

.tag a:link, .tag a:hover, .tag a:visited
{
	padding: 2px;
}

.tag a:hover
{
	background-color: #f71909;
	color: #fff;
}

.tag li {
	display: inline;
	margin: 0;
	position: relative;
}

.contact_block dt {
		color: #8a8a8a;
}
.contact_block dd {
	margin: 0px 0 6px 35px;
	line-height: 110%;
}

.phone {
	font-size: 11pt;
}

.phone span {
	font-size: 16pt;
}

.red_block {
	background: #f81909 url('/images/red_grad.gif') repeat-y 0 0;
	padding: 10px 18px;
	position: relative;
	margin-top: 30px;
}

.red_block  form {
	margin: 0;
}

.red_block  .tl, .red_block  .tr, .red_block  .br, .red_block  .bl {
	position: absolute;
	width: 10px;
	height: 10px;
	font-size: 1px;
}

.red_block  .tl {
	background: url('/images/red_block_tl.gif') no-repeat 0 0;
	top: 0;
	left: 0;
}

.red_block  .tr {
	background: url('/images/red_block_tr.gif') no-repeat 0 0;
	top: 0;
	right: 0;
}

.red_block  .br {
	background: url('/images/red_block_br.gif') no-repeat 0 0;
	bottom: 0;
	right: 0;
}

.red_block  .bl {
	background: url('/images/red_block_bl.gif') no-repeat 0 0;
	bottom: 0;
	left: 0;
}

.red_block  .tail {
	position: absolute;
	width: 6px;
	height: 9px;
	background: url('/images/tail.gif') no-repeat 0 0;
	bottom: -9px;
	left: 30px;
	font-size: 1px;
}

.search
{
	height: 20px;
}

.search input {
	border: 0;
	padding: 0;
}

.search .text {
	border: 0;
	width: 150px;
	height: 14px;
	color: #a8a8a8;
	font-weight: bold;
	font-size: 9pt;
	padding: 2px;
	margin-right: 13px;
}

.survey_block  form {
	margin: 0px 0 0 15px;
}

.survey_block  input {
	border: 0;
	padding: 0;
}

.survey {
	font-weight: bold;
	color: #fff;
	line-height: 130%;
	font-style: italic;
	text-align: center;
	font-size: 9pt;
	padding: 4px 18px;
	width: 184px;
}

.gray_button {
	background: url('/images/gray_button_l.gif') no-repeat 0 0;
	margin: 15px 0;
	height: 27px;
}

.gray_button div {
	background: url('/images/gray_button_r.gif') no-repeat 100% 0;
	height: 27px;
	float: left;
	padding-right: 10px;
}

.gray_button input {
	border: 0;
	color: #fff;
	font-family: Tahoma;
	height: 27px;
	padding: 0 5px 3px 0;
	background-color: #a8a8a8;
	margin-left: 10px;
}

.footer {
	height: 80px;
	background-color: #eee;
	clear: both;
	position: relative;
	margin: 60px 0px 0px 0px;
	font-size: 8pt;
	min-width: 940px;
}

.footer .counter {
	float: left;
	padding: 25px 0 0px 50px;
	width: 210px;
}

.footer .copyryght {
	padding: 20px 0 0 0px;
	line-height: 125%;
	float: left;
}

.footer .search {
	float: right;
	padding: 30px 40px 0 0;
}

.footer .search .text {
	border: 1px solid #969696;
	width: 153px;
}

/* ****************** */
#error
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #CA1D13 dashed;
	color: #CA1D13;
	background-color: #F2EDE9;
	background: url('/hostcmsfiles/images/error.gif') no-repeat 5px 50%;
	width: 450px;
}

#message
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #4ba749 dashed;
	color: #4ba749;
	background: url('/hostcmsfiles/images/message.gif') no-repeat 5px 50%;
	width: 450px;
}

#message p
{
	margin: 0px;
	padding: 0px;
}



/* Стили для магазина */

.shop_cart_table
{
	/* width: 100%; */
	border-spacing: 2px;
}

.shop_cart_table, .shop_cart_table td
{
	empty-cells: show;
}

.shop_cart_table td, .shop_cart_table th
{
	padding-right: 10px;
	padding-left: 5px;
	height: 25px;
	vertical-align: middle;
}

.shop_cart_table td
{
	padding-bottom: 4px;
	padding-top: 4px;
}

.shop_cart_table th
{
	text-align: left;
	border-bottom: 1px solid #d20a1c;
}

.price_table_border, .price_table_border td
{
	border-collapse: collapse;
	empty-cells: show;
	border-width:1px;
	border-color: #C8C0A9;
	border-style: dashed;
	padding-left: 5px;
}

.hit {
	width: 40px;
	height: 40px;
	background: url('/images/ht.png') no-repeat 0 0 !important;
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hit.png');
}

/* Строки фильтра и сортировки */
.shop_block
{
	border: 1px solid #ccc;
	background: #EEEEEE;
	padding: 5px 7px;
	margin: 10px 5px 10px 0px;
}

.shop_block a
{
	position: relative;
	z-index: 2;
}

.shop_block input, .shop_block select {
	border: 1px solid #969696;
}

.shop_block .gray_button input {
	border-width: 0;
}

.arrow_up
{
	width: 16px;
	height: 16px;
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up.png');
	z-index: 1;
}

.arrow_up_gray
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up_gray.png');
}

.arrow_down
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down.png');
}

.arrow_down_gray
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down_gray.png');
}

.shop_navigation {
	list-style-type: none;
	margin: 0;
	padding: 15px 0;
}

.shop_navigation li {
	float: left;
	padding-right: 10px;
}

.shop_navigation span {
	margin-right: 10px;
	border-bottom: 1px solid #d20a1c;
}

.shop_navigation_current span {
	color: #525252;
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 1px solid #d20a1c;
}
/* END стили для магазина */

.style5 a

 {

font-size: 14pt;

}
.style5 a:hover 
{
font-size: 14pt;
}
.style5 a:visited 
{
font-size: 14pt;
}


