/**
 * CSS file
 */

*
{
	padding:0;
	margin:0;
}
body
{
    color:       #4f2c13;
    font-family: Arial;
    font-size:   12px;
    background:  url(../design/bg.gif) top left;
}
table
{
    color:#4f2c13;
    font-family:Arial;
    font-size:12px;
    border-collapse:collapse;
    border:0;
}
fieldset
{
	border:0 none;
}
input,
textarea,
select
{
	font-family:Arial;
	font-size:11px;
	color:#7f8066;
	padding:4px;
}
/*
input
{
    width:158px;
}
*/
select
{
    width:168px;
    padding: 0px;
}
textarea
{
    width:340px;
    height:120px;
}
button
{
    padding:1px 4px;
}
a,
a:link
/*a:visited*/
{
    text-decoration:underline;
    color:#000;
}
a:hover,
a:active
{
    text-decoration:none;
    color:#000;
}
p
{
	padding-bottom:15px;
}

#footer p
{
  padding: 0;
}

img
{
	border:0;
}
ul,
ol
{
	padding-left:24px;
}
input.check
{
	background:transparent;
	border:0 none;
}

h1
{
  background:#f3f4dc url(../design/bg_h1.gif) no-repeat top left;
  padding-left:17px;
	color:#1f0d02;
	font-size:20px;
	font-weight:normal;
	font-family:Georgia;
	line-height:44px;
}
h2
{
  background:url(../design/bg_h2.gif) no-repeat center left;
  padding-left:29px;
	color:#d2ac67;
	font-size:20px;
	font-weight:normal;
	font-family:Georgia;
	line-height:44px;
}
h3
{
	color:#4f2c13;
	font-size:18px;
	font-weight:normal;
	font-family:Georgia;
    padding-bottom:10px;
}


.link a, .link a:link
{
	color:#4f2c13;
	font-size:18px;
	font-weight:normal;
	font-family:Georgia;
    padding-bottom:10px;
    text-decoration: underline; 
}


.link a:hover
{
	color:#4f2c13;
	font-size:18px;
	font-weight:normal;
	font-family:Georgia;
    padding-bottom:10px;
    text-decoration: none;     
}




/* global */
.fl { float:left; }
.fr { float:right; }
.clear { clear:both; }

a.more,
a.all
{
  font-weight:bold;
  font-size:12px;
  color:#fff !important;
  text-decoration:none !important;
  line-height:16px;
  display:block;
  margin-right:18px;
  padding-left:15px;
  float:left;
  position:relative;
}

a.more_prefered
{
  font-weight:     bold;
  font-size:       12px;
  color:           #fff !important;
  text-decoration: none !important;
  line-height:     16px;
  display:         block;
  margin-right:    20px;
  padding-left:    15px;
  float:           right;
  position:        relative;
}

a.more em,
a.more_prefered em,
a.all em
{
  display:block;
  float:left;
  font-style:normal;
  padding-right:11px;
  right:-4px;
  height:16px;
  position:relative;
    
  cursor: hand;
  cursor: pointer;  
}

a.more,
a.more_prefered
{
    background:Url(../design/bg_a_more.gif) no-repeat top left;
}

a.more em,
a.more_prefered em
{
    background:url(../design/bg_a_more2.gif) no-repeat top right;
}

a.all
{
    background:url(../design/bg_a_all.gif) no-repeat top left;
}

a.all em
{
    background:url(../design/bg_a_all2.gif) no-repeat top right;
}


.news_more
{
    background:url(../design/icon_more.gif) no-repeat center right;
    padding-right:16px;
}

.news_more2
{
    background:url(../design/icon_news_more.gif) no-repeat center right;
    padding-right:16px;
}

div#container
{
	margin:0 auto;
	width:900px;
}
div#header
{
    background:url(../design/header5.jpg) no-repeat top left;
    height:130px;
}
div#header div#logo
{
    padding:12px 0 0 17px;
    float:left;
}
div#header div.topMenu
{
    text-align:right;
    color:#61452b;
    font-size: 12px;
}
div#header div.topMenu a
{
    color:#cea964;
    text-decoration:none;
}
div#header div.topMenu a:hover,
div#header div.topMenu a.on
{
    text-decoration:underline;
}
div#header div.topMenu ul
{
    list-style:none;
    padding:17px 58px 0 0;
}
div#header div.topMenu ul li
{
    display:inline;
    padding:0 6px;
}
div#header div.mainMenu
{
    font-weight:bold;
    text-transform:uppercase;
    padding:49px 0 0 295px;
}
div#header div.mainMenu div
{
   background-color: red;
}

div#header div.mainMenu p
{
    padding:0 6px;   
}
      
div#header div.mainMenu a
{
    display:block;
    text-align:center;
    float:left;
    width: 96px;
    color:#1E0E02;
    line-height:30px;
    text-decoration:none;
    text-transform:caps; 
}
div#header div.mainMenu a.on
{

   background:url(../design/bg_main_menu1.gif); 
   color:#fff;
   text-decoration:none; 
}

div#header div.mainMenu a:hover
{    
  color: #fff;
  text-decoration: underline;  
}

div#header div.mainMenu a:hover  span
{
}

div#header div.mainMenu a  span
{
  text-align: left; 
}

div#header div.mainMenu p.menu-separator
{
  float: left;
  padding: 7px 0 0 0;
  margin: 0;
}
  
div#content,
div#footer
{
    background:#fff;
    padding:11px 10px;
}

div#content
{
	border-left: 1px solid #e8eaba;
	border-right: 1px solid #e8eaba;
  padding-bottom: 20px;
}

div#content div.right
{
  float: right;
  width: 289px;
  padding-bottom: 20px;
}
div#content div.right img
{
    margin-bottom:10px;
}
div#content div.block
{
    float: left;
    width:575px;
}
   
div#footer
{
	border-left:1px solid #e8eaba;
	border-bottom:1px solid #e8eaba;
	border-right:1px solid #e8eaba;
    margin-bottom:15px;
}
div#footer div.footer
{
    background:#eaefc0;
    font-size:10px;
    color:#837d5a;
    padding:10px;
    line-height:14px;
}
div#footer div.footer div.fr
{
    padding-top:14px;
}
div#footer div.footer a
{
    color:#837d5a;
    text-decoration:none;
}
div#footer div.footer a:hover
{
    text-decoration:underline;
}

p.mainNews,
p.mainNews p
{
  font-size:   12px;
  font-family: Arial;
  padding:     0;
  font-weight: bold;
  padding-bottom: 10px;
}

p.mainNews span.date
{
    font-weight:normal;
}

p.mainNews a
{
    text-decoration: underline;
    font-size:   12px;
    color:       #000000;
}

p.mainNews a:hover
{
    text-decoration: none;
}

p.innerNews
{
    font-weight:bold;
}
p.innerNews span.date
{
    font-weight:normal;
    font-style:italic;
    color:#7f8066;
}

p.listNews
{
    font-weight:bold;
    padding-bottom:18px;
}
p.listNews span.date
{
    font-weight:normal;
}
div.newsList
{
    /* 
    height:120px;
    padding:10px 0 20px;
    */
    padding:10px 0 0px; 
}

div.newsList p.text
{
/*  float: right;
  width: 450px;
*/
  }

div.newsList img
{
    border:1px solid #c0b785; 
}


div.newsList div.img
{
  float:left;
  margin-right:11px;
  margin-top:3px;
  
  height: 120px;
  width: 103px;
  line-height: 120px;
  
  vertical-align: middle;
  display:table-cell;
  text-align: center;    
}

div.item
{
  float:   left;
  display: inline;
  margin:  26px 0px 0 0;
  width:   260px;
  height:  200px;
  _overflow-x: hidden;
}

div.second
{
  float:        right;
  background:   url(../design/bg_item.gif) repeat-y top left;
  width:        280px;
  padding-left: 20px;
}

div.item div.title
{
    font-weight:bold;
    padding-bottom:29px;
    height: 20px;
}

div.item div.description
{
    height:136px;
}

div.item div.description div
{
  float:  left;
  height: 130px;
  width:  110px;
}

div.item div.description img
{
    float:   left;
    display: inline;
    border:  1px solid #c0b785;
    margin:  0 17px 0 0;
}

div.item div.description p
{
    height:111px;
    width:133px;
    text-align:justify;
    float:left;
    padding:0px;
}

div.innerLeft
{
    float:left;
    width:265px;
    padding-bottom:20px;
    font-size: 12px;
}
div.innerRight
{
    float:right;
    width:290px;
    padding-bottom:20px;
}
div.innerRight img
{
    margin-bottom:10px;
}
p.title
{
    font-weight:bold;
    padding: 0 0 10px 0;
    line-height:18px;
}

div.rightBlocks,
div.rightBlock
{
    border-left:6px solid #e8eaba;
    background:#f3f4dc;
    margin:0 0 20px;
}
div.rightBlock
{
    padding:10px 8px 20px 18px;
}
div.rightBlock input.input
{
    width:180px;
} 
div.rightBlock label input
{
    width:auto;
}
div.rightBlock input,
div.rightBlock button
{
    vertical-align:middle;
}

div.path
{
    background:url(../design/icon_path.gif) no-repeat center left;
    color:#1f0d02;
    margin:18px 0 5px 8px;
    padding-left:10px;
}
div.path a
{
    color:#1f0d02;
    text-decoration:none;
}
div.path a:hover
{
    text-decoration:underline;
}

div.cRow
{
    float:left;
    width:275px;
}
div.cRow2
{
    float:left;
    width:275px;
    padding-left:25px;
}
div.catalog
{
    padding:15px 0 30px;
    height:225px;
}
div.catalog p
{
    padding:0;
}

div.catalog div.title
{
    font-weight:bold;
    color:#1f0d02;
}
div.catalog div.info
{
    font-weight:bold;
    color:#1f0d02;
    margin:20px 0;
}
div.catalog div.info img.icon
{
    border:1px solid #c2c2c2;
    float:left;
}
div.catalog div.info div.description
{
    font-weight:normal;
    color:#1f0d02;
    /* height:108px; */
    padding:10px;
    background:#f3f4dc;
    margin-left:110px;
}
div.catalog div.info div.description img
{
    vertical-align:middle;
    margin-left:10px;
}
div.catalog div.info div.description span
{
    color:#7f8066;
}
div.catalog div.info div.description p
{
    font-family:Georgia;
    line-height:18px;
    font-size:18px;
    padding-bottom:10px;
}
div.catalog div.info div.description p.short-desctiption {
    line-height:11px;
    font-size:11px;
}
div.catalog div.info div.description div.data
{
    border-bottom:1px solid #fff;
    /* height:81px; */
    padding-bottom:23px;
    margin-bottom:5px;
}
div.full-description a.description-image {
    float: left;
    margin: 0 10px 5px 0;
}
a.description-image img{
    border:1px solid #C2C2C2;
}
div.pager-products
{
    vertical-align: middle;
    text-align:center;
    color:#cea964;
    font-size: 12px;
    padding-top:20px
}
div.pager-news,
div.pager
{
    vertical-align: middle;
    text-align:center;
    color:#cea964;
    font-size: 12px;
    padding:0px; 
}
div.pager span, div.pager-news span, div.pager-products span, 
div.pager a, div.pager-news a, div.pager-products a 
{
    vertical-align: middle;
    color:#4f2c13;
    padding:3px 4px;
    font-size: 12px;   
}
div.pager a.on,
div.pager-news a.on,
div.pager-products a.on  
{
    vertical-align: middle;
	background:#cea964;
	color:#fff;
  text-decoration: none;
  font-size: 12px;
} 

.main-prod
{
 width: 575px;
 padding:0px;
 margin: 0px;
 border: 0 none;

}

fieldset.main-prod
{
 padding:0px;
 margin: 0px;
 border: 0 none;

}

fieldset.tabs
{
    background:url(../design/bg_tabs.gif) repeat-x bottom left;
}
fieldset.tabs div.tab,
fieldset.tabs div.tab_on
{
    font-family:Georgia;
    font-size:18px;
    float:left;
    text-align:center;
    line-height:49px;
    cursor:pointer;
    margin-top:-3px;
    position:relative;
}
fieldset.tabs div.tab_on
{
    background:url(../design/tab_on.gif);
}
fieldset.tabs div.tab a,
fieldset.tabs div.tab_on a
{
    color:#c0b785;
    text-decoration:none;
    outline:none;
}
fieldset.tabs div.tab_on a
{
    color:#4f2c13;
}
fieldset.tabs div.tab1,
fieldset.tabs div.tab1_on
{
    width:89px;
}
fieldset.tabs div.tab1_on
{
    background:url(../design/tab1_on.gif);
}
fieldset.tabs div.tab2,
fieldset.tabs div.tab2_on
{
    width:99px;
}
fieldset.tabs div.tab2_on
{
    background:url(../design/tab2_on.gif);
}
fieldset.tabs div.tab3,
fieldset.tabs div.tab3_on
{
    width:95px;
    line-height:16px;
    padding:8px 0 9px;
}
fieldset.tabs div.tab3_on
{
    background:url(../design/tab3_on.gif);
}
ul.subMenu
{
    list-style:none;
    padding:20px;
    line-height:18px;
}
ul.subMenu a
{
    color:#4f2c13;
}
ul.subMenu li
{
    font-weight:bold;
}
ul.subMenu li ul
{
    list-style:none;
    padding-left:21px;
}
ul.subMenu li ul li
{
    font-weight:normal;
    padding-left:16px;
    background:url(../design/bull.gif) no-repeat left 7px;
}

div.text
{
    padding: 20px 5px;
    line-height:18px;
    text-align:justify;
}

div.text-main
{
    line-height:18px;
    text-align:justify;
}

div.text form
{
    background:#fafbf1;
    padding:30px 20px 10px;
}
div.text form label
{
    width:140px;
    display:block;
    float:left;
    line-height:20px;
}

div.text form input.input
{
    width:165px; 
    padding: 0px;
}

div.text form div
{
    padding-bottom:19px;
}
div.text form div.buttons
{
    padding-left:140px;
}
div.text form div.buttons button
{
    margin-right:18px;
}
div.text ul
{
    list-style:none;
    padding:10px 21px 20px;
}
div.text ul li
{
    background:url(../design/li_1.gif) no-repeat left 5px;
    padding-left:20px;
}
div.text ul li ul
{
    list-style:none;
    padding:0 0 0 20px;
}
div.text ul li ul li
{
    background:url(../design/bull.gif) no-repeat left 7px;
    padding-left:16px;
}

div.stars
{
    color:#4F2C13;
    font-family:Arial;
    font-size:12px;
    font-weight: normal;
    padding-top: 8px;
}
    
ul.stars
{
    background:url(../design/star_off.gif) left top;
    background-repeat: repeat-x;
    width:100px;
    height:15px;
    list-style:none;
    padding:0px;
    float:left;
    margin-left:0px;
    margin-right:15px;
}
ul.stars li
{
    display:block;
    background:url(../design/star.gif) left top;
    background-repeat: repeat-x; 
    height:15px;
    padding: 0px;
    margin: 0px;
}

table.coolTable
{
    width:100%;
    margin-bottom:30px;
}
table.coolTable td
{
    padding:10px;
    border-bottom:1px solid #e8eaba;
}
table.coolTable td.coolTh
{
    background:#e8eaba;
    font-weight:bold;
}
table.coolTable td.coolRow
{
    border:0px;
}
table.coolTable td.coolRow2
{
    background:#f3f4dc;
}

.errorMsg
{
    color: #F31603;
}
.okMsg
{
    color: #365F06;
    font-weight: bold;
}

div.cancel-ordering-news
{
    padding: 15px;
}


.actions_img
{
   width: 290px;
   vertical-align: middle;
   display:table-cell;
   text-align: center;
   padding: 10px;
}

.actions_no_img
{
  width: 290px;
  height: 16px;
}

div.textOne
{
  padding-top: 5px;
  padding-bottom: 15px; 
}

div.newsListOne
{
    padding-top: 10px;
    padding-right: 0pt;
    padding-bottom: 20px;
    padding-left: 0pt;
}

div.necessary-info
{
    padding-left:140px;
}


.submit-request 
{
  margin-right:18px;
  color: #000; 
  font-size: 12px;   
}
submit.submit-request 
{
  padding-top: 1px;
  padding-right: 4px;
  padding-bottom: 1px;
  padding-left: 4px;
  color: #000;
  font-size: 12px;    
}

.link-prod-head a, .link-prod-head a:link, .link-prod-head a:visited

{
    color: #4f2c13;
    text-decoration: none;
}

.link-prod-head a:hover
{
    color: #4f2c13;
    text-decoration: underline;
}

div.rand-img
{
 float:left;
 width: 140px;
 text-align: center;
 padding: 0px;   
 margin: 0px;
}

div.rand-image
{
  height: 140px;
}

div.rand-img img
{
    border:1px solid #c0b785; 
}

.prod-title
{
   padding-top: 5px;
   width:120px;
   padding-left:10px;
   padding-right: 10px;
}


.prod-title  a:hover 
{
   text-decoration: underline;
}

.prod-title  a
{
   text-decoration: none;
}
.normal
{
    padding: 0px;
    font-family: Georgia;
    font-size: 12px;
    padding-top: 3px; 
}


div.path-menu
{
    color:#1f0d02;
    width: 550px;
    text-align: left;
    padding-left: 15px;
}
div.path-menu a
{
    color:#1f0d02;
    text-decoration:underline;
    padding-right:5px;
}
div.path-menu a:hover
{
    text-decoration:none;
    padding-right:5px;
}

/* clearfix */

.clearfix:after 
{
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix 
{
  display: inline-block;
}

html[xmlns] .clearfix 
{
  display: block;
}

* html .clearfix 
{
  height: 1%;
}

div.catalogProd
{
    padding:15px 0 30px;
}


div.catalogProd div.title
{
    font-weight:bold;
    color:#1f0d02;
}
div.catalogProd div.info
{
    font-weight:bold;
    color:#1f0d02;
    margin:20px 0;
}
div.catalogProd div.info img.icon
{
    border:1px solid #c2c2c2;
    float:left;
}
   
div.description2
{
    font-weight:normal;
    color:#1f0d02;
    padding:10px;
    background:#f3f4dc;
    /* margin-left:110px; */
}
div.description2 img
{
    vertical-align:middle;
    margin-left:10px;
}
div.description2 span
{
    color:#7f8066;
}
div.description2 p
{
    font-family:Georgia;
    line-height:20px;
    font-size:18px;
    padding-bottom:10px;
}
div.description2 div.data
{
    border-bottom:1px solid #fff;
    /* height:81px; */
    margin-bottom:10px;
}

div.facebook-toolbar {
    margin-left: 25px;
}

div.catalog p.text
{
    padding:10px;
}
p.tab-date
{
    font-family:Georgia;
    font-size:12px;
    color:#4F2C13;
    font-style:italic;
    font-weight:bold;
    padding-top: 5px; 
    padding-left: 5px;
}

div.tab-img
{
    width: 284px;
    vertical-align: middle;
    text-align: center;
}

.tab-tex
{
    font-family:Arial;
    font-size:12px;
    color:#4F2C13;
    padding-left: 10px;
}

div.tab-tex a
{
    text-decoration: none;
    font-family:Arial;
    font-size:12px;
    color:#4F2C13;
    padding-left: 10px; 
}

div.tab-tex a:hover
{
    text-decoration: underline;
    font-family:Arial;
    font-size:12px;
    color:#4F2C13;
    padding-left: 10px; 
}

div.tab-link
{
    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 5px;
    height: 20px;
}
div.tab-title
{
    font-weight:bold;
    padding-left: 5px;  
    line-height:18px;
}

div.div-stars-random
{
   padding-top:8px;
   padding-bottom:3px;
}

ul.stars-random
{   
    background:url(../design/star_off.gif) left top;
    background-repeat: repeat-x;  
    width:100px;
    height:15px;
    list-style:none;
    padding:0;
    margin-left:18px;
    margin-right:1px;
    text-align: left;   
} 

ul.stars-random li 
{
    background:transparent url(../design/star.gif) repeat scroll left top;
    background-repeat: repeat-x;
    display:block;
    height:15px;
    padding: 0px;
    margin: 0px;
}
div.random-title
{
    color:#D2AC67;
    font-family:Georgia;
    font-size:20px;
    font-weight:normal;
    line-height:44px;
    padding-left:20px;
    padding-top: 0px; 
}

div.stars-prod
{
    color:#4F2C13;
    font-family:Arial;
    font-size:12px;
    font-weight: normal;
    padding-left: 0px;
    width: 40%; 
}
ul.stars-product
{
    background:url(../design/star_off.gif) left top;
    background-repeat: repeat-x;  
    width:100px;
    height:15px;
    list-style:none;
    padding:0px;
    float:left;
    margin-left:0px;
    margin-right:17px;
}
ul.stars-product li
{
    display:block;
    background:url(../design/star.gif) left top;
    background-repeat: repeat-x;  
    height:15px;
}
div.tab-text a
{
    text-decoration: none;
    color:#4F2C13;
    font-family:Arial;
    font-size:12px;
}

div.tab-text a:hover
{
    text-decoration: underline;
    color:#4F2C13;
    font-family:Arial;
    font-size:12px;
}
p.tab-text a
{
    text-decoration: none;
    color:#4F2C13;
    font-family:Arial;
    font-size:12px;
   
}
p.tab-text a:hover
{
    text-decoration: underline;
    color:#4F2C13;
    font-family:Arial;
    font-size:12px;
} 

div.all-news
{
 height: 20px;
 padding-left: 115px;
} 

.all-actions 
{
 height: 20px;
 margin-left: 118px;
} 

/* various */
.fleft
{
  float: left;
}

.fright
{
  float: right;
}
.after_stars{
  padding-right: 10px;
  text-align:center;
}
