body { 
    font-family: "Hoefler Text",Baskerville,Garamond,"Palatino Linotype",Georgia,"Times New Roman",serif; 
    font-size: 14px;
	line-height: 18px;
    color: #eee;
	background-color: #222;
	margin: 0;
	padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}

img {border:none;}

#container-wrap {
    width: 960px;
    margin: 0 auto;
}

#header {
    background-color: #283F51;
    position: relative;
}

#header h1 {
    margin: 0;
    padding: 10px 0px 11px 17px;
}

#header h1 a {
  display: block;
  margin: 0;
  padding: 0;
  width: 167px;
  height: 58px;
  background: url("/img/wierchy.gif") no-repeat;
  text-indent: -9999em;
  text-decoration: none;
}

#header .searchbox {
    position: absolute;
    right: 28px;
    top: 13px;
    padding: 3px;
    border: 1px solid #666;
    background: #fff;
}
#header .searchbox input {
    border: none;
    padding: 0;
    margin: 0;
} 
input::-moz-focus-inner, button::-moz-focus-inner { /*Remove button padding in FF*/
    border: 0;
    padding: 0;
}
#header .searchbox input.fld {
    color: #999;
}
#header .searchbox input.fld:focus {
    color: #000;
}

#header .searchbox input.btn {
    border: none;
    color: #283F51;    
    background-color: #283F51;
    vertical-align: bottom;
    background: url("/img/search-btn.gif") left 50% no-repeat;
    text-indent: -9999px;
    width: 25px;
    height: 20px;
}

#big-banner {
    width:960px;
    height:200px;
    background: url("/img/big-banner.jpg") no-repeat;
}

#menu {
    background-color: #000;
    font-family:Helvetica,Georgia;
    color: #fff;
    height: 32px;
    width:960px;    
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left:6px;
}
#menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-left: 1px;

}
#menu a {
    color: #fff;
    padding-left:15px;
    padding-right:15px;
    line-height: 32px;
    display:block;
}

#menu a:hover {
    text-decoration: underline;
}

#menu li div {
	background-color:#FFFFFF;
	border-right:1px solid #E9E9E9;
	border-left:1px solid #E9E9E9;
	border-bottom:1px solid #E9E9E9;
	display:none;
	position:absolute;
	float:left;
	z-index:99;
	max-width: 800px;
}

#menu li div a{
	color:#666666;
	text-decoration:none;
	height:32px;
	display:block;
}

#menu li div ul {
	padding: 0;
}
#menu li div li{
	padding: 0;
	margin: 0;
}
#docspath {
    background-color: #C9B598;
    padding: 0px 21px;
    border-bottom: 1px solid #836231;
    color: #836231;
    font-size: 10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height: 18px;
}
#docspath a {
    color: #836231;
}

#content {
    background-color: #C9B598;
    padding: 21px;
    min-height: 450px;
}

#content h2 {
    color: #28241E;
    margin: 0;
    padding: 0 0 21px 0;
    font-size: 32px;
    font-weight: normal;
    border-bottom: 1px solid #836231;
    font-family: "Hoefler Text",Baskerville,Garamond,"Palatino Linotype",Georgia,"Times New Roman",serif;
}

#content .maintext {
    padding-top: 20px;
    color: #000;
    text-align: justify;
    font-size: 13px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content .maintext h3 {
    font-family: "Hoefler Text",Baskerville,Garamond,"Palatino Linotype",Georgia,"Times New Roman",serif;
    font-weight: normal;        
    font-size: 24px;
    padding: 5px 0;
    margin: 0;
    border-bottom: 1px solid #A68B64;
}

#content .maintext h2 {
    font-family: "Hoefler Text",Baskerville,Garamond,"Palatino Linotype",Georgia,"Times New Roman",serif;
}

/* #content .maintext tr:nth-child(even) {background: #B39A79} */

#footer-wrap {
    width: 960px;
    margin: 0 auto;
    background-color: #000;
}

#footer {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #ccc;
    font-size:10px;
    padding: 10px 25px;
}

#footer a {
    color: #ccc;
}
#footer a:hover {
    text-decoration: underline;
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#footer li {
    list-style-type: none;
    margin: 0;
    padding: 2px 0 2px 0;
}

#footer .main {
    font-weight:bold;

}



label {
    font-weight: bold;
}
input.forminput {
    border: 1px solid #836231;
    background-color: #E4DACC;
    margin: 3px 0px;
    padding: 3px;
}
input.forminput:active, input.forminput:focus {
    background-color: #fff;
}
input.formbtn {
    border: 1px solid #836231;
    background-color: #9E805B;
    margin: 3px 0px;
    padding: 3px 10px;
}
input.formbtn:active {
    background-color: #fff;
}

.product .photos {
    vertical-align: top;
}

.product .text {
    vertical-align: top;
    padding-left: 21px;
    color: #000;    
}
.product .description {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}

.product .price {
    text-align: right;
    font-weight: bold;
    font-size:18px;
    padding: 8px 0 0 0;
    margin: 0;
}

.product .photomain {
    width: 340px;
}
.product .photomain IMG {
    background-color: #836231;
    padding: 20px;
}
.product .photos {
    color: #000;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}
.product .photoselector {
    display: inline;
    cursor: pointer;
}

.product table.product-spec {
    border-collapse: collapse;
    margin: 0;
    padding: 0;    
}

.product table.product-spec td {
    padding: 5px;
    text-align: left;
    font-size:12px;
}

.product table.product-spec .spec-kind {
    font-weight: bold;   
}

#content .product .text h2 {
    border-bottom: none;
    padding-bottom: 6px;
    line-height: 32px;
}

#content .product .text h3 {
    border-bottom: 1px dashed #836231;
    font-size:20px;
    font-weight: normal;        
    padding: 9px 0;
    margin: 0;
}

#promotions {
    padding-top: 20px;
    width:918px;
    height: 450px;
    overflow:hidden; 
    color: #000;
}

#promotions table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;    
}

#promotions td {
    vertical-align: top;
    margin: 0;
    padding: 0 37px 0 0;        
}
#promotions IMG {
    background-color: #836231;
    padding: 10px;
}

#promotions H2 {
    font-size:17px;
    font-weight: bold;        
    padding: 1px 0;
    margin: 0;
    border:none;
}

#promotions H3 {
    font-size:16px;
    font-weight: normal;        
    padding: 1px 0;
    margin: 0;
    border:none;
}

#promotions .price {
    text-align: right;
    font-size:15px;
    font-weight: bold;
    border-top: 1px dashed #836231;
}

#promotions .description {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    text-align: justify;
    padding-bottom: 20px;
}
/* ----- */

#products {
    padding-top: 20px;
}
#products .products-item {
    width: 238px;
    float: left;
    color: #000;
}
#products .products-no-0 {
    width: 200px;
}

#products .products-no-1 {
    clear: both;
}
#products IMG {
    background-color: #836231;
    padding: 10px;
}

#products H2 {
    font-size:17px;
    font-weight: bold;        
    padding: 1px 0;
    margin: 0;
    border:none;
}

#products H3 {
    font-size:17px;
    font-weight: normal;        
    padding: 1px 0;
    margin: 0;
    border:none;
}

#products .price {
    text-align: right;
    font-size:15px;
    font-weight: bold;
    border-top: 1px dashed #836231;
}

#products .description {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    text-align: justify;
    padding-bottom: 20px;
}
#products .products-text {
    padding-right:37px;
}

#products .products-no-0 .products-text {
    padding-right:0;
} 

.pages {
    clear:both;
}

.pages DIV {
    display: inline;
    font-size:14px;
}

.pages DIV.act {
    font-weight: bold;
    font-size:16px;
}

.pages A {
    padding: 2px 8px;
}

.categoryMap {
    color: #000;
}

.categoryMap H3 {
    font-size:24px;
    line-height: 28px;
    padding: 5px 10px;
    margin: 0;
}

.categoryMap H4 {
    font-size:16px;
    line-height: 20px;
    padding: 5px 20px;
    margin: 0;
}

.categoryMap H5 {
    font-size:12px;
    line-height: 16px;
    padding: 5px 30px;
    margin: 0;
}

.categoryMap H6 {
    font-size:10px;
    line-height: 14px;
    padding: 5px 40px;
    margin: 0;
}

.red {
    color: #f00;
}

strike {
    font-weight: normal;
}

ul.searchresults {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 1px dashed #836231;
}

.searchresults li {
    list-style-type: none;
    margin: 0;
    padding: 5px 0px 5px 20px;
    border-bottom: 1px dashed #836231;
    font-size:11px;
    color: #444;
}

.searchresults span {
    font-size:13px;
    color: #222;
}

.searchresults a {
    font-weight: bold;
    font-size:13px;
    color: #000;
}

.searchresults a:hover {
    text-decoration: underline;
}