@charset "UTF-8";
/* CSS Document */

.tab-content {
    float: left;
    max-width: 900px;
    padding: 15px;
    width: 100%;
}

.page-content {
    float: left;
    max-width: 900px;
    width: 100%;
}

h1, h2, h3 {
    display: block;
    clear: left;
    color: #333333;
    margin-bottom: 0.5em;
    font-size: 240%;
}

.page-content h2 {
    font-size: 200%;
}

.page-content h3 {
    font-size: 140%;
}

.catalog-product-view h1, .catalog-product-view h2, .catalog-product-view h3, .catalog-product-view h4 {
    display: block;
    clear: left;
    color: #333333;
    margin-bottom: 0.5em;
}

.catalog-product-view h2 {
    font-size: 200%;
}
.catalog-product-view .product-essential h2,
.catalog-product-view .product-collateral h2 {
    font-size: 150%;
}

.catalog-product-view h3 {
    font-size: 140%;
}

.short-description .std h3 {
    display: block;
    clear: left;
    color: #333333;
    margin-bottom: 0.5em;
    padding-top: 20px;
}

.catalog-product-view h3 {
    /* background: url('../../../media/wysiwyg/h3_line_below.gif') no-repeat;
        background-position:left bottom;
        */
    padding-top: 20px;
}

.tab-content img {
    display: block;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

.caption {
    padding: 5px;
    background-color: #989595;
    color: white;
    display: block;
    padding-left: 10px;
    margin-bottom: 15px;
}

.boxout {
    background-color: white;
    padding: 10px;
    margin-top: -15px;
}

.product-tabs-content {
    margin: 0;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    background: #f1f1f1;
    min-height: 150px;
}

li.advantages:before {
    content: "✔ ";
    color: forestgreen;
    font-size: 130%;
    list-style: none;
}

li.disadvantages:before {
    content: "✖ ";
    color: red;
    font-size: 130%;
    list-style: none;
}

.short-description ol {
    list-style-type: decimal;
    margin-left: 10px;

}

.tab-content ol {
    list-style-type: decimal;
    margin-left: 20px;
    list-style-position: outside;
    display: table-row;
    display: table-cell;
    padding-left: 15px;
}

.tab-content ul {
    display: table;
    list-style-type: disc;
    -webkit-margin-after: 1em;
    -webkit-padding-start: 15px;
}

.page-content ol {
    list-style-type: decimal;
    margin-left: 20px;
    list-style-position: outside;
    display: table-row;
    display: table-cell;
    padding-left: 15px;
}

.page-content ul {
    display: table;
    list-style-type: disc;
    -webkit-margin-after: 1em;
    -webkit-padding-start: 15px;
}

.page-content ul {
    display: table;
    list-style-type: disc;
    -webkit-margin-after: 1em;
    -webkit-padding-start: 15px;
}

.tab-content ul ul {
    text-indent: -10px;
}

.page-content ul ul {
    text-indent: -10px;
}

.short-description ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-after: 1em;
    -webkit-padding-start: 15px;
}

.boxout ul {
    list-style: none;
    padding-left: 18px;
    text-indent: -21px;
}

.tab-content td {
    border: 1px solid #333333;
    vertical-align: top;
    padding: 5px;
}

.product-view .product-name h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin: 0;
    color: #333333;
    text-transform: none
}

.page-title h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 30px;
    color: #333333;
    text-transform: none
}

@media only screen and (max-width: 767px) {
.page-title h1 {
    font-size: 34px;
    line-height: 34px;
}
}

.page-content a, .tab-content a {
    font-family: 'interstate-regular';
    color: #b1c800;
}

.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
    font-size: 14px;
    line-height: 22px;
}

.rev_slider {
    height: 300px;
}

.footer li {
    line-height: 110%;
    padding-bottom: 10px;
}

.home-four-blocks .block h2 {
    font-size: 24px;
}

body {
    font-family: 'interstate-light';
}