/* -----------------------------------------------------------------------------------------
   VaM Shop - open source ecommerce solution
   http://vamshop.ru

   Copyright (c) 2005-2008 VaM Shop 
   -----------------------------------------------------------------------------------------
   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

/*<![CDATA[*/

html,body
   {
     margin: 0;
     padding: 0;
   }

body
   {
     font: 76% arial,sans-serif;
   }

img
   {
	  border: 0;
   }

h2, h3
   {
     margin: 0 0 0 0;
     padding: 0 0 0 0;
   }
   
/* Цвет обычных ссылок в магазине */
a 
   {
     color: #000;
     text-decoration: underline;
   }

a:hover 
   {
     color: #990000;
     text-decoration: none;
   }
/* /Цвет обычных ссылок в магазине */

/* Центр */
div#wrapper
   {
     float: left;
     width: 100%;
   }

div#content
   {
     margin: 0 19%; /* отступ центра от боковых колонок */
   }

/* /Центр */

/* Левая колонка */
div#left
   {
     float: left;
     width: 18%; /* Ширина левой колонки */
     margin-left: -100%;
/*     background: #fff;*/
   }
/* /Левая колонка */

/* Правая колонка */
div#right
   {
     float: left;
     overflow: auto;
     width: 18%; /* Ширина правой колонки */
     margin-left: -18%;
/*     background: #fff;*/
   }
/* /Правая колонка */

/* Низ */
div#footer
   {
     clear: left;
     width: 100%;
     background: transparent;
     border-top: 0px solid #67748B;
     text-align: center;
     color: #000;
   }
   
div#footer p
   {
     margin: 0;
     padding: 5px 10px;
   }
   
/* /Низ */

/* Навигация */
div#navigation 
   {
     padding-top: 0.5em;
     padding-bottom: 0.5em;
     padding-left: 10px;
     border-bottom: 1px solid #000;
     background: #990000;
     color: #ffffff;
   }

#navigation span 
   {
     display: block;
     font: 11px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #ffffff;
     border-bottom: 2px #990000 solid;
     background: url(img/navigation.gif) no-repeat left center;
     padding: 0 0 0 20px; 
   }
   
#navigation a
   {
     font: 11px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #ffffff;
     text-decoration: none;
   }

#navigation a:hover
   {
     font: 11px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #ffffff;
     text-decoration: none;
   }

#navigation a:visited
   {
     font: 11px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #ffffff;
     text-decoration: none;
   }
   
/* /Навигация */
   
/* Заголовок страницы */
#content h1 
   {
     display: block;
     font: 16px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #990000;
     border-bottom: 0px #990000 solid;
     background: url(img/heading1.gif) no-repeat left center;
     padding: 0 0 0 20px; 
     margin: 0.2em 0 0.2em 0; 
   }

#content h1 a 
   {
     color: #990000;
     text-decoration: none;
   }
/* /Заголовок страницы */

/* Скругленные углы */
.page 
   {
     background: transparent;
     width: 100%;
     margin-top: 0.5em;
     margin-bottom: 0.5em;
   }

.pageItem 
   {
     background: #f1f1f6;
     width: 100%;
   }

.page h1, .page p 
   {
     margin: 0 10px;
   }

.page h1 
   {
     font-size: 2em;
     color: #fff;
   }

.page p 
   {
     padding-bottom: 0.5em;
     padding-top: 0.5em;
   }

.page .b1, .page .b2, .page .b3, .page .b4, .page .b1b, .page .b2b, .page .b3b, .page .b4b 
   {
     display: block;
     overflow: hidden;
     font-size: 1px;
   }

.page .b1, .page .b2, .page .b3, .page .b1b, .page .b2b, .page .b3b 
   {
     height: 1px;
   }

.page .b2 
   {
     background: #f1f1f6;
     border-left: 1px solid #fff;
     border-right: 1px solid #f1f1f6;
   }

.page .b3 
   {
     background: #f1f1f6;
     border-left: 1px solid #fff;
     border-right: 1px solid #f1f1f6;
   }

.page .b4 
   {
     background: #f1f1f6;
     border-left: 1px solid #fff;
     border-right: 1px solid #f1f1f6;
   }

.page .b4b 
   {
     background: #f1f1f6;
     border-left: 1px solid #f1f1f6;
     border-right: 1px solid #f1f1f6;
   }

.page .b3b 
   {
     background: #f1f1f6;
     border-left: 1px solid #f1f1f6;
     border-right: 1px solid #f1f1f6;
   }

.page .b2b 
   {
     background: #f1f1f6;
     border-left: 1px solid #f1f1f6;
     border-right: 1px solid #f1f1f6;
   }

.page .b1 
   {
     margin: 0 5px;
     background: #fff;
   }

.page .b2, .page .b2b 
   {
     margin: 0 3px;
     border-width: 0 2px;
   }

.page .b3, .page .b3b 
   {
     margin: 0 2px;
   }

.page .b4, .page .b4b 
   {
     height: 2px;
     margin: 0 1px;
   }

.page .b1b 
   {
     margin: 0 5px;
     background: #f1f1f6;
   }

.pagecontent 
   {
     display: block;
     padding-left: 0.5em;
     padding-right: 0.5em;
     background: #f1f1f6;
   }

.pagecontentfooter 
   {
     display: block;
     text-align: right;
     background:#ffffff;
     margin-top: 0.5em;
     margin-bottom: 0.5em;
   }
/* /Скругленные углы */

/*- Меню-закладки сверху */

#menu 
   {
	  background: #fff;
	  border-bottom: 1px solid #000;
	  border-width: 1px;
	  margin-top: 1em;
	  padding-top: .6em;
   }

#menu ul, #navigation ul li 
   {
	  list-style: none;
	  margin: 0;
	  padding: 0;
   }

#menu ul 
   {
	  padding: 5px 0 0px;
	  text-align: center;
   }

#menu ul li 
   {
	  display: inline;
	  margin:0 .375em;
   }

#menu ul li.last 
   {
	  margin-right: 0;
   }

#menu ul li a 
   {
	  background: url("img/tab-right.gif") no-repeat 100% 0;
	  background-color: #67748b;
	  color: #fff;
	  padding: 0px 0 0px;
     font-weight: bold;
	  text-decoration: none;
   }

#menu ul li.current a 
   {
	  background: url("img/tab-right-active.gif") no-repeat 100% 0;
	  background-color: #990000;
	  color: #fff;
	  padding: 0px 0 1px;
     font-weight: bold;
	  text-decoration: none;
   }

#menu ul li a span 
   {
	  background: url("img/tab-left.gif") no-repeat;
	  padding: 0px 1em;
     border-bottom:1px solid #000;
   }

#menu ul li.current a span 
   {
	  background: url("img/tab-left-active.gif") no-repeat;
	  padding: 0px 1em 1px;
     border-bottom:0;
   }

#menu ul li a:hover span 
   {
	  color: #fff;
     font-weight: bold;
	  text-decoration: none;
   }

/*\*//*/
#menu ul li a 
   {
	  display: inline-block;
	  white-space: nowrap;
	  width: 1px;
   }

#menu ul 
   {
	  padding-bottom: 0;
	  margin-bottom: -1px;
   }
/**/

/*\*/
* html #menu ul li a 
   {
	  padding: 0;
   }
/**/

/*- /Меню-закладки сверху */

/*- Боксы */

/*- Бокс разделы */
#boxCategories
   {
     text-align: left;
     margin-bottom: 0.5em;
     margin-top: 0.5em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса разделы */
#boxCategories h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #67748B;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса разделы */

/*- Список разделов */
#categoriesBoxMenu 
   {
     padding: 0;
     margin: 0;
   }

#categoriesBoxMenu #CatNavi, #CatNavi ul, #CatNavi li 
   { 
     margin: 0; 
     padding: 0; 
     list-style-type: none; 
   }

#categoriesBoxMenu #CatNavi li a
   { 
     width: 95%;
     display: block; 
     padding: 0.1em 0;
     color: #000;
     text-indent: 0.4em;
     background-color: #fff; 
     text-decoration: none;
     margin: 0.2em 0; 
     border-left: 0.4em solid #67748B; 
     border-top:1px solid #fff; 
     border-bottom:1px solid #fff; 
     border-right:1px solid #fff; 
   }

#categoriesBoxMenu #CatNavi li a:hover
   { 
     color: #f00; 
     border-left: 0.4em solid #3169C6; 
     background-color: #c6d3ef;
     border-top:1px solid #3169C6; 
     border-bottom:1px solid #3169C6; 
     border-right:1px solid #3169C6; 
   }

#categoriesBoxMenu #CatNavi .CatLevel1, 
#categoriesBoxMenu #CatNavi .CatLevel2, 
#categoriesBoxMenu #CatNavi .CatLevel3,
#categoriesBoxMenu #CatNavi .CatLevel4,
#categoriesBoxMenu #CatNavi .CatLevel5,
#categoriesBoxMenu #CatNavi .CatLevel6
   {
     padding-left: 0.5em;
   }

#categoriesBoxMenu #CatNavi .CurrentParent a 
   { 
     font-weight: bold; 
   }

#categoriesBoxMenu #CatNavi li a,
#categoriesBoxMenu #CatNavi .Current li a,
#categoriesBoxMenu #CatNavi .CurrentParent li a,
#categoriesBoxMenu #CatNavi .CurrentParent .Current li a 
   { 
     font-weight: normal; 
   }

#categoriesBoxMenu #CatNavi .Current a,
#categoriesBoxMenu #CatNavi .CurrentParent .Current a 
   { 
     font-weight: bold; 
   }
   
/*- /Список разделов */

/*- /Бокс разделы */

/*- Бокс фильтры */
#boxFilters
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса фильтры */
#boxFilters h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #CC0000;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса фильтры */

/*- Содержимое бокса фильтры */
#boxFiltersContent 
   {
     padding-left: 1em;
     text-align: left;
  }

#boxFilters div.close
   {
     width: 100%;
  	  border: 0px solid #67748B;
  	  margin: 0 auto;
  	  padding: 0;
   }

#boxFilters div.close div.content
   {
  	  clear: both;
   }

#boxFilters div.content span.name
   {
     display: block;
  	  border: 0px solid green;
  	  text-align: left;
  	  float: left;
  	  padding: 0;
  	  margin: 0;
   }

#boxFilters div.content span.close
   {
     display: block;
  	  border: 0px solid red;
  	  text-align: right;
  	  padding: 0;
  	  float: right;
  	  margin: 0 auto;
   }

/*- /Содержимое бокса фильтры */

/*- /Бокс фильтры */

/*- Бокс контент */
#boxContent
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса контент */
#boxContent h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #CC0000;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса контент */

/*- Содержимое бокса контент */
#boxContentContent 
   {
     padding-left: 0;
     text-align: center;
  }

#boxContentContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

#boxContent ul
   {
     list-style-type: none;
     text-align: left;
     padding-left: 1em;
     margin: 0 0 0 0;
   }

#boxContent li 
   {
	  display: block;
     font: 11px Tahoma, Verdana, Arial, sans-serif;
/*     background: url(img/icon_arrow1.jpg) no-repeat left center;*/
     padding: 0 0 0 12px; 
   }

/*- /Содержимое бокса контент */

/*- /Бокс контент */

/*- Бокс информация */
#boxInformation
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса информация */
#boxInformation h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #CC0000;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса информация */

/*- Содержимое бокса информация */
#boxInformationContent 
   {
     padding-left: 0;
     text-align: center;
  }

#boxInformationContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

#boxInformation ul
   {
     list-style-type: none;
     text-align: left;
     padding-left: 1em;
     margin: 0 0 0 0;
   }

#boxInformation li {
	display: block;
   font: 11px Tahoma, Verdana, Arial, sans-serif;
   background: url(img/icon_arrow2.jpg) no-repeat left center;
   padding: 0 0 0 12px; 
}

/*- /Содержимое бокса контент */

/*- /Бокс информация */

/*- Бокс быстрый заказ */
#boxAddQuickie
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса быстрый заказ */
#boxAddQuickie h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #006600;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса быстрый заказ */

/*- Содержимое бокса быстрый заказ */
#boxAddQuickieContent 
   {
     padding-left: 1em;
  }

#boxAddQuickieContent p 
   {
     margin: 0 0 0 0;
     text-align: left;
  }

/*- /Содержимое бокса быстрый заказ */

/*- Форма быстрый заказ */
.addquickieform input {
	width: 80%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
   margin-top: 0.2em;
   margin-bottom: 0.4em;
}

.addquickieform input:focus, .sffocus, .sffocus {
	background-color: #ffc;
}
/*- /Форма быстрый заказ */

/*- /Бокс быстрый заказ */

/*- Бокс авторы */
#boxAuthors
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса авторы */
#boxAuthors h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #006600;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса авторы */

/*- Содержимое бокса авторы */
#boxAuthorsContent 
   {
     padding-left: 1em;
  }

#boxAuthorsContent p 
   {
     margin: 0 0 0 0;
     text-align: left;
  }

/*- /Содержимое бокса авторы */

/*- /Бокс авторы */

/*- Бокс статьи */
#boxArticles
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса статьи */
#boxArticles h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #006600;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса статьи */

/*- Содержимое бокса статьи */
#boxArticlesContent 
   {
     padding-left: 1em;
  }

#boxArticlesContent p 
   {
     margin: 0 0 0 0;
     text-align: left;
  }

/*- /Содержимое бокса статьи */

/*- /Бокс статьи */

/*- Бокс партнёрка */
#boxAffiliate
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса партнёрка */
#boxAffiliate h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #990000;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса партнёрка */

/*- Содержимое бокса партнёрка */
#boxAffiliateContent 
   {
     padding-left: 1em;
  }

#boxAffiliateContent p 
   {
     margin: 0 0 0 0;
     text-align: left;
  }

/*- /Содержимое бокса партнёрка */

/*- /Бокс партнёрка */

/*- Бокс новые статьи */
#boxArticlesNew
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса новые статьи */
#boxArticlesNew h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #006600;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса новые статьи */

/*- Содержимое бокса новые статьи */
#boxArticlesNewContent 
   {
     padding-left: 1em;
  }

#boxArticlesNewContent p 
   {
     margin: 0 0 0 0;
     text-align: left;
  }

/*- /Содержимое бокса новые статьи */

/*- /Бокс новые статьи */

/*- Бокс просмотренные товары */
#boxLastViewed
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса просмотренные товары */
#boxLastViewed h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #67748B;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса просмотренные товары */

/*- Содержимое бокса просмотренные товары */
#boxLastViewedContent 
   {
     padding-left: 0;
     text-align: center;
  }

#boxLastViewedContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса просмотренные товары */

/*- /Бокс просмотренные товары */

/*- Бокс отзывы */
#boxReviews
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса отзывы */
#boxReviews h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #CC0000;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса отзывы */

/*- Содержимое бокса отзывы */
#boxReviewsContent 
   {
     padding-left: 0;
     text-align: center;
  }

#boxReviewsContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса отзывы */

/*- /Бокс отзывы */

/*- Бокс поиск */
#boxSearch
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса поиск */
#boxSearch h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #FF6600;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }

#boxSearch h5 a
   {
     color: #FF6600;
     text-decoration: none;
   }
/*- /Заголовок бокса поиск */

/*- Содержимое бокса поиск */
#boxSearchContent 
   {
     padding-left: 1em;
  }

#boxSearchContent p 
   {
     margin: 0 0 0 0;
     text-align: left;
  }

/*- /Содержимое бокса поиск */

/*- Форма бокса поиск */
.searchboxform input {
	width: 80%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
   margin-top: 0.2em;
   margin-bottom: 0.4em;
}

.searchboxform input:focus, .sffocus, .sffocus {
	background-color: #ffc;
}
/*- /Форма бокса поиск */

/*- /Бокс поиск */

/*- Бокс скидки */
#boxSpecials
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса скидки */
#boxSpecials h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #67748B;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }

#boxSpecials h5 a
   {
     color: #67748B;
     text-decoration: none;
   }
/*- /Заголовок бокса скидки */

/*- Содержимое бокса скидки */
#boxSpecialsContent 
   {
     padding-left: 0;
     text-align: center;
  }

#boxSpecialsContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса скидки */

/*- /Бокс скидки */

/*- Бокс рекомендуемые */
#boxFeatured
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса рекомендуемые */
#boxFeatured h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #006600;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
  
#boxFeatured h5 a
   {
     color: #006600;
     text-decoration: none;
   }
/*- /Заголовок бокса рекомендуемые */

/*- Содержимое бокса рекомендуемые */
#boxFeaturedContent 
   {
     padding-left: 0;
     text-align: center;
  }

#boxFeaturedContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса рекомендуемые */

/*- /Бокс рекомендуемые */

/*- Бокс новинки */
#boxWhatsNew
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса новинки */
#boxWhatsNew h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #990000;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }

#boxWhatsNew h5 a
   {
     color: #990000;
     text-decoration: none;
   }
/*- /Заголовок бокса новинки */

/*- Содержимое бокса новинки */
#boxWhatsNewContent 
   {
     padding-left: 0;
     text-align: center;
  }

#boxWhatsNewContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса новинки */

/*- /Бокс новинки */

/*- Бокс новости */
#boxNews
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса новости */
#boxNews h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #006600;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }

#boxNews h5 a
   {
     color: #006600;
     text-decoration: none;
   }
/*- /Заголовок бокса новости */

/*- Содержимое бокса новости */
#boxNews .boxNewsContent 
   {
     padding-left: 1em;
     margin-bottom: 0.5em;
     text-align: left;
  }

#boxNews .boxNewsContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса новости */

/*- /Бокс новости */

/*- Бокс вопросы и ответы */
#boxFaq
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса вопросы и ответы */
#boxFaq h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #006600;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }

#boxFaq h5 a
   {
     color: #006600;
     text-decoration: none;
   }
/*- /Заголовок бокса вопросы и ответы */

/*- Содержимое бокса вопросы и ответы */
#boxFaq .boxFaqContent 
   {
     padding-left: 1em;
     margin-bottom: 0.5em;
     text-align: left;
  }

#boxFaq .boxFaqContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса вопросы и ответы */

dl.itemFaqDefault 
   {
     width: 48%;
     float: left;
     margin: 0.5em 0 0.5em 0;
     padding: 0 0 0 0;
   }

dl.itemFaq 
   {
     width: 98%;
     float: left;
     margin: 0.5em 0 0.5em 0;
     padding: 0 0 0 0;
   }

dt.itemFaq 
   {
     display: none;
     float: left;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0 0 0 0;
     padding: 5px 5px 0 5px;
     text-align: left;
   }

dd.itemFaq
   {
     margin-left: 1em;
     padding: 0 0;
     line-height: normal;
     background: transparent;
   }

/*- /Бокс вопросы и ответы */

/*- Бокс корзина */

/* Оформление */
#boxCart 
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.5em;
     margin-right: 0.4em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

#boxCart .top, #boxCart .bottom 
   {
     display: block; 
     background: transparent; 
     font-size: 1px;
   }

/* Шапка с углами */
#boxCart .b1, #boxCart .b2, #boxCart .b3, #boxCart .b4, #boxCart .b5 
   {
     display: block; 
     overflow: hidden; 
     height: 1px; 
     background: #006600; 
     border-left: 1px solid #000; 
     border-right: 1px solid #000;
   }
/* /Шапка с углами */

/* Низ с углами */
#boxCart .b1b, #boxCart .b2b, #boxCart .b3b, #boxCart .b4b, #boxCart .b5b 
   {
     display: block; 
     overflow: hidden; 
     height: 1px; 
     background: #f1f1f6; 
     border-left: 1px solid #000; 
     border-right: 1px solid #000;
   }
/* /Низ с углами */

#boxCart .b1, #boxCart .b1b
   {
     margin: 0 5px; 
     background: #000;
   }

#boxCart .b2, #boxCart .b2b
   {
     margin: 0 4px;
   }

#boxCart .b3, #boxCart .b3b 
   {
     margin: 0 3px;
   }

#boxCart .b4, #boxCart .b4b 
   {
     margin: 0 2px;
   }

#boxCart .b5, #boxCart .b5b 
   {
     margin: 0 1px;
   }

#boxCart .boxheader 
   {
     display: block; 
     background: #006600; 
     color: #fff;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     border-left: 1px solid #000; 
     border-right: 1px solid #000;
   }

#boxCart .boxcontent 
   {
     display: block; 
     background: #f1f1f6; 
     border-left: 1px solid #000; 
     border-right: 1px solid #000;
     padding-left: .5em;
   }

#boxCart .boxcontent  span 
   {
     font-weight: bold;
   }

#boxCart .boxheader p 
   {
     padding-top: 0;
     padding-bottom: 0.4em;
     padding-left: 0.5em;
     margin-top: 0;
     margin-bottom: 0;
     margin-left: 0;
     margin-right: 0;
   }

#boxCart .boxcontent p 
   {
     padding-top: 0.1em;
     padding-bottom: 0.1em;
     padding-left: 0.5em;
     margin-top: 0;
     margin-bottom: 0;
     margin-left: 0;
     margin-right: 0;
   }
/* /Оформление */

/* Ссылки в заголовке бокса */
#boxCart .boxheader a 
   {
     color: #fff;
     text-decoration: none;
   }

#boxCart .boxheader a:hover 
   {
     color: #fff;
     text-decoration: none;
   }
/* /Ссылки в заголовке бокса */

p.CartContentRight
   {
     text-align: right;
     padding-right: 0.2em;
   }

p.CartContentCenter
   {
     text-align: center;
   }

/*- /Бокс корзина */

/*- Бокс вход/админ */

/* Оформление */
#boxLogin 
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.4em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

#boxLogin .top, #boxLogin .bottom 
   {
     display: block; 
     background: transparent; 
     font-size: 1px;
   }

/* Шапка с углами */
#boxLogin .b1, #boxLogin .b2, #boxLogin .b3, #boxLogin .b4, #boxLogin .b5 
   {
     display: block; 
     overflow: hidden; 
     height: 1px; 
     background: #67748B; 
     border-left: 1px solid #000; 
     border-right: 1px solid #000;
   }
/* /Шапка с углами */

/* Низ с углами */
#boxLogin .b1b, #boxLogin .b2b, #boxLogin .b3b, #boxLogin .b4b, #boxLogin .b5b 
   {
     display: block; 
     overflow: hidden; 
     height: 1px; 
     background: #f1f1f6; 
     border-left: 1px solid #000; 
     border-right: 1px solid #000;
   }
/* /Низ с углами */

#boxLogin .b1, #boxLogin .b1b
   {
     margin: 0 5px; 
     background: #000;
   }

#boxLogin .b2, #boxLogin .b2b
   {
     margin: 0 4px;
   }

#boxLogin .b3, #boxLogin .b3b 
   {
     margin: 0 3px;
   }

#boxLogin .b4, #boxLogin .b4b 
   {
     margin: 0 2px;
   }

#boxLogin .b5, #boxLogin .b5b 
   {
     margin: 0 1px;
   }

#boxLogin .boxheader 
   {
     display: block; 
     background: #67748B; 
     color: #fff;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     border-left: 1px solid #000; 
     border-right: 1px solid #000;
   }

#boxLogin .boxcontent 
   {
     display: block;
     padding-left: 0.5em; 
     background: #f1f1f6; 
     border-left: 1px solid #000; 
     border-right: 1px solid #000;
   }

#boxLogin .boxcontent  span 
   {
     font-weight: bold;
   }

#boxLogin .boxheader p 
   {
     padding-top: 0;
     padding-bottom: 0.4em;
     padding-left: 0.5em;
     margin-top: 0;
     margin-bottom: 0;
     margin-left: 0;
     margin-right: 0;
   }

#boxLogin .boxcontent p 
   {
     padding-top: 0.1em;
     padding-bottom: 0.1em;
     padding-left: 0.2em;
     margin-top: 0;
     margin-bottom: 0;
     margin-left: 0;
     margin-right: 0;
   }
/* /Оформление */

/*- Форма входа */
.loginform input {
	width: 70%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
   margin-top: 0.2em;
   margin-bottom: 0.4em;
}

.loginform input:focus, .sffocus, .sffocus {
	background-color: #ffc;
}
/*- /Форма входа */

p.LoginContentCenter
   {
     text-align: center;
   }

p.LoginContentLeft
   {
     text-align: left;
   }

/*- /Бокс вход/админ */

/*- Бокс мои загрузки */
#boxDownloads
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса мои загрузки */
#boxDownloads h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #006600;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса мои загрузки */

/*- Содержимое бокса мои загрузки */
#boxDownloadsContent 
   {
     padding-left: 0;
     text-align: left;
  }

#boxDownloadsContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса мои загрузки */

/*- /Бокс мои загрузки */

/*- Бокс рассылка */
#boxNewsletter
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса рассылка */
#boxNewsletter h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #FF6600;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса рассылка */

/*- Содержимое бокса рассылка */
#boxNewsletterContent 
   {
     padding-left: 1em;
  }

#boxNewsletterContent p 
   {
     margin: 0 0 0 0;
     text-align: left;
  }

/*- /Содержимое бокса рассылка */

/*- Форма рассылка */
.newsletterform input {
	width: 70%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
   margin-top: 0.2em;
   margin-bottom: 0.4em;
}

.newsletterform input:focus, .sffocus, .sffocus {
	background-color: #ffc;
}
/*- /Форма рассылка */

/*- /Бокс рассылка */

/*- Бокс лучшие товары */
#boxBestsellers
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса лучшие товары */
#boxBestsellers h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #006600;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса лучшие товары */

/*- Содержимое бокса лучшие товары */
#boxBestsellersContent 
   {
     padding-left: 1em;
  }

#boxBestsellersContent p 
   {
     margin: 0 0 0 0;
     text-align: left;
  }

/*- /Содержимое бокса лучшие товары */

#boxBestsellersContent p.BestsellersContentRight
   {
     text-align: right;
     padding-right: 0.2em;
     padding-bottom: 0.3em;
   }

#boxBestsellersContent  span 
   {
     font-weight: bold;
   }
   
/*- /Бокс лучшие товары */

/*- Бокс информация о группе */
#boxGroupInfo
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса информация о группе */
#boxGroupInfo h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #CC0000;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса информация о группе */

/*- Содержимое бокса информация о группе */
#boxGroupInfoContent 
   {
     padding-left: 0;
     text-align: center;
  }

#boxGroupInfoContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

#boxGroupInfoContent  span 
   {
     font-weight: bold;
   }

/*- /Содержимое бокса информация о группе */

/*- /Бокс информация о группе */

/*- Бокс валюты */
#boxCurrencies
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса валюты */
#boxCurrencies h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #006600;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса валюты */

/*- Содержимое бокса валюты */
#boxCurrenciesContent 
   {
     padding-left: 0;
     text-align: center;
  }

#boxCurrenciesContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса валюты */

/*- Форма выбора валюты */
#boxCurrenciesContent select {
	width: 70%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
   margin-top: 0.2em;
   margin-bottom: 0.4em;
}
/*- /Форма выбора валюты */

/*- /Бокс валюты */

/*- Бокс языки */
#boxLanguages
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса языки */
#boxLanguages h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #CC0000;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса языки */

/*- Содержимое бокса языки */
#boxLanguagesContent 
   {
     padding-left: 0;
     text-align: center;
  }

#boxLanguagesContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса языки */

/*- /Бокс языки */

/*- Бокс производители */
#boxManufacturers
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса производители */
#boxManufacturers h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #006600;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса производители */

/*- Содержимое бокса производители */
#boxManufacturersContent 
   {
     padding-left: 0;
     text-align: center;
  }

#boxManufacturersContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса производители */

/*- Форма выбора производителя */
#boxManufacturersContent select {
	width: 70%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
   margin-top: 0.2em;
   margin-bottom: 0.4em;
}
/*- /Форма выбора производителя */

/*- /Бокс производители */

/*- Бокс информация о производителе */
#boxManufacturersInfo
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-top: 0.2em;
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 0px;
	  border-bottom-style: dashed;
     border-bottom-color: #67748B;
   }

/*- Заголовок бокса информация о производителе */
#boxManufacturersInfo h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #FF6600;
     border-bottom: 0px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса информация о производителе */

/*- Содержимое бокса информация о производителе */
#boxManufacturersInfoContent 
   {
     padding-left: 0;
     text-align: center;
  }

#boxManufacturersInfoContent p 
   {
     margin: 0 0 0 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса информация о производителе */

/*- /Бокс информация о производителе */

/*- /Боксы */

/*- Время парсинга */
div#parseTime
   {
     clear: left;
     background: #f1f1f6;
     width: 100%;
     text-align: center;
     color: #000;
     padding-top: 0.5em;
     padding-bottom: 0.5em;
   }
/*- /Время парсинга */

/*- Информация о магазине */
div#copyright
   {
     clear: left;
     background: transparent;
     width: 100%;
     text-align: center;
     color: #000;
     padding-top: 0.5em;
     padding-bottom: 0.5em;
   }

div.copyright
   {
     clear: left;
     background: transparent;
     width: 100%;
     text-align: center;
     color: #000;
     padding-top: 0.5em;
     padding-bottom: 0.5em;
   }
/*- /Информация о магазине */

/*- Формы */

form 
   {
	  width: 100%;
	  margin: 0;
   }

.form input, textarea 
   {
	  font-size: 1em;
	  border: 1px solid;
	  border-color: #666 #ccc #ccc #666;
	  padding: 2px;
   }

.form textarea 
   {
	  width: 80%;
   }

.pagecontent fieldset.form
   {
     border: 0px;
   }

.pagecontent fieldset.form legend
   {
     font-weight: bold;
	  font: 12pt arial,sans-serif;
	  font-weight: bold;
   }

.pagecontent .form p
   {
	  font: 12pt arial,sans-serif;
	  font-weight: normal;
   }
   
/*- Подсветка ошибок формы */
#errormsg
   {
     border: 2px solid #c00;
     padding: 5px;
     width: 96%;
   }    

.error
   {
	  background: #fcc;
   }
/*- /Подсветка ошибок формы */
   
.form textarea:focus, input:focus, .sffocus, .sffocus 
   {
	  background-color: #ffc;
   }

span.Requirement 
   {
     color: red;
   }

/*- /Формы */

/*- Цены */

span.markProductOutOfStock 
   {
     font-family: Tahoma, Verdana, Arial, sans-serif;
     color: #c76170;
     font-weight: bold;
   }

span.productSpecialPrice 
   {
     font-family: Verdana, Arial, sans-serif;
     color: #ff0000;
   }

span.productOldPrice 
   {
	  font-family: Verdana, Arial, sans-serif;
	  color: #ff0000;
	  text-decoration: line-through;
   }

span.errorText 
   {
     font-family: Verdana, Arial, sans-serif;
     color: #ff0000;
   }

/*- /Цены */

/* Ошибка на странице свяжитесь с нами */

div.contacterror 
   {
     border: 1px solid; 
     border-color: #ff0000; 
     background-color: #FFCCCC; 
     text-align: center; 
     margin-bottom: 0.5em; 
     margin-top: 0.5em;
   }

/* /Ошибка на странице свяжитесь с нами */

/* Вывод товаров */

/* Количество колонок с товаром на странице новинки */
dl.itemNewProducts 
   {
     display: block;
     /*width: 48%;*/ /* количество колонок, 50% - товар выводится двумя колонками, т.е. два товара в одной строке, 100% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: center;
     height: 200px; /*auto;*/ /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */ 
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     background: transparent;
   }
/* /Количество колонок с товаром на странице новинки */

/* Количество колонок с товаром на странице рекомендуемые товары */
dl.itemFeaturedProducts 
   {
     display: block;
     width: 48%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */ 
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     border-bottom: 1px #e5e5e5 solid;
   }
/* /Количество колонок с товаром на странице рекомендуемые товары */

/* Количество колонок с товаром в блоке новинки на главной странице */
dl.itemNewProductsDefault 
   {
     display: block;
     width: 48%; /* количество колонок, 48% (не 50, иначе в IE всё равно в одну колонку будут) - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     height: 200px; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */ 
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     background: transparent;
   }
/* /Количество колонок с товаром в блоке новинки на главной странице */

/* Количество колонок с новостями на главной странице */
dl.itemLatestNewsDefault 
   {
     display: block;
     width: 48%; /* количество колонок, 48% (не 50, иначе в IE всё равно в одну колонку будут) - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     margin: 0.5em 0 0.5em 0;
     padding: 0 0 0 0;
   }
/* /Количество колонок с новостями на главной странице */

/* Количество колонок с новостями на странице новостей */
dl.itemLatestNews 
   {
     display: block;
     width: 98%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     margin: 0.5em 0 0.5em 0;
     padding: 0 0 0 0;
   }
/* /Количество колонок с новостями на странице новостей */

/* Количество колонок с товаром на странице скидки */
dl.itemSpecials 
   {
     display: block;
     width: 48%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */ 
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     border-bottom: 1px #e5e5e5 solid;
   }
/* /Количество колонок с товаром на странице скидки */

/* Количество колонок с товаром на странице мои данные */
dl.itemLastViewed 
   {
     display: block;
     width: 98%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */ 
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     border-bottom: 1px #e5e5e5 solid;
   }

/* /Количество колонок с товаром на странице мои данные */

/* Информация о заказе, адрес клиента и адрес доставки */
dl.ordersAddress 
   {
     display: block;
     width: 49%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     border-bottom: 1px #e5e5e5 solid;
   }

dt.ordersAddress 
   {
     display: block;
     float: left;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     text-align: center;
   }

dd.ordersAddress
   {
     display: block;
     margin: 0 0 0 1em;
     padding: 0 0 0 0;
     line-height: normal;
     background: transparent;
   }

/* /Информация о заказе, адрес клиента и адрес доставки */

/* Адресная книга */
dl.AddressBook 
   {
     display: block;
     width: 49%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
   }

dt.AddressBook 
   {
     display: block;
     float: left;
     width: 90px;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     text-align: center;
   }

dd.AddressBook
   {
     display: block;
     margin: 0 0 0 90px;
     padding: 0 0 0 0;
     line-height: normal;
     background: transparent;
   }

dl.AddressBookList 
   {
     display: block;
     width: 49%;
     float: left;
     height: auto;
     margin: 0 0 0 0;
     padding: 0 0 1em 0;
   }

dt.AddressBookList 
   {
     display: block;
     float: left;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     text-align: center;
   }

dd.AddressBookList
   {
     display: block;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     line-height: normal;
     background: transparent;
   }

/* /Адресная книга */

/* Вход */
dl.Login 
   {
     display: block;
     width: 49%;
     float: left;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
   }

dt.Login
   {
     float: left;
     display: block;
     background: transparent;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     text-align: center;
   }

dd.Login
   {
     display: block;
     margin: 0 0 0 1em;
     padding: 0 0 0 0;
     line-height: normal;
     background: transparent;
   }

/* /Вход */

dt.itemImage 
   {
     float: left;
     display: block;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0 0 0 0;
     padding: 5px 5px 0 5px;
     text-align: center;
     height: 180px;
     width: 120px;
   }

dt.itemNews 
   {
     display: none;
     float: left;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0 0 0 0;
     padding: 5px 5px 0 5px;
     text-align: left;
   }

dd.itemDescription
   {
     display: block;
     margin: 0 0 0 0;
     padding: 0 0;
     line-height: normal;
     background: transparent;
   }

dd.itemDescriptionPrice
   {
     display: block;
     margin: 1em 0 0 0;
     padding: 0 0;
     line-height: normal;
     background: transparent;
   }

dd.itemNews
   {
     display: block;
     margin-left: 1em;
     padding: 0 0;
     line-height: normal;
     background: transparent;
   }

div.clear
   {
     clear: both;
   }

div.navigation
   {
     display: block;
     width: 100%;
     padding-top: 1em;
   }

span.right
   {
     float: right;
   }

/* /Вывод товаров */

/* Вывод категорий */

dl.itemCategoriesListing 
   {
     width: 33%; /* количество колонок, 50% - товар выводится двумя колонками, т.е. два товара в одной строке, 100% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */ 
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     background: transparent;
   }

dt.itemCategoriesListing 
   {
     float: left;
     height: auto;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0 0 0 0;
     padding: 5px 5px 0 5px;
     text-align: center;
   }

dd.itemCategoriesListing 
   {
     margin: 0 1em 0 1em;
     padding: 0 0;
     line-height: normal;
     background: transparent;
     text-align: center;
   }

/* /Вывод категорий */

/* Страница карточки товара */

p.center
   {
     text-align: center;
   }

div.ProductInfoLeft
   {
     float: left;
     margin-right: 1em;
   }

div.ProductInfoRight
   {
     float: left;
     margin-left: 1em;
     text-align: right;
   }

/* /Страница карточки товара */

/* Ссылки на странице мои данные */

ul.accountLinks 
   {
     list-style-type: none;
     text-align: left;
     padding-left: 1em;
     margin: 0 0 0 0;
   }

li.accountLinks 
   {
	  display: block;
     font: 11px Tahoma, Verdana, Arial, sans-serif;
     background: url(img/icon_arrow1.jpg) no-repeat left center;
     padding: 0 0 0 14px; 
   }

/* /Ссылки на странице мои данные */

span.bold 
   {
     font-weight: bold;
   }

/* Ajax quick find */

div.ajaxQuickFind 
   {
     text-align: left;
   }

ul.ajaxQuickFind 
   {
     list-style-type: none;
     list-style-image: none;
     padding-left: 0px;
   }

li.ajaxQuickFind 
   {
     font-size: 80%;
     padding-left: 0px;
   } 

/* /Ajax quick find */

/* Ajax add quickie suggest */

div.ajaxAddQuickie 
   {
     text-align: left;
   }

div.addQuick 
   {
     text-align: left;
     color: #67748B;
     text-decoration: underline;
     cursor: pointer;
   }
   
ul.ajaxAddQuickie 
   {
     list-style-type: none;
     list-style-image: none;
     padding-left: 0px;
   }

li.ajaxAddQuickie 
   {
     font-size: 80%;
     padding-left: 0px;
   } 

/* /Ajax add quickie suggest */

.errorBox 
   {
	  background-color: #ffb3b5;
   }

.messageStackError, .messageStackWarning 
   { 
     background-color: #ffb3b5; 
   }

.messageStackSuccess 
   { 
     background-color: #99ff00; 
   }

.headerError 
   {
	  background-color: #ffb3b5;
     border: 1px solid red;
   }

.messageStack
   {
     background-color: #ffb3b5; 
     padding: 0.5em 0.5em 0.5em 0.5em; 
   }
      
/*]]>*/

/* old styles */
table { color: #F8F5EC; font-size: 11px; font-family: Tahoma; }

.top { background-color: #8F2926; padding: 7px 0 0 0; }
td.desc { color: #FFFFFF; font-size: 9px; font-family: Tahoma; text-transform: uppercase; padding-left: 10px; }
td.desc a { color: #FFFFFF; font-size: 9px; font-family: Tahoma; text-decoration: none; }
td.desc a:hover { color: #FFFFFF; font-size: 9px; font-family: Tahoma; text-decoration: none; }

.ico { color: #FFFFFF; font-size: 9px; font-family: Tahoma; text-align: right; padding-right: 10px; }
.ico a { color: #FFFFFF; font-size: 9px; font-family: Tahoma; text-decoration: none; }
.ico a:hover { color: #FFFFFF; font-size: 9px; font-family: Tahoma; text-decoration: none; }

.body1 { margin: 0; padding: 0; background-color: #F8F5EC; }
.body2 { margin: 0; padding: 0; background-color: #FFFFFF; }
table { color: #000000; font-size: 11px; font-family: Tahoma; }


/* пїЅпїЅпїЅпїЅпїЅ */
.top { background-color: #8F2926; padding: 7px 0 0 0; }
td.desc { color: #FFFFFF; font-size: 9px; font-family: Tahoma; text-transform: uppercase; padding-left: 10px; }
td.desc a { color: #FFFFFF; font-size: 9px; font-family: Tahoma; text-decoration: none; }
td.desc a:hover { color: #FFFFFF; font-size: 9px; font-family: Tahoma; text-decoration: none; }

.ico { color: #FFFFFF; font-size: 9px; font-family: Tahoma; text-align: right; padding-right: 10px; }
.ico a { color: #FFFFFF; font-size: 9px; font-family: Tahoma; text-decoration: none; }
.ico a:hover { color: #FFFFFF; font-size: 9px; font-family: Tahoma; text-decoration: none; }

.ban { background-image: url(images/top.jpg); background-position: left top; background-repeat: repeat-x; }
.log { background-image: url(images/top1.gif); background-position: 34px top; background-repeat: no-repeat; height: 100%; }
.fonTop { 
    background-image: url(images/top2.gif); 
    background-position: 70% top; 
    background-repeat: no-repeat; 
    /*height: 100%;*/
    height: 185px; 
}

.imgLog { margin: 13px 0 0 35px; }

.bask { line-height: 16px; text-align: left; width: 210px; padding: 0 0 0 20px; margin: 35px 0 0 0; background-image: url(images/icoBask.gif); background-position: left 7px; background-repeat: no-repeat; color: #1F1A17; font-size: 12px; font-family: Tahoma; font-weight: normal; }
.bask b { color: #1F1A17; font-size: 18px; font-family: Tahoma; font-weight: normal; line-height: 19px; }
.bask p { color: #1F1A17; font-size: 11px; font-family: Tahoma; font-weight: normal; padding: 0; margin: 1px 0 20px 0; }

.imgTop { margin: 20px 0 0 0; }



.mid { background-image: url(images/middle.jpg); background-position: left top; background-repeat: repeat-x; border-top: 6px solid #8F2926; padding: 10px 0 0 0; }
.right { background-image: url(images/middle.jpg); background-position: left top; background-repeat: repeat-x; border-top: 6px solid #8F2926; padding: 10px 0 0 15px; }
.left { background-image: url(images/middle.jpg); background-position: left top; background-repeat: repeat-x; padding: 4px 0 20px 0; }

body { 
    background-image: url(images/middle.jpg);
} 














/* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ */
.ftab { background-color: #D8D5CB; }
.ftab .form { margin: 0 0 0 10px; font-size: 12px; }
.ftab .butt { margin: 0 10px 0 0; font-size: 13px; }



.welc { border-bottom: 6px solid #1F1A17; margin: 10px 0 12px 0; padding: 0 0 10px 15px; color: #1F1A17; font-size: 11px; font-family: Tahoma; }
.welc a { color: #1F1A17; font-size: 11px; font-family: Tahoma; text-decoration: underline; }
.welc a:hover { color: #8F2926; font-size: 11px; font-family: Tahoma; text-decoration: none; }

.sn h3 { margin: 0; padding: 0 0 12px 0; }
.ls { background-color: #FFFFFF; border-right: 1px solid #FBF8F1; border-bottom: 1px solid #FBF8F1; padding: 8px 20px 15px 0; }
.rs { background-color: #FFFFFF; border-bottom: 1px solid #FBF8F1; padding: 8px 5px 15px 0; }
.imgS { border: 1px solid #8F2926; margin: 0 10px 0 0; }

div.tsn { color: #000000; font-size: 12px; font-family: Tahoma; margin: 0 0 10px 0; }
div.tsn a { color: #8F2926; font-size: 18px; font-family: Tahoma; text-decoration: underline; }
div.tsn a:hover { color: #8F2926; font-size: 18px; font-family: Tahoma; text-decoration: none; }

.price { color: #000000; font-size: 11px; font-family: Tahoma; margin: 10px 0 0 0; }
.price b { color: #000000; font-size: 20px; font-family: Arial; font-weight: normal; }


.cent { background-color: #FFFFFF; margin: 12px 0 0 0; }









/* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅ */
.code { color: #000000; font-size: 9px; font-family: Tahoma; margin: 10px 0 14px 0; }
.name { color: #8F2926; font-size: 12px; font-family: Tahoma; margin: 0 0 20px 0; }
.name h1 { color: #000000; font-size: 22px; font-family: Tahoma; font-weight: normal; padding: 0; margin: 0; }












/* пїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅ */
.leftType { margin: 9px 12px 0 18px; padding: 0 0 0 15px; background-image: url(images/ar.gif); background-position: left 4px; background-repeat: no-repeat; }
.leftType a { color: #000000; font-size: 12px; font-family: Tahoma; text-decoration: underline; }
.leftType a:hover { color: #8F2926; font-size: 12px; font-family: Tahoma; text-decoration: none; }

div.cat { margin: 10px 12px 8px 18px; padding: 5px 0 10px 0; border-top: 6px solid #8F2926; border-bottom: 6px solid #8F2926; color: #8F2926; font-size: 18px; font-family: Tahoma; font-weight: normal; }
.catchild { display: none; }


.cat0, .CatLevel1 { padding: 4px 0 4px 15px; background-image: url(plus.gif); background-position: left 7px; background-repeat: no-repeat; }
.cat0 a { color: #000000; font-size: 12px; font-family: Tahoma; text-decoration: underline; }
.cat0 a:hover { color: #8F2926; font-size: 12px; font-family: Tahoma; text-decoration: none; }

.cat0Over { padding: 4px 0 4px 15px; background-image: url(images/minus.gif); background-position: left 7px; background-repeat: no-repeat; }
.cat0Over a { color: #8F2926; font-size: 12px; font-family: Tahoma; text-decoration: none; }
.cat0Over a:hover { color: #8F2926; font-size: 12px; font-family: Tahoma; text-decoration: none; }

.brd { border-bottom: 1px solid #C8C5BD; margin: 0 0 0 15px; padding: 0 0 11px 0; }

.cat1 { padding: 4px 0 4px 10px; background-image: url(images/ar1.gif); background-position: left 8px; background-repeat: no-repeat; }
.cat1 a { color: #000000; font-size: 11px; font-family: Tahoma; text-decoration: underline; }
.cat1 a:hover { color: #8F2926; font-size: 11px; font-family: Tahoma; text-decoration: none; }

.cat1Over { padding: 4px 0 4px 10px; background-image: url(images/ar1_on.gif); background-position: left 8px; background-repeat: no-repeat; }
.cat1Over a { color: #8F2926; font-size: 11px; font-family: Tahoma; text-decoration: none; }
.cat1Over a:hover { color: #8F2926; font-size: 11px; font-family: Tahoma; text-decoration: none; }

.cat2 { margin: 0 0 0 10px; padding: 4px 0 4px 10px; background-image: url(images/ar1.gif); background-position: left 8px; background-repeat: no-repeat; }
.cat2 a { color: #000000; font-size: 11px; font-family: Tahoma; font-weight: normal; text-decoration: underline; }
.cat2 a:hover { color: #000000; font-size: 11px; font-family: Tahoma; font-weight: bold; text-decoration: none; }

.cat2Over { margin: 0 0 0 10px; padding: 4px 0 4px 10px; background-image: url(images/ar1_on.gif); background-position: left 8px; background-repeat: no-repeat; }
.cat2Over a { color: #000000; font-size: 11px; font-family: Tahoma; font-weight: bold; text-decoration: none; }
.cat2Over a:hover { color: #000000; font-size: 11px; font-family: Tahoma; font-weight: bold; text-decoration: none; }

.cat3 { margin: 0 0 0 15px; padding: 4px 0 4px 10px; }
.cat3 a { color: #000000; font-size: 11px; font-family: Tahoma; font-weight: normal; text-decoration: underline; }
.cat3 a:hover { color: #000000; font-size: 11px; font-family: Tahoma; font-weight: bold; text-decoration: none; }

.cat3Over { margin: 0 0 0 15px; padding: 4px 0 4px 10px; }
.cat3Over a { color: #000000; font-size: 11px; font-family: Tahoma; font-weight: bold; text-decoration: none; }
.cat3Over a:hover { color: #000000; font-size: 11px; font-family: Tahoma; font-weight: bold; text-decoration: none; }

.cat4 { margin: 0 0 0 20px; padding: 4px 0 4px 10px; }
.cat4 a { color: #000000; font-size: 10px; font-family: Tahoma; font-weight: normal; text-decoration: underline; }
.cat4 a:hover { color: #000000; font-size: 10px; font-family: Tahoma; font-weight: bold; text-decoration: none; }

.cat4Over { margin: 0 0 0 20px; padding: 4px 0 4px 10px; }
.cat4Over a { color: #000000; font-size: 10px; font-family: Tahoma; font-weight: bold; text-decoration: none; }
.cat4Over a:hover { color: #000000; font-size: 10px; font-family: Tahoma; font-weight: bold; text-decoration: none; }

.cat5 { margin: 0 0 0 30px; padding: 4px 0 4px 10px; }
.cat5 a { color: #000000; font-size: 10px; font-family: Tahoma; font-weight: normal; text-decoration: underline; }
.cat5 a:hover { color: #000000; font-size: 10px; font-family: Tahoma; font-weight: bold; text-decoration: none; }

.cat5Over { margin: 0 0 0 30px; padding: 4px 0 4px 10px; }
.cat5Over a { color: #000000; font-size: 10px; font-family: Tahoma; font-weight: bold; text-decoration: none; }
.cat5Over a:hover { color: #000000; font-size: 10px; font-family: Tahoma; font-weight: bold; text-decoration: none; }


.leftLink { margin: 9px 12px 0 18px; padding: 0 0 0 15px; background-image: url(images/ar.gif); background-position: left 4px; background-repeat: no-repeat; }
.leftLink a { color: #000000; font-size: 11px; font-family: Tahoma; text-decoration: underline; }
.leftLink a:hover { color: #8F2926; font-size: 11px; font-family: Tahoma; text-decoration: none; }













/* пїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅ */
.rightSpec { margin: 10px 15px 0 0; padding: 0 0 0 15px; background-image: url(images/ar.gif); background-position: left 4px; background-repeat: no-repeat; font-size: 11px; }
.rightSpec a { color: #000000; font-size: 12px; font-family: Tahoma; text-decoration: underline; }
.rightSpec a:hover { color: #8F2926; font-size: 12px; font-family: Tahoma; text-decoration: none; }

.rBlock { padding: 0 0 20px 0; margin: 0 15px 35px 0; border-bottom: 6px solid #8F2926; }
.rBlock h3 { color: #1F1A17; font-family: Tahoma; font-weight: normal; padding: 0; margin: 0; line-height: 16px; }

.promo { margin: 10px 0 0 0; color: #1F1A17; font-size: 11px; font-family: Tahoma; text-align: justify; }
.promo a { color: #1F1A17; font-size: 11px; font-family: Tahoma; text-decoration: underline; }
.promo a:hover { color: #8F2926; font-size: 11px; font-family: Tahoma; text-decoration: none; }


.pers { border-top: 6px solid #1F1A17; padding: 10px 0 0 14px; margin: 0 15px 10px 0; background-image: url(images/ar.gif); background-position: left 21px; background-repeat: no-repeat; }
.pers a { color: #000000; font-size: 12px; font-family: Tahoma; text-decoration: underline; }
.pers a:hover { color: #8F2926; font-size: 12px; font-family: Tahoma; text-decoration: none; }

.autIn ul { margin: 0 0 0 10px; padding: 0 0 0 10px; }
.autIn li { margin: 5px 0 0 0; }
.autIn { color: #000000; font-size: 11px; font-family: Tahoma; }
.autIn a { color: #000000; font-size: 11px; font-family: Tahoma; text-decoration: underline; }
.autIn a:hover { color: #8F2926; font-size: 11px; font-family: Tahoma; text-decoration: none; }











/* пїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅ */
.path { color: #000000; font-size: 11px; font-family: Tahoma; margin: 0 0 5px 0; }
.path a { color: #000000; font-size: 11px; font-family: Tahoma; text-decoration: underline; }
.path a:hover { color: #000000; font-size: 11px; font-family: Tahoma; text-decoration: none; }

.scrlG { color: #535353; font-size: 11px; font-family: Tahoma; margin: 4px 0 5px 0; }

.tek { background-color: #A90D00; color: #FFFFFF; font-size: 11px; padding: 0 4px; }
/*.page { background-color: #1F1A17; color: #FFFFFF; font-size: 11px; padding: 0 4px; }*/
font.page a { color: #FFFFFF; font-size: 11px; text-decoration: none; }
font.page a:hover { color: #FFFFFF; font-size: 11px; text-decoration: underline; }







/* пїЅпїЅпїЅпїЅпїЅ */
.pathS { padding: 5px 0; background-color: #FBF8F1; }
.pathS a { color: #8F2926; font-size: 11px; font-family: Tahoma; text-decoration: underline; }
.pathS a:hover { color: #8F2926; font-size: 11px; font-family: Tahoma; text-decoration: none; }












/* пїЅпїЅпїЅпїЅпїЅпїЅ */
.serv { padding: 0 0 0 10; margin: 0 0 0 10; }
.serv li { color: #8F2926; padding: 2px 0; }
.serv a { color: #000000; font-size: 11px; font-family: Tahoma; text-decoration: underline; }
.serv a:hover { color: #8F2926; font-size: 11px; font-family: Tahoma; text-decoration: none; }

.trZag { text-align: center; color: #000000; font-size: 11px; font-family: Tahoma; font-weight: bold; }
.trZag a { color: #000000; font-size: 11px; font-family: Tahoma; font-weight: bold; text-decoration: underline; }
.trZag a:hover { color: #8F2926; font-size: 11px; font-family: Tahoma; font-weight: bold; text-decoration: none; }
.trZag td { border: 1px solid #000000; }

.trTxt { text-align: center; color: #000000; font-size: 11px; font-family: Tahoma; }
.trTxt a { color: #000000; font-size: 11px; font-family: Tahoma; text-decoration: underline; }
.trTxt a:hover { color: #8F2926; font-size: 11px; font-family: Tahoma; text-decoration: none; }








/* пїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅ */
.map { padding: 2px 0; }










/* пїЅпїЅпїЅпїЅпїЅпїЅпїЅ */
.footer { border-top: 6px solid #8F2926; }

.fotMenu { background-color: #D8D5CB; padding: 1px 0 8px 10px; }
.fotMenu a { color: #000000; font-size: 11px; font-family: Tahoma; text-decoration: underline; }
.fotMenu a:hover { color: #8F2926; font-size: 11px; font-family: Tahoma; text-decoration: none; }
.fotMenu font { background-image: url(images/ar.gif); background-position: left 4px; background-repeat: no-repeat; padding: 0 30px 0 15px; }

.finfo { color: #000000; font-size: 10px; font-family: Tahoma; padding: 15px 0 0 0; }
.finfo a { color: #8F2926; font-size: 10px; font-family: Tahoma; text-decoration: none; }
.finfo a:hover { color: #8F2926; font-size: 10px; font-family: Tahoma; text-decoration: none; }

.osg { padding: 15px 0 0 0; text-align: right; }
.osg a { color: #000000; font-size: 10px; font-family: Tahoma; text-decoration: underline; }
.osg a:hover { color: #000000; font-size: 10px; font-family: Tahoma; text-decoration: none; }









/* пїЅпїЅпїЅпїЅпїЅ */
h3 { color: #1F1A17; font-family: Tahoma; font-weight: normal; padding: 0; margin: 0; }

.form { width: 100%; color: #000000; font-size: 11px; font-family: Tahoma; font-weight: normal; }
.butt { color: #000000; font-size: 11px; font-family: Verdana; font-weight: normal; }

.quan { width: 40px; text-align: right; text-align: right; color: #000000; font-size: 11px; font-family: Tahoma; font-weight: normal; }

.text { color: #000000; font-size: 11px; font-family: Tahoma; }
.text a { color: #000000; font-size: 11px; font-family: Tahoma; text-decoration: underline; }
.text a:hover { color: #8F2926; font-size: 11px; font-family: Tahoma; text-decoration: none; }

.red { color: #FF0000; font-size: 11px; font-family: Tahoma; }
.red a { color: #FF0000; font-size: 11px; font-family: Tahoma; text-decoration: underline; }
.red a:hover { color: #8F2926; font-size: 11px; font-family: Tahoma; text-decoration: none; }
















/* пїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅ */
.compare { border-collapse: collapse; border:solid 1px #3273B5; padding:2 0 2 5; font-family: Tahoma; font-size: 11px; }
.compare_name,.compare_val  { border:solid 1px #3273B5; padding:2 0 2 5; font-family: Tahoma; font-size: 11px; }
.compare_name   { font-weight: bold; font-family: Tahoma; font-size: 11px; }


.pay_pad, .pay_price    { padding: 5; font-family: Tahoma; font-size: 11px; }
.pay_price  { color:#6D6D6D; border-style:none none none solid; border-width:1; border-color:#D7D7D7; text-align:right; font-weight:bold; font-family: Tahoma; font-size: 11px; }
.pay_block  { height:22; background-color:#6D6D6D; color:white; font-size:12px;font-weight:bold; padding:2 2 4 10; font-family: Tahoma; }
.pay_box    { text-align:center; border-style:none solid none solid; border-width:1; border-color:#D7D7D7;padding:0; margin: 0; font-family: Tahoma; font-size: 11px; }
.pay_line   { border-style:solid none none none; border-width:1; border-color:#D7D7D7; font-family: Tahoma; font-size: 11px; }
.pay_btn    { background-color:#6D6D6D; color:white; font-weight:bold; padding:3; font-size:13px; font-family: Tahoma; }


/* пїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅ 25/03/08 */
.g_navigation           { width:100%; clear:both; padding:2 0 5 0;}
.g_navigation input,.g_navigation select,.g_navigation option { font-family:"Tahoma"; font-size:11px; margin:0; }
.g_navigation form { font-family:"Tahoma"; font-size:11px; margin:0; }

.g_list_head            { background-color:#d8d5cb; height:24; }
.g_list_head td     { padding:2 5 2 5; white-space:nowrap; color:black; border-style:none; font-size: 12px; }
.g_list_head td a   { color:black; font-size: 12px; }

.g_list                     { border-collapse:collapse; margin:2 0 5 0; width:100%; }
.g_list td              { border-style:none none solid none; border-width:1px; border-color:#d8d5cb; padding:7 5 7 5; }
.g_list .g_name     { color: black; font-size: 12px; }
.g_list a.g_name            { color: #8F2926; font-size: 12px; text-decoration: underline; }
.g_list a.g_name:hover{ color: #8F2926; font-size: 12px; text-decoration: none; }

.g_list img.work_img    { width:45px; }

.g_price_list           { color: #000000; font-size: 20px; font-family: Arial; font-weight: normal; white-space:nowrap; }
.g_price_list span{ color: #000000; font-size: 11px; font-family: Tahoma; }

.search_new { margin: 10px 12px 8px 18px; padding: 5px 0 10px 0; border-top: 6px solid #8F2926; color: #8F2926; font-size: 18px; font-family: Tahoma; font-weight: normal; }

.search_e       { margin:0 0 5 10; padding: 4px 0 4px 15px; background-image: url(images/plus.gif); background-position: left 7px; background-repeat: no-repeat; }
.search_e a { color: #8F2926; }
.search_new form { font-family:"Tahoma"; font-size:11px; margin:0; }
.search_new input, .search_new select { font-family:"Tahoma"; font-size:11px; margin:0; }

.search_form { margin:0 0 5 10; }
.search_form td { white-space:nowrap; padding:3 10 3 0;}
.search_form #sgsize1   {width:40px;}
.search_form #sgsize2   {width:40px;}
