/* -----------------------------------------------------------------------------------------
   VaM Shop - open source ecommerce solution
   http://vamshop.ru

   Copyright (c) 2005-2008 VaM Shop 
   -----------------------------------------------------------------------------------------
   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

/*<![CDATA[*/

@import url("local.css");
	/*border-top: 1px solid #000;
     background: url(img/fon1.jpg);
	  padding-top: 0.5em;
	  padding-bottom: 0.5em;*/


html {
     margin: 0;
}

html,body
   {
     padding: 0;
     background: #000000;
   }

body
   {
     margin: 0 auto;
width: 1200px;
     font: 76% arial,sans-serif;
   }

img
   {
	  border: 0;
   }

h2, h3
   {
     margin: 2px;
     padding: 0px;
   }
   
/* Цвет обычных ссылок в магазине */
a 
   {
     color: #000;
     text-decoration: none;
   }

a:hover 
   {
     color: #000;
     text-decoration: underline;
   }
   

/* /Цвет обычных ссылок в магазине */

/* Центр */
div#wrapper
   {
     float: left;
     width: 100%;
   }

div#header 
   {
background: url('/pic/head1.png') top left no-repeat;
		 width: 1200px;
     height: 250px;
     position: relative;
   }



div#content
   {
     margin: 0 19%; /* отступ центра от боковых колонок */
     background: #fff;
padding: 1px;
    }

/* /Центр */

/* Левая колонка */
div#left
   {
     float: left;
     width: 18%; /* Ширина левой колонки */
     margin-left: -100%;
     background: #000000;
   }
/* /Левая колонка */

/* Правая колонка */
div#right
   {
     float: left;
     /*overflow: auto;*/
     width: 18%; /* Ширина правой колонки */
     margin-left: -18%;
     background: #000000;
/*		 margin-top: -215px; */
   }
/* /Правая колонка */

/* Низ */
div#footer
   {
     clear: left;
     width: 100%;
     background: #e9eff5;
     border-top: 0px solid #67748B;
     text-align: center;
     color: #000;
   }
   
div#footer p
   {
     margin: 0;
     padding: 5px 10px;
   }
   
/* /Низ */

/* Навигация */
div#navigation 
   {
     display: none;
     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 h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #000000;
     background: url('/pic/head.png') top left repeat-y;

     padding: .5em 0 .5em 5px; 
     margin: 0.2em 0 0 0; 
   }

#content h1, #content h2
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #000000;
     background: url('/pic/head.png') top left repeat-y;

     padding: .5em 0 .5em 5px; 
     margin: 0.2em 0 0 0; 
   }

#content h1 a
   {
     color: #000000;
     text-decoration: none;
   }

#content h1 a:hover
   {
     color: #757575;
     text-decoration: none;
   }

.content-span
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #000000;
     background: url('/pic/head.png') top left no-repeat;

     padding: .5em 0 .5em 5px; 
     margin: 0.2em 0 0 0; 
   }

.content-span a
   {
     color: #000000;
     text-decoration: none;
   }

.content-span a:hover
   {
     color: #757575;
     text-decoration: none;
   }

/* /Заголовок страницы */

/* Скругленные углы */
.page 
   {
     background: #f8f8f8;
     margin: 2px;
     border-bottom: 1px #dfdfdf solid;
     /*! border-top: 1px #dfdfdf solid; */
     /*! border-left: 1px #dfdfdf solid; */
     /*! border-right: 1px #dfdfdf solid; */
   }

.pageItem 
   {
     background: #f8f8f8;
     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: none;
     overflow: hidden;
     font-size: 1px;
   }

.page .b1, .page .b2, .page .b3, .page .b1b, .page .b2b, .page .b3b 
   {
     display: none;
     height: 1px;
   }

.page .b2 
   {
     display: none;
     background: #f1f1f6;
     border-left: 1px solid #fff;
     border-right: 1px solid #f1f1f6;
   }

.page .b3 
   {
     display: none;
     background: #f1f1f6;
     border-left: 1px solid #fff;
     border-right: 1px solid #f1f1f6;
   }

.page .b4 
   {
     display: none;
     background: #f1f1f6;
     border-left: 1px solid #fff;
     border-right: 1px solid #f1f1f6;
   }

.page .b4b 
   {
     display: none;
     background: #f1f1f6;
     border-left: 1px solid #f1f1f6;
     border-right: 1px solid #f1f1f6;
   }

.page .b3b 
   {
     display: none;
     background: #f1f1f6;
     border-left: 1px solid #f1f1f6;
     border-right: 1px solid #f1f1f6;
   }

.page .b2b 
   {
     display: none;
     background: #f1f1f6;
     border-left: 1px solid #f1f1f6;
     border-right: 1px solid #f1f1f6;
   }

.page .b1 
   {
     display: none;
     margin: 0 5px;
     background: #fff;
   }

.page .b2, .page .b2b 
   {
     display: none;
     margin: 0 3px;
     border-width: 0 2px;
   }

.page .b3, .page .b3b 
   {
     display: none;
     margin: 0 2px;
   }

.page .b4, .page .b4b 
   {
     display: none;
     height: 2px;
     margin: 0 1px;
   }

.page .b1b 
   {
     display: none;
     margin: 0 5px;
     background: #f1f1f6;
   }

.pagecontent 
   {
     display: block;
     padding-left: 0.5em;
     padding-right: 0.5em;
     background: #fff;
	
   }
 
.pagecontentfooter 
   {
     display: block;
     text-align: right;
     background:transparent;
     margin-top: 0.5em;
     margin-bottom: 0.5em;
   }

.pagecontentfooter span {
text-align: center;
font: bold 16px Arial;
display: block;
margin: 10px 0;
color: red;

}

/* /Скругленные углы */

/*- Меню-закладки сверху */

#menu 
   {
    /* border-bottom: 1px solid #a3d0e5;
     border-top: 2px solid #3c6491; */
     border-bottom: 0;
     border-top: 0;
          
     background: url(img/msk/hd_f1.jpg);
	  /*margin-top: 1em;
	  padding-top: .6em;*/
	  margin-bottom: 1em;
   }

#menu ul, #navigation ul li 
   {
	  list-style: none;
	  margin: 0;
	  padding: 0;
   }

#menu ul 
   {
	  padding: 5px 0 10px;
	  text-align: center;
   }

#menu ul li 
   {
	  display: inline;
	  margin:0 .375em;
   }

#menu ul li.last 
   {
	  margin-right: 0;
   }

#menu ul li a 
   {
	  
	  /*background-color: #67748b;*/
	  color: #fff;
	  padding: 0px 0 0px;
     font-weight: bold;
	  text-decoration: none;
   }

#menu ul li.current a 
   {
	  /*background-color: #990000;*/
	  color: #fff;
	  padding: 0px 0 1px;
     font-weight: bold;
	  text-decoration: none;
   }

#menu ul li a span 
   {
	  
	  padding: 0px 1em;
     /*border-bottom:1px solid #44718e;*/
     border:0px 
   }

#menu ul li.current a span 
   {
	  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;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса разделы */
#boxCategories h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса разделы */

/*- Список разделов */
#categoriesBoxMenu 
   {
     padding-left: 0; /* отступ разделов от левого края бокса */
     border-top: 1px solid #000000; 
     margin-left: 0.5em;
   }

#categoriesBoxMenu a
   {
     padding: 0.5em 0.3em 0.5em 0.5em;
     border-right: 1px solid #dfdfdf; 
     border-bottom: 1px solid #dfdfdf; 
     border-left: 1px solid #dfdfdf; 
     margin: 0;
   }
   
#categoriesBoxMenu #CatNavi, #CatNavi ul, #CatNavi li 
   { 
     margin: 0; 
     padding: 0; 
     list-style-type: none; 
   }

#categoriesBoxMenu #CatNavi li a
   { 
     display: block;
     margin: 0;
     width: 96%;
     padding-left: 3px;
     color: #000;
     text-indent: 0.4em;
     background-color: #fff; 
     text-decoration: none;
   }

#categoriesBoxMenu #CatNavi li a:hover
   { 
     color: #000; 
     text-decoration: underline;
   }

#categoriesBoxMenu #CatNavi .CatLevel1, 
#categoriesBoxMenu #CatNavi .CatLevel2, 
#categoriesBoxMenu #CatNavi .CatLevel3,
#categoriesBoxMenu #CatNavi .CatLevel4,
#categoriesBoxMenu #CatNavi .CatLevel5,
#categoriesBoxMenu #CatNavi .CatLevel6
   {
     padding-left: 0em;
   }

#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.5em;
     margin-top: 0.2em;
     margin-right: 0.5em; /* отступ от правого края браузера */
     margin-left: 0;
     padding-bottom: 0em; /* отступ от края бокса, т.е. от пунктирной линии */
     padding-left: 0em;
     padding-right: 0em;
   }

/*- Заголовок бокса фильтры */
#boxFilters h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса фильтры */

/*- Содержимое бокса фильтры */
#boxFiltersContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

/*- /Содержимое бокса фильтры */

/*- /Бокс фильтры */

/*- Бокс выбранные фильтры */
#boxFiltersList
   {
     text-align: left;
     margin-bottom: 0.5em;
     margin-top: 0.2em;
     margin-right: 0.5em; /* отступ от правого края браузера */
     margin-left: 0;
     padding-bottom: 0em; /* отступ от края бокса, т.е. от пунктирной линии */
     padding-left: 0em;
     padding-right: 0em;
   }

/*- Заголовок бокса выбранные фильтры */
#boxFiltersList h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса выбранные фильтры */

/*- Содержимое бокса выбранные фильтры */
#boxFiltersListContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

/*- /Содержимое бокса выбранные фильтры */

/*- /Бокс выбранные фильтры */

/*- Бокс контент */
#boxContent
   {
     text-align: left;
     margin-bottom: 0.5em;
     margin-top: 0.2em;
     margin-right: 0.5em; /* отступ от правого края браузера */
     margin-left: 0;
     padding-bottom: 0em; /* отступ от края бокса, т.е. от пунктирной линии */
     padding-left: 0em;
     padding-right: 0em;
   }

/*- Заголовок бокса контент */
#boxContent h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса контент */

/*- Содержимое бокса контент */
#boxContentContent 
   {
     padding-left: 0;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxContentContent p 
   {
     margin: 0;
     text-align: left;
  }

/*- /Содержимое бокса контент */

#boxContent ul
   {
     list-style-type: none;
     text-align: left;
     padding-left: 0em;
     margin: 0;
   }

#boxContent li 
   {
	  display: block;
     font: 11px Tahoma, Verdana, Arial, sans-serif;
     padding: 0.5em; 
     border-top: 1px solid #dfdfdf; 
     border-right: 0px solid #dfdfdf; 
     border-bottom: 0px solid #dfdfdf; 
     border-left: 0px solid #dfdfdf; 
   }

/*- /Бокс контент */

/*- Бокс информация */
#boxInformation
   {
     text-align: left;
     margin-bottom: 0.5em;
     margin-top: 0.2em;
     margin-right: 0.5em; /* отступ от правого края браузера */
     margin-left: 0;
     padding-bottom: 0em; /* отступ от края бокса, т.е. от пунктирной линии */
     padding-left: 0em;
     padding-right: 0em;
   }

/*- Заголовок бокса информация */
#boxInformation h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса информация */

/*- Содержимое бокса информация */
#boxInformationContent 
   {
     padding-left: 0;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxInformationContent p 
   {
     margin: 0;
     text-align: left;
  }

/*- /Содержимое бокса информация */

#boxInformation ul
   {
     list-style-type: none;
     text-align: left;
     padding-left: 0em;
     margin: 0;
   }

#boxInformation li 
   {
	  display: block;
     font: 11px Tahoma, Verdana, Arial, sans-serif;
     padding: 0.5em; 
     border-top: 1px solid #dfdfdf; 
     border-right: 0px solid #dfdfdf; 
     border-bottom: 0px solid #dfdfdf; 
     border-left: 0px solid #dfdfdf; 
   }

/*- /Бокс информация */

/*- Бокс быстрый заказ */
#boxAddQuickie
   {
     text-align: left;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса быстрый заказ */
#boxAddQuickie h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса быстрый заказ */

/*- Содержимое бокса быстрый заказ */
#boxAddQuickieContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxAddQuickieContent p 
   {
     margin: 0;
     text-align: left;
  }
  
#page_contact{
text-align: center;
}

/*- /Содержимое бокса быстрый заказ */

/*- Форма быстрый заказ */
.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;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса авторы */
#boxAuthors h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса авторы */

/*- Содержимое бокса авторы */
#boxAuthorsContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxAuthorsContent p 
   {
     margin: 0;
     text-align: left;
  }

/*- /Содержимое бокса авторы */

/*- /Бокс авторы */

/*- Бокс статьи */
#boxArticles
   {
     text-align: left;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса статьи */
#boxArticles h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса статьи */

/*- Содержимое бокса статьи */
#boxArticlesContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxArticlesContent p 
   {
     margin: 0;
     text-align: left;
  }

/*- /Содержимое бокса статьи */

/*- /Бокс статьи */

/*- Бокс партнёрка */
#boxAffiliate
   {
     text-align: left;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса партнёрка */
#boxAffiliate h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса партнёрка */

/*- Содержимое бокса партнёрка */
#boxAffiliateContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxAffiliateContent p 
   {
     margin: 0;
     text-align: left;
  }

/*- /Содержимое бокса партнёрка */

/*- /Бокс партнёрка */

/*- Бокс новые статьи */
#boxArticlesNew
   {
     text-align: left;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса новые статьи */
#boxArticlesNew h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса новые статьи */

/*- Содержимое бокса новые статьи */
#boxArticlesNewContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxArticlesNewContent p 
   {
     margin: 0;
     text-align: left;
  }

/*- /Содержимое бокса новые статьи */

/*- /Бокс новые статьи */

/*- Бокс просмотренные товары */
#boxLastViewed
   {
     text-align: left;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
     position: relative;
   }

/*- Заголовок бокса просмотренные товары */
#boxLastViewed h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса просмотренные товары */

/*- Содержимое бокса просмотренные товары */
#boxLastViewedContent 
   {
     text-align: center;
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxLastViewedContent p 
   {
     margin: 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса просмотренные товары */

/*- /Бокс просмотренные товары */

/*- Бокс отзывы */
#boxReviews
   {
     text-align: left;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса отзывы */
#boxReviews h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса отзывы */

/*- Содержимое бокса отзывы */
#boxReviewsContent 
   {
     text-align: center;
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxReviewsContent p 
   {
     margin: 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса отзывы */

/*- /Бокс отзывы */

/*- Бокс поиск */
#boxSearch
   {
     text-align: left;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса поиск */
#boxSearch h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }

#boxSearch h5 a
   {
     color: #fff;
     text-decoration: none;
   }
/*- /Заголовок бокса поиск */

/*- Содержимое бокса поиск */
#boxSearchContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxSearchContent p 
   {
     margin: 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;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса скидки */
#boxSpecials h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }

#boxSpecials h5 a
   {
     color: #fff;
     text-decoration: none;
   }
/*- /Заголовок бокса скидки */

/*- Содержимое бокса скидки */
#boxSpecialsContent 
   {
     text-align: center;
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
     position: relative;
  }

#boxSpecialsContent p 
   {
     margin: 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса скидки */

/*- /Бокс скидки */

/*- Бокс рекомендуемые */
#boxFeatured
   {
     text-align: left;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса рекомендуемые */
#boxFeatured h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
  
#boxFeatured h5 a
   {
     color: #fff;
     text-decoration: none;
   }
/*- /Заголовок бокса рекомендуемые */

/*- Содержимое бокса рекомендуемые */
#boxFeaturedContent 
   {
     text-align: center;
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxFeaturedContent p 
   {
     margin: 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса рекомендуемые */

/*- /Бокс рекомендуемые */

/*- Бокс новинки */
#boxWhatsNew
   {
    background: none repeat scroll 0 0 #DACF54;
    margin-bottom: 0.5em;
    margin-left: 5px;
    margin-top: 0.4em;
    padding-bottom: 0.3em;
    text-align: left;
    width: 95%;
   }

/*- Заголовок бокса новинки */
#boxWhatsNew h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #000;
     
     margin: 0 0 0 .4em;
     padding: .5em;

  }

#boxWhatsNew h5 a
   {
     color: #000;
     text-decoration: none;
   }
/*- /Заголовок бокса новинки */

/*- Содержимое бокса новинки */
#boxWhatsNewContent 
   {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 3px;
    padding: 5px;
    text-align: left;
    width: 189px;
  }

#boxWhatsNewContent p 
   {
     margin: 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса новинки */

/*- /Бокс новинки */

/*- Бокс новости */
#boxNews
   {
     text-align: left;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса новости */
#boxNews h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }

#boxNews h5 a
   {
     color: #fff;
     text-decoration: none;
   }
/*- /Заголовок бокса новости */

/*- Содержимое бокса новости */
#boxNews .boxNewsContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxNews .boxNewsContent p 
   {
     margin: 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса новости */

/*- /Бокс новости */

/*- Бокс вопросы и ответы */
#boxFaq
   {
     text-align: left;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса вопросы и ответы */
#boxFaq h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }

#boxFaq h5 a
   {
     color: #fff;
     text-decoration: none;
   }
/*- /Заголовок бокса вопросы и ответы */

/*- Содержимое бокса вопросы и ответы */
#boxFaq .boxFaqContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxFaq .boxFaqContent p 
   {
     margin: 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса вопросы и ответы */

dl.itemFaqDefault 
   {
     width: 48%;
     float: left;
     margin: 0.5em 0 0.5em 0;
     padding: 0;
   }

dl.itemFaq 
   {
     width: 98%;
     float: left;
     margin: 0.5em 0 0.5em 0;
     padding: 0;
   }

dt.itemFaq 
   {
     display: none;
     float: left;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 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;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

#boxCart .top, #boxCart .bottom 
   {
     display: block; 
     background: transparent; 
     font-size: 1px;
   }

/* Шапка с углами */
#boxCart .b1, #boxCart .b2, #boxCart .b3, #boxCart .b4, #boxCart .b5 
   {
     display: none;
   }
/* /Шапка с углами */

/* Низ с углами */
#boxCart .b1b, #boxCart .b2b, #boxCart .b3b, #boxCart .b4b, #boxCart .b5b 
   {
     display: none;
   }
/* /Низ с углами */

#boxCart .b1, #boxCart .b1b
   {
     display: none;
   }

#boxCart .b2, #boxCart .b2b
   {
     display: none;
   }

#boxCart .b3, #boxCart .b3b 
   {
     display: none;
   }

#boxCart .b4, #boxCart .b4b 
   {
     display: none;
   }

#boxCart .b5, #boxCart .b5b 
   {
     display: none;
   }

#boxCart .boxheader 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
   }

#boxCart .boxcontent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
   }

#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;
     
     margin: 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;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

#boxLogin .top, #boxLogin .bottom 
   {
     display: block; 
     background: transparent; 
     font-size: 1px;
   }

/* Шапка с углами */
#boxLogin .b1, #boxLogin .b2, #boxLogin .b3, #boxLogin .b4, #boxLogin .b5 
   {
     display: none
   }
/* /Шапка с углами */

/* Низ с углами */
#boxLogin .b1b, #boxLogin .b2b, #boxLogin .b3b, #boxLogin .b4b, #boxLogin .b5b 
   {
     display: none
   }
/* /Низ с углами */

#boxLogin .b1, #boxLogin .b1b
   {
     display: none
   }

#boxLogin .b2, #boxLogin .b2b
   {
     display: none
   }

#boxLogin .b3, #boxLogin .b3b 
   {
     display: none
   }

#boxLogin .b4, #boxLogin .b4b 
   {
     display: none
   }

#boxLogin .b5, #boxLogin .b5b 
   {
     display: none
   }

#boxLogin .boxheader 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
   }

#boxLogin .boxcontent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
   }

#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
   {
		margin: 0 .5em .5em .5em;
		padding: 0;
   }

/*- Заголовок бокса мои загрузки */
#boxDownloads h5 
   {
		color: #ff7b08;
		font-weight: bold;
		font-size: 12pt;
		margin: 0;
		padding: 7px 0 7px 10px;
		background-color: #f4f4f4;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -135px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topright: 8px;
		-webkit-border-top-right-radius: 8px;
		vertical-align: middle;
  }
/*- /Заголовок бокса мои загрузки */

/*- Содержимое бокса мои загрузки */
#boxDownloadsContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -602px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-webkit-border-bottom-right-radius: 8px;
     text-align: left;
  }

#boxDownloadsContent p 
   {
     margin: 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса мои загрузки */

/*- /Бокс мои загрузки */
/*- Бокс рассылка */
#boxNewsletter
   {
     text-align: left;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса рассылка */
#boxNewsletter h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса рассылка */

/*- Содержимое бокса рассылка */
#boxNewsletterContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxNewsletterContent p 
   {
     margin: 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;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса лучшие товары */
#boxBestsellers h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса лучшие товары */

/*- Содержимое бокса лучшие товары */
#boxBestsellersContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxBestsellersContent p 
   {
     margin: 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;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса информация о группе */
#boxGroupInfo h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса информация о группе */

/*- Содержимое бокса информация о группе */
#boxGroupInfoContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxGroupInfoContent p 
   {
     margin: 0;
     padding-bottom: 0.2em;
  }

#boxGroupInfoContent  span 
   {
     font-weight: bold;
   }

/*- /Содержимое бокса информация о группе */

/*- /Бокс информация о группе */

/*- Бокс валюты */
#boxCurrencies
   {
     text-align: left;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса валюты */
#boxCurrencies h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса валюты */

/*- Содержимое бокса валюты */
#boxCurrenciesContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxCurrenciesContent p 
   {
     margin: 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;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса языки */
#boxLanguages h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса языки */

/*- Содержимое бокса языки */
#boxLanguagesContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxLanguagesContent p 
   {
     margin: 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса языки */

/*- /Бокс языки */

/*- Бокс производители */
#boxManufacturers
   {
     text-align: left;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса производители */
#boxManufacturers h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса производители */

/*- Содержимое бокса производители */
#boxManufacturersContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxManufacturersContent p 
   {
     margin: 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;
     width: 97%;
     margin-bottom: 0.5em;
     margin-top: 0.4em;
     padding-bottom: 0.3em; /* отступ от края бокса, т.е. от пунктирной линии */
   }

/*- Заголовок бокса информация о производителе */
#boxManufacturersInfo h5 
   {
     display: block;
     font: 12px Tahoma, Verdana, Arial, sans-serif;
     font-weight: bold;
     color: #fff;
     background: url('/pic/hh.gif') top left repeat-y;
     margin: 0 0 0 .4em;
     padding: .5em;
     border-top: 1px solid #000000;
     border-bottom: 3px solid #000000;
     border-left: 1px solid #000000;
     border-right: 1px solid #000000;
  }
/*- /Заголовок бокса информация о производителе */

/*- Содержимое бокса информация о производителе */
#boxManufacturersInfoContent 
   {
     padding-left: 1em;
     padding-bottom: 0.2em;
     border-top: 1px solid #dfdfdf; 
     border-right: 1px solid #dfdfdf; 
     border-bottom: 3px solid #dfdfdf;
     border-left: 1px solid #dfdfdf; 
     margin-left: 0.5em;
     background: #f8f8f8;
  }

#boxManufacturersInfoContent p 
   {
     margin: 0;
     padding-bottom: 0.2em;
  }

/*- /Содержимое бокса информация о производителе */

/*- /Бокс информация о производителе */

/*- /Боксы */

/*- Время парсинга */
div#parseTime
   {
     clear: left;
     background: #e9eff5;
     width: 100%;
     text-align: center;
     color: #000;
     padding-top: 0.5em;
     padding-bottom: 0.5em;
   }
/*- /Время парсинга */

/*- Информация о магазине */
div#copyright
   {
     clear: left;
     background: #e9eff5;
     width: 100%;
     text-align: center;
     color: #000;
     padding-top: 0.5em;
     padding-bottom: 0.5em;
   }

div.copyright
   {
     clear: left;
     background: #e9eff5;
     width: 100%;
     text-align: center;
     color: #000;
     padding-top: 0.5em;
     padding-bottom: 0.5em;
   }
/*- /Информация о магазине */

/*- Формы */

form 
   {
	  width: 100%;
	  margin: 0;
   }

.form input, textarea,
input[type=text]
   {
		font-size: 1em;
		border: 1px solid;
		border-color: #666 #ccc #ccc #666;
		padding: 2px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-left-radius: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-right-radius: 4px;
   }

.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: 12px arial,sans-serif;
	  font-weight: normal;
   }

.pagecontent .form p label {
width: 120px;
display: inline-block;
}

/*- Подсветка ошибок формы */
#errormsg
   {
     border: 2px solid #c00;
     padding: 5px;
     width: 96%;
   }    

abel.error 
	{
		margin-left: 10px;
		width: auto;
		display: inline;
		color: red;
		font-weight: normal;
		background: transparent;
}
.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 
   {
    color: #FF0000;
    display: block;
    font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    text-decoration: line-through;
    bottom:6px;
   }

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%;  
     float: left;
     height: 200px;  
     margin: 0;
     padding: 0;
     background: transparent;
   }
*/

/* Количества колонок с товаром на странице рекомендуемые товары */
dl.itemFeaturedProducts 
   {
     display: block;
     width: 48%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     height: 200px; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */ 
     margin: 0;
     padding: 0;
     border-bottom: 1px #dfdfdf solid;
   }
/* /Количества колонок с товаром на странице рекомендуемые товары */

/* Количества колонок с товаром в блоке новинки на главной странице */
dl.itemNewProductsDefault, dl.itemNewProducts
   {
     display: block;
     width: 236px; /* количество колонок, 48% (не 50, иначе в IE всё равно в одну колонку будут) - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */
     float: left;
     height: 280px; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */
     margin: 2px;
     padding: 3px;
     background: #e9e9e9;
     position:relative;
   }
/* /Количества колонок с товаром в блоке новинки на главной странице */

/* Количества колонок с новостями на главной странице */
dl.itemLatestNewsDefault 
   {
     display: block;
     width: 98%; /* количество колонок, 48% (не 50, иначе в IE всё равно в одну колонку будут) - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     margin: 0.5em 0 0.5em 0;
     padding: 0;
   }
/* /Количества колонок с новостями на главной странице */

/* Количества колонок с новостями на странице новостей */
dl.itemLatestNews 
   {
     display: block;
     width: 98%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     margin: 0.5em 0 0.5em 0;
     padding: 0;
   }
/* /Количества колонок с новостями на странице новостей */

/* Количества колонок с товаром на странице скидки */
dl.itemSpecials 
   {
     display: block;
     width: 32%; /* количество колонок, 48% (не 50, иначе в IE всё равно в одну колонку будут) - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */
     float: left;
     height: 280px; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */
     margin: 4px;
     padding: 0;
     background: #e9e9e9;
   }
/* /Количества колонок с товаром на странице скидки */

/* Количества колонок с товаром на странице мои данные */
dl.itemLastViewed 
   {
     display: block;
     width: 98%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     height: 200px; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */ 
     margin: 0;
     padding: 0;
     border-bottom: 1px #dfdfdf solid;
   }

/* /Количества колонок с товаром на странице мои данные */

/* Информация о заказе, адрес клиента и адрес доставки */
dl.ordersAddress 
   {
     display: block;
     width: 49%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     margin: 0;
     padding: 0;
     border-bottom: 1px #dfdfdf solid;
   }

dt.ordersAddress 
   {
     display: block;
     float: left;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0;
     padding: 0;
     text-align: center;
   }

dd.ordersAddress
   {
     display: block;
     margin: 0 0 0 1em;
     padding: 0;
     line-height: normal;
     background: transparent;
   }

/* /Информация о заказе, адрес клиента и адрес доставки */

/* Адресная книга */
dl.AddressBook 
   {
     display: block;
/*     width: 49%;  
     float: left;
*/     margin: 0;
     padding: 0;
   }

dt.AddressBook 
   {
     display: block;
     float: left;
     width: 90px;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0;
     padding: 0;
     text-align: center;
   }

dd.AddressBook
   {
     display: block;
     margin: 0 0 0 90px;
     padding: 0;
     line-height: normal;
     background: transparent;
   }

dl.AddressBookList 
   {
     display: block;
     width: 49%;
     float: left;
     height: 200px;
     margin: 0;
     padding: 0 0 1em 0;
   }

dt.AddressBookList 
   {
     display: block;
     float: left;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0;
     padding: 0;
     text-align: center;
   }

dd.AddressBookList
   {
     display: block;
     margin: 0;
     padding: 0;
     line-height: normal;
     background: transparent;
   }

/* /Адресная книга */

/* Вход */
dl.Login 
   {
     display: block;
     width: 49%;
     float: left;
     margin: 0;
     padding: 0;
   }

dt.Login
   {
     float: left;
     display: block;
     background: transparent;
     margin: 0;
     padding: 0;
     text-align: center;
   }

dd.Login
   {
     display: block;
     margin: 0 0 0 1em;
     padding: 0;
     line-height: normal;
     background: transparent;
   }

/* /Вход */

dt.itemImage 
   {

     display: block;
     background: white;
     margin: 5px;
     text-align: center;
		 clear: both;
border: 1px solid #ccc;
   }

dt.itemNews 
   {
     display: none;
     float: left;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0;
     padding: 5px 5px 0 5px;
     text-align: left;
   }

dd.itemDescription
   {
	 text-align: center;
	 /*! font: normal 14px Tahoma; */
     display: block;
     margin: 5px 0;
     line-height: normal;
     background: transparent;
	 height: 32px;
   }

dd.itemDescriptionPrice
   {
     display: block;
     
  /*! padding-top: 10px; */
     line-height: normal;
     background: transparent;
		 font: bold 16px Tahoma;
		/* float: left; */
margin-left: 5px;
   }

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: 200px; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */ 
     margin: 0;
     padding: 0;
     background: transparent;
   }

dt.itemCategoriesListing 
   {
     float: left;
     height: 200px;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 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
   {
     margin-right: 1em;
		 float: left;
		 width: 380px;
   }

div.ProductInfoRight
   {
     /*! margin-left: 1em; */
     text-align: left;
		 float: right;
		 background: #f8f6e0;
		 position: relative;
   }

/* /Страница карточки товара */

html body div#container div#wrapper div#content form#cart_quantity div.page div.pagecontent p.CartContentRight span.button button#add_to_cart {
width: 205px;
height:0;
padding-top: 27px;
background: url('/pic/to_cart.jpg') top left no-repeat;
overflow: hidden;
}

html body div#container div#wrapper div#content form#cart_quantity div.page div.pagecontent p.CartContentRight span.button {
clear: none !important;
}


html body div#container div#wrapper div#content form#cart_quantity div.page div.pagecontent div.ProductInfoLeft a.zoom img:first-child {
/* border: 1px solid #ccc; */
}

/* Ссылки на странице мои данные */

ul.accountLinks 
   {
     list-style-type: none;
     text-align: left;
     padding-left: 1em;
     margin: 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: bold 16px Tahoma;

   }

/* 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; 
   }
      
.itemOdd 
   {
     background: transparent;
   }
   
.itemEven 
   {
     background: #f4f4f4;
   }

#slide-featured 
	{
		width:90%;
		margin:0 auto;
	}

#slide-featured li
	{
		list-style: none;
	}

#slide-new 
	{
		width:90%;
		margin:0 auto;
	}   
/*]]>*/





.button {
clear: both;
/*display: block;*/
text-align: right;
}

.button button {

clear: both;
background: url('/pic/btn.png') top left no-repeat;
width: 93px;
height: 23px;
border: none;
display: inline-block;
cursor: pointer;
border: none;

font: normal 11px Arial;
color: #000;
padding: 0px 0 0 13px;
}

.button button img {
display: none;
}


html body div#container div#wrapper div#content div.page div.pageItem dl.itemNewProductsDefault h3 {
font: normal 14px Tahoma;
text-align: center;
/*! height: 36px; */
/*! margin-top: 15px; */
padding: 0 1px;
position: relative;
}

.buyNow span {
display: none;
}

.buyNow a {
display: block;
width: 114px;
height: 33px;
background: url('/pic/in_cart.png') center no-repeat;
overflow: hidden;
float: right;
margin-right: 10px;
}

.MANUFACTURER_SORT {
float: left;
width: 400px;
display: block;

}

.MANUFACTURER_SORT a {
display: block;
}

.text_sort {
float: right;
width: 150px;
display: block;
text-align: right;
}

.text_sort a {
display: block;
}


html body div#container div#left div#boxSearch div#boxSearchContent form#quick_find span.button button, html body div#container div#right div#boxNewsletter div#boxNewsletterContent form#sign_in span.button button {
float: left;
clear: both;
}

html body div#container div#left div#boxSearch div#boxSearchContent p {
display: block;
clear: both;
width: 100%;
}

html body div#container div#right div#boxNewsletter div#boxNewsletterContent form#sign_in span.button {
display: block;
height: 35px;
}


html body div#container div#wrapper div#content form#cart_quantity div.navigation span.buy_b a.button span {
display: block;
padding-top: 42px;
width: 290px;
height: 0px;
overflow: hidden;
background: url('/pic/buy.jpg') top center no-repeat;
margin: 10px auto;
}

html body div#container div#wrapper div#content form#cart_quantity div.page div.pageItem dl.itemNewProductsDefault dt.itemImage a span {
display: none;
}

html body div#container div#left div#boxSpecials div#boxSpecialsContent p span.productOldPrice, html body div#container div#left div#boxLastViewed div#boxLastViewedContent p span.productOldPrice {
margin-top: -40px;
}

html body div#container div#wrapper div#content form#cart_quantity div.page div.pagecontent div.ProductInfoRight p span.bold span.productOldPrice {
margin-left: 35px;
    margin-top: -30px;
}


html body div#container div#wrapper div#content form#cart_quantity div.page div.pagecontent table tbody tr td {
text-align: center;
}

html body div#container div#wrapper div#content form#cart_quantity div.page div.pagecontent table tbody tr {
border-top: 1px dotted #999;
}

html body div#container div#wrapper div#content form#cart_quantity div.page div.pagecontent table tbody tr:nth-child(even) {
background: #ddd;
}

html body div#container div#right div#divShoppingCart div#boxCart div.boxcontent a {
font-size: 11px;
display: inline-block;
}

#header_slogan {
  position:absolute;
  font-weight:bold;
  font-size:23px;
  text-align:center;
  top: 10px;
  left: 450px;
  line-height:23px;
}

#header_phones {
  color:#F1D744 !important;
  background: #000 url('/pic/phone.gif') left 20px top 10px no-repeat;
  right:20px;
  top:0px;
  padding: 5px 15px 15px 65px;
  border-radius: 0px 0px 10px 10px;
  position:absolute;
  font-weight:bold;
  font-size:25px;
}
span.ss {
  font-size:10px;
  position:relative;
  top:-4px;
}

span.s {
  font-size:14px;
  position:relative;
  top:-2px;
}

#mi {
  display:none;
}

#mi_mi {
  text-decoration:underline;
  font-weight:bold;
  cursor:pointer;
}

#top_menu li {
  list-style:none;
  float:left;
  width:192px;
  text-align:center;
  text-transform: uppercase;
  font-weight:bold;
  background: url('/pic/top_menu_razd.png') center left no-repeat;
  height:26px;
}

#top_menu li a {
  color:#fff;
  position:relative;
  top:5px;
}

#top_menu {
  position:relative;
  top:167px;
  height:26px;
}

#top_menu ul {
  position:relative;
  left:-34px;
  width:1200px;
}

#li_last {
  background: url('/pic/last_li.png') center right no-repeat,
  url('/pic/top_menu_razd.png') center left no-repeat !important;
  width:227px !important;
}

#page_content {
  background-color: #f3f3f3;
  height:270px;
  margin-left:3px;
  margin-right:3px;
  margin-top:3px;
}

#page_content ul {
  float:left;
  width:135px;
}

#page_content ul li {
  list-style:none;
}

#page_content ul li a {
  text-decoration:underline;
}

#land_heading {
  background: #cfc044;
  height: 87px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  padding-top: 23px;
}

#land_text {
  padding: 10px;
  position: relative;
}

.land_h {
  clear:both;
  color:#000;
  font-size:24px;
  text-align:center;
}

.hi {
  float:left;
  width:164px;
  text-align:center; 
}

.arr {
  width:115px;
  position:relative;
  top:45px;
  text-align:center;
}

#head_imgs {
  clear:both;
  height:250px;
  position:relative;
  top:20px;
}

.hi span {
  position:relative;
  top:10px;
  text-decoration: underline;
}

#land_usl ul {
  list-style:none;
}

#land_usl li {
  background: url('/pic/li_arrow.png') top left no-repeat; 
  padding-left:30px;
  margin-bottom:20px;
  line-height:20px;
}

.land_brands ul {
  float:left;
  width:200px;
  list-style:none;
}

.land_brands {
  clear:both;
  height:230px;
  background:#ebecec;
}
.land_brands ul li {
  background: url('/pic/brands_li.png') center left no-repeat;
  padding-left:10px;
  line-height:20px;
}

#register_btn {
  text-align:center;
  position:relative;
  top:15px;
  height:60px;
}

.hi a:hover > img {
  opacity:0.5;
}

.modal_bg {
    background-color: #A8A8A8;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.modal_window_gpl {
    display: none;
    height: 400px;
    left: 55%;
    margin-left: -300px;
    position: absolute;
    width: 450px;
    z-index: 1100;
    background: #ebecec;
    border-radius:5px;
}

#form_msg_gpl {
  width:215px;
}

.gpl {
  cursor:pointer;
}

#modal_heading {
  text-align:center;
  color: #000;
  font-size:20px;
  margin-top:20px;
  margin-bottom:20px;
}

.error_form {
  border:1px solid #ff0000 !important;
}

#modal_table tr {
  height:40px;
}

#modal_table {
  position:relative;
  left:20px;
}

#modal_table input {
  height:25px;
  width:200px;
  margin-left:15px;
}

#modal_submit {
  position:relative;
  top:15px;
  left:310px;
}

#form_msg_gpl {
  font-size:14px;
  height:70px;
  width:260px;

}

#frm_submit_gpl {
    background:#E4D963;
  padding:15px;
  border-radius:7px;
  font-size:16px;
  position:relative;
  top:10px;
}

.alertify,

.alertify-log {

	font-family: sans-serif;

}

.alertify {

	background: #FFF;

	border: 10px solid #333; /* browsers that don't support rgba */

	border: 10px solid rgba(0,0,0,.7);

	border-radius: 8px;

	box-shadow: 0 3px 3px rgba(0,0,0,.3);

	-webkit-background-clip: padding;     /* Safari 4? Chrome 6? */

	   -moz-background-clip: padding;     /* Firefox 3.6 */

	        background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */

}

	.alertify-text {

		border: 1px solid #CCC;

		padding: 10px;

		border-radius: 4px;

	}

	.alertify-button {

		border-radius: 4px;

		color: #FFF;

		font-weight: bold;

		padding: 6px 15px;

		text-decoration: none;

		text-shadow: 1px 1px 0 rgba(0,0,0,.5);

		box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);

		background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));

		background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));

		background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));

		background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));

		background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));

	}

	.alertify-button:hover,

	.alertify-button:focus {

		outline: none;

		background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));

		background-image:    -moz-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));

		background-image:     -ms-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));

		background-image:      -o-linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));

		background-image:         linear-gradient(top, rgba(0,0,0,.1), rgba(0,0,0,0));

	}

	.alertify-button:focus {

		box-shadow: 0 0 15px #2B72D5;

	}

	.alertify-button:active {

		position: relative;

		box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);

	}

		.alertify-button-cancel,

		.alertify-button-cancel:hover,

		.alertify-button-cancel:focus {

			background-color: #FE1A00;

			border: 1px solid #D83526;

		}

		.alertify-button-ok,

		.alertify-button-ok:hover,

		.alertify-button-ok:focus {

			background-color: #5CB811;

			border: 1px solid #3B7808;

		}



.alertify-log {

	background: #1F1F1F;

	background: rgba(0,0,0,.9);

	padding: 15px;

	border-radius: 4px;

	color: #FFF;

	text-shadow: -1px -1px 0 rgba(0,0,0,.5);

}

	.alertify-log-error {

		background: #FE1A00;

		background: rgba(254,26,0,.9);

	}

	.alertify-log-success {

		background: #5CB811;

		background: rgba(92,184,17,.9);

	}

  

  .alertify-show,

.alertify-log {

	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */

	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);

	   -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);

	    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);

	     -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);

	        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */

}

.alertify-hide {

	-webkit-transition: all 250ms cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */

	-webkit-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);

	   -moz-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);

	    -ms-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);

	     -o-transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045);

	        transition: all 250ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */

}

.alertify-log-hide {

	-webkit-transition: all 500ms cubic-bezier(0.600, 0, 0.735, 0.045); /* older webkit */

	-webkit-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);

	   -moz-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);

	    -ms-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);

	     -o-transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045);

	        transition: all 500ms cubic-bezier(0.600, -0.280, 0.735, 0.045); /* easeInBack */

}

.alertify-cover {

	position: fixed; z-index: 99999;

	top: 0; right: 0; bottom: 0; left: 0;

}

	.alertify-cover-hidden {

		display: none;

	}

.alertify {

	position: fixed; z-index: 99999;

	top: 50px; left: 50%;

	width: 550px;

	margin-left: -275px;

	opacity: 1;

}

	.alertify-hidden {

		-webkit-transform: translate(0,-150px);

		   -moz-transform: translate(0,-150px);

		    -ms-transform: translate(0,-150px);

		     -o-transform: translate(0,-150px);

		        transform: translate(0,-150px);

		opacity: 0;

		display: none;

	}

	/* overwrite display: none; for everything except IE6-8 */

	:root *> .alertify-hidden { display: block; }

.alertify-logs {

	position: fixed;

	z-index: 5000;

	bottom: 10px;

	right: 10px;

	width: 300px;

}

.alertify-logs-hidden {

	display: none;

}

	.alertify-log {

		display: block;

		margin-top: 10px;

		position: relative;

		right: -300px;

		opacity: 0;

	}

	.alertify-log-show {

		right: 0;

		opacity: 1;

	}

	.alertify-log-hide {

		-webkit-transform: translate(300px, 0);

		   -moz-transform: translate(300px, 0);

		    -ms-transform: translate(300px, 0);

		     -o-transform: translate(300px, 0);

		        transform: translate(300px, 0);

		opacity: 0;

	}

	.alertify-dialog {

		padding: 25px;

	}

		.alertify-resetFocus {

			border: 0;

			clip: rect(0 0 0 0);

			height: 1px;

			margin: -1px;

			overflow: hidden;

			padding: 0;

			position: absolute;

			width: 1px;

		}

		.alertify-inner {

			text-align: center;

		}

		.alertify-text {

			margin-bottom: 15px;

			width: 100%;

			-webkit-box-sizing: border-box;

			   -moz-box-sizing: border-box;

			        box-sizing: border-box;

			font-size: 100%;

		}

		.alertify-buttons {

		}

			.alertify-button,

			.alertify-button:hover,

			.alertify-button:active,

			.alertify-button:visited {

				background: none;

				text-decoration: none;

				border: none;

				/* line-height and font-size for input button */

				line-height: 1.5;

				font-size: 100%;

				display: inline-block;

				cursor: pointer;

				margin-left: 5px;

			}



.alertify-isHidden {

	visibility: hidden;

}



@media only screen and (max-width: 680px) {

	.alertify,

	.alertify-logs {

		width: 90%;

		-webkit-box-sizing: border-box;

		   -moz-box-sizing: border-box;

		        box-sizing: border-box;

	}

	.alertify {

		left: 5%;

		margin: 0;

	}

}

.ProductInfoRight .productOldPrice {
	position:absolute;
	top: 55px;
	left: 12px;
	height:30px;
	
}
.mm {
	padding-left:10px;
}

#boxWhatsNewContent {
	position:relative;
	text-align: center;
}
.itemSpecials {
	position:relative;
}

#cp_maincontacts {
	position:relative;
	left:10px;
	top:3px;
	height:115px;
	
}
#cp_mc_phone {
	font-size:17px;
	font-weight:bold;
	background: url('/pic/phone_ico.png') center left no-repeat;
	padding-left: 40px;
	height:30px;
}

#cp_mc_phone span {
	position:relative;
	top:8px;
}
#cp_mc_skype {
	background: url('/pic/skype_ico.png') center left no-repeat;
	padding-left: 40px;
	height:30px;
	position: relative;
	top:10px;
	
}

#cp_mc_skype span {
	position:relative;
	top:4px;
}

#cp_mc_mail {
	background: url('/pic/mail_ico.png') center left no-repeat;
	padding-left: 40px;
	height:30px;
	position: relative;
	top:14px;
	clear: both;
	
}

#cp_mc_mail span {
	position:relative;
	top:4px;	
}
.cp_bigblock {
	height:300px;
}

.cp_bigblock a {
	text-decoration: underline;
}

.bb_con {
	margin-left:10px;
}
#cp_podr {
	position:relative;
	left: 40px;
	top: -5px;
}
.cp_adress_name {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 21px;
}

.cp_adress {
	padding-top:10px;
}
.cp_bb_phone {
	padding-top: 16px;
}
.cp_bb_time {
	margin-top: 12px;
	background: url('/pic/time_ico.png') top left no-repeat;
	padding-left: 40px;
}
.gb {
	background: #ededed;
}
.bb_left {
	width:360px;
	float:left;
}

.bb_map {
	float:left;
	border:3px solid #fff;
}
.cp_bb_time_other {
	padding-top: 15px;
}
.cp_bb_images {
	padding-top:15px;
}
.cp_bb_images img {
	margin-right: 5px;
}
/*--NEW CHECKOUT FORM---------------------------------------------------------*/
#checkout{
    line-height: 20px;
    font-size: 14px;
    padding: 0 11px;
}
#checkout fieldset{
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
}
#checkout h2{
    font-size: 24px;
    margin-bottom: 10px;
    text-shadow: 0px 1px 1px rgb(65,90,22);
    text-transform: uppercase;
}
/*----------------------------------------------------------------------------*/
#checkout>form>div{
    padding: 20px 0;
    border-bottom: 1px solid #666666;
}
#checkout div>p{
    text-align: center;
    margin: 0;
    padding: 10px 0;
}
#checkout fieldset p{
    margin: 0;
    padding: 10px 0 20px 0;    
    width: 200px;
    position: relative;
    text-align: right;
    
}
#checkout fieldset p input,#checkout fieldset p select{
    display: block; 
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #666666;
    background: #ffffff;
    -moz-box-shadow: inset 0px 1px 0px 0px #ececec;
    box-shadow: inset 0px 1px 0px 0px #ececec;
    width: 288px;
    position: absolute;
    left: 220px;
    top: 5px;
}
#checkout fieldset p input[type=text]:focus{outline: none;}
#checkout fieldset p select{
    width: 298px;
}
#checkout textarea{
    display: block; 
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #666666;
    background: #ffffff;
    -moz-box-shadow: inset 0px 1px 0px 0px #ececec;
    box-shadow: inset 0px 1px 0px 0px #ececec;
}
#checkout textarea:focus{outline: none;}
/*----------------------------------------------------------------------------*/
#checkout fieldset p>span.Requirement{
    display: block;
    width: 190px;
    font-size: 12px;
    text-align: left;
    position: absolute;
    left: 530px;
    top: 10px;
}
#checkout fieldset label.error{
    position: absolute;
    left: 220px;
    bottom: -5px;
    width: 500px;
    font-size: 12px;
    font-style: italic;
    text-align: left;
    background: transparent;
    color: #ff0000;
}
#checkout .button>button{
    display: block;
    width: 200px;
    height: 40px;
    margin: 10px auto;
    padding: 10px;
    background: #dacf54;
    border: 1px solid #999999;
    border-radius: 5px;
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.50);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgb(65,90,22);
    position: relative;
}
#checkout .button>button:hover{
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.50);
    border: 1px solid #666666;
}
#checkout .button>button:before{
    content: '';
    width: 0;
    height: 0;    
    border-left: 10px solid #000000;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    position: absolute;
    left: 10px;
    top: 4px;
}
#checkout .button>button>img{display: none}
#checkout #order_total_modules>div{
    font-size: 16px;
    text-shadow: 0px 1px 1px rgb(65,90,22);
}
/*----------------------------------------------------------------------------*/
#checkout #payment_address_checkbox,
#checkout #password_checkbox{
    position: relative;
    overflow: hidden;
    padding: 10px 0 10px 220px;
}
#checkout #payment_address_checkbox input,
#checkout #password_checkbox input{display: none;}
#checkout #payment_address_checkbox label,
#checkout #password_checkbox label{
   display: block;
   position: relative;
   cursor: pointer;
}
#checkout #payment_address_checkbox label:before,
#checkout #password_checkbox label:before{    
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #666666;
    border-radius: 5px;
    -moz-box-shadow: inset 1px 1px 1px 1px #ececec;
    box-shadow: inset 1px 1px 1px 1px #ececec;
    text-shadow: 0px 1px 1px rgb(65,90,22);
    position: absolute;
    left: -50px;
    line-height: 16px;
    cursor: pointer;
}
#checkout #payment_address_checkbox input[type=checkbox]:checked + label:before,
#checkout #password_checkbox input[type=checkbox]:checked + label:before{
    content: "\2713";
    color: #ff0000;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}
/*----------------------------------------------------------------------------*/
#checkout #shipping_options,
#checkout #payment_options>div{
    position: relative;
    overflow: hidden;
    padding: 10px 0 10px 40px;
}
#checkout #shipping_options div>p,
#checkout #payment_options div>p{text-align: left;}

#checkout #shipping_options input,
#checkout #payment_options>div input{display: none;}
#checkout #shipping_options label,
#checkout #payment_options>div label{
   display: block;
   position: relative;
   cursor: pointer;
}
#checkout #shipping_options label:before,
#checkout #payment_options>div label:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #666666;
    border-radius: 5px;
    -moz-box-shadow: inset 1px 1px 1px 1px #ececec;
    box-shadow: inset 1px 1px 1px 1px #ececec;
    text-shadow: 0px 1px 1px rgb(65,90,22);
    position: absolute;
    left: -30px;
    line-height: 16px;
    cursor: pointer;
}
#checkout #shipping_options input[type=radio]:checked + label:before,
#checkout #payment_options>div input[type=radio]:checked + label:before{
    content: "\2713";
    color: #ff0000;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
}
#checkout #shipping_options label,
#checkout #payment_options>div label{cursor: pointer;}
#checkout #shipping_options div>p:first-child{padding-bottom: 0;}
#checkout #payment_options>div p:not(:first-child){padding: 0;}
/*--END OF NEW CHECKOUT FORM--------------------------------------------------*/
.mob-cart-delete {
  display: none;
}
button.btn-secondary {
    background: #e2d757;
    display: inline-block;
    border: 1px solid #e2d757;
    line-height: 17px;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    outline: none;
}
button.btn-secondary.cart_delete {
  background: #e31e25;
    color: #fff;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: -9px;
}
@media screen and (max-width: 620px) { 
    body {
    width: 100%;
  }
    div#header {
    width: 100%;
    /*background-size: contain;*/
  }
    #top_menu ul {
    width: 100%;
  }
  #top_menu li {
    width: 163px;
  }
  #li_last {
    width: 170px !important;
  }
  #boxCart div.boxcontent a img {
  max-width: 100%;
}
}
@media screen and (max-width: 620px) {  
  #header_slogan {
    left: 10px;
    top: 120px;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.68);
    padding-top: 20px;
  }
  #container {
    width: 970px;
    margin: 0 auto;
  }


  #top_menu li {
    width: 159px;
  }
  #li_last {
    width: 167px!important;
  }
  #top_menu li a {
    font-size: 11px;
  }
  div#content {
    margin: 0 216px;
  }
  div#left {
    width: 216px;
  }
  div#right {
    width: 216px;
    margin-left: -216px;
  }
  #boxCart,
  #boxSpecials {
    width: 100%;
  }
  html body div#container div#right div#divShoppingCart div#boxCart div.boxcontent a {
    text-align: center!important;
    display: block;
    margin-bottom: 10px!important;
  }
  #boxCart .boxcontent p {
    text-align: center;
    margin-bottom: 10px;
  }
  #boxCart .boxcontent form {
    padding: 3px 0;
  }
  dd.AddressBook {
    margin-left: 0;
  }
  dt.AddressBook {
    width: 100%;
    float: none;
  }

}
@media screen and (max-width: 620px) {
  .roundpoint {
    position: absolute;
    top: -3px;
    left: 15px;
    right: auto;
    width: 17px;
    height: 17px;
    background-color: #ef1313;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 9px;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    color: #fff;
  }
  body {
    width: 100%;
  }
   #container {
    width: 100%;
  }
  #top_menu {
    display: none;
  }
  div#header {
    height: 200px;
  }
  div#content {
    margin: 0;
    width: 100%;
    padding: 0;
    /*background: #e9e9e9;*/
  }
  div#left {
    float: none;
    width: 100%;
    margin: 0;
  }
  div#right {
    width: 100%;
    margin: 0;
  }

  #page_content {
    height: auto;
    margin: 0;
  }
  dl.itemLatestNewsDefault {
    width: 100%;
    float: none;
    border-bottom: 1px dashed #8c8c8c;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  dd.itemNews {
    padding: 3px 15px;
    margin: 0;
  }
  #boxSearch {
    display: none;
    width: 100%;
    position: absolute;
    top: 65px;
    margin: 0;
    z-index: 9;
  }
  #boxSearch h5 {
    display: none;
  }
  #boxSearchContent {
    margin: 0;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  #boxCategories {
    display: none;
    position: fixed;
    width: 294px;
    top: 0;
    background: #fff;
    border: none;
    height: 100%!important;
    border-right: 2px solid #000;
    max-height: 100%;
    z-index: 9;
    overflow: auto;
  }
  .mob-menu {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 35px;
  }
  .mob-menu span.icon-bar {
    display: block;
    background-color: #fff;
    width: 35px;
    height: 5px;
    border-radius: 0;
  }
  .mob-menu .icon-bar+.icon-bar {
    margin-top: 6px;
  }
  .mob-menu span.icon-text {
    width: 35px;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .pagecontent fieldset.form {
    padding: 0;
  }
  form {
    padding: 20px 0;
  }
  #boxCategories h5 {
    margin: 0;
    background: #000 url(/pic/hh.gif) top left repeat-y;
    font-size: 14px;
  }
  #categoriesBoxMenu {
    margin-left: 0;
  }
  #categoriesBoxMenu #CatNavi li a {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    border-left: none;
    font-size: 16px;
    text-indent: 0.8em;
  }
  .ctg-close {
    display: block;
    position: absolute;
    top: 3px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: url(/pic/close.png);
  }
  .content-span {
    margin: 0 10px;
    background-size: cover;
  }
  #divShoppingCart {
    display: none;
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
    z-index: 99;
    background: #f8f8f8;
    padding: 30px 15px 20px;
    z-index: 9;
  }
  #boxCart .boxheader {
    display: none;
    background: #000 url(/pic/hh.gif) top left repeat-y;
  }
  #boxCart .boxcontent {
    padding-bottom: 20px;
  }
  #boxLogin {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    z-index: 9;
  }
  #boxSpecialsContent {
    padding: 0;
    margin: 0;
  }
  #boxSpecialsContent p,
  #boxWhatsNewContent p {
    padding: 5px 10px;
  }
  #boxWhatsNew {
    width: 100%;
    margin: 0;
    padding: 0 5px 5px;
  }
  #boxWhatsNewContent,
  #boxNewsletterContent,
  #boxReviewsContent {
    width: auto;
    margin: 0;
    padding: 0;
  }
  #boxManufacturers,
  #boxReviews,
  #boxNewsletter {
    width: 100%;    
  }
  #header_phones {
    position: relative;
    right: auto;
    top: auto;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.68) url(/pic/phone.gif) left 20px top 10px no-repeat;
  }
  div#header {
    height: auto;
  }
  .logo img {
    display: block;
    margin-top: 20px!important;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 260px;
  }
  .page {
    margin: 0;
    /*padding: 0 10px;*/
    background: transparent;
    background: #e9e9e9;
  }
  dl.itemNewProductsDefault, 
  dl.itemNewProducts {
    width: 25%;
    margin: 0 0 15px;
    padding: 0 0 15px;
    height: 290px;
    border-bottom: 1px solid #b3ae7d;
  }
  #header_slogan {
    position: relative;
    left: auto;
    top: auto;
    padding-right: 60px;
  }
  iframe {
    width: 100%;
  }
  #container {
    display: flex;
    flex-flow: wrap;
  }
  div#left {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  div#right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .liveinternet {
    width: 100px;
    display: block;
    margin: 0 auto;
  }
  .liveinternet img {
    display: block;
    margin: 0 auto;
  }
  #boxContent h5,
  #boxManufacturers h5,
  #boxReviews h5,
  #boxNewsletter h5,
  #boxWhatsNew h5,
  #boxLogin .boxheader,
  #boxCart .boxheader, 
  #boxSpecials h5,
  #content h1, 
  #content h2 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px 10px;
   
  }
  #boxLogin .boxheader {
    display: none;
  }
  #boxLogin .boxcontent {
    margin: 0;
    padding: 20px;
  }
  #content h1,
  #content h2 {
     background-size: cover;
  }
  .list_images img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .pagecontent {
    /*padding: 0;*/
  }
  .page p {
    margin: 0;
    max-width: 100%;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    float: none;
  }
  .page p img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.page .list_images img {
  width: 100%;
  margin-bottom: 20px;
}
.MANUFACTURER_SORT a {
    margin: 4px 0;
    font-size: 15px;
}
  .pagecontent img {
    /*width: 100%;*/
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .pagecontent ul li {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
  }
  .pagecontent .form p {
    font-size: 14px;
  }
  .pagecontent .form input[type=text],
  .pagecontent .form select {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    padding: 5px 0;
  }
  dl.itemNewProductsDefault h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    margin: 10px 0;
    padding: 0 10px;
}
dt.itemImage {
  height: 135px;
}
dt.itemImage img {
  max-width: 100%;
}
.buyNow a {
  width: 100%;
  float: none;
  margin: 0;
}
dd.itemDescriptionPrice {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
    text-align: center;
}
dd.itemDescription {
  margin-bottom: 10px;
}
.mob-reg-menu {
    display: block;
    position: absolute;
    top: 17px;
    right: 10px;
    z-index: 1;
}
.mob-reg-menu .icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
.mob-reg-menu .icon.user {
  background: url(/pic/user3.png) no-repeat center;
}
.mob-reg-menu .icon.search {
  background: url(/pic/search3.png) no-repeat center;
}
.mob-reg-menu .icon.cart {
  width: 38px;
  background: url(/pic/cart3.png) no-repeat center;
}
div.navigation {
  padding: 10px;
  width: auto;
}
.pageItem {
  background: transparent;
    max-width: 100%;
    width: auto;
    padding: 0 10px;
}
#cart_quantity {
  padding: 0;
}
#categoriesBoxMenu ul.mob-base-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#categoriesBoxMenu ul.mob-base-menu li a {
  width: 100%;
  display: block;
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #c5b822;
    font-size: 16px;
    text-indent: 0.8em;
    background-color: #dacf54;
    text-decoration: none;
}
#land_heading {
      font-size: 18px;
    line-height: 31px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#land_text {
    padding: 10px 0;
    text-align: justify;
    font-size: 14px;
}
#loginbox input[type=text],
#loginbox input[type=password] {
  width: 100%;
  } 
#boxLogin .boxcontent p {
  padding-left: 0;
}
div.contacterror {
  margin-left: 10px;
  margin-right: 10px;
}
#create_account .sm_layout_box {
    font-size: 14px;
    text-align: justify;
    padding: 10px;
  }
  #advanced_search .page p {
    text-align: left;
  }
  dd.itemCategoriesListing {
    margin: 10px 10px 0;
  }
  dl.itemCategoriesListing {
    width: 25%;
    }
 dd.itemCategoriesListing img {
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
  height: 110px;
 }   
 .page-cart .navigation span.button {
  text-align: center;
 }
}
.page-cart .cart-qty {
  width: 95px;
}
.minus, .plus {
    background: #e2d757;
    display: inline-block;
    border: 1px solid #e2d757;
    height: 20px;
    width: 20px;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    padding: 3px 0 0;
    cursor: pointer;
}
.minus {
  margin-right: 3px;
}
.plus {
  margin-left: 3px;
}
.page-cart #cart_quantity table tr td.cart-qty>input,
.CartContentRight input {
    height: 18px;
    top: -1px;
    position: relative;
}
/*.minus {
  padding:1px 0 0; 
  height:26px;
}*/
@media screen and (max-width: 620px) {
  .minus, .plus {
    height: 100%;
    width: 26px;
    line-height: 24px;
  }
  dl.itemNewProductsDefault, 
  dl.itemNewProducts {
    width: 50%;
  }
  #page_content ul {
    float: none;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    text-align: center;
}
#page_content ul li {
  padding: 5px 0;
}
#page_content p img {
    margin: 10px auto!important;
    width: auto;
    display: block;
}
div.ProductInfoLeft {
    margin-right: 0;
    float: none;
    width: 100%;
    max-width: 100%;
}
.pagecontent .ProductInfoLeft img {
  width: auto;
  max-width: 100%;
}
div.ProductInfoRight {
  float: none;
}
table {
  width: 100%;

}
.CartContentRight .button {
  text-align: left;
}
.page p.print-product img {
  margin: 0;
  display: inline-block;
}
#boxContent ul li a {
  font-size: 14px;
}
#head_imgs {
  height: auto;
  top: 0;
  padding-top: 20px;
}
.hi {
    float: none;
    width: auto; 
    top: 0;
}
.hi span {
  top: 0;
}
.land_h {
  margin: 25px 0 20px;
}
.hi.arr img {
  margin: 20px auto;
    -moz-transform: rotate(90deg); 
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg); 
    -o-transform: rotate(90deg); 
    transform: rotate(90deg);
}
#land_usl ul {
  padding-left: 15px;
}
.land_brands{
  height: auto;
  padding: 20px;
}
.land_brands ul {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
}
.land_brands ul li {
  margin: 6px 0;
}
.bb_left {
    width: auto;
  }
  #cp_mc_phone {
    height: auto;
  }
  .cp_bigblock {
    height: auto;
}
ymaps, ymaps canvas, ymaps input, ymaps svg {
  max-width: 100%;

}
.page-cart #cart_quantity table tr:first-child {
  display: none;
}
.page-cart #cart_quantity table tr td {
  display: block;
}
#cart_quantity .pagecontent {
    padding: 0 10px;
}
div.contacterror {
  margin: 20px 10px;
  padding: 15px 10px;
  font-size: 14px;
}
#cart_quantity table tr td {
  margin: 0 auto;
  padding: 3px 0;
  font-size: 15px;
  font-weight: 600;
}
#checkout fieldset p {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
#checkout fieldset p input {
  position: relative;
    left: 0;
    float: left;
    width: 97%;
}
#checkout fieldset p>span.Requirement {
    display: inline-block;
    width: auto;
    position: relative;
    left: 0;
    top: 0;
}
#checkout fieldset p select {
    position: relative;
    left: 0;
    float: left;
    width: 100%;
}
#checkout #payment_address_checkbox, 
#checkout #password_checkbox {
  padding-left: 60px;
}
#checkout textarea {
    width: 97%;
  }
  small {
    font-size: 12px;
  }
  #checkout fieldset label.error {
    left: 3px;
    bottom: -9px;
    width: auto;
    font-size: 9px;
    line-height: 12px;
  }
  #create_account .form input, 
  #create_account textarea, 
  #create_account input[type=text] {
        width: 94%;
  }
  #create_account select {
        width: 96%;
  }
  #create_account .page p {
    text-align: left;
  }
  #create_account .form {
    margin-bottom: 15px;
  }
  /*dd.itemCategoriesListing img {
    width: 100%;
  }*/
  dl.itemCategoriesListing {
    width: 33.33333333%;
    height: 180px;
  }
dt.itemCategoriesListing {
  display: none;
}
dl.itemLastViewed {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.itemLastViewed dd.itemDescription {
      margin-bottom: 0;
    padding: 0 15px;
}
.itemLastViewed .button {
  text-align: center;
}
.page-cart #cart_quantity table tr td.cart-price {
  display: none;
}
.page-cart #cart_quantity table tr td.cart-delete {
  display: none;
}
.mob-cart-delete {
  display: inline-block;
}
.page-cart #cart_quantity table tr td.cart-qty {
  width: 149px;
  display: flex;
}
.mob-cart-delete {
    border: 1px solid #d43f3a;
    text-decoration: none !important;
    width: 26px;
    height: 26px;
    margin: 0 0 0 10px;
    background: #d9534f url(/pic/delete.png) no-repeat center;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
}
.mob-cart-delete input {opacity: 0;-moz-opacity: 0;-khtml-opacity: 0;cursor: pointer;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);width:0;height:0;
}
.page-cart #cart_quantity table tr td.cart-total-price {
  margin-bottom: 20px;
}
.page-cart #cart_quantity table tr td.cart-qty>input {
  border-radius: 0;
  height: 23px;
  text-align: center;
  top: 0;
}
.minus {
    margin-right: 0;
}
.plus {
    margin-left: 0;
}
.page-cart #cart_quantity table.cart-inner-table tr:first-child {
  display: block;
  margin-top: 10px;
  border-top: none!important;
}
.page-cart #cart_quantity table.cart-inner-table tr td {
  display: inline-block;
}
.product-options .minus, 
.product-options .plus {
  width: 20px;
  height: auto!important;
}
.product-options .minus {
  margin-right: 5px;
}
.product-options .plus {
  margin-left: 5px;
}
.product-options input[type=text] {
  text-align: center;
}
fieldset.form p {
  text-align: left;
}

}

@media screen and (max-width: 480px) {
  #header_slogan {
    font-size: 19px;
  }
  #vk_groups {
    margin: 0 auto;
  }
  dl.itemCategoriesListing {
    width: 50%;
  }
}

@media screen and (max-width: 440px) {
  .mob-reg-menu .icon {
    position: relative;
    margin: 0;
    display: block;
    width: 38px;
    margin-bottom: 10px;
  }
  
  #divShoppingCart,
  #boxSearch,
  #boxLogin {
    top: 135px;
  }

}

@media screen and (max-width: 360px) {
#header_slogan {
    font-size: 16px;
  }
  .navigation span.right {
    float: none;
    display: block;
}
dl.itemCategoriesListing {
  height: 140px;
}
dd.itemCategoriesListing img {
  height: 90px;
}
}

@media screen and (max-width: 320px) {
  .logo img {
    width: 195px;
  }
  #header_phones {
    padding-left: 55px;
    font-size: 22px;
  }
  dl.itemCategoriesListing {
  height: 120px;
}
  dd.itemCategoriesListing img {
  height: 70px;
}
}

@media screen and (min-width: 620px) {
/*.minus, .plus {
  display: none;
}*/
.vk-xs {
  display: none;
}
.vk-md {
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    max-width: 100%;
}
}
@media screen and (max-width: 620px) {
.vk-md {
  display: none;
}
.vk-group {
  display: block;
  padding: 0 7px;
}
.vk-xs {
    margin: 10px auto 20px;
    display: block;
    max-width: 100%;
    width: 100%;
 }
}
@media screen and (min-width: 620px) {
  .mob-menu,
  .mob-base-menu {
    display: none;
  }
  #boxCategories {
    display: block!important;
  }
}

#load_status_bg
	{
		background: url(img/wind_bg.png) repeat; 
		position: fixed;
		z-index: 2300;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
	}

#load_status_bg .load_status_image 
	{
		background:url(img/ajax-loader.gif);
		width:100%; 
		margin: 270px auto 0;
		z-index: 2300;
		width: 54px;
		height: 55px;		
	}

#myModal .modal-body
	{
		max-height: 400px;
	}
	
	/* Корзина popup */
.cart_popup
	{
		z-index:5000;
		overflow:hidden;
		background:#fff;
		box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
		left:50%;
		line-height:18px;
		padding:15px;
		position:fixed;
		top:50%;
		transition:all 0.3s ease-in-out 0s;
		margin-left: -180px;
		margin-top: -70px;
		width: 360px
	}

.cart_popuptext
	{
		font-size:18px;
		padding:0 0 12px;
		text-align:center
	}

.cart_popuplink
	{
		text-align: center;
	}
/* /Корзина popup */

.img-fluid 
	{
		max-width: 100%;
		height: auto;
	}
	
.img-responsive 
	{
		display: block;
		max-width: 100%;
		height: auto;
	}