/* -----------------------------------------------------------------------------------------
   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
   {
     background-color: #a9c4de;

     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: #2a2f49;
     text-decoration: none;
   }

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

/* Центр */
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: #f1f1f6;
     border-top: 3px 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: 2px #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
   {
     width: 100%;
   }

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

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

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

.page .b1, .page .b2, .page .b3, .page .b4, .page .b1b, .page .b2b, .page .b3b, .page .b4b
   {
     display: none;
     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;
   }

.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: 1px;
	  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: 2px #e5e5e5 solid;
     background: url(img/box.gif) no-repeat left center;
     margin: 0 0 .4em .3em;
     padding: .1em 0 0 16px;
  }
/*- /Заголовок бокса разделы */

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




#categoriesBoxMenu

   {
     margin: 0;
     padding: 0 0 28px 0;
     font-size: 9pt;
   }

#categoriesBoxMenu em

   {
     font-style: normal;
     text-decoration: none;
     color: #888888;
	  font-size: 8pt;
   }


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

#categoriesBoxMenu #CatNavi li a
   {
     width: 164px;
     display: block;
     padding: 5px 7px 5px 18px;
     color: #2a2f49;

     background-color: #e9ecf0;
     text-indent: 0;
     text-decoration: none;
     margin: 0;
     border-bottom: 1px dashed #979aa8;

     font-weight: bold;
   }

#categoriesBoxMenu #CatNavi li a:hover
   {
     background: url(imgs/currenth.gif);

     background-color: #d0dce9;

     background-position: 1px 0;

     background-repeat: repeat-y;
   }


#categoriesBoxMenu #CatNavi .CatLevel2 a,

#categoriesBoxMenu #CatNavi .CatLevel3 a,

#categoriesBoxMenu #CatNavi .CatLevel4 a,

#categoriesBoxMenu #CatNavi .CatLevel5 a,

#categoriesBoxMenu #CatNavi .CatLevel6 a

   {
   	 border: 0;

   	 padding: 3px 7px 3px 18px;

   	 font-weight: normal;

   	 color: #7f7e7e;

   }


#categoriesBoxMenu #CatNavi .CatLevel2 a
   {
     padding-left: 32px;
   }



#categoriesBoxMenu #CatNavi .CatLevel3 a

   {

     padding-left: 40px;

   }

#categoriesBoxMenu #CatNavi .CatLevel4 a

   {

     padding-left: 48px;

   }

#categoriesBoxMenu #CatNavi .CatLevel5 a

   {

     padding-left: 52px;

   }

#categoriesBoxMenu #CatNavi .CatLevel6 a

   {

     padding-left: 58px;

   }


#categoriesBoxMenu #CatNavi .Current > a,

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

     background: url(imgs/currenth.gif);

     background-color: #d0dce9;

     background-position: 1px 0;

     background-repeat: repeat-y;

     color: #2a2f49;
   }



#categoriesBoxMenu #CatNavi .CurrentParent > a

   {

     background: url(imgs/current.gif);

     background-position: 1px 0;

     background-repeat: repeat-y;

     color: #ff3300;

   }

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

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

/*- Бокс контент */
#boxContent
   {
     text-align: left;
     margin-bottom: 0.2em;
     margin-top: 0.2em;
     margin-right: 0.2em; /* отступ от правого края браузера */
     padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
  	  border-bottom-width: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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%;
	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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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;
  }

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

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

/*- /Заголовок бокса поиск */

/*- Содержимое бокса поиск */
#boxSearchContent
   {
     overflow: hidden;
     height: 24px;
  }

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

#boxSearchContent input {
	height: 18px;
	width: 152px;
	padding: 0;
	margin: 0 4px 0 0;
}

#boxSearchContent input.nb {
	margin: 0;
	width: auto;
	height: auto;
}

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

/*- Форма бокса поиск */
.searchboxform input {
	width: 152px;
}

.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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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;
   }

#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;
   }

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

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

/* Оформление */
#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%;
	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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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%;
	padding: 2px;
   margin-top: 0.2em;
   margin-bottom: 0.4em;
}

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


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



/*- Формы */



form

   {

	  width: 100%;

	  margin: 0;

   }
* html #quick_find {
	width:214px !important;
}
* html #quick_find input.nb {
	width:52px !important;
	height:22px !important;
}

input, textarea

   {

	  font-size: 1em;

	  border: 1px solid;

	  border-color: #394a60;

	  background-color: #fff;

   }



input.nb

   {

	  border-style: none;

	  background: transparent;

   }



/*- Подсветка ошибок формы */

#errormsg

   {

     border: 2px solid #c00;

     padding: 5px;

     width: 96%;

   }



.error

   {

	  background: #fcc;

   }

/*- /Подсветка ошибок формы */



.form textarea:focus, input:focus, .sffocus, .sffocus

   {

	  background-color: #fff;

   }



span.Requirement

   {

     color: red;

   }



/*- /Формы */

/*- Бокс лучшие товары */
#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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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: 1px;
	  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: 2px #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: #f1f1f6;
     width: 100%;
     text-align: center;
     color: #000;
     padding-top: 0.5em;
     padding-bottom: 0.5em;
   }

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



/*- Цены */

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: 100%; /* количество колонок, 50% - товар выводится двумя колонками, т.е. два товара в одной строке, 100% - товар выводится одной колонкой, т.е. один товар в одной строке */
     float: left;
     height: 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: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */
     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;
   }

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: 30%; /* количество колонок, 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;

   }

















/*]]>*/



   DIV.frame {
        width: 925px;
        padding: 0;
        margin: 0;
        border: 0;
        overflow: hidden;

        background-color: #425f83;
   }

   DIV.pattern {
   	    width: 955px;
   	    background: url(imgs/pattern.gif);
   }

   DIV.top0 {
        width: 889px;
        height: 18px;
        padding: 8px 18px;
        margin: 0;
        border: 0;
        overflow: hidden;
        background-color: #abc2de;

        font-family: Tahoma, Arial, sans-serif;
        font-size: 8pt;
        text-indent: 0;
        text-align: right;
        font-weight: normal;
        color: #2a2f49;
   }

   DIV.top0 > A {
   	    color: #2a2f49;
   	    text-decoration: none;
   }

   DIV.top0 > A:hover {
   	    color: #2a2f49;
   	    text-decoration: underline;
   }

   DIV.top {
        width: 926px;
        height: 205px;
        padding: 0;
        margin: 0;
        border: 0;
   }

   DIV.top_left {
        width: 212px;
        height: 205px;
        padding: 0 0 0 14px;
        margin: 0;
        border: 0;
        overflow: hidden;

        background: url(imgs/top_left.jpg);
        float: left;
   }

   DIV.top IMG {
   	    border: 0;
   }

   DIV.top_right {
        width: 700px;
        height: 205px;
        padding: 0;
        margin: 0;
        border: 0;
        overflow: hidden;

        float: left;
   }

   DIV.left {
        width: 182px;
        padding: 0;
        margin: 0px 9px 7px 13px;
        border: 0;
        float: left;
display:inline;
        position: relative;
        top: -73px;
   }

   DIV.right {
      float:right;
        width: 182px;
        padding: 0;
        margin: 0 13px 0 0 !important;
        overflow: hidden;
	display:inline;
   }

   DIV.main {
        padding: 0;
        margin: 0;
        border: 0;
        overflow: hidden;

        background: url(imgs/patt.jpg);
        background-position: 0 140px;
        background-repeat: no-repeat;
   }

   DIV.bott {
        width: 955px;
        height: 130px;
        padding: 0;
        margin: 0;
        border: 0;
        overflow: hidden;

        background: url(imgs/bottom.gif);
        background-repeat: no-repeat;
        background-color: #a9c4de;
   }

   DIV.bott_left {
        width: 200px;
        height: 102px;
        padding: 16px 25px;
        margin: 0;
        border: 0;
        overflow: hidden;
        text-align: left;
        float: left;
   }

   DIV.bott_left a {
   	    border: 0;
   }

   DIV.bott_left img {
   	    border: 0;
   	    margin: 0 3px 3px 0;
   }

   DIV.bott_center {
        width: 465px;
        height: 106px;
        padding: 14px 0;
        margin: 0;
        border: 0;
        overflow: hidden;
        text-align: center;
        float: left;
   }

   DIV.bott_center a {
   	    border: 0;
   }

   DIV.bott_center img {
   	    border: 0;
   	    margin: 0;
   }

   DIV.bott_right {
        width: 200px;
        height: 106px;
        padding: 14px 20px;
        margin: 0;
        border: 0;
        overflow: hidden;
        text-align: right;
   }

   DIV.bott_right a {
   	    border: 0;
   }

   DIV.bott_right img {
   	    border: 0;
   	    margin: 0 0 0 10px;
   }

   DIV.headline {
        height: 16px;
        padding: 10px 6px 10px 18px;
        margin: 0;
        background: url(imgs/line.jpg);
        overflow: hidden;

        font-family: Tahoma, Arial, sans-serif;
        font-size: 8pt;
        text-indent: 0;
        text-align: right;
        font-weight: bold;
        color: #2a2f49;
   }
* html    DIV.headline {
	width:900px !important;
}
	DIV.headline_links_poisk {
   	    float: right;
   }

   DIV.headline_links {
   	    float: left;
   	    margin-left: 370px;
   }
* html DIV.headline_links {
	display:inline !important;
}
   DIV.headline_links > A {
   	    color: #2a2f49;
   	    text-decoration: none;
   }

   DIV.headline_links > A:hover {
   	    color: #2a2f49;
   	    text-decoration: underline;
   }

   DIV.headln {
        width: 439px;
        padding: 8px 0 0 23px;
        margin: 0;
        border: 0;
        float: left;
   }

   DIV.headsrch {
        padding: 4px 0 0 0;
        margin: 0;
        border: 0;
   }

   H1 {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 8pt;
        text-indent: 0;
        text-align: left;
        font-weight: bold;
        color: #ff3300;
		margin: 10px 15px;
        text-transform: uppercase;
   }

   H1 A {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 8pt;
        text-indent: 0;
        text-align: left;
        font-weight: bold;
        color: #ff3300;
        text-transform: uppercase;
   }

   H1 A:hover {
        text-decoration: underline;
   }

   H2 {
        font-family: Tahoma, Arial, sans-serif;
        font-size: 8pt;
        text-indent: 0;
        text-align: left;
        color: #2a2f49;
        margin-top: 1em;
   }

   DIV.box, DIV.listbox {
        width: 182px;
        padding: 0;
        margin: 0 0 7px 0;
        border: 0;
        overflow: hidden;
   }

   DIV.box_headline {
        width: 170px;
        height: 29px;
        padding: 3px 0 0 12px;
        margin: 0;
        border: 0;
        background: url(imgs/hdr.jpg);
        overflow: hidden;

        font-family: Tahoma, Arial, sans-serif;
        font-size: 12pt;
        text-indent: 0;
        text-align: left;
        font-weight: bold;
        color: #b3d0ef;
   }

   #navi > DIV.box_headline {
   	    background: url(imgs/hdr1.jpg);
   }

   * html #navi DIV.box_headline {
   	    background: url(imgs/hdr1.jpg);
   }

   DIV.box_cont {
        padding: 8px 16px 12px 16px;
        margin: 0;
        border: 0;
        background: #cad2dd url(imgs/bott.gif) no-repeat 0 100%;
        overflow: hidden;
	height:1%;
        font-family: Tahoma, Arial, sans-serif;
        font-size: 10pt;
        text-indent: 0;
        color: #2a2f49;

        text-align: left;
   }
   #navi > DIV.box_cont {
        background: url(imgs/bott1.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-color: #e9ecf0;
   }
* html   #navi DIV.box_cont {
	background: #e9ecf0 url(imgs/bott1.gif) no-repeat 0 100%;
   }

   #whatsnew > DIV.box_cont {
        background: url(imgs/bott2.gif);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-color: #fff;
        text-align: center;
   }
* html #whatsnew DIV.box_cont {
	text-align:center;
	background: #fff url(imgs/bott2.gif) no-repeat 0 100%;
}
   DIV.listbox DIV.box_cont {
   	    padding-left: 0;
   }

   DIV.listbox DIV.box_cont a {
        width: 164px;
        display: block;
        margin: 0;
        padding: 4px 6px 4px 18px;
        color: #2a2f49;
        background-color: #cad2dd;
        text-indent: 0;
        text-decoration: none;
        border-bottom: 1px dashed #979aa8;
        font-weight: normal;
   }



   DIV.listbox DIV.box_cont a:hover {
        background-color: #7da2c9;

   }



   DIV.cont_headline {
        width: 487px;
        height: 14px;
        padding: 4px 15px;
        margin: 0;
        border: 0;
        background: url(imgs/top2.gif);
        background-repeat: no-repeat;
        background-color: #8e9fb4;
        overflow: hidden;

        font-family: Tahoma, Arial, sans-serif;
        font-size: 10pt;
        text-indent: 0;
        text-align: left;
        font-weight: bold;
        color: #2a2f49;
   }

   DIV.cont_headline > A {
   	    color: #2a2f49;
   	    text-decoration: none;
   }

   DIV.cont_headline > A:hover {
   	    color: #2a2f49;
   	    text-decoration: underline;
   }

   DIV.cont {
        width: 489px;
        padding: 4px 14px 0px 14px;
        margin: 0;
        background: url(imgs/top.gif);
        background-repeat: no-repeat;
        background-color: #ffffff;
        text-align: left;
        color: #2a2f49;
        overflow: hidden;
   }
* html DIV.cont {
        padding: 4px 8px 0px 14px;
}
   DIV.content {
        width: 517px;
        padding: 0;
        margin: 0px 0 7px 0px;
        border: 0;
        float: left;
   }

   DIV.cont_bottline {
        width: 517px;
        height: 10px;
        padding: 0;
        margin: 0;
        border: 0;
        background: url(imgs/bottom2.gif);
        background-repeat: no-repeat;
        overflow: hidden;
   }



DIV.cont p {
	font-family: Tahoma, Arial, sans-serif;
    font-size: 9pt;
    text-indent: 0;
    text-align: left;
    color: #2a2f49;
}

DIV.cont hr {
    border-color: #a3a5b0;
    border-top-style: dashed;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}

DIV.cont .qty input {
	margin: 0;
	padding: 0;
	height: 24px;
}

DIV.cont .qty {
	margin: 0;
	padding: 0;
}

DIV.cont .qty > input {
	height: 18px;
	margin-top: 1px;
}

DIV.cont .qty div {
	float: right;
	margin-left: 8px;
}

DIV.cont li {
	text-align: left;
	font-size: 8pt;
}

DIV.cont .secondary {
	color: #666666;
}

DIV.cont .secondary a {
	color: #666666;
}

.price, .prices {
	color: #ff3300;
	font-size: 10pt;
	font-weight: bold;
}


DIV.fwpad {
  	width: 495px;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}


DIV.listing {
	width: 495px;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
}

DIV.listing > div {
	text-align: center;
	margin: 5px;
	float: left;
}

DIV.listing > div > div {
	border: 1px solid #a3a3a3;
	padding: 1px;
	width: 108px;
	height: 105px;
	margin-bottom: 8px;
}

DIV.listing > div > div img {
	border: 1px solid #dfdfdf;
	margin: 0;
	padding: 0;
	width: 106px;
	height: 103px;
}




DIV.listing2 {
  	width: 485px;
	text-align: left;
	border: 1px solid #a3a3a3;
	padding: 8px 4px;
	margin: 10px 0;
	overflow: hidden;
}


DIV.listing2 hr {
    border-color: #a3a5b0;
    border-top-style: dashed;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}


DIV.listing2 .fleft {
    float: left;
    padding-right: 4px;
}

DIV.listing2 .fright {
    margin-left: 120px;
    padding-left: 4px;
}


DIV.listing2 img {
    border: 0;
}


DIV.listing2 p {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10pt;
    color: #2a2f49;
}

DIV.listing2 a {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10pt;
    color: #2a2f49;
}

DIV.listing2 a:hover {
    text-decoration: underline;
}


DIV.listing3,
DIV.listing3bt {
  	width: 485px;
	text-align: left;
	border: 0;
	padding: 0;
	margin: 0;
}

DIV.listing3bt {
	float: right;
}

DIV.listing3 > DIV {
	border-top: 1px dashed #a3a5b0;
	margin: 10px;
	padding: 7px 0 0 0;
	width: 220px;
	float: left;
}

DIV.listing3 .fleft {
    float: left;
    padding-right: 4px;
}

DIV.listing3 .fright {
    margin-left: 100px;
    padding-left: 4px;
}



#order_details .header td {
	color: #000;
	background-color: #e9ecf1;
	padding-top: 0;
}

#order_details td {
	color: #646464;
	font-size: 8pt;
	padding-top: 22px;
}

#order_details td.b {
	font-weight: bold;
}

#order_details .odd td {
	background-color: #fff;
}

#order_details .even td {
	background-color: #e9ecf1;
}

#order_details td.img {
	background-color: #fff;
	padding-top: 0;
}



#registration div {
	text-align: right;
	width: 140px;
	padding-right: 3px;
	float: left;
}

#registration legend {
	color: #000;
}
