/*font-face*/
@font-face { 
    font-family: 'papyrus'; 
    src: url('/fonts/papyrus.eot'); 
} 
@font-face { 
    font-family: 'papyrus'; 
    src: url('/fonts/papyrus.ttf'); 
}
/*html*/
html, body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #7b6b59;
    font: 14px "Arial", "Trebuchet MS", "Tahoma";
    background-color: #393837;
    line-height: 20px;
}
body.home { overflow: hidden; }
/*headings*/
h1 {
    font: 24px 'papyrus';
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
}
h2 {
    font: 20px 'papyrus';
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
}
h3, h4, h5, h6 {
    font: 20px 'papyrus';
    color: #000;
    margin: 0 0 10px 0;
    padding: 0;
}
/*home*/
div#background {
    position :fixed; 
    top: -45%; 
    left: -50%; 
    width: 200%; 
    height: 200%;
}
div#background img {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 50%;
    min-height: 50%;
}
div#home-title {
    width: 100%;
    position: fixed;
    top: 15px;
    left: 0;
    z-index: 100;
}
div.home-title {
    width: 350px;
    margin: 0 auto;
}
@media all and (min-height: 800px) {
    div.home-title {
        margin: 70px auto;
    }
}
@media all and (min-height: 920px) {
    div#background img {     
        top: -140px; 
    }
}


div#home-footer {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: transparent url(/gfx/bg-footer.gif) repeat-x top center;
}
div.home-footer {
    width: 960px;
    height: 40px;
    padding: 30px 0 0 0;
    margin: 0 auto;
    font-size: 14px;
    color: #afafae;
}
div.left-content {
    width: 308px;
    margin-right: 34px;
    float: left;
}
div.right-content {
    width: 308px;
    float: left;
}
div.full-content {
    width: 650px;
    float: left;
}
/*div*/
div#container {
    width: 100%;
    float: left;
    background: #dac1a3 url(/gfx/bg-container.jpg) no-repeat top center;
}
div#content {
    width: 960px;
    margin: 0 auto;
}
div#header {
    width: 960px;
    height: 150px;
    float: left;
}
div#data {
    width: 960px;
    float: left;
}
div#left-data {
    width: 650px;
    float: left;
    margin: 0 20px 30px 0;
    padding: 19px;
    background-color: #dac1a3;
    border: 1px solid #dac1a3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div#right-data {
    width: 230px;
    padding: 0 10px;
    margin: 0 0 30px 0;
    float: left;
    background-color: #dac1a3;
}
div#footer {
    clear: both;
    width: 100%;
    height: 70px;
    background: transparent url(/gfx/bg-footer.gif) repeat-x top center;
}
div.footer {
    width: 960px;
    height: 40px;
    padding: 30px 0 0 0;
    margin: 0 auto;
    font-size: 14px;
    color: #afafae;
}
/*link*/
a {
    color: #9f5c0b;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
div.home-footer a,
div.footer a {
    color: #fff;
    text-decoration: none;
}
div.home-footer a:hover,
div.footer a:hover {
    color: #afafae;
    text-decoration: none;
}
/*menu*/
div#right-data a {
    display: block;
    float: left;
    clear: both;
    width: 214px;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #ba9c7b;
    font: 14px 'papyrus';
    color: #9f5c0b;
    text-decoration: none;
}
div#right-data a:last-child { border-bottom: 0; }
div#right-data a:hover,
div#right-data a.current {
    background-color: #ba9c7b;
    color: #fefefe;
}
/*list*/
ul {
    padding: 0;
    margin: 0 0 0 12px;
    list-style-type: none;
}
ul li {
    padding: 0 0 0 14px;
    margin: 0;
    line-height: 20px;
}
ol {
    padding: 0;
    margin: 0 0 0 28px;
}
ol li {
    padding: 0;
    margin: 0;
    line-height: 20px;
}
/*pager*/
table.pager {
    width: 650px;
    float: left;
    clear: both;
    padding: 10px 0 0 0;
    margin: 10px 0;
    border-top: 1px solid #ba9c7b;
}
table.pager a,
table.pager span {
    padding: 0;
    margin: 0 2px;
    font-weight: bold;
    color: #9f5c0c;
    text-decoration: none;
}
table.pager a.prev,
table.pager a.next {
    margin: 0;
}
table.pager a.next { margin: 0; }
table.pager a:hover,
table.pager a.prev:hover,
table.pager a.next:hover,
table.pager span { color: #ba9c7b; }
/*picholder*/
div.picholder-big {
    width: 645px;
    height: 467px;
    padding: 5px 0 0 5px;
    margin: 15px 0;
    float: left;
    background: transparent url(/gfx/picholder-big.png) no-repeat top center;
}
div.picholder-big img { float: left; }
div.picholder-small {
    width: 195px;
    height: 150px;
    padding: 5px 0 0 5px;    
    float: left;
    background: transparent url(/gfx/picholder-small.png) no-repeat top center;
    margin-right:25px;
}
div.picholder-small:nth-of-type(3n+3) {
    margin-right:0px;
}

div.picholder-small img { float: left; }
/*images*/
img { border: 0; }
img.bloki {
    float: left;
    margin: -111px 0 0 -10px;
}
/*paragraph*/
p {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 20px;
}
/*basket*/
div#data-content form input.count {
    float: none;
    width: 30px;
    padding: 4px;
    text-align: right;
    border: 0;
    border-bottom: 1px solid #ccc;
}
/*other*/
a { outline: none; }
label { cursor: pointer; }
fieldset { border: none; }
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }

.news-holder {
    border-bottom: 1px solid #ba9c7b;
    float:left;
    margin-bottom:20px;    
    width:650px;
}
.news-holder:last-child {    
    margin-bottom:0px;    
    border-bottom: none;        
}

.full-content table {    
    border-collapse:collapse;
    border:2px solid #ba9c7b;
    width:640px !important;
}
.full-content table td,
.full-content table th {    
    border-collapse:collapse;
    border:1px solid #ba9c7b;
    padding:4px;            
}
.full-content table th {
    font-weight:bold;
    border-bottom:2px solid #ba9c7b;
    font-size:12px;    
}