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

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

/*<![CDATA[*/
h4 {
     margin: 0;
     padding: 5px;
   }
html,body
   {
	margin: 0px 10px 10px 10px;
	padding: 10px 0 0 0;
	color: #333333;	 
   }



body 
   { background-color: #31631c;
	background-image: url(img/fon/fon.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: justify;
	font-family: Tahoma;
	font-size: 12px;
   }
   
   
p  {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	text-indent: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
 } 
.text   {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
   }
  
   
   .taboll {
	margin: 30px;
	
   }
li  {
	list-style-position: inside;
	
   }
   
.imgtext {
	border: thin solid #F0E1B3;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
   }
   
   .imgtext2 {
	
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
   }
   .img{
	
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
   }
 .prodtitle {
	font-size: 12px;
	color: #238BCA;
	font-weight: bold;
	text-align: left;
   }
   
   .articletitle a, .articleLink a, .promoLink a{
	font-size: 12px;
	color: #238BCA;
	font-weight: bold;
	text-align: left;
   }
   .articletitle a:hover, .articleLink  a:hover, promoLink a:hover{
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
   }
   .searchtitle{
	font-size: 12px;
	color: #238BCA;
	font-weight: bold;
	text-align: left;
   }


img
   {
	  border: 0;
   }

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

a:hover 
   {
	color: #E18700;
	text-decoration: none;
   }
  .titleorang 
   {
	color: #D98200;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 14px;
	background-image: url(img/volnorang.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 40px;
	font-weight: bold;
	vertical-align: middle;
	font-variant: normal;
   }
/* /Цвет обычных ссылок в магазине */

/* Центр */
div#wrapper
   {
     
   }

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

/* /Центр */

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

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

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

/* Навигация */
div#navigation 
   {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 10px;
	color: #060;
   }

#navigation span 
   {
	display: block;
	font-weight: bold;
	color: #F00;
	background: url(img/navigation.gif) no-repeat left center;
	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
   }
   
#navigation a
   {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #360;
	

   }
  
      
.print
   {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;	

   }

#navigation a:hover
   {
     font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #E18700;
	
     text-decoration: none;
   }

#navigation a:visited
   {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #360;
	
   }
   
/* /Навигация */
   
/* Заголовок страницы */
.content h1 
   {
	display: block;
	font-weight: bold;
	color: #238BCA;
	font-family: Tahoma;
	font-size: 14px;
	background-image: url(img/volnblu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
	text-align: left;
   }
   
.content h2.articleThemeName 
   {
	display: block;
	font-weight: bold;
	color: #238BCA;
	font-family: Tahoma;
	font-size: 14px;
	background-image: url(img/volnblu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
	text-align: left;
   }   

.content h1 a 
   {
	color: #238BCA;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
   }

    .content
   {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
   }
.titcat 
   {
	text-decoration: none;
	background-image: url(img/plorang.jpg);
	background-repeat: repeat-x;
	border: thin solid #F90;
	height: 6px;
   }
/* /Заголовок страницы */

/* Скругленные углы */
.page 
   {
     background: transparent;
     width: 100%;
     
   }

.pageItem 
   {
     
     width: 100%;
   }

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

.page h1 
   {
	font-size: 14px;
	color: #060;
   }
 h2  a{
	font-size: 14px;
	color: #090;
	margin: 0px;
	padding: 0px;
   }

.page 
   {
	
   }

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

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

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

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

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

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

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

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

.page .b1 
   {
     margin: 0 5px;
     
   }

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

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

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

.page .b1b 
   {
     margin: 0 5px;
   }

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

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

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




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

/*- Боксы */

/*- Бокс разделы */
#boxCategories
   {
	text-align: left;
	 /* отступ от края бокса, т.е. от пунктирной линии */
		 
   }

/*- Заголовок бокса разделы */
#boxCategories h5 
   {
	background-image: url(img/volnorang.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	color: #E09301;
	font-family: Tahoma;
	font-size: 14px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-weight: normal;
  }
/*- /Заголовок бокса разделы */

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

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

#categoriesBoxMenu #CatNavi li a
   {
	width: 95%;
	display: block;
	padding: 0.1em 0;
		color: #333333;

	text-indent: 0.4em;
	text-decoration: none;
	margin: 0.2em 0;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
   }

#categoriesBoxMenu #CatNavi li a:hover
   {
	color: #D88C01;
	text-decoration: none;
   }

#categoriesBoxMenu #CatNavi .CatLevel1, 
#categoriesBoxMenu #CatNavi .CatLevel2, 
#categoriesBoxMenu #CatNavi .CatLevel3,
#categoriesBoxMenu #CatNavi .CatLevel4,
#categoriesBoxMenu #CatNavi .CatLevel5,
#categoriesBoxMenu #CatNavi .CatLevel6
   {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	padding-left: 0.5em;
	color: #238BCA;
   }

#categoriesBoxMenu #CatNavi .CurrentParent a 
   { 
     
	 font-family: Tahoma;

	color: #238BCA;	
   }

#categoriesBoxMenu #CatNavi li a
 {
	font-family: Tahoma;

	color: #238BCA;	list-style-type: none; font-size: 12px;
	 }
#categoriesBoxMenu #CatNavi .Current li a
 {
	 font-weight: normal; 
	font-family: Tahoma;list-style-type: none; font-size: 12px;

	 }
#categoriesBoxMenu #CatNavi .CurrentParent li a
 {
	font-weight: normal;
	list-style-type: none;
	color: #333333;

	font-size: 12px;
	 }
#categoriesBoxMenu #CatNavi .CurrentParent li a:hover
 {
	font-weight: normal;
	list-style-type: none;
	color: #D88C01;
	font-size: 12px;
	text-decoration: none;
	 }
#categoriesBoxMenu #CatNavi .CurrentParent .Current li a 
   { 
     font-weight: normal;  list-style-type: none;
	 font-size: 12px;
	 
   }

#categoriesBoxMenu #CatNavi .Current a
   {
	font-weight: bold;
	font-family: Tahoma;
		color: #333333;
	font-size: 12px;
   }
#categoriesBoxMenu #CatNavi .CurrentParent .Current a 
   {

	font-family: Tahoma;
	color: #D88C01;
	font-size: 12px;
   }
   
/*- /Список разделов */

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

/*- Бокс контент */
#boxContent
   {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	/* отступ от правого края браузера */
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #238BCA;
	text-decoration: none;
	font-weight: normal;
   }
#boxContent ul
   {
     list-style-type: none;
     text-align: left;
     padding-left: 1px;
     margin: 0 0 0 0;}
#boxContent li 
   {
	display: block;
	background-image: url(img/rombmenu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #069;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 5px;
	   }
	  
#boxContent  a
   {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #2589C5;
	text-decoration: none;
	font-weight: bold;
	   }
	   #boxContent  a:active
   {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
	   }
	   
	   #boxContent  a:hover
   {
	font-family: Tahoma, Geneva, sans-serif;
	
	color: #E18700;
	text-decoration: none;
	
	   }

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

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

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

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

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

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

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

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




#boxArticles
   {
     text-align: left;
     margin-bottom: 0px;
     margin-top: 0px;
     margin-right: 0px; /* отступ от правого края браузера */
     padding-top: 0px;
    padding-bottom: 5px; /* отступ от края бокса, т.е. от пунктирной линии */
  	 
   }

/*- Заголовок бокса статьи */
#boxArticles h5 
   {
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #E09301;
	background-image: url(img/volnorang.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 40px;
  }
/*- /Заголовок бокса статьи */

/*- Содержимое бокса статьи */
#boxArticlesNew
   {
	padding-left: 10px;
  }
  
#boxArticlesContent p 
   {
     margin: 0 0 0 0;
     text-align: left;
  }
.tabblu{
	background-image: url(img/plblu.jpg);
	background-repeat: repeat-x;
	border: thin solid #036;
	height: 6px;
	margin-top: 5px;
  }
   .thfut{
	background-image: url(img/menubut.jpg);
	background-repeat: repeat-x;
	height: 37px;	
  }
  .tabtop{
	background-image: url(img/pltop.jpg);
	background-repeat: repeat-x;
	border: thin solid #036;
	height: 6px;
  }
  .tabgr {
	background-image: url(img/plg.jpg);
	background-repeat: repeat-x;
	border: thin solid #063;
	height: 6px;
  }
.thbut {
	background-image: url(img/pllistbut.jpg);
	background-repeat: repeat-x;
	height: 53px;	
  }
/*- /Содержимое бокса статьи */

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

/*- Бокс новые статьи */
#boxArticlesNew a
   {
	text-align: left;
	margin-bottom: 0.2em;
	margin-top: 0.2em;
	font-size: 12px;
	color: #1C6C9D;
	margin-right: 0.2em; /* отступ от правого края браузера */
	padding-top: 0.2em;
	padding-bottom: 0.4em; /* отступ от края бокса, т.е. от пунктирной линии */
   }
   #boxArticlesNew a:hover
   {
	color: #EDA203;
   }

/*- Заголовок бокса новые статьи */

/*- /Заголовок бокса новые статьи */

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

#boxArticlesNewContent p 
   {
     margin: 0 0 0 0;
     text-align: left;
  }
  hr {
	text-align: left;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBE1CD;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding: 0px;
	margin-top: 0px;
  }
.hr2 {
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBE1CD;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding: 0px;
	margin-top: 0px;
  }
/*- /Содержимое бокса новые статьи */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*- Заголовок бокса поиск */
#boxSearch h5 
   {
	display: block;
	font-weight: bold;
	color: #FC3;
	margin: 0 0 .4em .3em;

	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	font-family: Tahoma;
	font-size: 14px;
  }
  
  

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

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

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

/*- /Содержимое бокса поиск */
.tel 
   {
	display: block;
	font-weight: bold;
	color: #DF8413;
	font-family: Tahoma;
	font-size: 15px;
	background-image: url(img/tel.jpg);
	height: 34px;
	width: 176px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 15px;
  }
/*- Форма бокса поиск */
.searchboxform input {
	width: 100%;
	font-size: 1em;
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 2px;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
	margin-right: 2px;
}

.greentitle {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	padding-left: 0.5em;
	color: #360;
}
a.smlink:link  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #360;
	text-decoration: underline;
}
a.smlink:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #360;
	text-decoration: underline;
}
a.smlink:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #E18700;
	text-decoration: underline;
}

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

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




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

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

/*- Бокс рекомендуемые */
#boxFeatured
   {
     text-align: left;
     margin-bottom: 0px;
     margin-top: 0px;
     margin-right: 0px; /* отступ от правого края браузера */
     padding-top: 0px;
     padding-bottom: 5px; /* отступ от края бокса, т.е. от пунктирной линии */
  	  
   }

/*- Заголовок бокса рекомендуемые */
#boxFeatured h5 
   {
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #360;
	margin: 0;
	background-image: url(img/volngren.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 40px;
	vertical-align: middle;
	font-weight: bold;
  }
  .imgprod  {
	border: thin solid #F0E1B3;
	vertical-align: top;
  }
#boxFeatured h5 a
   {
     	color: #360;
     text-decoration: none;
   }
 h1 a
   {
	font-family: Tahoma;
	font-size: 14px;
	color: #E09301;
	margin: 0px;
	
	text-align: left;
	background-image: url(img/volnblu.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 40px;
   }
/*- /Заголовок бокса рекомендуемые */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#boxCart .boxcontent 
   {
	display: block;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
   }
.tabmenu {
	display: block;
	background-image: url(img/menutop.jpg);
	background-repeat: repeat-x;
	background-color: #FDE9AC;
	border: 1px solid #FEDD7A;
   }
#boxCart .boxcontent  span 
   {
     font-weight: bold;
   }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#boxLogin .boxcontent p 
   {
     padding-top: 0.1em;
     padding-bottom: 0.1em;
     padding-left: 1px;
     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;
   }





/*- Информация о магазине */
.copyright
   {
	clear: left;
	color: #335B1E;
     
   }

.copyright a
   {
	clear: left;
	color: #335B1E;
    
   }
   a.copyright:hover
   {
	clear: left;
	color: #14230C;
	padding-top: 0em;
	padding-bottom: 0em;
   }
/*- /Информа
ция о магазине */

/*- Формы */

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

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

/*- Подсветка ошибок формы */
#errormsg
   {
     border: 2px solid #c00;
     padding: 5px;
     width: 96%;
   }    

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

span.Requirement 
   {
     color: red;
   }

/*- /Формы */

/*- Цены */

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

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

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

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

/*- /Цены */

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

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

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

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

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

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

/* Количество колонок с товаром в блоке новинки на главной странице */
dl.itemNewProductsDefault 
   {
	display: block;
	width: 47%; /* количество колонок, 48% (не 50, иначе в IE всё равно в одну колонку будут) - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */
	float: left;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 5px;
	border-bottom: 1px #e5e5e5 solid;
	height: 200px;
	font-size: 11px;
	font-family: Tahoma;
	color: #333333;
	text-align: left;
	text-indent: 0px;
   }
   dl.itemNewProductsDefault p
   {
	
	text-align: left;
	text-indent: 0px;
	font-size: 11px;
   }
   dl.itemNewProductsDefault2 
   {
	display: block;
	width: 47%; /* количество колонок, 48% (не 50, иначе в IE всё равно в одну колонку будут) - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */
	float: left;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 5px;
	border-bottom: 1px #e5e5e5 solid;
	height: 200px;
	font-size: 11px;
	font-family: Tahoma;
	color: #333333;
	text-align: left;
	text-indent: 0px;
   }
   dl.itemNewProductsDefault2 p
   {
	
	text-align: left;
	text-indent: 0px;
	font-size: 11px;
   }
.imgtl   {
	background-image: url(img/fon/imgtl.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 6px;     
	 
   }
.imgtc   {
	background-image: url(img/fon/imgtc.gif);
	background-repeat: repeat-x;     
	 
   }

.imgtr   {
	background-image: url(img/fon/imgtr.gif);
	height: 7px;
	width: 7px;     
	 
   }

.imgl   {
	background-image: url(img/fon/imgl.gif);
	background-repeat: repeat-y;     
	 
   }

.imgr   {
	background-image: url(img/fon/imgr.gif);
	background-repeat: repeat-y;
	
   }
.imgbl   {
	background-image: url(img/fon/imgbl.gif);
	height: 7px;
	width: 6px;     
	 
   }

.imgbc   {
	background-image: url(img/fon/imgbc.gif);
	background-repeat: repeat-x;     
	 
   }
.imgbr   {
	background-image: url(img/fon/imgbr.gif);
	height: 7px;
	width: 7px;     
	 
   }







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

/* Адресная книга */
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;
     
     float: left;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
   }

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

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

/* /Вход */

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

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

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

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

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

div.clear
   {
     clear: both;
   }

div.navigation
   {
     display: block;
     width: 100%;
     padding-top: 5px;
   }

span.right
   {
     float: right;
   }

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

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

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

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

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

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

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

p.center
   {
     text-align: center;
   }

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

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

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

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

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

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

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

span.bold 
   {
     font-weight: bold;
   }

/* Ajax quick find */

div.ajaxQuickFind 
   {
     text-align: left;
   }

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

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

/* /Ajax quick find */

/* Ajax add quickie suggest */

div.ajaxAddQuickie 
   {
     text-align: left;
   }

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

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

/* /Ajax add quickie suggest */

.errorBox 
   {
	  background-color: #ffb3b5;
   }

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

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

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

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



.ftable {
	background-image: url(img/fon/ftable.jpg);
	background-repeat: repeat;	
	
}

.ktl {
	background-image: url(img/fon/ktl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 3px;
	width: 3px;
}
.ktc {
	
	background-image: url(img/fon/ktc.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 3px;
}
.kl {
	
	background-image: url(img/fon/kl.jpg);
	background-repeat: repeat-y;
	width: 3px;
}
.ktr {
	
	background-image: url(img/fon/ktr.jpg);
	background-repeat: no-repeat;
	height: 3px;
	width: 3px;
}
.kr {
	
	background-image: url(img/fon/kr.jpg);
	background-repeat: repeat-y;
	width: 3px;
}
.ll {
	
	background-image: url(img/fon/ll.jpg);
	background-repeat: no-repeat;
	width: 3px;
	height: 53px;
}
.listsm {
	
	background-image: url(img/fon/listsm.jpg);
	background-repeat: repeat-y;
	width: 179px;
	height: 53px;
}
.lc {
	
	background-image: url(img/fon/lc.jpg);
	background-repeat: repeat-x;
	height: 53px;
}
.lr {
	
	background-image: url(img/fon/lr.jpg);
	background-repeat: no-repeat;
	width: 3px;
	height: 53px;
}
.fbl{
	
	background-image: url(img/fon/fbl.jpg);
	background-repeat: no-repeat;
	width: 3px;
	height: 42px;
}
.fbc{
	
	background-image: url(img/fon/fbc.jpg);
	background-repeat: repeat-x;
	height: 42px;
}
.fbr{
	
	background-image: url(img/fon/fbr.jpg);
	background-repeat: no-repeat;
	width: 3px;
	height: 42px;
}



.blist {
	background-image: url(img/fon/blist.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 234px;
}
.blist2 {
	background-image: url(img/fon/blist2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 220px;
}
.tel1 {
	background-image: url(img/fon/tel1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 39px;
	height: 34px;
}
.tel2 {
	background-image: url(img/fon/tel2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 34px;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: #996600;
}
.tel3 {
	background-image: url(img/fon/tel3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 5px;
	height: 34px;
}

.rtleft{
	background-image: url(img/fon/rtleft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 4px;
	height: 4px;
}
.rfon{
	background-image: url(img/fon/rfon.jpg);
	background-repeat: repeat;
	background-position: left bottom;

}
.rtc{
	background-image: url(img/fon/rtc.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 4px;
}
.rl{
	background-image: url(img/fon/rl.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 4px;
}
.rtr{
	background-image: url(img/fon/rtr.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 3px;
	height: 3px;
}
.rr{
	background-image: url(img/fon/rr.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 3px;
}
.rbl{
	background-image: url(img/fon/rbl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 4px;
	height: 3px;
}
.rb{
	background-image: url(img/fon/rb.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 3px;
}
.rbr{
	background-image: url(img/fon/rbr.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 3px;
	height: 3px;
}
style {
	color: #333333;
}

.content .liex h1 {
  display: block;
	font-weight: bold;
	color: #238BCA;
	font-family: Tahoma;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	margin: 0px;
	text-align: left;
}
.ProductInfoLeft .cost{
	background: url('img/cost.png');
	font-weight: bold;
	height:20px;
	margin-top:3px;
	padding-top:8px;
	text-align:center;
	top:5px;
	position: relative;
	width:86px;
	float: left;
	left: 190px;
	color: #975400;
}
/*.imgtext2{
	clear: both;
	margin-top: -32px;
}*/
a.buy_dis{
	background: url('img/buy_dis.jpg');
	float: left;
	text-align: center;
	width: 163px;
	height: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	margin-top: 3px;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
	color: #975400;
	margin-left: 50px;
}
a.buy{
	background: url('img/buy.jpg');
	float: left;
	text-align: center;
	width: 81px;
	height: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	margin-top: 3px;
	text-decoration: none;
	font-size: 12px;
	color: #006633;
	cursor: pointer;
	margin-left: 50px;
}
.buytext2{
	float:left;
	clear: both;
	width: 265px;
}
