/* -----------------------------------------------------------------------------------------
   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");

#home1 {
	position:absolute;
	top:10px;
	margin-bottom: 8px;
	}

#home {
	position:absolute;
	top: 535px;
	
}

#banner1 {background-image:url(img/russian/ban1.png); background-repeat:no-repeat;
          width: 250px; height: 160px; float:left; min-height:160px; min-width:250px;
          margin-right: 6px;
          font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #8c8c8c; text-decoration:none;}


#banner2 {background-image:url(img/russian/ban4.png); background-repeat:no-repeat;
          width: 250px; height: 160px; float:left; min-height:160px; min-width:250px;
          margin-left: 6px; margin-right: 6px;
          font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #8c8c8c;}


#banner3 {background-image:url(img/russian/ban3.png); background-repeat:no-repeat; width: 250px; height: 160px; 		  float:left; min-height:160px; margin-left: 6px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #000000;}


.suckerdiv li {
display: block;

}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 162px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
font-family: arial;
font-size: 11px;
}
	
.suckerdiv ul li{
position: relative;
background-color: #eee;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 162px; /* Parent menu width - 1*/
position: absolute;
width: 165px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 164px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{ 
left: 164px; /* Parent menu width - 1*/
background-color: #ddd;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{ 
background-color: #bbb;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{ 
background-color: #aaa;
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;
background-color: #eee;
padding-top:10px;
padding-left:5px;
border: 1px solid #ccc;
border-bottom: 0;
line-height: 2em;
height:30px;
}
.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #00D170;

color: black;
text-decoration: none;
}

.suckerdiv ul li ul li a:hover{
background-color: #00D170;
color: black;
text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: #00D170;
color: black;
text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(img/arrow_right.gif) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #ddd;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #bbb;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #aaa;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

table.comparison{border-collapse: collapse; width: 744px;}
.comparison td{padding: 2px 4px; border: solid 1px #008000;}


html,body
   {
		margin: 0;
		padding: 0;
        background:#EBEBEB url(img/background.gif) repeat scroll 0 0;
   }

body
   {
        font-family:Arial, Helvetica, sans-serif;
        font-size:11pt;
		width: 773px;
		margin: 0 auto;
   }

img
   {
	  border: 0;
   }

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

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

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


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

/* /Центр */

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

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

/* Header */

#header 
	{
		background-color: #fff;
		background-position: 0 -2305px;
		height: 70px;
	}

#headerlinks {
	float:right;
	text-align:right;
	width:100px;
    padding-top:17px;
	padding-right:20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:13px;
	
	 
}

#headerlinks a {
	color: #999999;
	text-decoration:none;
}

#headerlinks a:hover {
	color:#007229;
	text-decoration:none;
}

#searchHeader{
    float: right; padding: 7px 25px 0 0;
}
#searchText{
    float: left; padding: 2px 16px 2px 6px; background: url(img/all.png) no-repeat left -45px;
}

#searchText input{
    border: none; width: 110px; height: 13px; font: normal 11px Arial; color: #5a5a5a;
}
#searchGo{
    float: right;
}
#searchGo input{
    background: url(img/all.png) no-repeat -90px -24px;
    width: 29px; height: 20px; border: none; cursor: pointer;
}






#header div.header-left
	{
		float: left;
		margin: 0; 
		padding-top:0px;
	}

#header img 
	{
margin-left:10px;
		 
	}

#header div.header-right 
	{
		float: right;
		margin: 0; 
		padding: .3em;
	}

/* /Header */

/* Низ */

div#footer
   {
     clear: left;
     width: 100%;
     border-top: 0px solid #67748B;
     text-align: center;

   }
   
div#footer p
   {
     margin: 0;
     padding: 5px 10px;
   }
div#footer img
   {
   padding-top:20px;
   }
   /* /Низ */

/* Навигация */
div#navigation
   {
     padding-top: 0.3em;
     padding-bottom: 0.5em;
     padding-left: 18px;
     border-bottom: 0px solid #000;
     background: transparent;
     color: #000;
	 font-size:11px;
	    
}

#navigation span 
   {
   }
   
#navigation a
   {
    color:#76b900;
   	text-decoration: none;
   }

#navigation a:hover
   {
    color:#007229;
   	text-decoration: none;
   }

#navigation a:visited
   {
   	text-decoration: none;
   }

#ask_q {text-indent:10px;}

#ask_q a {
	color:#76b900;
	text-decoration:none;
}
	  
#ask_q a:hover {
	color:#007229;
	text-decoration:underline;
}	
   
/* /Навигация */
  
#content h2 
   {    font-family:Arial, Helvetica, sans-serif;
		color: #007229;
		font-size: 15pt;
		margin-left:0px;
		margin-bottom:0px;
		margin-right:0px;
		margin-top:0.4em;
		padding-top:15px;
		padding-left:30px;
		background-color: #fafafa;
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		vertical-align: middle;
   }   
   
/* Заголовок страницы */
#content h1 
   {
		color: #459400;
		font-weight: bold;
		font-size: 12pt;
		margin-left:0px;
		margin-bottom:0px;
		margin-right:0px;
		margin-top:0.5em;
		padding: 7px 0 7px 10px;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		vertical-align: middle;
		border-bottom: 1px solid #c0c1c2;
   }

#content h1 a 
   {
		color: #459400;
		font-weight: bold;
		font-size: 12pt;
		text-decoration: none;
   }
   
#title {text-decoration:none; font-size:18px; text-indent:20px;
}
#title a {text-decoration:none; color:#8F9400;}  
#title a:hover { text-decoration: underline;} 

#diler { color:#FF0000; margin-top:-5px; font-weight:bold; margin-left:10px;}
#diler a {text-decoration:none; color: #CC0000;}  
#diler a:hover { color: #FF0000 ;} 

/* /Заголовок страницы */

/* Скругленные углы */
.page 
   {
		margin: 0 0 .5em 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
   }

.pageItem 
   {
     background: transparent;
     width: 100%;
   }

.product_list_border {border-bottom: solid 1px #007229; margin-bottom:15px; margin-top:15px;}

.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: transparent;
     border-left: 1px solid #fff;
     border-right: 1px solid #f1f1f6;
   }

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

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

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

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

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

.page .b1 
   {
     display: none;
     margin: 0 5px;
     background: transparent;
   }

.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: transparent;
   }

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

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

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

div#menu
	{		
    height: 36px; background: url(img/side.png) repeat-x left top;
    clear: both;
	}

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

#menu ul
	{
		padding-top:3px;;
		text-align: center;
	}

#menu ul li 
	{
		list-style-type: none; float: left;
	}

#menu ul li.current a.menuLink
	{
		display: block; float: left; font:14px; color: #fff; font-weight:bold;
    text-decoration: none; height: 33px;
	}

#menu ul li a.menuLink 
	{
		display: block; float: left; font: 14px; color: #fff; font-weight:bold;
    text-decoration: none; height: 33px;
	}

#menu ul li a.menuLink span 
	{
		   display: block; font:14px; color: #fff;
    text-decoration: none; padding: 6px 20px 9px 20px; background: url(img/side.png) no-repeat right -37px;
	}

#menu ul li a.menuLink:hover 
	{
background: url(img/side.png) repeat-x left -75px;
	}

/*\*//*/
#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;
	}
/**/

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

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

/*- Боксы */

/*- Бокс разделы */
#boxCategories
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0.5em;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса разделы */
#boxCategories h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
/*- /Заголовок бокса разделы */

/*- Список разделов */
#categoriesBoxMenu 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;

   }

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

#categoriesBoxMenu #CatNavi li a
   { 
     width: 95%;
     display: block; 
     padding: 0.1em 0;
     color: #000;
     text-indent: 0.4em;
     background-color: transparent; 
     text-decoration: none;
     margin: 0.2em 0; 
   }

#categoriesBoxMenu #CatNavi li a:hover
   { 
     color: #f00; 
     background-color: transparent;
   }

#categoriesBoxMenu #CatNavi .CatLevel0 
   {
     padding-left: 10px;
   }

#categoriesBoxMenu #CatNavi .CatLevel1 
   {
     padding-left: 20px;
   }

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

#categoriesBoxMenu #CatNavi .CatLevel3
   {
     padding-left: 40px;
   }

#categoriesBoxMenu #CatNavi .CatLevel4
   {
     padding-left: 50px;
   }

#categoriesBoxMenu #CatNavi .CatLevel5
   {
     padding-left: 60px;
   }

#categoriesBoxMenu #CatNavi .CatLevel6
   {
     padding-left: 70px;
   }

#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
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса фильтры */
#boxFilters h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;

  }
/*- /Заголовок бокса фильтры */

/*- Содержимое бокса фильтры */
#boxFiltersContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
  }

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

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

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

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

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

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

/*- Бокс контент */
#boxContent
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-top:0.5em;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса контент */
#boxContent h5 
   {
		color: #459400;
		font-weight: bold;
		font-size: 14px;
		margin: 0;
		padding: 7px 0 7px 10px;
		background-color: #f4f4f4;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
  }
/*- /Заголовок бокса контент */

/*- Содержимое бокса контент */
#boxContentContent 
   {
		margin: 0;
		padding-left:0.2em;
		padding-bottom:0.5em;
		padding-right:0.2em;
		padding-top:0.5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		font-size:14px;
		font-family: "Times New Roman", Times, serif;
  }

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

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

#boxContent li 
   {
	  display: block;
     padding: 0; 
   }

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

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

/*- Бокс информация */
#boxInformation
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-top:0.5em;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса информация */
#boxInformation h5 
   {
		color: #459400;
		font-weight: bold;
		font-size: 14px;
		margin: 0;
		padding: 11px 0 7px 10px;
		background-color: #f4f4f4;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
  }
/*- /Заголовок бокса информация */

/*- Содержимое бокса информация */
#boxInformationContent 
   {
		margin: 0;
		padding-left:0.2em;
		padding-bottom:0.5em;
		padding-right:0.2em;
		padding-top:0.5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
        font-family: arial;
        font-size: 13px;

  }

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

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

#boxInformation li {
	display: block;
   padding: 0; 
}

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

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

/*- Бокс быстрый заказ */
#boxAddQuickie
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса быстрый заказ */
#boxAddQuickie h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
  }
/*- /Заголовок бокса быстрый заказ */

/*- Содержимое бокса быстрый заказ */
#boxAddQuickieContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
  }

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

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

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

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

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

/*- Бокс авторы */
#boxAuthors
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса авторы */
#boxAuthors h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
  }
/*- /Заголовок бокса авторы */

/*- Содержимое бокса авторы */
#boxAuthorsContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
  }

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

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

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

/*- Бокс статьи */
#boxArticles
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса статьи */
#boxArticles h5 
   {
		color: #000000;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
/*- /Заголовок бокса статьи */

/*- Содержимое бокса статьи */
#boxArticlesContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
  }

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

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

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

/*- Бокс партнёрка */
#boxAffiliate
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-top:0.5em;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса партнёрка */
#boxAffiliate h5 
   {
		color: #000000;
		font-weight: bold;
		font-size: 14px;
		margin: 0;
		padding: 7px 0 7px 10px;
		background-color: #f4f4f4;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
/*- /Заголовок бокса партнёрка */

/*- Содержимое бокса партнёрка */
#boxAffiliateContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
        font-family: arial;
        font-size: 13px;
  }

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

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

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

/*- Бокс новые статьи */
#boxArticlesNew
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса новые статьи */
#boxArticlesNew h5 
   {
		color: #459400;
		font-weight: bold;
		font-size: 14px;
		margin: 0;
		padding: 7px 0 7px 10px;
		background-color: #f4f4f4;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
/*- /Заголовок бокса новые статьи */

/*- Содержимое бокса новые статьи */
#boxArticlesNewContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;

  }

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

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

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

/*- Бокс просмотренные товары */
#boxLastViewed
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса просмотренные товары */
#boxLastViewed h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
/*- /Заголовок бокса просмотренные товары */

/*- Содержимое бокса просмотренные товары */
#boxLastViewedContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
     text-align: center;
  }

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

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

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

/*- Бокс отзывы */
#boxReviews
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса отзывы */
#boxReviews h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
/*- /Заголовок бокса отзывы */

/*- Содержимое бокса отзывы */
#boxReviewsContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
     text-align: center;
  }

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

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

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

/*- Бокс поиск */
#boxSearch
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса поиск */
#boxSearch h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }

#boxSearch h5 a
   {
		color: #459400;
		font-weight: bold;
		font-size: 12pt;
		text-decoration: none;
   }
/*- /Заголовок бокса поиск */

/*- Содержимое бокса поиск */
#boxSearchContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
  }

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

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

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


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

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

/*- Бокс скидки */
#boxSpecials
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса скидки */
#boxSpecials h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }

#boxSpecials h5 a
   {
		color: #459400;
		font-weight: bold;
		font-size: 12pt;
		text-decoration: none;
   }
/*- /Заголовок бокса скидки */

/*- Содержимое бокса скидки */
#boxSpecialsContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
     text-align: center;
  }

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

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

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

/*- Бокс рекомендуемые */
#boxFeatured
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса рекомендуемые */
#boxFeatured h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
  
#boxFeatured h5 a
   {
		color: #459400;
		font-weight: bold;
		font-size: 12pt;
		text-decoration: none;
   }
/*- /Заголовок бокса рекомендуемые */

/*- Содержимое бокса рекомендуемые */
#boxFeaturedContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
     text-align: center;
  }

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

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

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

/*- Бокс новинки */
#boxWhatsNew
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса новинки */
#boxWhatsNew h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }

#boxWhatsNew h5 a
   {
		color: #459400;
		font-weight: bold;
		font-size: 12pt;
		text-decoration: none;
   }
/*- /Заголовок бокса новинки */

/*- Содержимое бокса новинки */
#boxWhatsNewContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
     text-align: center;
  }

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

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

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

/*- Бокс новости */
#boxNews
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса новости */
#boxNews h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }

#boxNews h5 a
   {
		color: #459400;
		font-weight: bold;
		font-size: 12pt;
		text-decoration: none;
   }
/*- /Заголовок бокса новости */

/*- Содержимое бокса новости */
#boxNews .boxNewsContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
     text-align: left;
  }

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

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

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

/*- Бокс вопросы и ответы */
#boxFaq
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса вопросы и ответы */
#boxFaq h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }

#boxFaq h5 a
   {
		color: #459400;
		font-weight: bold;
		font-size: 12pt;
		text-decoration: none;
   }
/*- /Заголовок бокса вопросы и ответы */

/*- Содержимое бокса вопросы и ответы */
#boxFaq .boxFaqContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
     text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#boxCart .boxheader 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
   }

#boxCart .boxcontent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
   }

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

#boxCart .boxheader p 
   {
     padding: 0;
     margin: 0;
   }

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

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

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

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

p.CartContentCenter
   {
     text-align: center;
   }

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

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

/* Оформление */
#boxLogin 
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

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

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

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

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

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

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

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

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

#boxLogin .boxheader 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
   }

#boxLogin .boxcontent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
   }

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

#boxLogin .boxheader p 
   {
     padding: 0;
     margin: 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;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
   border-bottom-left-radius: 4px;
   border-bottom-right-radius: 4px;
}

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

p.LoginContentCenter
   {
     text-align: center;
   }

p.LoginContentLeft
   {
     text-align: left;
   }

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

/*- Бокс мои загрузки */
#boxDownloads
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса мои загрузки */
#boxDownloads h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
/*- /Заголовок бокса мои загрузки */

/*- Содержимое бокса мои загрузки */
#boxDownloadsContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
     text-align: left;
  }

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

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

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

/*- Бокс рассылка */
#boxNewsletter
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса рассылка */
#boxNewsletter h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
/*- /Заголовок бокса рассылка */

/*- Содержимое бокса рассылка */
#boxNewsletterContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;

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

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

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

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

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

/*- Бокс лучшие товары */
#boxBestsellers
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса лучшие товары */
#boxBestsellers h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
/*- /Заголовок бокса лучшие товары */

/*- Содержимое бокса лучшие товары */
#boxBestsellersContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
  }

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

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

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

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

/*- Бокс информация о группе */
#boxGroupInfo
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса информация о группе */
#boxGroupInfo h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
/*- /Заголовок бокса информация о группе */

/*- Содержимое бокса информация о группе */
#boxGroupInfoContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
     text-align: center;
  }

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

#boxGroupInfoContent  span 
   {
     font-weight: bold;
   }

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

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

/*- Бокс валюты */
#boxCurrencies
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса валюты */
#boxCurrencies h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
/*- /Заголовок бокса валюты */

/*- Содержимое бокса валюты */
#boxCurrenciesContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
     text-align: center;
  }

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

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

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

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

/*- Бокс языки */
#boxLanguages
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса языки */
#boxLanguages h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
/*- /Заголовок бокса языки */

/*- Содержимое бокса языки */
#boxLanguagesContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
     text-align: center;
  }

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

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

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

/*- Бокс производители */
#boxManufacturers
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса производители */
#boxManufacturers h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
/*- /Заголовок бокса производители */

/*- Содержимое бокса производители */
#boxManufacturersContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
     text-align: center;
  }

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

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

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

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

/*- Бокс информация о производителе */
#boxManufacturersInfo
   {
		margin-left:0px;
		margin-right:0px;
		margin-top:0px;
		margin-bottom:0.5em;
		padding: 0;
   }

/*- Заголовок бокса информация о производителе */
#boxManufacturersInfo h5 
   {
		color: #459400;
		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 -2843px;
		background-repeat: repeat-x; 
		border-top: 1px solid #c0c1c2;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
		vertical-align: middle;
  }
/*- /Заголовок бокса информация о производителе */

/*- Содержимое бокса информация о производителе */
#boxManufacturersInfoContent 
   {
		margin: 0;
		padding: .5em;
		background-color: #fff;
		background-image: url(img/vamcart/bg.png);
		background-position: 0 -3314px;
		background-repeat: repeat-x; 
		border-top: 0px;
		border-left: 1px solid #c0c1c2;
		border-right: 1px solid #c0c1c2;
		border-bottom: 1px solid #c0c1c2;
     text-align: center;
  }

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

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

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

/*- /Боксы */

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

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

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

/*- Формы */

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

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

.form textarea 
   {
	  width: 80%;
   }

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

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

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

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

span.Requirement 
   {
     color: red;
   }

/*- /Формы */

/*- Цены */

span.markProductOutOfStock 
   {
     color: #c76170;
     font-weight: bold;
   }

span.productSpecialPrice 
   {
     color: #ff0000;
   }

span.productOldPrice 
   {
	  color: #ff0000;
	  text-decoration: line-through;
   }

span.errorText 
   {
     color: #ff0000;
   }

/*- /Цены */

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

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

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

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

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

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

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

   }
/* /Количество колонок с товаром в блоке новинки на главной странице */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* /Вход */

dt.itemImage 
   {
     float: left;
     display: block;
     background: transparent;
     text-align: center;
   }

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

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

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

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

div.clear
   {
     clear: both;
   }

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

span.right
   {
     float: right; 
   }

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

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

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

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

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

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

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

p.center
   {
     text-align: center;
   }

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

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

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

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

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

li.accountLinks 
   {
	  display: block;
     padding: 0; 
   }

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


/* 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; 
   }
      
#item-content {
    padding:5px 20px 30px 20px; 
    border:solid 1px #9e9e9e;
    margin-top:40px;
    font-size: 12px;
    color:#434242;
    clear: both;
    overflow: hidden;
}

#item-menu ul {
    margin:0;
    padding:10px 0 30px 0;   
}

#item-menu li {
    margin:0;
    display: inline;
    font-size:13px;
    color:#434242;
    font-weight: bold;
    padding-left:7px;   
}

#item-menu li.current {
    background-image: url(/images/arrow9.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding-right:12px; 
    margin:0;
}

#item-menu li a{
    color:#009200;
    font-weight: bold;
    font-size: 12px;
}

#cmpl-image {
 position: relative;
 float: left; 
 padding:0 17px 20px 0;  
}

#cmpl-image img{
 border: solid 1px #008b3d;
}

#cmpl-text h3 {
 margin:0;
 padding-bottom:6px;
 font-size:12px;
 color:#434242;
 font-weight: bold;
}

#item-str-content td {
    border: solid 1px #008b3d;      
}

#rev-title {
    font-size:11px;
    color:#007229;
    padding-bottom:5px;    
}

#rev-text {
    font-size: 11px;
    color: #434242;
    padding-bottom:22px;   
}

#rev-name {
    font-size: 11px;
    color: #434242;
    padding-top:5px;
}

#compare-table {
   padding-top:20px;
   width:100%;
   white-space: nowrap;
   font-size: 11px; 
}

#compare-table table td span {
 white-space: nowrap; 
 font-size: 11px; 
}

#compare-table td {
  border-bottom: solid 1px #007229;
  padding:10px;
}


#f-order {
    padding:0 50px 0 50px;    
}

#f-order table td {
    vertical-align: top; 
    width:100%; 
}

#f-order table td.l {
    width:30%;   
}

#f-order table td.r {
    text-align: right;
    width:30%;   
}

#f-order table td.delim {
    border-bottom: solid 1px #007229;
    padding-top: 15px;                  
}

#f-order h2 {
    color:#007229;
    font-size:16px;
}

#f-order h3 {
    padding:0px;
    margin:0 0 10px 0;
}

#f-order h4 {
    font-size:15px;
}

#f-order #order-details {
    border: solid 1px #007229;   
}

#f-order #order-form {
    border: solid 1px #007229;   
}

#bg {
    font-size:14px; 
}

#bg p {
    padding-bottom:10px;
    line-height: 18px;   
}

#bg li {
    padding:0 0 10px 0;
    margin:0 0 0 30px;
}

#try-exist a {
    color:#007229;
    text-decoration: none;
     
}

#try-exist img {
    width:100px;
    height:100px;
    border: solid 1px #cccccc; padding:1px;
    margin-bottom:8px;        
}

#try-exist .image {
    float:left;
    width:120px;
}

#try-exist .title {
    float:left;
    padding-top:5px;
    width:150px;
}

#adv {
    margin-top:20px;
    padding-top:15px;
    border-top: solid 1px #007229;    
}

#sbs {
    padding-left:30px;   
}

#sbs-button {
    padding-top:10px;   
}

#sbs-title {
    padding-bottom:5px;   
}

#error {
    color:#ff0000;
    padding-bottom:10px;   
}

#voting {
    padding:15px 0 0 25px;
    width:774px; 
}

#voting-td {
    line-height: 10px;
}

#voting-td font {
    line-height:16px;   
}

td.ttt {
    width:774px;   
}




#auxlinks {position:absolute; top:5px; right:0; text-align:right; 
           width:400px; word-spacing:.75em; font-weight:bold; text-transform:lowercase}

#auxlinks a,#sitelinks2 a {word-spacing:0em; color:#698}

#emailbutton {position:relative; top:5px}     

#emailcontainer {position:absolute; top:28px; right:0; width:35px; z-index:120; padding:8px;}

#emailform {background:#417293; margin:0; border:1px solid #3D4256;}
#emailtext {padding:16px 26px 8px; border-bottom: 1px dotted #225373; color:#FFF}
#emailtext2, #emailtext2 a:active, #emailtext2 a:visited, #emailtext2 a:hover, #emailtext2 a:link {color:#3F7290; font-weight:bold; text-align:right;}
#closeicon {position:absolute; top:6px; left:6px}


#formbody {padding:8px 26px 16px}

#email_address {display:block; margin: 8px 0;
                width:176px; height:21px; border:1px solid #3D4256;}

#fmPrivacy {padding-left:10px; font-weight:bold; vertical-align:top}
#fmPrivacy:link, #fmPrivacy:visited {color:#000; text-decoration:underline}
#emailtext.response, #emailcontainer label,#fmPrivacy:active, #fmPrivacy:hover {color:#AEDF74}

#email_signup_text {width:430px; height:250px; float:left; }






/*]]>*/