html,body {
    position:relative;
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
}

a img {
    border: 0;
}

ul {
    /*list-style: inside;*/
}

h1 {
    font-size:30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 155%;
    margin: 0;
    padding: 0;
}

h1 {
    margin-top:0;
}

p {
    margin:0 0 10px 0;
}

body,table,tr,td,div,p,a,ul,li,ol {
    font-size: 14px;
    font-family:'PT Serif',serif;
    line-height: 140%;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

.ac{
    text-align: center;
}

#main {
    position:relative;
    min-height: 100%; 
}

*html #main { /* FIX ie6 */
    height: 100%; /* min-height */
}

.wrap {
    position:relative;
    width: 1200px;
    margin: 0 auto; 
}

/* FOOTER */

#footerFix {
}

#footer {
    position: relative;
    z-index:10;
}

/* clearfix */
.clearfix:after {content: ".";
                 display: block;
                 height: 0;
                 clear: both;
                 visibility: hidden;}
.clearfix {display: block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*Product card description styles*/

.cat-descr-text p{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 22px;
}

.cat-descr-text ul li{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 22px;
}

.descr-text p{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 22px;
}

.descr-text ul li{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    line-height: 22px;
}

.blue-marker {
    color: #03F;
    font-weight: bold;
}

.red-marker {
    color: #ff0000;
}

.cherry-marker {
    color: #890011;
}

.gold-marker {
    color: #fc3;
}

.vinous-marker {
    color: #600;
}

.brown-marker {
    color: #3f2a15;
}

.search-page-display {
display: none;
}