/* /*********** CSS RESET **********/ /*********** CSS RESET **********/

*/ * {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}

a:active {
    outline: none;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    margin: 0;
    padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

html {
    margin: 0 !important;
    -webkit-text-size-adjust: none;
    height: 100%;
}

.theme-full {
    position: relative;
    top: -50px;
}

/*********** GLOBAL STYLES **********/
body {
    background-color: #ffffff;
    font: normal 12px 'Roboto', sans-serif;
    color: #666;
    background: #ffffff;
    height: 100%;
}

.master-wrapper-page {
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    margin: 0;
}

a {
    color: inherit;
    cursor: pointer;
}

    a img {
        opacity: 0.99; /*firefox scale bug fix*/
    }

    a:hover img {
        opacity: 0.9;
    }

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    font-family: 'Exo', sans-serif;
    cursor: pointer;
}

    input[type="button"]:hover, input[type="submit"]:hover,
    button:hover, .button-1:hover, .button-2:hover {
    }

input[type="text"], input[type="password"] {
    border: 1px solid #999;
    background: #fff;
    padding: 6px;
    font-size: 13px;
    color: #333;
}

textarea {
    border: 1px solid #999;
    background: #fff;
    padding: 6px;
    font-size: 13px;
    color: #333;
}

select {
    border: 1px solid #999;
    background: #fff;
    padding: 2px;
    font-size: 13px;
    color: #333;
}

script {
    display: none !important;
}

input[type="text"]:focus, input[type="password"]:focus,
textarea:focus, select:focus {
    border: 1px solid #666;
}

input[type="checkbox"],
input[type="radio"] {
    vertical-align: middle;
}

.required, .message-error,
.field-validation-error,
.not-available-status,
.password-error {
    font-size: 11px;
    color: #c00;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.short-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.news-body ul {
    margin: 12px 0;
    padding-left: 36px;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.short-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.news-body ol {
    margin: 12px 0;
    padding-left: 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.short-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p {
    margin: 10px 0;
}

.category-description img,
.manufacturer-description img,
.full-description img,
.short-description img,
.topic-html-content img,
.topic-page img,
.post-body img,
.news-body img {
    max-width: 100%;
    height: auto;
}

.clear-fix {
    clear: both;
}

/*********** GLOBAL FORMS & GLOBAL TABLES ***********/




.fieldset, .section {
    position: relative;
    margin-bottom: 25px;
}

    .fieldset .title,
    .section .title {
        margin-bottom: 10px;
        font-size: 13px;
        color: #333;
    }

.form-fields {
    position: relative;
    padding: 15px;
    color: #333;
}

.inputs {
    margin: 8px 0;
    overflow: hidden;
    font-size: 0;
}

    .inputs * {
        font-size: 12px;
    }

    .inputs label {
        display: inline-block;
        width: 165px;
        margin-right: 10px;
        text-align: right;
        font-size: 12px;
        vertical-align: middle;
    }

    .inputs input[type="text"],
    .inputs input[type="password"] {
        width: 300px;
        vertical-align: middle;
    }

    .inputs select {
        padding: 5px;
        vertical-align: middle;
    }

    .inputs textarea {
        width: 300px;
        height: 150px;
        vertical-align: middle;
    }

    .inputs .field-validation-valid {
        font-size: 11px;
        color: #690;
    }

    .inputs .option-list {
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }

        .inputs .option-list li {
            float: left;
        }

        .inputs .option-list label {
            width: auto !important;
        }

.captcha-box {
    margin-bottom: 15px;
    text-align: center;
    line-height: 0; /*MOZ line-height bug fix*/
}

    .captcha-box > div {
        display: inline-block;
    }



/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/




.bar-notification {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 28px;
    box-shadow: 0 1px 2px #666;
    line-height: 28px;
    color: #fff;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

    .bar-notification.success {
        border-bottom: 1px solid #bd2;
        background: #9b0;
    }

    .bar-notification.error {
        border-bottom: 1px solid #f55;
        background: #f00;
    }

    .bar-notification > * {
        float: left;
    }

    .bar-notification .content {
        margin-left: 10px;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        float: right;
        width: 16px;
        height: 16px;
        margin: 5px;
        border: 1px solid #666;
        background: #fff url('../img/close.png') center no-repeat;
        box-shadow: inset 0 0 1px #999;
        cursor: pointer;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

        .bar-notification .close:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.ui-autocomplete {
    z-index: 1002 !important;
}

.ui-dialog {
    z-index: 1001;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #ccc;
    background: #fff;
}

.ui-dialog-titlebar {
    border: 1px solid #fff;
    border-bottom: 1px solid #bbb;
    overflow: hidden;
    background: #ddd;
    padding: 10px;
    font-weight: bold;
    color: #333;
    text-shadow: 1px 1px #fff;
}

    .ui-dialog-titlebar span {
        float: left;
        line-height: 18px;
        text-transform: uppercase;
    }

    .ui-dialog-titlebar button {
        float: right;
        width: 16px;
        height: 16px;
        border: 1px solid #666;
        overflow: hidden;
        background: #fff url('../img/close.png') center no-repeat;
        box-shadow: inset 0 0 1px #999;
        text-indent: 999px;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

        .ui-dialog-titlebar button:hover {
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

.ui-dialog-content {
    height: auto !important;
    padding: 10px;
    line-height: 18px;
}

    .ui-dialog-content .topic-html-content {
        margin: 10px 0 0;
    }

    .ui-dialog-content .topic-html-content-body {
        max-height: 200px;
        overflow-y: scroll;
    }

    .ui-dialog-content .topic-html-content p {
        margin: 0;
    }

.ui-dialog-buttonset {
    padding: 10px;
    text-align: right;
}

    .ui-dialog-buttonset button {
        min-width: 60px;
        border: 1px solid #bbb;
        margin-left: 5px;
        background: #eee;
        padding: 5px;
        color: #333;
        text-shadow: 1px 1px #eee;
    }

        .ui-dialog-buttonset button:hover {
            background: #ddd;
        }

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    width: 450px;
    max-width: 95%;
    height: 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -90px 0 0 -225px;
    border: 1px solid #bbb;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    background: #fff;
    padding: 20px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 10px 0;
        border: 1px solid #999;
        background: #d1d1d1;
        box-shadow: inset 0 0 1px 0 #fff;
        padding: 5px;
        font-size: 14px;
        color: #333;
    }

        .eu-cookie-bar-notification button:hover {
            border-color: #aaa;
            background: #ddd;
        }

    .eu-cookie-bar-notification a {
        display: block;
        text-decoration: underline;
    }


/*********** HEADER & NAVIGATION ***********/


.home-page-header {
    background-color: #202040;
    height: 80px;
}

.admin-header-links {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

    .admin-header-links a {
        display: inline-block;
        border: 1px solid #222;
        background: #666;
        padding: 0 12px;
        font-size: 12px;
        line-height: 26px;
        color: #eee;
        text-decoration: none;
    }

        .admin-header-links a:hover {
            background: #777;
        }

.header-line {
    min-height: 28px;
    margin-bottom: 20px;
    background-color: #202040;
}

.header-links-wrapper {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

    .header-links-wrapper:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .header-links-wrapper span,
    .header-links-wrapper a {
        display: inline-block;
        font-size: 11px;
        line-height: 28px;
        color: #999;
    }

        .header-links-wrapper a:hover,
        .header-links-wrapper a:hover span {
            color: #fff;
        }

.header-contacts {
    float: left;
}

    .header-contacts span {
        margin-right: 12px;
    }

    .header-contacts .phone {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEJDNEY3RTlFRTJFMTFFMjgxNUE5QTgyNzY1RUQ0MDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEJDNEY3RUFFRTJFMTFFMjgxNUE5QTgyNzY1RUQ0MDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQkM0RjdFN0VFMkUxMUUyODE1QTlBODI3NjVFRDQwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQkM0RjdFOEVFMkUxMUUyODE1QTlBODI3NjVFRDQwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgLuiFoAAAEBSURBVHjapNCxS0JRFMfx61OIUiwQWgwSHKMM/wcJaQh0E4mGJgfndDUMZ6f3PwhiaARuQWOB0ODi4JAIpUM06fD8njhi1AuVfvB5PO6559zL9di2bUgQRzhBDBFd85pFPjFCB0084sPHJ4lrxHWjFMt4xbuubWMXeeTUM4oyoIYt3SgNFQxwix1dH+MMJRwjpAfWLD5tDFFHVjcXcICwOpTT0Mc5GnjDvdzgClG0sKfFuPmdS+wjhTu90YvcoKvNkuofzfMkcKP/clDP+lYM6YMuy4U+6lesH4WNFQYEkHEbcGpWT9ptwOYaA/xuA54wwXQJ2fMwb/I4jmP+k5kAAwA/QjhQk8V7BwAAAABJRU5ErkJggg==) left center no-repeat;
        padding-left: 18px;
    }

    .header-contacts .mail {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDQ5NDQ4OERFRTJEMTFFMjgwRTFBOTlGRkIyODc0ODEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDQ5NDQ4OEVFRTJEMTFFMjgwRTFBOTlGRkIyODc0ODEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENDk0NDg4QkVFMkQxMUUyODBFMUE5OUZGQjI4NzQ4MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENDk0NDg4Q0VFMkQxMUUyODBFMUE5OUZGQjI4NzQ4MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PudSzHoAAAD2SURBVHjanNKxS0JRFMfx++SR6KZu7k66OPgPhJNLolsO0tAfIOEg0RLV6qTwbH6I2Jg0iP+ASEOLg9gQuCmmDpUg9b1wLjzeIOmBz3vDO79zH4drOY5zo5S6VcfVfYDHGBX8HhDUvVd40wNcfOASu3+Edc+FZFw94ARtLFDCdk/4G0Ws5WDblg96SAdxFNBFyBfe4AwTTCWjAp6GV3ziHTkJmJrjFEvMpEf5BzTxgCGiSOEaNaSRwUh29WhCtueEL1Rh4Un20sMKdyhLb13+8AdBM2CAloSVvM+Fv8Jo4AV5MyCLyAH3IOld4jNiR9zCBPp/AgwANDozW7kLNYcAAAAASUVORK5CYII=) left center no-repeat;
        padding-left: 20px;
    }

.header-links,
.header-links ul {
    float: right;
}

    .header-links li {
        float: left;
        margin-left: 12px;
    }

        .header-links li:first-child {
            margin-left: 0;
        }

        .header-links li a.account {
            color: #fff;
        }

    .header-links .cart-qty {
        margin-left: 2px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MjlFOUQ1MkZFRTJFMTFFMkE0NDNDRjNBQTJFMzQ5QjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MjlFOUQ1MzBFRTJFMTFFMkE0NDNDRjNBQTJFMzQ5QjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyOUU5RDUyREVFMkUxMUUyQTQ0M0NGM0FBMkUzNDlCMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyOUU5RDUyRUVFMkUxMUUyQTQ0M0NGM0FBMkUzNDlCMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps3t3ekAAAD0SURBVHjaYvz//z8DJYBx5syZ6GJMQOwPxE5A/AKI/wKxEBAfA+JNQPwPWTELFkNDgDgBiBuA+BRUTAeIy4CYFYhXo9uGDLiAOBGq+BSS+BUgroS6jAfdBSBDBIH4NxA7QG25CcQCaIa/B2JmqNcOQPV+ARGzgFgDiP8AsTQQswHxXixeA4WFPBCbAPFTqGGPQQbEQW1lgAbUQiCeBMTsaAZsAOLFQDwXiFWgYr9BBnyGhjID1IYY9JCGAm2oun9IYfeJBU2xNBRjA6pQjAz+MzFQCAaHAZRkBnAYcFJgAAcoFs4AsRY0oZDq+vuMlGZngAADAA2/L/L5FcTTAAAAAElFTkSuQmCC) left 4px no-repeat;
        padding-left: 20px;
    }

.flyout-cart {
    display: none;
    position: absolute;
    top: 28px;
    right: 0;
    z-index: 99999;
    width: 300px;
    background: #fff;
}

    .flyout-cart.active {
        display: block;
    }

.mini-shopping-cart {
    box-shadow: 0 1px 2px #999;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAPCAYAAAAs9AWDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQ0RkU3NEZFRjdCMTFFMjk0NDM5ODY3N0RBNjg4RTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQ0RkU3NTBFRjdCMTFFMjk0NDM5ODY3N0RBNjg4RTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCNDRGRTc0REVGN0IxMUUyOTQ0Mzk4Njc3REE2ODhFNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCNDRGRTc0RUVGN0IxMUUyOTQ0Mzk4Njc3REE2ODhFNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhrlRqEAAAA8SURBVHjaYmwFAgY0wLJ58+bLGIKBgYF/0AUZr1+/7och+P//fw8M7UD8k2jBH5QJEm/RL6IFMfwOEGAA8EIW94aHKPoAAAAASUVORK5CYII=) top repeat-x;
    padding: 10px;
    font-size: 11px;
}

    .mini-shopping-cart * {
        line-height: normal !important;
    }

    .mini-shopping-cart a {
        font-weight: bold;
        color: #333 !important;
    }

        .mini-shopping-cart a:hover {
            color: #000;
            text-decoration: underline;
        }

    .mini-shopping-cart .count {
        padding: 5px 0;
        color: #333;
    }

    .mini-shopping-cart .items {
        margin-bottom: 10px;
        background: #fff;
    }

    .mini-shopping-cart .item {
        border-bottom: 1px dotted #ccc;
        overflow: hidden;
        padding: 8px;
    }

        .mini-shopping-cart .item.first {
            border-top: 1px dotted #ccc;
        }

        .mini-shopping-cart .item .picture {
            float: left;
            width: 50px;
            text-align: center;
        }

            .mini-shopping-cart .item .picture a {
                display: block;
            }

        .mini-shopping-cart .item .product {
            margin-left: 56px;
        }

        .mini-shopping-cart .item .name {
            margin-bottom: 8px;
        }

        .mini-shopping-cart .item .attributes {
            margin: 0;
        }

        .mini-shopping-cart .item .price span,
        .mini-shopping-cart .item .quantity span {
            color: #000;
        }

    .mini-shopping-cart .totals {
        margin-bottom: 10px;
        text-align: right;
        font-size: 12px;
        color: #333;
    }

        .mini-shopping-cart .totals strong {
            color: #c00;
        }

    .mini-shopping-cart .buttons {
        text-align: right;
    }

    .mini-shopping-cart input[type="button"] {
        display: inline-block;
        border: 1px solid #999;
        background: rgba(0,0,0,0.2);
        padding: 5px 10px;
        text-align: center;
        color: #333;
    }

        .mini-shopping-cart input[type="button"]:hover {
            border-color: #aaa;
            background: rgba(0,0,0,0.15);
            box-shadow: inset 0 0 1px 0 #fff;
            color: #000;
        }

.master-wrapper-content {
    width: 100%;
    min-height: 800px;
    /*height: 100%;*/
}

.master-home-page .master-wrapper-content {
}

.header {
    margin-bottom: 20px;
}

    .header:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.header-logo {
    float: left;
    line-height: 0;
}

    .header-logo a {
        display: block;
        line-height: 0; /*MOZ line-height bug fix*/
        margin: 24px 10px 25px 20px;
        height: 26px;
        overflow: hidden;
    }

.header-selectors-wrapper {
    float: right;
    margin-bottom: 15px;
}

    .header-selectors-wrapper > div {
        float: right;
        margin-left: 15px;
    }

    .header-selectors-wrapper select {
        width: 100px;
        border-color: #666;
    }

.language-list {
    vertical-align: middle;
    line-height: 0;
    max-width: 455px;
}

    .language-list li {
        display: inline-block;
        margin: 0 2px;
    }

    .language-list a {
        position: relative;
        display: block;
        width: 24px;
        height: 24px;
        line-height: 0;
    }

    .language-list img {
        position: absolute;
        width: 18px;
        height: 12px;
        top: 50%;
        left: 50%;
        margin-left: -9px;
        margin-top: -6px;
    }

.search-box {
    float: right;
    clear: right;
    padding: 0px 10px 0 0;
    height: 55px;
    margin-top: -5px;
}

    .search-box:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .search-box input.search-box-text {
        float: left;
        height: 55px;
        border: none;
        padding: 0 15px;
        line-height: 28px;
        color: #fff;
        background-color: #2f2f50;
        font-size: 1.15em;
        letter-spacing: 0.075em;
    }

#instant-search-categories {
    float: left;
    width: 120px;
    height: 30px;
    margin: 0 0 0 -1px;
    border-color: #666;
    padding: 5px;
}

.search-box .search-box-button {
    float: left;
    width: 40px;
    height: 55px;
    border: none;
    overflow: hidden;
    background: #2f2f50 url('../img/search-icon.png') no-repeat;
    text-indent: 999px;
    margin: 0 0 0 -4px;
    background-position: 0px 12px;
}

    .search-box .search-box-button:hover {
    }
/*Default Autocomplete start*/
.ui-helper-hidden-accessible {
    display: none;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content {
    z-index: 1002 !important;
    width: 338px !important;
    margin-top: -1px;
    background: #fff;
    border: none;
}

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content li {
        border-top: 1px solid #ccc;
    }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a {
        display: block;
        padding: 8px;
        font-size: 11px;
        color: #666;
    }

        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content a:hover,
        .ui-autocomplete.ui-menu.ui-widget.ui-widget-content .ui-state-focus {
            background: #eee;
            color: #000;
            cursor: pointer;
        }

    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content img {
        vertical-align: middle;
        margin-right: 5px;
        display: inline-block;
        /*float: left;	*/
    }

.ui-autocomplete .ac-img {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.ui-autocomplete .ac-t {
    /*display:inline-block;*/
    min-height: 20px;
}

/*Default Autocomplete end*/

@media all and (min-width: 981px) {
    .header-menu {
        position: relative;
        z-index: 1001;
        height: 60px;
        position: relative;
        top: -60px;
        left: 180px;
        margin: 0 auto 0px;
        display: inline-block;
    }

        .header-menu > ul:after {
            content: ".";
            display: block;
            clear: both;
            height: 0;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .header-menu > ul > li {
            float: left;
        }

            .header-menu > ul > li:hover > a,
            .header-menu > ul > li:hover > span {
                background-color: none;
            }

        .header-menu .sublist {
            display: none;
            position: absolute;
            top: 45px;
            z-index: 1001;
            min-width: 180px;
            background: #fff;
            padding: 10px 0;
            box-shadow: 0 2px 3px #666;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .header-menu .sublist.active,
            .top-menu {
                display: block;
            }

            .header-menu .sublist li {
                position: relative;
            }

                .header-menu .sublist li a {
                    display: block;
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUM1QzkzMDlGNzU3MTFFMUE1REZGMTM3QjcwNTE1NTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUM1QzkzMEFGNzU3MTFFMUE1REZGMTM3QjcwNTE1NTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQzVDOTMwN0Y3NTcxMUUxQTVERkYxMzdCNzA1MTU1NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQzVDOTMwOEY3NTcxMUUxQTVERkYxMzdCNzA1MTU1NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhNQSzcAAAAkSURBVHjaYkhLS/sPBAwgDCZgAoxgESBIT0//jyLDgKwHIMAA1O8l3wvjUCcAAAAASUVORK5CYII=) 12px center no-repeat;
                    padding: 5px 20px 5px 25px;
                    color: #8c8c8c !important letter-spacing: 2px;
                    font-family: 'Roboto', sans-serif;
                    font-size: 1.2em;
                    line-height: 28px;
                }

                .header-menu .sublist li:hover > a {
                    color: #333;
                    background: #f3f3f3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUM1QzkzMDlGNzU3MTFFMUE1REZGMTM3QjcwNTE1NTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUM1QzkzMEFGNzU3MTFFMUE1REZGMTM3QjcwNTE1NTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQzVDOTMwN0Y3NTcxMUUxQTVERkYxMzdCNzA1MTU1NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQzVDOTMwOEY3NTcxMUUxQTVERkYxMzdCNzA1MTU1NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhNQSzcAAAAkSURBVHjaYkhLS/sPBAwgDCZgAoxgESBIT0//jyLDgKwHIMAA1O8l3wvjUCcAAAAASUVORK5CYII=) 12px center no-repeat;
                }

            .header-menu .sublist .sublist {
                top: -10px;
                left: 100%;
            }
}

.header-menu > ul > li > a,
.header-menu > ul > li > span {
    float: left;
    padding: 0 19px; /* made the padding 19px so that when the default sample data is installed all the categories go on one line - Stefan Hristov*/
    font: normal 15px/45px 'Exo', sans-serif;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    letter-spacing: 3px;
}

    .header-menu > ul > li > a:hover,
    .header-menu > ul > li > span:hover {
        color: #7a7acb !important;
        background-color: none !important;
    }

.menu-title {
    display: none;
}

    .menu-title span {
        background: rgba(0,0,0,0) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAXCAYAAAARIY8tAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0U0NjZBOEMwRTIzMTFFMzk2OEJBMENCNjczQzQwM0EiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0U0NjZBOEQwRTIzMTFFMzk2OEJBMENCNjczQzQwM0EiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRTQ2NkE4QTBFMjMxMUUzOTY4QkEwQ0I2NzNDNDAzQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRTQ2NkE4QjBFMjMxMUUzOTY4QkEwQ0I2NzNDNDAzQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pt3AFQ0AAABISURBVHjaYnz37t1/BhoCJgYaA5pbwPj/P01DiIHl/fv3FBkgKCiI3wIgpsgLhBw4GskD7wNQKhrNyaORPBrJo5E87CMZIMAAh/YiIQBqO68AAAAASUVORK5CYII=) 97% center no-repeat;
        color: #eee;
        display: block;
        font-size: 24px;
        line-height: 45px;
        text-transform: uppercase;
        padding: 0 0 0 2.5%;
        cursor: pointer;
        overflow: hidden;
    }

/*********** SLIDER + HOMEPAGE TWEAKS ***********/




.master-home-page {
}

    .master-home-page .master-wrapper-content {
        width: auto; /*override*/
    }

    .master-home-page .header {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

.main-slider {
    position: relative;
    z-index: 0;
    margin-bottom: -45px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.5);
}

.nivo-controlNav,
.nivo-thumbs-enabled, .nivo-caption {
    display: none !important;
}

.main-slider-menu > ul > li > a:hover {
    background: rgba(255,255,255,0);
}

.master-home-page .header-menu {
    clear: both;
    width: 60%;
    margin: 0 auto 0px;
    z-index: 1001;
}

.master-home-page .master-wrapper-main {
    width: 100%;
    margin: 0 auto;
    height: auto !important;
}

/*added by VASP*/
/*** MAIN BANNER ***/

#landing-page-main-banner {
    width: 100%;
    float: left;
    background: #cdcdcd;
}

    #landing-page-main-banner h1 {
        color: #ffffff;
        max-width: 540px;
        margin: 0 auto;
        font-family: "open sans", "Arial", sans-serif;
        font-weight: 900;
        font-size: 54px;
        line-height: 52px;
        margin-bottom: 10px;
        letter-spacing: 0;
    }

    #landing-page-main-banner p {
        color: #ffffff;
        width: 100%;
        margin: 20px auto 0 auto;
        font-family: "open sans", "Arial", sans-serif;
        font-size: 22px;
        line-height: 24px;
        letter-spacing: 0;
    }

#new-landing-page-banner {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center;
    display: table;
}

/*** LANDING PAGE STICKY NAV ***/

.landing-page-nav {
    width: 100%;
    min-height: 60px;
    background: #e7e7e7;
    display: inline-block;
    z-index: 99999;
    -webkit-box-shadow: 0 6px 6px -6px #666666;
    -moz-box-shadow: 0 6px 6px -6px #666666;
    box-shadow: 0 6px 6px -6px #666666;
}

.landing-page-nav-inside-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.landing-page-nav-text {
    font-size: 22px;
    line-height: 26px;
    font-family: "oswald", "arial";
    float: left;
    display: table;
    height: 60px;
    overflow: hidden;
}

    .landing-page-nav-text h4 {
        font-weight: 100;
        vertical-align: middle;
        display: table-cell;
        vertical-align: middle;
    }

    .landing-page-nav-text strong {
        font-weight: 500;
    }

.landing-page-nav-button a {
    width: 100px;
    height: 30px !important;
    background: #6abe2a;
    font-family: "roboto", "arial";
    font-size: 14px;
    color: #ffffff !important;
    text-decoration: none !important;
    display: block;
    float: right;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: 15px auto 0 auto;
    border: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

    .landing-page-nav-button a:hover {
        opacity: .8;
    }



.landing-page-row-single,
.landing-page-row-double,
.landing-page-row-triple {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    display: inline-block;
}


.landing-page-row-double-half-image {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    background: orange;
}

.landing-page-row-single {
    background: #dddddd;
    float: left;
    overflow: auto;
}

.landing-page-row-single-bg {
    background: #dddddd;
    float: left;
    overflow: auto;
}

.landing-page-row-double {
    background: #edecec;
    float: left;
    overflow: auto;
}

.landing-page-row-triple {
    background: #eeeeee;
    float: left;
    overflow: auto;
}

/*** SINGLE ROW ***/

.landing-page-row-single .landing-page-row-box {
    width: 100%;
}

.landing-page-row-single .landing-box-text,
.landing-page-row-single-bg .landing-box-text {
    max-width: 800px;
    margin: 0 auto;
}

    .landing-page-row-single .landing-box-text p,
    .landing-page-row-single-bg .landing-box-text p {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }

.landing-page-row-single img {
    max-width: 650px;
    width: 100%;
}



.landing-page-row-wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
/*** DOUBLE ROW ***/

.landing-page-row-double .landing-page-row-box {
    width: 50%;
}

.landing-page-row-double .landing-box-text {
    max-width: 450px;
    margin: 0 auto;
}



.landing-page-row-double img {
    max-width: 325px;
    width: 100%;
}
/*** DOUBLE ROW HALF IMAGE ***/
.landing-page-row-double-half-image .landing-page-row-box {
    width: 50%;
}

.landing-page-row-double-half-image .landing-box-text {
    max-width: 450px;
    margin: 0 auto;
}

.landing-page-row-double-half-image img {
    max-width: 600px;
    width: 100%;
}


/*** TRIPLE ROW ***/

.landing-page-row-triple .landing-page-row-box {
    width: 33%;
}

.landing-page-row-triple .landing-box-text {
    max-width: 300px;
    margin: 0 auto;
}

.landing-page-row-triple img {
    max-width: 217px;
    width: 100%;
}

/*** BOXES ***/

.landing-page-row-box {
    float: left;
}

.landing-box-image img {
    margin-bottom: 50px;
}

.landing-page-row-double-half-image .landing-box-image img {
    margin-bottom: 0;
}

.landing-box-text,
.landing-page-form-text {
    padding: 0 20px;
}

    .landing-box-text h4 {
        font-family: "Oswald", "Arial";
        font-size: 30px;
        line-height: 34px;
        margin: 0;
        text-align: center;
        color: #000;
    }

    .landing-box-text p {
        font-family: "Open Sans", "Arial";
        font-size: 16px;
        line-height: 24px;
        margin: 15px 0 0 0;
        text-align: center;
    }


.button-shop-now {
    width: auto !important;
    height: 30px;
    line-height: 30px;
    background: #00b8e4;
    font-family: "open sans";
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin: 30px auto 0 auto;
    padding: 0 20px;
    border: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
}

    .button-shop-now a {
        text-decoration: none !important;
        display: block;
        color: #ffffff !important;
    }

    .button-shop-now:hover {
        opacity: .8;
    }

.landing-page-full-banner {
    display: table;
    width: 100%;
    height: 600px;
    background-size: cover; /* added by vasp */
    background-position: center; /* added by vasp */
}

    .landing-page-full-banner .landing-box-text {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        color: #ffffff;
    }

.landing-page-row-single-bg {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
}

/*** LANDING PAGE STUFF ***/


#landing-page-wrap-outer {
    text-align: center;
    margin-top: -20px;
}
/*news*/
.news-item-page .page-picture img {
    width: 100%;
}

.news-image-caption {
    font-family: "open sans", "arial";
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    font-style: italic;
    color: #555555;
    margin-top: -2px;
    margin-bottom: 30px;
}
/*end added by VASP*/

/*********** FOOTER ***********/




.footer {
    width: 100%;
    margin: 0 auto 0px;
    background-color: #252a45;
}

.footer-upper {
    margin-bottom: 1px;
    overflow: hidden;
    padding: 15px;
    min-width: 920px;
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.footer-block {
    display: inline-block;
    float: left;
    width: 210px;
    /*margin-left: 10px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background: #fff;*/
    padding: 10px 10px 12px;
    min-height: 190px;
    color: #fff !important;
}

    .footer-block:first-child {
        margin-left: 0;
    }

    .footer-block h3 {
        margin-bottom: 12px;
        border-bottom: 1px solid #666;
        padding: 3px 0 10px;
        font-family: 'Roboto', sans-serif;
        font-size: 1.5em;
        font-weight: normal;
        color: #fff !important;
        letter-spacing: 2px;
    }

    .footer-block li {
        /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAFCAYAAABirU3bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTg0QUI4NkJGRUFGMTFFMkIzMEZGQUMwRkNGNUNBOEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTg0QUI4NkNGRUFGMTFFMkIzMEZGQUMwRkNGNUNBOEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5ODRBQjg2OUZFQUYxMUUyQjMwRkZBQzBGQ0Y1Q0E4QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5ODRBQjg2QUZFQUYxMUUyQjMwRkZBQzBGQ0Y1Q0E4QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtMQhXMAAAAzSURBVHjaYjQ2Nv7PAARnzpxhBNEM////ZwAJgjCIzQgiQMDExOQ/VhXMW7ZsQTEDIMAAUvggb+Jc7Q4AAAAASUVORK5CYII=) 
                2px center 
                no-repeat;*/
        padding: 6px 0 6px 1px;
    }

    .footer-block .social-sharing li {
        background: none !important;
        padding: 0 !important;
        margin: 0 !important;
        float: left;
    }

    .footer-block li a {
        font-family: 'Roboto', sans-serif;
        color: #aaaab1;
        letter-spacing: 2px;
    }

        .footer-block li a:hover {
            text-decoration: underline;
        }

.footer-lower {
    overflow: hidden;
    background: rgba(255,255,255,0.5);
    padding: 15px;
}

    .footer-lower h3 {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: normal;
        color: #333;
    }

.accepted-payment-methods {
    float: left;
}

    .accepted-payment-methods ul {
        overflow: hidden;
    }

    .accepted-payment-methods li {
        float: left;
        width: 49px;
        height: 30px;
        margin-left: 10px;
        background: url('../img/payment_sprite.png') no-repeat;
    }

        .accepted-payment-methods li:first-child {
            margin-left: 0;
        }

    .accepted-payment-methods .method1 {
        background-position: 0 0;
    }

    .accepted-payment-methods .method2 {
        background-position: -49px 0;
    }

    .accepted-payment-methods .method3 {
        background-position: -98px 0;
    }

    .accepted-payment-methods .method4 {
        background-position: -147px 0;
    }

    .accepted-payment-methods .method5 {
        background-position: -196px 0;
    }

    .accepted-payment-methods .method6 {
        background-position: -245px 0;
    }

.social-sharing {
}

    .social-sharing ul {
        overflow: hidden;
    }

    .social-sharing li {
        float: left;
        margin-left: 10px;
    }

        .social-sharing li:first-child {
            margin-left: 0;
        }

    .social-sharing a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url('../img/social_sprite.png') center no-repeat;
        margin-right: 4px;
    }

        .social-sharing a:first-child {
            margin-left: 0;
        }

    .social-sharing .facebook {
        background-position: 0 0;
    }

    .social-sharing .twitter {
        background-position: -32px 0;
    }

    .social-sharing .google {
        background-position: -64px 0;
    }

    .social-sharing .pinterest {
        background-position: -96px 0;
    }

    .social-sharing .vimeo {
        background-position: -128px 0;
    }

    .social-sharing .youtube {
        background-position: -160px 0;
    }

    .social-sharing .rss {
        background-position: -192px 0;
    }

    .social-sharing .linkedin {
        background-position: -9999px -9999px;
        padding: 5px 5px;
        background-color: #007BB6;
    }

    .social-sharing a:hover {
        opacity: 0.9;
    }

.subscribe-to-newsletter {
    position: relative;
    width: 240px;
    margin: auto;
}

.newsletter-email {
    overflow: hidden;
}

    .newsletter-email input[type="text"] {
        float: left;
        width: 196px;
        height: 28px;
        padding: 0 6px;
        line-height: 28px;
    }

    .newsletter-email input[type="button"] {
        float: left;
        width: 30px;
        height: 30px;
        border: none;
        overflow: hidden;
        background: #444 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAQCAYAAADwMZRfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTcxMEI3M0VGRjNDMTFFMjhBOTRFQ0I5QTk4OUEyMzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTcxMEI3M0ZGRjNDMTFFMjhBOTRFQ0I5QTk4OUEyMzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNzEwQjczQ0ZGM0MxMUUyOEE5NEVDQjlBOTg5QTIzMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNzEwQjczREZGM0MxMUUyOEE5NEVDQjlBOTg5QTIzMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk7SZv4AAAEcSURBVHjaYjxz5gwDCYAZiBcBsQoQuwHxR5AgEwkGMALxfCCOAmIzIN4JxHykGMIFxC5AfBGI/0PFzIF4HbGGgAzYCMTbgfgLEOciGcQBciETEQZshboCFB7TgZgbiNOB+AgQe4MMxGcIN9R2B7Rw6YTK2RMKWF4g3gHEdljkbgLxaiD+BxPAZggf1AU2WOSuQV32FFkQ3RB+qAussRhwAWrAC3QJFjQDdkHTADo4C01c77D5HeYSViDeg8OA40DsjMsAZEM8gXgyEP9Akz8ExO6wWMBnCCM0/lOAOAKI30DldkMN/0woNYLCRAmIJYBYCoqTobYXY3EZTpeADAqGJmlhIFYA4mxiDYAZsgiacIyBWBGIJzGQCAACDAC8xTOaVVoYPAAAAABJRU5ErkJggg==) center no-repeat;
        text-indent: 999px;
    }

        .newsletter-email input[type="button"]:hover {
            background-color: #555;
        }

.newsletter-validation,
.newsletter-result-block {
    position: absolute;
    top: 0;
    right: 0;
    width: 138px;
    height: 28px;
    overflow: hidden;
    line-height: 28px;
    color: #333;
}

    .newsletter-validation .please-wait {
        display: none !important;
    }

.bottom {
    clear: both;
    min-height: 35px;
    background-color: #202040;
    color: #888;
    font-size: 11px;
    line-height: 35px;
}

    .bottom .center {
        width: 100%;
        margin: auto;
    }

.footer-disclaimer {
    float: right;
    color: #5b6496;
    text-align: right;
    padding: 0 20px 0 0;
}

.footer-powered-by {
    float: right;
    color: #888;
    font-size: 11px;
    line-height: 35px;
}

    .footer-powered-by a {
        color: #888;
        text-decoration: underline;
    }

        .footer-powered-by a:hover {
            color: #fff;
        }

.footer-tax-shipping {
    margin: 0 auto;
    width: 270px;
    text-align: center;
}

    .footer-tax-shipping a {
        text-decoration: underline;
    }

.footer-store-theme {
    width: 250px;
    margin: auto;
    text-align: center;
}

    .footer-store-theme select {
        width: 150px;
        border: 1px solid #161616;
        background: #393939;
        color: #999;
    }

        .footer-store-theme select:focus {
            color: #ccc;
        }

.region-flag {
    float: left;
    padding: 0 0 0 20px;
}

    .region-flag p {
        float: left;
        color: #5b6496;
        font-size: 12px;
        line-height: 35px;
    }

        .region-flag p:hover {
            color: #aaaab1;
        }

img.region-selector {
    display: inline-block;
    padding-left: 6px;
    position: relative;
}


/*********** LEFT/RIGHT COLUMNS ***********/




.master-wrapper-main {
    top: 0px !important;
    position: relative;
    margin: 0 auto;
}

    .master-wrapper-main:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.side-1-2 {
    width: 25%;
    float: right;
}

.center-1-2 {
    display: inline-block;
    width: 75%;
    float: left;
}

.side-2 {
 width: 25%;
    float: left;
	padding-right: 40px;
    padding-top: 20px;
    padding-left: 20px;
}

.center-2 {
    float: left;
    width: 75%;
}

.block {
    float: left;
    width: 180px;
    padding: 3px;
}

    .block .title {
        background: #333;
        padding: 10px;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .block .title strong {
            font-weight: normal;
        }

    .block .listbox {
        box-shadow: 0 1px 5px rgba(0,0,0,0.15);
        background: #fff;
    }

        .block .listbox:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
            line-height: 0;
        }

.listbox .list > li > a {
    display: block;
    position: relative;
    margin-bottom: -1px;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid transparent;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzhFMjA1REVFRkJCMTFFMkJGNDhBNkZFNzU2REFBQjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzhFMjA1REZFRkJCMTFFMkJGNDhBNkZFNzU2REFBQjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDOEUyMDVEQ0VGQkIxMUUyQkY0OEE2RkU3NTZEQUFCOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDOEUyMDVEREVGQkIxMUUyQkY0OEE2RkU3NTZEQUFCOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg/eg1IAAABLSURBVHjaYvz//z8DMYDF1dUVm7ghEO8H4t9A7AzElxjxmQg0BCT5GohtWNAEsQFRIF5AjIkvwSbicKM5EO+EWgtScIeRWF8DBBgAI4ccCtvdQy4AAAAASUVORK5CYII=) 15px center no-repeat;
    padding: 10px 10px 10px 35px;
    font-size: 14px;
    color: #444;
}

.listbox .list > li:first-child a {
    border-bottom-color: transparent;
}

.listbox .list > li > a:hover,
.listbox .list > li > a.active {
    z-index: 1;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #bbb url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODNBMDk3ODNFRUQ4MTFFMkI1QTlBRTgyMjQxQ0U0NzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODNBMDk3ODRFRUQ4MTFFMkI1QTlBRTgyMjQxQ0U0NzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4M0EwOTc4MUVFRDgxMUUyQjVBOUFFODIyNDFDRTQ3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4M0EwOTc4MkVFRDgxMUUyQjVBOUFFODIyNDFDRTQ3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv2x/5EAAABZSURBVHjaYvj//z8DGtYC4ldAfAGIdWHiDFgUgrAhEH8A4tdArAcSYwSrxg1Akq+B2Aak8CmQIcWAHxwnxsSXIBNxudEc6sZXMA9hU6QLVXAGGgJgcYAAAwCrw48pVvch+wAAAABJRU5ErkJggg==) 12px center no-repeat;
    color: #fff;
}

.listbox .sublist {
    background: #f6f6f6;
    padding: 8px 10px 12px 30px;
}

    .listbox .sublist .sublist {
        padding-left: 15px;
    }

    .listbox .sublist a {
        display: block;
        padding: 5px;
        color: #444;
    }

        .listbox .sublist a:before {
            content: "- ";
            margin-right: 5px;
        }

        .listbox .sublist a:hover {
            color: #000;
        }

    .listbox .sublist > li.active > a {
        font-size: 13px;
        font-weight: bold;
        color: #000;
    }

.listbox .tags {
    border-top: 1px solid #bbb;
    overflow: hidden;
    padding: 15px 10px 0;
}

    .listbox .tags li {
        float: left;
        margin-right: 5px;
    }

    .listbox .tags a {
        display: block;
        color: #444;
        line-height: 24px;
    }

        .listbox .tags a:hover {
            color: #000;
            text-decoration: underline;
        }

.listbox .view-all {
    border-top: 1px solid #bbb;
    padding: 10px;
    text-align: right;
}

    .listbox .view-all a {
        color: #444;
    }

        .listbox .view-all a:hover {
            color: #000;
            text-decoration: underline;
        }

.listbox .poll {
    border-top: 1px solid #bbb;
}

.poll {
    padding-top: 15px;
}

    .poll strong {
        display: block;
        margin-bottom: 10px;
        padding: 0 10px;
        color: #333;
    }

.todays-poll-box strong {
    font-size: 16px;
}

.poll-options, .poll-results {
    margin-bottom: 10px;
    padding: 0 10px;
}

    .poll-options li, .poll-results li {
        padding: 3px 0;
    }

        .poll-options li:hover {
            color: #000;
        }

.poll .buttons, .poll-total-votes {
    border-top: 1px solid #bbb;
    padding: 10px;
    text-align: right;
}

    .poll .buttons input {
        border: none;
        background: none;
        color: #444;
    }

        .poll .buttons input:hover {
            color: #000;
            text-decoration: underline;
        }

.poll .please-wait {
}

.poll .poll-vote-error {
    color: #c00;
}

.poll-total-votes {
    display: block;
    margin-top: 15px;
    text-align: right;
}

.page {
    clear: both;
}

.page-title {
    margin-bottom: 0px;
    padding: 10px 10px 10px 10px;
}

    .page-title:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .page-title h1 {
        float: left;
        font-size: 2.4em;
        font-weight: normal;
        color: #555;
    }



/********** CATEGORY PAGE **********/




.breadcrumb {
    margin-bottom: 15px;
    margin-top: 15px;
}

    .breadcrumb ul {
        overflow: hidden;
    }

    .breadcrumb li {
        float: left;
        margin-left: 5px;
        font-size: 0.9em;
    }

        .breadcrumb li * {
            color: #767676;
        }

    .breadcrumb strong {
        color: #333;
        font-weight: normal;
    }

    .breadcrumb a:hover,
    .breadcrumb a:hover span {
        text-decoration: underline;
    }

.product-selectors {
    margin-bottom: 25px;
}

    .product-selectors:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .product-selectors > div {
        float: left;
        margin-right: 20px;
    }

        .product-selectors > div > span {
            margin-left: -10px;
        }

    .product-selectors select {
        min-width: 50px;
        margin-left: 5px;
        text-transform: lowercase;
        color: #444;
    }


.search-page .product-selectors {
    float: right !important;
    padding-right: 5%;
    padding-top: 10px;
}

    .search-page .product-selectors .product-sorting > span {
        color: transparent;
    }

.search-page #products-orderby {
    border: none;
    font-size: 20px;
    color: #888;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    border-color: #666 !important;
}

    .search-page #products-orderby > option {
        font-weight: 300 !important;
        border: none;
        font-size: 14px;
    }

.product-viewmode {
    display: none;
}

.category-page .page-title,
.manufacturer-page .page-title {
    background: #ffffff;
}

.category-page .page-body,
.manufacturer .page-body {
}

.category-description,
.manufacturer-description,
.vendor-description {
    margin-bottom: 20px;
    padding: 0 5px;
    line-height: 1.3em;
    font-size: 1.5em;
    background-color: #fff;
    float: left;
    width: 100%;
}

    .category-description strong,
    .manufacturer-description strong,
    .vendor-description strong {
        color: #333;
    }

.product-filters-wrapper {
    display: none;
    clear: both;
}

.related-products-grid {
    padding: 0 10%;
    margin: 70px 0 30px 0 !important;
    float: left;
}

    .related-products-grid .item-box:nth-child(2n+1) {
        margin-left: 0 !important;
    }

.item-grid:after,
.product-grid:after,
.manufacturer-grid:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.item-box {
    float: left;
    /*	width: 220px;
	margin: 0 0 20px 10px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background: #fff;
	padding: 10px;
    height: 320px;*/
    width: 300px;
    min-width: 220px;
    max-width: 340px;
    margin: 0 1% 1% 1%;
    padding: 0px;
    height: 320px;
    min-height: 320px;
}
    /*
.item-box:nth-child(3n+1) {
    clear: both;
	margin-left: 0;
}
*/
    .item-box .product-item {
        position: relative;
        overflow: hidden;
        background: #ffffff;
        min-height: 310px;
    }

    .item-box .product-title {
        margin-bottom: 0px;
        border-top: 0px solid #999;
        padding: 5px 5px 10px;
        font-size: 16px;
        font-weight: normal;
        background: #ffffff;
        height: 76px;
        min-height: 76px;
    }

        .item-box .product-title a {
            display: block;
            overflow: visible;
            font-weight: 400;
            color: #000000;
        }

    .item-box .picture {
        position: relative;
        width: 220px;
        height: 240px;
        overflow: hidden;
        margin: 0 auto;
    }

        .item-box .picture a {
            display: block;
            width: 100%;
            height: 100%;
        }

            .item-box .picture a:before {
                content: " ";
                padding-top: 100%;
                display: block;
            }

        .item-box .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

    .item-box .details {
        position: absolute;
        bottom: -286px;
        left: 0;
        width: 100%;
        height: 285px;
        box-shadow: 0 0 0 1px rgba(150,150,150,0.5);
        background: rgba(0,0,0,0.7);
        -webkit-transition: bottom .3s ease-in-out;
        -moz-transition: bottom .3s ease-in-out;
        transition: bottom .3s ease-in-out;
        z-index: 2;
    }

    .item-box .description {
        overflow: hidden;
        padding: 10px 10px 5px;
        color: #fff;
        position: relative;
        max-height: 285px;
        height: 285px;
    }

        .item-box .description a {
            display: block;
            /*height: 130px;*/
        }

    .item-box .read-more {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 60px 0;
        /* "transparent" only works here because == rgba(0,0,0,0) */
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, black));
        background-image: -webkit-linear-gradient(top, transparent, black);
        background-image: -moz-linear-gradient(top, transparent, black);
        background-image: -ms-linear-gradient(top, transparent, black);
        background-image: -o-linear-gradient(top, transparent, black);
    }

    .item-box .product-rating-box {
        display: none;
    }

    .item-box .sku {
        /*float: right;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 30px;
    padding-left: 5px;
    opacity: 0.7;
    display: none;*/
        font-size: 0.85em;
        opacity: 0.85;
        display: block;
    }

    .item-box .add-info {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
    }

    .item-box .prices,
    .item-box .buttons {
        padding: 4px 15px 4px 6px;
        text-align: right;
    }

    .item-box .buttons {
        height: 34px;
    }

    .item-box .old-price {
        margin-right: 5px;
        font-size: 13px;
        color: #999;
        text-decoration: line-through;
    }

    .item-box .actual-price {
        font-size: 16px;
    }

.tax-shipping-info {
    color: #eee;
}

    .tax-shipping-info a {
        text-decoration: underline;
        color: #999;
    }

.item-box input[type="button"],
.item-box .buynow-button {
    display: inline-block;
    border: 1px solid #000;
    background: rgba(255,255,255,0.6);
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

    .item-box input[type="button"]:hover,
    .item-box .buynow-button:hover {
        background: rgba(255,255,255,0.8);
    }

.item-box .product-item:hover .details {
    /*bottom: 0 !important;*/
}

.product-grid {
    margin-bottom: 10px;
    margin-left: 3%;
    margin-top: 10px;
}

    .product-grid .title {
        margin-bottom: 15px;
        padding-left: 2px;
        font-size: 28px;
        color: #444;
    }

        .product-grid .title strong {
            font-weight: normal;
        }

.home-page-category-grid {
    margin-bottom: 30px;
}

    .home-page-category-grid .item-box {
        position: relative;
        width: 450px;
        margin: 80px 0 0 20px;
        padding: 15px;
        clear: none;
    }

        .home-page-category-grid .item-box:nth-child(2n+1) {
            margin-left: 0;
        }

    .home-page-category-grid .title {
        position: absolute;
        top: -60px;
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        box-shadow: 0 1px 5px rgba(0,0,0,0.15);
        background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0YwODI3RjcwMzI0MTFFMzk2ODNGN0NGRjZFMzA5RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0YwODI3RjgwMzI0MTFFMzk2ODNGN0NGRjZFMzA5RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRjA4MjdGNTAzMjQxMUUzOTY4M0Y3Q0ZGNkUzMDlFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRjA4MjdGNjAzMjQxMUUzOTY4M0Y3Q0ZGNkUzMDlFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnurTIAAAAJOSURBVHjavJjLLgRBFIa7h6UlYsECa8YOERmXGR6AB3GLHRJsXELiNSzY0pjZsZHMvICthLEhrIxxjvwlpVTP1I2T/JnumurTX9epU3W643q9HjWzQqGQ9lcvaZc0S4pJZ6RV0p3cKUmSyNRaI3cbIF2QOqW2OdI4aYZUcXGacYQZJF0qMMK4jYck+19AgxiZDpxzzKehGto6XKEynjAfALmCCr5QGU+YPKko9SnqoCgpsqGBTGCCQMXN0p4c2cDINomQteD8kd3RElBxBvKASYOq8vWNoFKBAsA4QWmBAsIIm4C/plC/gP4Axgoqo8BkHWH2sUA+o29O06cEXyL72vleavZ9jxD+SDxGZo+0gmO+6RLpyHakvoA0MDWsJbZhkqHY1kjbNlBxPp/vo5ObADDCdlCCCNskbRhA8To1ykDHdDCvwtjUMJosvaefrkZQ7J/6qVAnDPRCB21omEoZmWvSiGeW/YASD0xQk9iY2d5M97LuyN/ilPa6WjGeodJjO0fISsqT9FiG7EGakxEm9rqmXw7JJOycQ9aPkAgH7yqUpR2SFhSYNU2/HOZPq5RpYyLth0Da7gl1QFqUznlUtgxgnpD2ZXlh9IXi1XpZytZVABrD/NrLPKAEzCvpFtlUsoVJ21xDhc8aplH5ERrKCKZZgRYKyhjGpIT1hbKCMS3yXaGsYYyAHKGcYGzey8oAqEpbToISIhiM7ZurCZQXjMu7fSMoLQyu+dOvHzqoIuaTF4zP9yEVSjZnGB8gATVMOuVKDzpFW9nV6acAAwD1eFbbNsza4wAAAABJRU5ErkJggg==) 15px center no-repeat;
        padding: 13px 15px 12px 60px;
        font-size: 20px;
        color: #444;
    }

    .home-page-category-grid .picture {
        width: 450px;
        height: 300px;
    }

.home-page-product-grid .item-box {
    width: 300px;
}

.home-page-product-grid .product-title {
    background: #ddd url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTdBQTAxRjQwQjA1MTFFM0I3QjlCNDBEODMyQTAwQTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTdBQTAxRjUwQjA1MTFFM0I3QjlCNDBEODMyQTAwQTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBN0FBMDFGMjBCMDUxMUUzQjdCOUI0MEQ4MzJBMDBBNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBN0FBMDFGMzBCMDUxMUUzQjdCOUI0MEQ4MzJBMDBBNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjq2YgsAAAIPSURBVHjatJdNK0RhFMfNw45QErM0YshYSJKFKcwHsDCTpY/gJSWlNGVhM2wlH4BJs5GdQWyVvDULyUbSNYNk6eX/1Ll1u9079zlnxqlf8zQvz/83c+fec24okUjUCKoFZMAk+AU5MA/euBvVCcLbwDHodTw3AwbBBLA4mylmeLsj/AR0gi5wDvrBEWj9LwEdnneEp8ADuAdTUgklDE+6fuoXqYQShr96vM8tkTeRUFUKd0ucgZiJhKpiuFMiaSqhqhzOllAGpxo3nCWhfMJ76FEabiyhyoSnDMLn6FL8DnZBmCuhKgjXtQGWQBN95gL0cSQULSThdq2DVVqHaY+YoURzbSQS2cJiXBhu1yk1tjiop6ADj72+wCEYBkP6y4fQjj+xaAAd4NFj8zT9OkmB2AC49Hg+CgpaUFt/B7Tmaep43PoxuQAqGiZ07VCvd1c3CBmQcXzGon7g9e3DlKUrpwUWwC0dvz0fiaBK00Rkh+sx684nfB+MkNyiFiiBsQoklsEKrZ9pKroyCNeSH8phLZGYBWtA/5Gz9M++Ngwvuq+EEolNOv6NdAo/ccK9eoFV4eFghft1Q7dEVigRGF5uHrAlbsCoQMIoPGgisugSzZUwDjeZCbkSrHDTqdhUgh3OuS8IkhCFc++MvCSiNDuKwiU3p7ZEniQKjtfY4ZKbU1siTh2tRIHbJFbkbvYnwAAvgcifcU4KrQAAAABJRU5ErkJggg==) 10px center no-repeat;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15);
    padding: 10px 10px 10px 52px;
}

.home-page-product-grid .picture {
    width: 300px;
    height: 250px;
}

    .home-page-product-grid .picture img {
        width: 100%; /*TEMPORARY FIX!*/
        max-height: none; /*TEMPORARY FIX!*/
    }

.home-page-product-grid .details {
    bottom: -251px;
    height: 250px;
}

.home-page-product-grid .description a {
    height: 140px;
}

.bestsellers .item-box,
.cross-sells .item-box {
    width: 216px;
    margin-left: 12px;
}

    .bestsellers .item-box:nth-child(3n+1),
    .cross-sells .item-box:nth-child(3n+1) {
        margin-left: 12px; /*RESET*/
        clear: none;
    }

    .bestsellers .item-box:nth-child(4n+1),
    .cross-sells .item-box:nth-child(4n+1) {
        margin-left: 0;
    }

.cross-sells {
    margin-top: 30px;
}

.sub-category-grid {
    background-color: #fff;
}

    .sub-category-grid .item-grid {
        text-align: center;
    }

    .sub-category-grid .item-box:hover {
        opacity: 1.0;
    }
    /*RESET*/
    .sub-category-grid .item-box:nth-child(5n+1) {
        /*	margin-left: 16px; 
    clear: none;*/
    }

    .sub-category-grid .item-box:nth-child(2n+1) {
        /*margin-left: 0;*/
    }

    .sub-category-grid .title,
    .manufacturer-grid .title {
        margin: -7px 0 1px;
        border-bottom: 0px solid #666;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAUCAYAAABSx2cSAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAcElEQVQ4T7XN0QmAMAyE4U7hiJnDzU+vtKKSS2LBh5+WwJc0AMu5w2rusJo7rHZ9zOxTv+DtbB/vff5IYUKMVy5QeF4OFyjM0gURZuGCDDO5oILZe0GfV/DyZQlZhEPIFE4hUziFTOF5WUKmcCkA7QBpzkFKBhDs3QAAAABJRU5ErkJggg==) 5px center no-repeat;
        background-color: #ffffff;
        padding: 10px 0 10px 33px;
        font-weight: normal;
        text-align: left;
    }

        .sub-category-grid .title a,
        .manufacturer-grid .title a {
            color: #444;
        }

    .sub-category-grid .item-box .picture {
        /*width: 342px;
	height: 228px;*/
    }

.link-rss {
    float: right;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url('../img/social_sprite.png') -197px center no-repeat;
    text-indent: 999px;
}

.pager {
    overflow: hidden;
    margin-right: 5%;
    margin-bottom: 40px;
}

    .pager ul {
        float: right;
    }

    .pager li {
        float: left;
        margin-left: 10px;
    }

        .pager li * {
            float: left;
            width: 25px;
            height: 25px;
            overflow: hidden;
            background: #433b67;
            text-align: center;
            font-size: 13px;
            line-height: 25px;
            color: #fff;
        }

            .pager li *:hover,
            .pager li span {
                border-color: #000;
                background: #141949;
            }

        .pager li span {
            cursor: default;
        }

        .pager li.previous-page *,
        .pager li.next-page *,
        .pager li.first-page *,
        .pager li.last-page * {
            background-position: center;
            background-repeat: no-repeat;
            text-indent: 999px;
        }

        .pager li.previous-page * {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAH9JREFUeNqM0csJAlEMheHgXkQQBJez1r0FaAV2IJZgNWMvgo+6/Fx4L1wGw0zgQAg/yUkSiEQdbogM2OKOTQbt8cC61obAAS+s2noLnPDGcti9Jmc8sfjnMXAtHubZprP4xSciRBaFvpRu6bjJxquOYyeYfMyq3dhb2gf3iO8AbC9tgm0XEt0AAAAASUVORK5CYII=);
        }

        .pager li.next-page * {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAHVJREFUeNqc0b0JAmEQhOE5cxFBkEvNzS1AK7AD7coyxFTh0L4ek/siuRVuYGGCd3+YDYIbdqP/qWZ6vLCvoGCLAYcKCjZ441hBwRofnCsoWI0TL0iHTGiZ5JHkvsi0WndXrRtwnX14i+A0O8wez39vKR/8HQC11FTMtA0WTwAAAABJRU5ErkJggg==);
        }

        .pager li.first-page * {
            background-image: url('../img/prev_first.png');
        }

        .pager li.last-page * {
            background-image: url('../img/next_last.png');
        }



/********** PRODUCT PAGE **********/




.product-essential {
    border-bottom: 0px dashed #bbb;
    margin-bottom: 30px;
}

    .product-essential:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.gallery {
    display: inline-block;
    width: 45%;
    margin-bottom: 20px;
    text-align: right;
    vertical-align: top;
}

    .gallery > .picture-wrapper {
        display: block;
        width: 100%;
        background-color: #fff;
        margin: 0 auto;
    }

    .gallery > .picture-thumbs {
        display: block;
        width: 100%;
        margin: 0 auto;
        float: left;
        text-align: center;
    }

    .gallery .picture {
        position: relative;
        width: 100% !important;
        margin-bottom: 10px;
        border: 0px solid #bbb;
        overflow: hidden;
        background: none;
    }

        .gallery .picture img,
        .gallery .picture-thumbs img,
        .variant-picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

    .gallery .picture-thumbs a {
        display: inline-block;
        position: relative;
        width: 100px;
        height: 100px;
        margin: 12px 0 0 12px;
        border: 0px solid #bbb;
        overflow: hidden;
        background: #fff;
    }

        .gallery .picture-thumbs a:nth-child(3n+1) {
            margin-left: 0;
        }

/*Default Zoom start*/
#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url('../img/loading.gif') no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
}

#lbPrevLink {
    left: 0;
}

    #lbPrevLink:hover {
        background: url('../img/prevlabel.gif') no-repeat 0 15%;
    }

#lbNextLink {
    right: 0;
}

    #lbNextLink:hover {
        background: url('../img/nextlabel.gif') no-repeat 100% 15%;
    }

#lbBottom {
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: url('../img/closelabel.gif') no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 70px;
}

#lbCaption {
    font-weight: bold;
}

#fancybox-wrap {
    z-index: 10010 !important;
}
/*Default Zoom end*/

.product-details-page .overview {
    position: relative; /*Cloud Zoom position*/
    /*width: 50% !important;	
	padding: 5% 0 0 4% !important;
    display:inline-block;
    min-height:400px;*/
    vertical-align: top;
    margin-top: 10px;
}

.overview .sku {
    margin-top: -5px;
}

.overview .short-description ul {
    padding-left: 15px !important;
    padding-right: 20px;
}

.overview .short-description li {
    line-height: 1.5em;
    list-style-position: outside;
    margin-bottom: 1em;
    letter-spacing: 0.03em;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
}

.variant-overview .variant-description {
    margin-bottom: 15px;
    line-height: 20px;
    font-size: 1.25em;
    color: #373737;
    font-family: helvetica neue;
    width: 80%;
}

.overview .buttons,
.back-in-stock-subscription,
.download-sample {
    overflow: hidden;
    margin-bottom: 15px;
}

    .overview .buttons div {
        float: left;
        margin-left: 10px;
    }

        .overview .buttons div:first-child {
            margin-left: 0;
        }

    .overview .add-to-wishlist-button,
    .variant-overview .add-to-wishlist-button,
    .overview .add-to-compare-list-button,
    .overview .email-a-friend-button,
    .back-in-stock-subscription .subscribe-button,
    .download-sample-button a {
        float: left;
        border: 1px solid #999;
        background: rgba(0,0,0,0.18);
        box-shadow: inset 0 0 1px 0 #fff;
        padding: 5px 10px;
        color: #333;
    }

        .overview .add-to-wishlist-button:hover,
        .variant-overview .add-to-wishlist-button:hover,
        .overview .add-to-compare-list-button:hover,
        .overview .email-a-friend-button:hover,
        .back-in-stock-subscription .subscribe-button:hover,
        .download-sample-button a:hover {
            border-color: #aaa;
            background: rgba(0,0,0,0.12);
        }

.product-details-page .sku,
.product-details-page .gtin,
.product-details-page .free-shipping,
.product-details-page .product-vendor {
    margin: 8px 0;
}

.overview .stock,
.variant-overview .stock,
.overview .manufacturers {
    margin-bottom: 10px;
}

.overview span.value,
.variant-overview span.value {
    color: #333;
    font-weight: bold;
}

.overview .free-shipping,
.variant-overview .free-shipping {
    width: 80px;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 40px;
    background: #bc0;
    padding-top: 16px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.overview .manufacturers a,
.product-vendor a {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

    .overview .manufacturers a:hover {
        color: #000;
    }

.product-no-reviews,
.product-reviews-overview {
    margin-bottom: 20px;
}

    .product-no-reviews a {
        text-decoration: underline;
    }

        .product-no-reviews a:hover,
        .product-review-links a:hover {
            color: #333;
            text-decoration: underline;
        }

.product-review-box {
    margin-bottom: 5px;
}

    .product-review-box .rating {
        width: 55px;
        height: 12px;
        background: url('../img/rating1.gif') repeat-x;
    }

        .product-review-box .rating div {
            height: 12px;
            background: url('../img/rating2.gif') repeat-x;
        }

.attributes dl {
    overflow: hidden;
}

.attributes dt {
    float: left;
    clear: left;
    width: 85px;
    margin: 0px 10px 0 0;
    background: #edecec;
    padding: 6px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
}

.attributes dd {
    float: left;
    max-width: 280px;
    margin-bottom: 12px;
}

.attributes li {
    margin: 3px 0;
}

.attributes select {
    min-width: 70px;
    max-width: 270px;
}

.color-squares {
    overflow: hidden;
}

    .color-squares li {
        float: left;
        margin: 0 5px 0 0;
    }

    .color-squares .color-container {
        float: left;
        padding: 0 !important;
        border-color: #fff !important;
    }

    .color-squares .color {
        display: block;
        width: 20px;
        height: 20px;
        border: 6px solid #fff;
        cursor: pointer;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

    .color-squares .selected-value .color {
        border: 4px solid #ffffff;
    }

    .color-squares .selected-value .color-container {
        border: 2px solid #b5b5b5 !important;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }

    .color-squares li input {
        position: relative;
        z-index: -1;
        float: left;
        margin: 6px 0 0 -18px;
    }

.overview .prices,
.variant-overview .prices {
    margin-bottom: 10px;
    overflow: hidden;
}

.overview .old-product-price,
.variant-overview .old-product-price {
    float: left;
    margin-right: 15px;
    color: #444;
    font-size: 15px;
    line-height: 34px;
    color: #ef2a36;
    text-decoration: line-through;
    text-transform: lowercase;
}

.overview .product-price,
.variant-overview .product-price {
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #202040;
    font-size: 24px;
}

.customer-entered-price {
    margin: -10px 0 20px; /*change if the empty "price" div is removed*/
    border: 1px solid #ddd;
    background: #f6f6f6;
    overflow: hidden;
    padding: 10px;
}

    .customer-entered-price .price-input {
        float: left;
        margin-right: 10px;
    }

    .customer-entered-price .enter-price-input {
        width: 50px;
        border-color: #ccc;
    }

    .customer-entered-price .price-range {
        float: left;
        line-height: 26px;
        color: #333;
        font-weight: bold;
    }

.overview .add-to-cart {
    margin-bottom: 40px;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    overflow: hidden;
}

    .overview .add-to-cart-panel > *,
    .variant-overview .add-to-cart-panel > * {
        float: left;
        margin-right: 5px;
    }

.overview .qty-label,
.variant-overview .qty-label {
    line-height: 32px;
}

.overview .qty-input,
.variant-overview .qty-input {
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.5);
    padding: 0 6px;
    text-align: center;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 32px;
    border: 1px solid #666;
    background: rgba(0,0,0,0.4);
    box-shadow: inset 0 0 1px 0 #ccc;
    padding: 0 24px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

    .overview .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:hover {
        border-color: #777;
        background: rgba(0,0,0,0.3);
    }

.overview .add-to-cart .add-to-wishlist-button {
    display: none; /*removes the old button*/
}

.full-description {
    clear: both;
    margin: 10px 20px 20px 20px;
    line-height: 1.5em;
    font-size: 1.2em;
    vertical-align: top;
    min-height: 200px;
}

.tier-prices {
    margin-bottom: 20px;
}

    .tier-prices .prices-header {
        margin-bottom: 5px;
        font-size: 18px;
        color: #333;
    }

        .tier-prices .prices-header strong {
            font-weight: normal;
        }

    .tier-prices td {
        border: 1px solid #bbb;
        background: #f6f6f6;
        padding: 5px;
    }

    .tier-prices .field-header {
        min-width: 100px;
    }

    .tier-prices .item-quantity {
        color: #333;
    }

    .tier-prices .item-price {
        color: #c00;
    }

.product-variant-line {
    margin-bottom: 20px;
    border-bottom: 1px dashed #bbb;
    padding-bottom: 20px;
}

    .product-variant-line:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.variant-picture {
    position: relative;
    float: left;
    width: 220px;
    height: 220px;
    margin-right: 15px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    background: #fff;
}

.variant-overview {
    float: left;
    width: 500px;
}

    .variant-overview .variant-name {
        margin-bottom: 5px;
        font-size: 18px;
        color: #333;
    }

    .variant-overview .add-to-wishlist-button {
        clear: both;
        margin-top: 5px;
        border: 0;
    }

/*Jquery Tabs start*/
.ui-tabs {
    margin-bottom: 20px;
}

    .ui-tabs .ui-tabs-nav {
        overflow: hidden;
        /*margin-bottom: -1px;*/
    }

        .ui-tabs .ui-tabs-nav li {
            float: left;
        }

            .ui-tabs .ui-tabs-nav li:first-child {
                margin-left: 0;
            }

            .ui-tabs .ui-tabs-nav li a {
                display: inline-block;
                background: #363c74;
                padding: 12px 40px;
                color: #ffffff;
                font-size: 14px;
                border-right: 1px solid #545989;
                text-transform: lowercase;
            }

                .ui-tabs .ui-tabs-nav li a:hover,
                .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
                .ui-tabs .ui-state-active.ui-tabs-active a {
                    background: #141949;
                    text-shadow: none;
                }

    .ui-tabs .ui-tabs-panel {
        border: 0px solid #d2d2d2;
        background: #fff;
        padding: 12px;
    }

        .ui-tabs .ui-tabs-panel p {
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 22px;
            color: #333;
        }

    .ui-tabs .ui-tabs .write-review {
        margin-bottom: 0;
    }

    .ui-tabs .ui-tabs-hide {
        display: none;
    }
/*Jquery Tabs end*/
.product-collateral .title,
.product-specs-box .title,
.product-feats-box .title {
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
}

.product-specs-box,
.product-feats-box {
    padding: 10px 20px;
    margin-bottom: 20px;
}

    .product-specs-box .data-table td,
    .product-feats-box .data-table td {
        border: 0 !important;
        padding: 8px;
        font-size: 14px;
        line-height: 22px;
    }

        .product-specs-box .data-table td:first-child,
        .product-feats-box .data-table td:first-child {
            width: 150px;
        }

    .product-specs-box .data-table .odd td,
    .product-feats-box .data-table .odd td {
    }

    .product-specs-box a,
    .product-feats-box a {
        font-weight: normal !important;
        font-style: normal !important;
        font-size: 0.85em !important;
        color: steelblue !important;
    }

.ui-tabs .product-specs-box .data-table,
.ui-tabs .product-feats-box .data-table {
    box-shadow: none;
}

.ui-tabs .data-table tr {
    border-bottom: 1px solid #eaeaea;
}

.product-tags-box {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #bbb;
}

.product-tags-list ul, .tags ul {
    overflow: hidden;
}

.product-tags-list li, .tags li {
    float: left;
    margin: 0 2px;
}

    .product-tags-list li.separator, .tags li.separator {
        margin-right: 8px;
    }

.product-tags-list a:hover, .tags a:hover {
    color: #333;
    text-decoration: underline;
}

.product-tags-all-page ul {
    overflow: hidden;
}

.product-tags-all-page li {
    margin-right: 10px;
    line-height: 24px;
    color: #333;
}

.vendor-list li {
    display: inline-block;
}

    .product-tags-all-page li,
    .vendor-list li a {
        display: block;
        padding: 8px 12px;
    }

.giftcard {
    margin-bottom: 20px;
    overflow: hidden;
}

    .giftcard div {
        float: left;
        clear: both;
        margin: 8px 0;
    }

    .giftcard label {
        float: right;
        margin-left: 20px;
        line-height: 30px;
        color: #333;
    }

    .giftcard input {
        width: 316px;
    }

    .giftcard textarea {
        width: 316px;
        height: 150px;
    }


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
    font-weight: normal;
    font-style: italic;
    color: #444;
}

    .product-reviews-page h1 a:before,
    .product-reviews-page h1 a:after {
        content: "''";
    }

    .product-reviews-page h1 a:hover {
        text-decoration: underline;
    }

.product-reviews-page .page-body {
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    background: #fff;
    padding: 20px;
}

.product-reviews-page .title {
    display: none;
}

.write-review {
    margin-bottom: 20px;
}

    .write-review .form-fields {
        margin-bottom: 15px;
    }

    .write-review textarea {
        vertical-align: top;
    }

    .write-review .inputs:nth-child(2) label,
    .write-review .inputs:nth-child(2) span {
        line-height: 30px;
    }

    .write-review .review-rating {
        overflow: hidden;
    }

        .write-review .review-rating label {
            display: inline-block;
            width: 165px;
            margin-right: 10px;
            text-align: right;
            color: #333;
        }

        .write-review .review-rating ul {
            display: inline-block;
            position: relative;
            width: 314px;
        }

        .write-review .review-rating li {
            text-align: center;
            cursor: default;
        }

            .write-review .review-rating li.first {
                position: absolute;
                top: 0;
                left: 0;
                line-height: 16px;
                color: #c00;
            }

            .write-review .review-rating li.last {
                position: absolute;
                top: 0;
                right: 0;
                line-height: 16px;
                color: #690;
            }

.ui-tabs .form-fields {
}

.ui-tabs .inputs label,
.ui-tabs .review-rating label {
    width: 173px;
}

.write-review .captcha-box {
    margin-top: 15px;
    margin-bottom: 0;
}

.write-review .buttons {
    text-align: center;
}

.write-review .button-1 {
    border: 1px solid #666;
    background: rgba(0,0,0,0.4);
    padding: 6px 24px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
}

    .write-review .button-1:hover {
        border-color: #777;
        background: rgba(0,0,0,0.3);
        box-shadow: inset 0 0 1px 0 #ccc;
    }

.product-reviews-page .result {
    margin-bottom: 20px;
}

.product-review-item {
    margin-bottom: 20px;
}

    .product-review-item:last-child {
        margin-bottom: 10px;
    }

    .product-review-item .review-item-head {
        margin-bottom: 10px;
        overflow: hidden;
        background: #eee;
        box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.10);
        padding: 5px 8px;
    }

    .product-review-item .review-title {
        float: left;
        margin-right: 5px;
        background: url('../img/bullet3.png') left center no-repeat;
        padding: 2px 0 2px 25px;
        font-size: 14px;
        color: #333;
        text-transform: uppercase;
    }

    .product-review-item .product-review-box {
        float: right;
        margin: 5px;
    }

    .product-review-item .review-text {
        margin-bottom: 15px;
        line-height: 20px;
    }

    .product-review-item .review-info {
        margin-bottom: 5px;
    }

        .product-review-item .review-info a,
        .product-review-helpfulness .vote {
            font-weight: bold;
            color: #000;
            text-decoration: underline;
            cursor: pointer;
        }

            .product-review-item .review-info a:hover,
            .product-review-helpfulness .vote:hover {
                text-decoration: none;
            }

.product-review-helpfulness .question {
    margin-right: 5px;
    font-style: italic;
    color: #000;
}

.product-review-helpfulness .result {
    margin-left: 10px;
    color: #000;
}

.product-share-button {
    float: left;
    width: 300px;
    margin-left: 100px;
}

.share-product {
    width: 100%;
    padding-top: 11px;
    height: 20px;
}

.share-buttons {
    width: 100%;
    float: left;
}

.share-add-this {
    margin-top: 5px;
    width: auto;
    display: block;
}

.addthis_button_print img {
    margin: -2px 0 0 5px;
}

.addthis_button_facebook_like {
    margin: 0 10px 0 0;
}

.addthis_button_tweet {
    width: 90px;
}

.addthis_button_pinterest_pinit {
    width: 70px;
}

.addthis_counter addthis_pill_style {
}

.specifications-link {
    font: 13px 'Exo', sans-serif;
    color: #787878;
    letter-spacing: 1px;
    margin-top: 10px;
}

/********** WISHLIST & COMPARE LIST **********/




.wishlist-content {
    margin-bottom: 20px;
}

    .wishlist-content .message-error {
        margin-bottom: 10px;
    }

    .wishlist-content .button-2,
    .compare-products-table .button-2,
    .compare-products-table-mobile .button-2 {
        display: inline-block;
        margin-right: 5px;
        border: 1px solid #999;
        background: rgba(0,0,0,0.18);
        box-shadow: inset 0 0 1px 0 #fff;
        padding: 5px 10px;
        color: #333;
        text-shadow: 1px 1px 0 #ddd;
    }

        .wishlist-content .button-2:hover,
        .compare-products-table .button-2:hover,
        .compare-products-table-mobile .button-2:hover {
            border-color: #aaa;
            background: rgba(0,0,0,0.12);
        }

.wishlist-page .share-info a {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    color: #000;
}

    .wishlist-page .share-info a:hover {
        text-decoration: underline;
    }

.compare-products-page {
    position: relative;
    overflow: hidden;
}

    .compare-products-page .clear-list {
        position: absolute;
        top: 12px;
        right: 12px;
        font-weight: bold;
        color: #000;
    }

        .compare-products-page .clear-list:hover {
            text-decoration: underline;
        }

.compare-products-table td {
    border: 1px dotted #ccc;
    vertical-align: top;
}

.compare-products-table .overview p:first-child {
    margin-bottom: 10px;
}

.compare-products-table .overview p:last-child {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.compare-products-table .overview img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.compare-products-table .product-name td {
    background: #f6f6f6;
}

.compare-products-table .product-price td {
    color: #c00;
}

    .compare-products-table .product-price td:first-child {
        color: #666;
    }

.compare-products-table a {
    font-weight: bold;
    color: #333;
}

    .compare-products-table a:hover {
        color: #000;
        text-decoration: underline;
    }

.compare-products-table-mobile {
    display: none;
}



/*********** TOPICS ***********/




.topic-html-content {
    margin-bottom: 20px;
}

.home-page .topic-html-content {
    margin-bottom: 0;
}

.topic-html-content-title {
    margin-bottom: 15px;
}

    .topic-html-content-title h2 {
        font-size: 28px;
        font-weight: normal;
        color: #444;
    }

.topic-html-content-body {
    line-height: 18px;
    color: #444;
}

.topic-html-content a,
.topic-page a {
    color: #444;
    text-decoration: underline;
}

    .topic-html-content a:hover,
    .topic-page a:hover {
        color: #000;
    }

.topic-html-content strong,
.topic-page strong {
    color: #333;
}

.topic-page .page-body {
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    background: #fff;
    padding: 0px;
    line-height: 18px;
    padding-bottom: 20px;
}

.enter-password-title {
    padding: 5px 0;
    font-size: 13px;
    font-weight: bold;
    color: #c00;
}

.enter-password-form {
    overflow: hidden;
    padding: 5px 0;
}

    .enter-password-form input[type="password"] {
        float: left;
        width: 250px;
        height: 28px;
        margin-right: 5px;
        padding: 0 6px;
    }

    .enter-password-form input[type="submit"] {
        float: left !important;
        width: auto !important;
        height: 30px !important;
        border: 1px solid #666 !important;
        background: rgba(0,0,0,0.4) !important;
        padding: 0 24px !important;
        font-size: 16px !important;
        text-transform: uppercase !important;
        color: #fff !important;
    }

        .enter-password-form input[type="submit"]:hover {
            border-color: #777 !important;
            background: rgba(0,0,0,0.3) !important;
            box-shadow: inset 0 0 1px 0 #ccc !important;
        }

.password-error {
    padding: 5px 0;
}

.microsite-frame {
    width: 100% !important;
}

.microsite-center-1 {
    padding: 0px !important;
}

.microsite-header {
    margin-bottom: 0px !important;
}

.topic-page h2 {
    padding: 40px 20px 0px 20px;
    font-size: 32px;
    color: #000;
}

.topic-page .page-body h1,
.topic-page .page-body h3 {
    padding: 20px;
}

.topic-page .page-body table {
    margin-left: 20px;
}

.topic-page p {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px;
}

/*********** CONTACT & EMAIL A FRIEND ***********/


.contact-page .page-body {
    display: none;
}


.contact-page .page-body,
.email-a-friend-page .page-body {
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    background: #fff;
    padding: 20px;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields {
    margin-bottom: 15px;
}

.contact-page .inputs:last-child label,
.email-a-friend-page .inputs:last-child span {
    line-height: 30px;
}

.contact-page .input-box {
    display: inline-block;
}

.contact-page textarea,
.email-a-friend-page textarea {
    vertical-align: top;
}

.contact-page .buttons,
.email-a-friend-page .buttons {
    text-align: center;
}

.contact-page .button-1,
.email-a-friend-page .button-1 {
    border: 1px solid #666;
    background: rgba(0,0,0,0.4);
    padding: 6px 24px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
}

    .contact-page .button-1:hover,
    .email-a-friend-page .button-1:hover {
        border-color: #777;
        background: rgba(0,0,0,0.3);
        box-shadow: inset 0 0 1px 0 #ccc;
    }

.email-a-friend-page .title {
    margin-bottom: 15px;
}

    .email-a-friend-page .title h2 {
        font-size: 20px;
        font-weight: normal;
        color: #333;
    }

    .email-a-friend-page .title a:hover {
        text-decoration: underline;
    }



/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/




.registration-page .page-body,
.registration-result-page .page-body,
.login-page .page-body,
.password-recovery-page .page-body,
.account-page .page-body {
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    background: #fff;
    padding: 20px;
}

.registration-page .inputs,
.customer-info-page .inputs {
    width: 100%;
}

    .registration-page .inputs label,
    .login-page .inputs label,
    .password-recovery-page .inputs label {
        width: 285px; /*one column page*/
    }

.registration-page select,
.account-page select {
    width: 98px;
    margin-right: 10px;
}

.gender {
    display: inline-block;
}

    .gender > * {
        display: inline-block;
        vertical-align: middle;
        width: auto !important;
        margin-bottom: 0 !important;
    }

select#CountryId,
select#StateProvinceId,
select#TimeZoneId {
    width: 314px;
}

#check-availability-button {
    padding: 6px 12px;
    font-size: 12px;
    text-transform: none;
    vertical-align: middle;
}

#username-availabilty {
    position: absolute;
    margin: -20px 0 0 10px;
    font-size: 11px;
}

.accept-privacy-policy {
    margin-bottom: 20px;
    text-align: center;
}

    .accept-privacy-policy a {
        font-weight: bold;
        color: #333;
    }

        .accept-privacy-policy a:hover {
            text-decoration: underline;
        }

.registration-page .buttons,
.login-page .buttons,
.password-recovery-page .buttons,
.account-page .buttons,
.return-request-page .buttons {
    text-align: center;
}

.registration-page .button-1,
.login-page .button-1,
.registration-result-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.account-page .button-2,
.return-request-page .button-1 {
    border: 1px solid #666;
    background: rgba(0,0,0,0.4);
    padding: 6px 24px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
}

    .registration-page .button-1:hover,
    .registration-result-page .button-1:hover,
    .login-page .button-1:hover,
    .password-recovery-page .button-1:hover,
    .account-page .button-1:hover,
    .account-page .button-2:hover,
    .return-request-page .button-1:hover {
        border-color: #777;
        background: rgba(0,0,0,0.3);
        box-shadow: inset 0 0 1px 0 #ccc;
    }

.registration-result-page .result {
    margin-bottom: 15px;
    color: #690;
}

.login-page .customer-blocks {
    margin-bottom: 30px;
}

.login-page .title {
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
}

.login-page .new-wrapper {
    margin-bottom: 30px;
}

    .login-page .new-wrapper .inner-wrapper {
        background: #eee;
        box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
        padding: 15px;
    }

    .login-page .new-wrapper .text {
        margin-bottom: 20px;
        line-height: 18px;
    }

.login-page .inputs.reversed {
    margin-bottom: 20px;
    text-align: center;
}

    .login-page .inputs.reversed * {
        width: auto;
        vertical-align: middle;
    }

    .login-page .inputs.reversed input {
        vertical-align: middle;
    }

.login-page a:hover {
    color: #000;
    text-decoration: underline;
}

.external-authentication {
    overflow: hidden;
    text-align: center;
}

fieldset.facebook-login-block {
    border: 0;
    float: none !important;
    display: inline-block !important;
}

.password-recovery-page .tooltip {
    margin-bottom: 20px;
}

.password-recovery-page .result {
    font-weight: bold;
    color: #000;
}

.address-list-page .info,
.order-list-page .info {
    background: #eee;
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
    padding: 15px;
    line-height: 18px;
}

.address-list-page .buttons,
.order-list-page .buttons {
    position: absolute;
    top: 45px;
    right: 20px;
}

    .address-list-page .buttons input,
    .order-list-page .buttons input {
        padding: 4px 12px;
        font-size: 12px;
        text-transform: none;
    }

.address-list-page .add-button {
    margin-top: -10px;
    text-align: center;
}

.edit-address {
    position: relative;
    margin-bottom: 20px;
    background: #eee;
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
    padding: 15px;
    color: #333;
}

    .edit-address select {
        width: 314px;
        margin-right: 0;
    }

.downloadable-products-page .page-body,
.back-in-stock-subscription-list-page .page-body {
    box-shadow: none;
    background: none;
    padding: 0;
}

.back-in-stock-subscription-list-page .description {
    margin-bottom: 20px;
}

.reward-points-overview,
.reward-points-history .title {
    margin: 0 0 15px;
}

.avatar-page .message-error {
    margin-bottom: 10px;
}

.avatar-page .fieldset {
    margin-bottom: 15px;
    overflow: hidden;
    background: #eee;
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
    padding: 15px;
    color: #333;
}

.avatar-page .image {
    float: left;
    margin-right: 15px;
    border: 1px solid #bbb;
    background: #fff;
    padding: 10px;
}

.avatar-page .buttons {
    text-align: right;
}

.avatar-page input[type="submit"] {
    text-transform: none;
}

.avatar-page .info {
    margin-top: -20px;
}

.forum-subscriptions-page .description {
    margin-bottom: 10px;
}

.return-request-page tr > * {
    text-align: left;
}

    .return-request-page tr > *:last-child {
        text-align: center;
    }

.return-request-page td select {
    min-width: 50px;
}

.return-request-page .inner-wrapper,
.return-request-page .result {
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    background: #fff;
    padding: 15px;
}

.return-request-page .inputs label {
    width: 90px;
    line-height: 30px;
}

.return-request-page .inputs select {
    width: 300px;
}

.return-request-page textarea {
    width: 500px;
    vertical-align: top;
}

.return-request-page .buttons {
    margin-bottom: 10px;
}

.return-request-list-page .details {
    background: #eee;
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
    padding: 15px;
}

.return-request-list-page a {
    font-weight: bold;
    color: #000;
}

    .return-request-list-page a:hover {
        text-decoration: underline;
    }

.return-request-list-page .comments {
    color: #000;
}



/********** SHOPPING CART & CHECKOUT **********/




.order-progress {
    margin-bottom: 20px;
}

    .order-progress ul {
        overflow: hidden;
        text-align: center;
    }

    .order-progress li {
        display: inline-block;
        width: 120px;
    }

    .order-progress a {
        display: block;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0E5MjQ0OUNGNTMxMTFFMkExQUQ4N0QzOThGOEYyMzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0E5MjQ0OURGNTMxMTFFMkExQUQ4N0QzOThGOEYyMzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQTkyNDQ5QUY1MzExMUUyQTFBRDg3RDM5OEY4RjIzNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQTkyNDQ5QkY1MzExMUUyQTFBRDg3RDM5OEY4RjIzNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pim/Bd0AAAFqSURBVHjalJU9SwNBEIYvS36Ahbkg9qKChdyBoKBeVJD0flQW6u+SYKeWYiOSxP5AMaiNrUUMgqVgoe/Au+G4y+6OC09xN7cPs7sze7UkSaLAmAFnYBvcgmMwtME8zysTjELYBbugDtqgB5q+SUYhnKcoBn2wEBIbpXAPjMC+RmyUwk/GKuI0TZshqU8YacXmn0KXuFsUG6VwEXyAR7BUEt8zPhbXUKfaDJcZ/wFb4InvG+AKbIAXkEmm58olP4ApMA3uwByLf8R5NuOOSFc56bAgfAe/Dmx2nUJXifiAj2uGS5dxwY9lzMrWOIjYpkdWyr285GNfpCfgFWwy0HAsfwV88YB2wFtJuA6ewanhqWYBsZz4NUXyzYDvy8JMtsIUluMTD9j7KU/YKSwX/1CRcRQSTmpTjdgrdF0oPnEcEvquvknimJ0zFrISKqPuuaStuEex/YWIsOUSan4nVnwDvllWLZahc/wJMADd/ZiwiGs3vQAAAABJRU5ErkJggg==) center top no-repeat;
        padding-top: 25px;
        color: #000;
    }

    .order-progress li.active-step a {
        cursor: pointer;
    }

    .order-progress li.inactive-step a {
        opacity: 0.5;
        cursor: default;
    }

    .order-progress li.active-step a:hover {
        opacity: 0.8;
    }

.shopping-cart-page .message-error {
    margin-bottom: 10px;
}

/*global buttons start*/
.shopping-cart-page .button-1,
.checkout-page .button-1,
.order-details-page .button-1,
.return-items-button {
    border: 1px solid #666;
    background: rgba(0,0,0,0.4);
    box-shadow: inset 0 0 1px 0 #ccc;
    padding: 6px 24px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
}

    .shopping-cart-page .button-1:hover,
    .checkout-page .button-1:hover,
    .order-details-page .button-1:hover {
        border-color: #777;
        background: rgba(0,0,0,0.3);
    }

.shopping-cart-page .button-2,
.checkout-page .button-2,
.order-details-page .page-title a {
    border: 1px solid #999;
    background: rgba(0,0,0,0.18);
    box-shadow: inset 0 0 1px 0 #fff;
    padding: 5px 10px;
    color: #333;
    text-shadow: 1px 1px 0 #ddd;
}

    .shopping-cart-page .button-2:hover,
    .checkout-page .button-2:hover,
    .order-details-page .page-title a:hover {
        border-color: #aaa;
        background: rgba(0,0,0,0.12);
    }

.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    border: 1px solid #bbb;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTlGOTIwRTE4QjEyMTFFMjk2MTFBOTI3MEVBRUJDRDYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTlGOTIwRTI4QjEyMTFFMjk2MTFBOTI3MEVBRUJDRDYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBOUY5MjBERjhCMTIxMUUyOTYxMUE5MjcwRUFFQkNENiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBOUY5MjBFMDhCMTIxMUUyOTYxMUE5MjcwRUFFQkNENiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrrcwGMAAADbSURBVHjaYvC2s/gPxC3///9nQMZAsVKQHJO5te1GNja2al8Hq3YGKACyS4FiXfpGxrsYgaoNW2sqas+dOhH4+/fvDqD8O1ZW1i4NHd1drX2T62BGGgAVrQv1cPoPwtWFuTuBYuYgORaoqRdevXzxkJGJiYGRkZHhw4f3L4BiJ0ESICsYglztS9nZ2btUNbV2cXFxf7149nTgz58/O9btPljJfPnYwVIODo4uNU3tXU3d/XU2js777t66Kf729evUZQvmcjAEuzv+ry8rhNsJc1NHQ806kBxAgAEAkMl6KBuCQd8AAAAASUVORK5CYII=) center no-repeat;
    margin-left: 5px;
    cursor: pointer;
}

    .remove-discount-button:hover,
    .remove-gift-card-button:hover {
        border-color: #666;
    }
/*global buttons end*/

.cart .edit-item {
    margin: 5px 0 0;
}

    .cart .edit-item a {
        display: inline-block;
        padding: 8px 0;
    }

.shopping-cart-page .buttons {
    margin-bottom: 20px;
    text-align: right;
}

.shopping-cart-page .selected-checkout-attributes {
    display: none;
}

.checkout-attributes {
    margin-top: 20px;
    overflow: hidden;
}

    .checkout-attributes dl {
        float: right;
        text-align: left;
    }

        .checkout-attributes dl > * {
            float: left;
        }

    .checkout-attributes dt {
        margin: 0 10px;
        line-height: 20px;
        font-weight: bold;
        color: #333;
    }

        .checkout-attributes dt:first-child {
            margin-left: 0;
        }

    .checkout-attributes li {
        padding: 3px 0;
    }

        .checkout-attributes li input {
            vertical-align: middle;
        }

.cart-footer {
    overflow: hidden;
    background: #fff;
    padding: 15px;
}

    .cart-footer .totals {
        float: right;
        width: 260px;
    }

    .cart-footer .total-info {
        margin-bottom: 20px;
        background: #edecec !important;
        padding: 10px;
    }

.checkout-page .total-info {
    margin-bottom: 0;
}

.cart-total td {
    padding: 3px;
}

    .cart-total td:first-child {
        max-width: 100px;
    }

.cart-total .product-price {
    color: #000;
}

.cart-total .order-total {
    font-size: 16px;
    color: #c00;
}

.terms-of-service {
    margin-bottom: 20px;
}

    .terms-of-service a {
        color: #000;
    }

        .terms-of-service a:hover {
            text-decoration: underline;
        }

.cart-footer .cart-collaterals {
    float: left;
    width: 675px;
}

    .cart-footer .cart-collaterals > div {
        min-height: 190px;
        background: #edecec;
        padding: 10px;
    }

.cart-footer .title {
    margin-bottom: 5px;
    color: #333;
}

.cart-footer .hint {
    margin-bottom: 5px;
    font-size: 11px;
}

.cart-footer .deals {
    float: left;
    width: 260px;
}

    .cart-footer .deals div {
        overflow: hidden;
    }

    .cart-footer .deals > div:first-child {
        margin-bottom: 10px;
    }

    .cart-footer .deals input[type="text"] {
        float: left;
        width: 150px;
        height: 24px;
        padding: 0 6px;
    }

    .cart-footer .deals .button-2 {
        float: left;
        margin-left: -1px;
        font-size: 11px;
    }

    .cart-footer .deals .message {
        margin-top: 5px;
        font-size: 11px;
        color: #000;
    }

    .cart-footer .deals .current-code {
        margin-top: 5px;
        color: #690;
    }

.cart-footer .shipping {
    float: right;
    width: 360px;
}

    .cart-footer .shipping .inputs label {
        width: 100px;
    }

    .cart-footer .shipping .inputs [type="text"] {
        width: 226px;
    }

    .cart-footer .shipping select {
        width: 240px !important;
    }

    .cart-footer .shipping .button-2 {
        float: right;
        margin-right: 7px;
    }

.cart-footer .shipping-results {
    margin-top: 15px;
    border-top: 1px solid #bbb;
    padding: 10px 0 0;
    font-style: italic;
}

    .cart-footer .shipping-results li {
        margin: 5px 0;
    }

    .cart-footer .shipping-results strong {
        color: #333;
    }

.shopping-cart-page .addon-buttons {
    margin: 20px 0;
    float: right;
    text-align: left;
    width: 260px;
}

.checkout-page .buttons {
    margin-bottom: 10px;
    text-align: center;
}

.checkout-page .selected-checkout-attributes {
    font-size: 13px;
    font-weight: bold;
    text-transform: capitalize;
    color: #333;
}

.checkout-page .total-info {
    background: #eee;
    /*box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);*/
}

.checkout-page .address-grid {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: #fff;
    padding: 15px;
    padding-bottom: 0;
}

.checkout-page .address-item {
    float: left;
    width: 226px;
    margin-left: 15px;
    margin-bottom: 15px;
}

    .checkout-page .address-item:nth-child(4n+1) {
        margin-left: 0;
    }

    .checkout-page .address-item .select-button {
        margin-bottom: 10px;
    }

    .checkout-page .address-item input[type="button"] {
        width: 100%;
    }

    .checkout-page .address-item ul {
        padding: 2px;
    }

    .checkout-page .address-item li {
        line-height: 18px;
    }

        .checkout-page .address-item li.name {
            margin-bottom: 5px;
            color: #333;
        }

        .checkout-page .address-item li.country {
            margin-top: 5px;
            color: #333;
            font-weight: bold;
            text-transform: uppercase;
        }

.checkout-page .enter-address {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 15px;
}

.checkout-page .edit-address {
    width: 600px;
    margin: 0 auto 20px;
}

    .checkout-page .edit-address label {
        width: 130px;
    }

    .checkout-page .edit-address .inputs,
    .checkout-page .edit-address span {
        white-space: nowrap;
    }

.shipping-method .method-list,
.payment-method .method-list {
    margin-bottom: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 15px;
}

    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin-top: 15px;
    }

        .shipping-method .method-list li:first-child,
        .payment-method .method-list li:first-child {
            margin-top: 0;
        }

        .shipping-method .method-list li label,
        .payment-method .method-list li label {
            color: #333;
            font-weight: bold;
        }

.method-name > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.shipping-method .method-description {
    margin-top: 5px;
}

.payment-info .info {
    margin-bottom: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 15px;
    line-height: 20px;
}

.confirm-order .buttons {
    margin-bottom: 20px;
}

.order-review-data {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background: #fff;
    border-spacing: 15px;
}

    .order-review-data ul {
        display: table-cell;
    }

    .order-review-data li {
        line-height: 18px;
    }

    .order-review-data .title {
        margin: 15px 0 10px;
        background: #ddd;
        box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
        padding: 5px 8px;
        color: #333;
        text-shadow: 1px 1px 0 #eee;
    }

        .order-review-data .title:first-child {
            margin-top: 0;
        }

.order-completed .details {
    margin-bottom: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 15px;
}

    .order-completed .details a {
        display: block;
        margin-top: 5px;
        font-weight: bold;
        color: #333;
    }

        .order-completed .details a:hover {
            text-decoration: underline;
        }

.opc .step-title {
    margin-bottom: 1px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}

.opc .active .step-title {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.opc .allow .step-title,
.opc .allow .step-title * {
    cursor: pointer;
}

.opc .step-title * {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    cursor: default;
}

.opc .step-title span {
    margin-right: 10px;
}

.opc .step {
    margin: 10px 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 15px;
}

.opc .section {
    margin-bottom: 15px;
    background: #eee;
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
    padding: 15px;
}

    .opc .section > label {
        display: block;
        margin-bottom: 15px;
    }

.opc .edit-address {
    width: auto; /*RESET*/
    margin: 0; /*RESET*/
}

    .opc .edit-address label {
        width: 275px;
    }

.opc .buttons {
    margin-bottom: 0; /*RESET*/
    text-align: left; /*RESET*/
}

.opc .back-link {
    padding: 5px;
}

    .opc .back-link small {
        display: none;
    }

    .opc .back-link a:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 8px;
        margin-right: 5px;
        background: url('../img/bullet7.png') center no-repeat;
    }

    .opc .back-link a {
        font-weight: bold;
        color: #333;
    }

        .opc .back-link a:hover {
            color: #000;
            text-decoration: underline;
        }

.opc .method-list,
.opc .payment-info .info {
    margin-bottom: 0; /*RESET*/
    box-shadow: none; /*RESET*/
    background: none; /*RESET*/
    padding: 0; /*RESET*/
}

.opc .section.confirm-order {
    background: none;
    padding: 0;
}

.opc .order-review-data {
    box-shadow: none; /*RESET*/
    border-spacing: 0; /*RESET*/
}

    .opc .order-review-data ul {
        padding: 10px;
    }

.opc .selected-checkout-attributes {
    margin-bottom: 15px;
    text-align: right;
    color: #333;
}

.opc .cart-footer {
    margin-bottom: 15px;
    box-shadow: none; /*RESET*/
    padding: 0; /*RESET*/
}

.opc #checkout-step-confirm-order .buttons {
    text-align: right;
}

.order-details-page .page-body {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background: #fff;
    padding: 15px;
}

.order-details-page .page-title {
    overflow: hidden;
}

    .order-details-page .page-title h1 {
        float: left;
        line-height: 28px;
        width: 100%;
    }

    .order-details-page .page-title a {
        float: right;
        margin-left: 10px;
    }

.order-details-page .order-overview {
    margin-bottom: 20px;
    background: #eee;
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
    padding: 15px;
}

.order-details-page strong {
    color: #333;
}

.order-details-area {
    margin-bottom: 20px;
    border-bottom: 1px dashed #bbb;
    overflow: hidden;
    padding-bottom: 20px;
}

    .order-details-area ul {
        padding: 1px;
    }

    .order-details-area .title {
        margin: 15px 0 10px;
    }

        .order-details-area .title:first-child {
            margin-top: 0;
        }

.order-details-page .checkout-attributes {
    margin: 20px 0 15px;
    text-align: right;
    color: #333;
}

.order-details-page .actions {
    text-align: right;
}

.order-details-page .total-info {
    float: right;
}

.order-details-page .shipments {
    clear: both;
}

.shipment-overview {
    margin: 0 0 15px;
}

    .shipment-overview:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.shipping-details, .shipping-address {
    margin: 0 0 2% 2%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background: #FFF;
    padding: 15px;
    float: left;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 285px;
}

.shipping-details {
    margin-left: 0;
}

    .shipping-details li,
    .shipping-address li {
        margin-top: 15px;
    }

        .shipping-details li:first-child,
        .shipping-address li:first-child {
            margin-top: 0;
        }

        .shipping-details li label,
        .shipping-address li label {
            color: #333;
            font-weight: bold;
        }

    .shipping-details .title,
    .shipping-address .title {
        margin-top: 5px;
    }



/*********** SEARCH & SITEMAP ***********/




.search-input {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 15px;
    margin-right: 4%;
    margin-left: 10px;
}

    .search-input .inputs.reversed {
        text-align: center; /*RESET*/
    }

        .search-input .inputs.reversed label {
            width: auto; /*RESET*/
        }

.basic-search {
    margin-bottom: 15px;
    background: #eee;
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.10);
    padding: 15px;
}

    .basic-search > .inputs {
        display: inline-block;
        float: left;
    }

    .basic-search label {
        width: 120px;
    }

    .basic-search input[type="text"] {
        width: 400px;
        max-width: 100%;
    }

.advanced-search {
    display: none !important;
}

    .advanced-search .inputs label {
        display: none;
    }

    .advanced-search select {
        display: none;
    }

    .advanced-search .price-range {
        display: none;
    }

        .advanced-search .price-range input {
            display: none;
        }

.search-input .buttons {
    margin-bottom: 5px;
    text-align: center;
}

.search-input .button-1 {
    border: 1px solid #666;
    background: rgba(0,0,0,0.4);
    box-shadow: inset 0 0 1px 0 #ccc;
    padding: 6px 24px;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
}

    .search-input .button-1:hover {
        border-color: #777;
        background: rgba(0,0,0,0.3);
    }

.search-input .warning {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: normal;
    color: #c00;
}

.search-results {
    margin-top: 25px;
}

    .search-results .result {
        display: block;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
        background: #fff;
        padding: 15px;
        text-align: center;
        font-weight: normal;
        color: #c00;
    }

    .search-results .product-list:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.sitemap-page .page-body {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 15px;
}

.sitemap-page .entity {
    margin-bottom: 15px;
}

.sitemap-page .entity-title {
    margin-bottom: 10px;
}

    .sitemap-page .entity-title h2 {
        font-size: 13px;
        color: #333;
    }

.sitemap-page .entity-body {
    background: #edecec;
    padding: 15px;
    line-height: 24px;
}

.sitemap-page a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: url('../img/bullet4.png') left center no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.sitemap-page a {
    display: block;
}

    .sitemap-page a:empty {
        display: none;
    }

    .sitemap-page a:hover {
        background: #f6f6f6;
        color: #000;
    }

        .sitemap-page a:hover:before {
            opacity: 1;
            filter: alpha(opacity=100);
        }

/********** SUPPORT HOME **********/
#support-content {
    padding: 0;
}

#main {
    padding-bottom: 0px;
}

/* Support Home Sytles */
#support-wrapper {
    width: 950px;
    margin: 0 auto;
    background: url(../img/support_bg-wrapper.png) no-repeat 50% 0;
}

#support-content {
    overflow: hidden;
    padding: 38px 0 0;
}

.support-three-columns {
    background: url(../img/support_bg-three-col.png) no-repeat;
    width: 818px;
    padding: 81px 0 0;
    margin: 0 auto 71px;
}

    .support-three-columns .support-three-holder {
        background: url(../img/support_bg-three-col.png) no-repeat -1636px 100%;
        padding: 0 0 81px;
    }

    .support-three-columns .support-three-frame {
        background: url(../img/support_bg-three-col.png) repeat-y -818px 0;
        width: 818px;
    }

        .support-three-columns .support-three-frame:after {
            content: "";
            display: block;
            clear: both;
        }

    .support-three-columns .support-center {
        width: 860px;
        margin: -60px -42px -47px 0;
        float: left;
        position: relative;
    }

    .support-three-columns .support-title {
        font: bold 17px/16px Tahoma, Arial, Helvetica, sans-serif;
        display: block;
        bottom: 0;
        left: 1px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    .support-three-columns .support-col {
        float: left;
        width: 244px;
        text-align: center;
        margin: 0 42px 0 0;
        position: relative;
        min-height: 221px;
    }

        .support-three-columns .support-col a {
            display: block;
        }

        .support-three-columns .support-col img {
            vertical-align: top;
        }

    .support-three-columns .support-title a {
        color: #000;
        text-decoration: none;
    }

        .support-three-columns .support-title .support-active,
        .support-three-columns .support-title a:hover {
            color: #fa755e;
        }

.support-panel {
    overflow: hidden;
    background: url(../img/support_bg-panel.gif) repeat-x 0 100%;
    margin: 0 0 23px;
    padding: 0 0 12px;
    text-align: right;
}

    .support-panel .support-title {
        font: italic normal 16px/15px Georgia, "Times New Roman", Times, serif;
        color: #333;
        float: left;
    }

    .support-panel .support-note {
        font: italic normal 15px/20px Georgia, "Times New Roman", Times, serif;
        color: #666;
    }

        .support-panel .support-note span {
            color: #333;
            padding: 0 5px 0 0;
        }

        .support-panel .support-note a {
            text-decoration: none;
            border-bottom: 1px solid #8a8a8a;
        }

            .support-panel .support-note a:hover {
                border-style: none;
            }

            .support-panel .support-note a em {
                background: url(../img/support_bg-link.gif) no-repeat 100% 5px;
                padding: 0 20px 0 0;
            }

.support-four-columns {
    background: url(../img/support_bg-four-col.png) no-repeat;
    padding: 6px 0 0;
    width: 949px;
    margin: 0 0 20px;
}

    .support-four-columns .support-four-holder {
        background: url(../img/support_bg-four-col.png) no-repeat -1898px 100%;
        padding: 0 0 6px;
    }

    .support-four-columns .support-four-frame {
        background: url(../img/support_bg-four-col.png) repeat-y -949px 0;
        padding: 0 0 75px;
    }

    .support-four-columns .support-center {
        width: 950px;
        overflow: hidden;
        padding: 19px 0 0;
    }

    .support-four-columns a {
        text-decoration: none;
    }

    .support-four-columns .support-col {
        float: left;
        margin: 0 9px 0 0;
        padding: 0 0 0 35px;
        width: 201px;
    }

    .support-four-columns .support-short {
        margin: 0;
        padding: 1px 0 0 29px;
        width: 185px;
    }

    .support-four-columns .support-title {
        font: bold 14px/16px Tahoma, Arial, Helvetica, sans-serif;
        color: #fa755e;
        margin: 0 0 11px;
        display: block;
        clear: both;
    }

.support-nav {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    font: 11px/13px Tahoma, Arial, Helvetica, sans-serif;
}

    .support-nav li {
        margin: 0 0 11px;
    }

    .support-nav a {
        color: #666;
    }

        .support-active a,
        .support-nav a:hover {
            font-weight: normal;
            color: #fa755e;
        }

.support-contact {
    margin: 0;
    font: 14px/16px Georgia, "Times New Roman", Times, serif;
}

    .support-contact dt {
        color: #000;
        margin: 0 0 1px;
    }

    .support-contact dd {
        color: #666;
        margin: 0 0 18px;
    }

        .support-contact dd span {
            padding: 0 0 0 3px;
        }


/********** BLOG & NEWS **********/

.news-list-page,
.news-item-page {
    width: 70%;
    margin: 0 auto;
}

    .news-list-page .news-body {
        margin-bottom: 20px;
        line-height: 20px;
        font-size: 13px;
        color: #444;
    }

    .blog-page .post,
    .news-item,
    .blogpost-page .page-body,
    .news-item-page .page-body {
        margin-bottom: 30px;
        box-shadow: 0 1px 5px rgba(0,0,0,0.15);
        background: #fff;
        padding: 15px;
    }

.news-items .read-more {
    float: right;
    border: 1px solid #999;
    background: rgba(0,0,0,0.18);
    box-shadow: inset 0 0 1px 0 #fff;
    padding: 5px 10px;
    color: #333;
    text-shadow: 1px 1px 0 #ddd;
    margin-top: -18px;
}

    .news-items .read-more:hover {
        border-color: #aaa;
        background: rgba(0,0,0,0.12);
    }

.news-item-page > .page-title {
    font-size: 1.3em;
    text-align: center;
    margin: 10px auto;
}

    .news-item-page > .page-title > h1 {
        float: none !important;
    }

.post-body,
.news-item-page .news-body {
    margin-bottom: 20px;
    line-height: 2em;
    font-size: 1.5em;
    color: #444;
}

.news-body img {
    padding: 20px 30px;
}

.year strong {
    display: block;
    border-bottom: 1px solid #bbb;
    background: #eee url('../img/bullet4.png') 15px center no-repeat;
    padding: 10px 10px 10px 35px;
    font-size: 14px;
    color: #333;
    text-shadow: 1px 1px 0 #fff;
    cursor: default;
}

.block-popular-blogtags .tags {
    padding: 12px 10px 15px;
}

.blog-page .post,
.news-items .item,
.blogpost-page .page-body,
.news-item-page .page-body {
    margin-bottom: 30px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    background: #fff;
    padding: 15px;
}

.post-head, .news-head {
    margin-bottom: 15px;
    border-bottom: 1px solid #bbb;
    overflow: hidden;
    padding-bottom: 10px;
}

.post-title, .news-title {
    float: left;
    font-size: 18px;
    color: #333;
}

    .post-title:hover,
    .news-title:hover {
        color: #000;
    }

.post-date, .news-date {
    float: right;
    font-size: 13px;
    line-height: 22px;
    font-style: italic;
    color: #333;
}

.blogpost-page .post-date,
.news-item-page .news-date {
    float: none;
    color: #999;
}

.blog-page .tags,
.blogpost-page .tags {
    margin-bottom: 15px;
    overflow: hidden;
    background: #eee;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.10);
    padding: 8px;
}

    .blog-page .tags label,
    .blogpost-page .tags label {
        float: left;
        margin-right: 5px;
        padding: 3px;
        color: #333;
        font-weight: bold;
        text-shadow: 1px 1px 0 #fff;
    }

    .blog-page .tags ul,
    .blogpost-page .tags ul {
        float: left;
    }

    .blog-page .tags li.separator,
    .blogpost-page .tags li.separator {
        margin-right: 0;
        visibility: hidden;
        width: 0;
    }

    .blog-page .tags a,
    .blogpost-page .tags a {
        display: inline-block;
        border: 1px solid #ccc;
        background: #f6f6f6;
        padding: 2px 3px;
    }

        .blog-page .tags a:hover,
        .blogpost-page .tags a:hover {
            border-color: #999;
            background: #fff;
            text-decoration: none;
        }

.blog-details a:hover {
    color: #000;
    text-decoration: underline;
}

.new-comment {
    margin-bottom: 15px;
}

    .new-comment .title {
        margin-bottom: 10px;
    }

    .new-comment .notifications {
        margin-bottom: 10px;
    }

    .new-comment .result {
        font-style: italic;
    }

    .new-comment .form-fields {
        margin-bottom: 15px;
        overflow: hidden;
        background: #f6f6f6;
        padding-bottom: 0;
    }

    .new-comment .inputs {
        margin: 0 0 10px;
    }

        .new-comment .inputs label {
            display: none;
        }

    .new-comment textarea {
        width: 100% !important;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box;
    }

    .new-comment .field-validation-error {
        display: block;
        margin-top: 10px;
        text-align: center;
    }

    .new-comment .buttons {
        text-align: center;
    }

    .new-comment .button-1 {
        border: 1px solid #666;
        background: rgba(0,0,0,0.4);
        padding: 6px 24px;
        font-size: 16px;
        line-height: 18px;
        text-transform: uppercase;
        color: #fff;
    }

        .new-comment .button-1:hover {
            border-color: #777;
            background: rgba(0,0,0,0.3);
            box-shadow: inset 0 0 1px 0 #ccc;
        }

.comment-list {
    margin-bottom: 20px;
}

    .comment-list .title {
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: bold;
        color: #333;
    }

.blog-comment, .news-comment {
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding-bottom: 15px;
}

.comment-info {
    float: left;
    width: 100px;
    margin-right: 10px;
}

    .comment-info .username {
        display: block;
        margin-bottom: 10px;
        background: #eee;
        padding: 5px;
        font-weight: bold;
        color: #333;
        text-shadow: 1px 1px 0 #fff;
    }

    .comment-info a.username:hover {
        background: #e6e6e6;
        color: #000;
    }

    .comment-info .avatar {
        position: relative;
        width: 98px;
        height: 98px;
        border: 1px solid #ccc;
        margin-bottom: 10px;
        overflow: hidden;
        text-align: center;
    }

        .comment-info .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

.comment-content {
    float: left;
    width: 600px;
}

.comment-time {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 25px;
    font-style: italic;
    color: #999;
}

.comment-title {
    margin-bottom: 10px;
    color: #333;
}

.comment-body {
    margin-bottom: 10px;
    line-height: 20px;
    color: #444;
}

.news-items .item {
    overflow: hidden;
}

.news-details {
    margin-bottom: 10px;
    line-height: 20px;
    color: #444;
}


.news-item-page .inputs:first-child label {
    display: inline-block;
}

.news-list-homepage .title {
    margin-bottom: 15px;
    padding-left: 2px;
    font-size: 28px;
    color: #444;
}

    .news-list-homepage .title strong {
        font-weight: normal;
    }

.news-list-homepage .view-all {
    text-align: right;
}

    .news-list-homepage .view-all a:hover {
        color: #000;
    }

.side-2 .block-blog-archive,
.side-2 .block-blog-popular-blogtags {
    float: none !important;
}


/************* FORUMS + PROFILE&INBOX *************/




.forums-main-page .topic-html-content-title {
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    background: #fff url('../img/bullet3.png') 10px center no-repeat;
    padding: 10px 10px 10px 38px;
}

    .forums-main-page .topic-html-content-title h2 {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
    }

.forums-main-header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.current-time {
    float: left;
    line-height: 30px;
}

.forum-search-box {
    float: right;
}

    .forum-search-box .basic {
        overflow: hidden;
    }

.forum-search-box-text,
.forum-search-text {
    float: left;
    width: 280px;
    height: 28px;
    padding: 0 6px !important;
    color: #444;
}

.forum-search-box-button,
.forum-search-button {
    float: left;
    width: 30px;
    height: 30px;
    border: none;
    overflow: hidden;
    background: #444 url('../img/icon4.png') center no-repeat;
    text-indent: 999px;
}

    .forum-search-box-button:hover,
    .forum-search-button:hover {
        background-color: #555;
    }

.forum-search-box .advanced {
    padding: 5px;
    text-align: right;
}

    .forum-search-box .advanced a:hover {
        color: #333;
        text-decoration: underline;
    }

.forums-table-section-title {
    overflow: hidden;
    margin-bottom: 10px;
}

    .forums-table-section-title > a,
    .forums-table-section-title strong {
        float: left;
        font-size: 16px;
        font-weight: normal;
        text-transform: uppercase;
        font-style: normal;
    }

    .forums-table-section-title span {
        float: right;
    }

    .forums-table-section-title .view-all {
        margin-right: 10px;
        line-height: 24px;
    }

.forums-table-section th {
    text-align: left;
}

.forums-table-section .image div {
    width: 24px;
    height: 24px;
    margin: auto;
    background: url('../img/folder1.png') center no-repeat;
}

    .forums-table-section .image div.post-annoucement {
        background: url('../img/folder2.png') center no-repeat;
    }

    .forums-table-section .image div.poststicky {
        background: url('../img/folder3.png') center no-repeat;
    }
/*forum main page end*/

.forum-search-page .basic-search {
    margin-bottom: 0;
}

    .forum-search-page .basic-search div:first-child {
        width: 444px;
        margin: auto;
        overflow: hidden;
    }

        .forum-search-page .basic-search div:first-child * {
            float: left;
        }

    .forum-search-page .basic-search div:last-child {
        margin-top: 10px;
        text-align: center;
    }

.forum-search-page .advanced-search {
    margin: 15px 0 0;
}

    .forum-search-page .advanced-search .inputs label {
        width: 290px;
    }

.forum-search-page .search-error {
    padding: 15px;
    text-align: center;
    color: #c00;
}

.forum-search-page .search-results {
    margin: 0 0 15px;
}

.forum-breadcrumb {
    float: left;
    max-width: 630px;
}

.pager.upper {
    display: none;
}

.pager.lower {
    float: right;
}

    .pager.lower a /*because of missing classes*/ {
        width: auto;
        padding: 0 8px;
    }

.forum-page .forum-top {
    margin-bottom: 15px;
    overflow: hidden;
}

.forum-page .forum-info {
    position: relative;
    margin-bottom: 15px;
}

.forum-page .forum-name {
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
}

.forum-page .link-rss {
    position: absolute;
    top: 5px;
    right: 0;
}

.forum-page .actions a {
    margin-right: 10px;
    padding-left: 20px;
    color: #000;
}

    .forum-page .actions a:hover {
        text-decoration: underline;
    }

.forum-page .newtopic {
    background: url('../img/forum_icon4.png') left center no-repeat;
}

.forum-page .watch-forum {
    background: url('../img/forum_icon5.png') left center no-repeat;
}

.forum-topic-page .topic-name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #333;
}

.forum-topic-page .topic-header {
    overflow: hidden;
}

.forum-topic-page .manage {
    float: right;
    margin-bottom: 15px;
}

    .forum-topic-page .manage a {
        margin-left: 10px;
        padding-left: 20px;
        color: #000;
    }

        .forum-topic-page .manage a:hover {
            text-decoration: underline;
        }

.forum-topic-page .edit-topic-link-button,
.forum-topic-page .edit-post-link-button {
    background: url('../img/forum_icon1.png') left center no-repeat;
}

.forum-topic-page .delete-topic-link-button,
.forum-topic-page .delete-post-link-button {
    background: url('../img/forum_icon2.png') left center no-repeat;
}

.forum-topic-page .move-topic-link-button {
    background: url('../img/forum_icon3.png') left center no-repeat;
}

.forum-topic-page .topic-options {
    float: left;
    margin-bottom: 15px;
}

    .forum-topic-page .topic-options a {
        margin-right: 10px;
        padding-left: 20px;
        color: #000;
    }

        .forum-topic-page .topic-options a:hover {
            text-decoration: underline;
        }

.forum-topic-page .reply-topic-link-button {
    background: url('../img/forum_icon4.png') left center no-repeat;
}

.forum-topic-page .watch-topic-link-button {
    background: url('../img/forum_icon5.png') left center no-repeat;
}

.forum-posts {
    clear: both;
    margin-bottom: 15px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    background: #fff;
    padding: 20px;
}

.forum-post {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding: 5px 0 15px;
}

    .forum-post:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .forum-post .post-info,
    .profile-info-box .user-details {
        float: left;
        width: 190px;
    }

    .forum-post .manage {
        float: none; /*RESET*/
        overflow: hidden;
        margin-bottom: 10px;
    }

        .forum-post .manage a {
            float: left;
            margin: 0 5px 0 0;
            border: 1px solid #aaa;
            background-color: #eee;
            box-shadow: inset 0 0 1px 0 #fff;
            padding: 5px 5px 5px 25px;
        }

            .forum-post .manage a:hover {
                background-color: #f6f6f6;
                text-decoration: none;
            }

    .forum-post .edit-post-link-button,
    .forum-post .delete-post-link-button {
        background-position: 5px center;
    }

    .forum-post .user-info {
        padding-right: 10px;
    }

    .forum-post .username {
        display: inline-block;
        margin-bottom: 5px;
        font-weight: bold;
        color: #000;
    }

    .forum-post a.username:hover {
        text-decoration: underline;
    }

    .forum-post .avatar,
    .profile-info-box .avatar {
        margin-bottom: 10px;
        border: 1px solid #bbb;
        padding: 10px 0;
        text-align: center;
        line-height: 0;
    }

    .forum-post .user-stats {
        margin-bottom: 10px;
        font-size: 11px;
    }

        .forum-post .user-stats span {
            margin-left: 5px;
            color: #000;
        }

    .forum-post .pm-link-button,
    .profile-info-box .pm-link-button {
        display: inline-block;
        border: 1px solid #999;
        background: rgba(0,0,0,0.18);
        box-shadow: inset 0 0 1px 0 #fff;
        padding: 5px 10px;
        color: #333;
        text-shadow: 1px 1px 0 #ddd;
    }

        .forum-post .pm-link-button:hover,
        .profile-info-box .pm-link-button:hover {
            border-color: #aaa;
            background: rgba(0,0,0,0.12);
        }

    .forum-post .post-content,
    .profile-info-box .profile-stats {
        margin-left: 200px;
    }

    .forum-post .posttime {
        margin-bottom: 10px;
        border: 1px solid #aaa;
        background: #eee;
        padding: 5px;
    }

        .forum-post .posttime a {
            float: right;
            margin-left: 5px;
            font-weight: bold;
            color: #000;
            text-decoration: underline;
        }

            .forum-post .posttime a:hover {
                color: #444;
            }

    .forum-post .post-body {
        padding-left: 5px;
    }

.forum-edit-page .page-body,
.private-message-send-page .page-body {
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    background: #fff;
    padding: 20px;
}

.forum-edit-page strong,
.private-message-send-page a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
    margin-left: 175px;
}

.forum-edit-page textarea,
.private-message-send-page textarea {
    width: 540px;
    height: 180px;
    margin-left: 178px;
}

.forum-edit-page .buttons,
.private-message-send-page .options,
.private-messages-page .buttons {
    margin-top: 15px;
    text-align: center;
}

    .forum-edit-page .buttons input,
    .private-message-send-page .options input,
    .private-messages-page .buttons input,
    .private-message-view-page .options input {
        border: 1px solid #999;
        background: rgba(0,0,0,0.18);
        padding: 6px 24px !important;
        font-size: 16px;
        text-transform: uppercase;
        color: #333;
    }

        .forum-edit-page .buttons input:hover,
        .private-message-send-page .options input:hover,
        .private-messages-page .buttons input:hover,
        .private-message-view-page .options input:hover {
            border-color: #aaa;
            background: rgba(0,0,0,0.12);
            box-shadow: inset 0 0 1px 0 #fff;
        }

        .forum-edit-page .buttons input[type="submit"],
        .private-message-send-page .options input[type="submit"],
        .private-message-view-page .options input.button-2 {
            border: 1px solid #666;
            background: rgba(0,0,0,0.4);
            color: #fff;
        }

            .forum-edit-page .buttons input[type="submit"]:hover,
            .private-message-send-page .options input[type="submit"]:hover,
            .private-message-view-page .options input.button-2:hover {
                border-color: #777;
                background: rgba(0,0,0,0.3);
                box-shadow: inset 0 0 1px 0 #ccc;
            }

.profile-info-box {
    overflow: hidden;
}

    .profile-info-box .title {
        margin-bottom: 10px;
        background: #f6f6f6;
        padding: 5px;
        font-size: 16px;
        color: #000;
    }

    .profile-info-box li span {
        line-height: 16px;
        color: #000;
    }

.profile-page .topic {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
    color: #333;
}

.profile-page .topic-title {
    margin-bottom: 10px;
    background: #f6f6f6;
    padding: 5px;
    font-size: 16px;
}

    .profile-page .topic-title a {
        font-style: italic;
        color: #000;
    }

        .profile-page .topic-title a:hover {
            text-decoration: underline;
        }

.profile-page .topic-data {
    color: #999;
}

.private-message-send-page .fieldset {
    margin-bottom: 0; /*RESET*/
}

.private-message-send-page .message label {
    display: none;
}

.private-messages-page table {
    margin-bottom: 10px;
}

.private-messages-page td:first-child {
    text-align: center;
}

.private-messages-page td:last-child {
    width: 15%;
}

.private-messages-page .buttons {
    margin: 5px 0;
}

.private-messages-page .mark-unread-pm-button {
    display: none;
}

.private-message-view-page .page-body {
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
    background: #fff;
    padding: 20px;
}

.private-message-view-page label {
    font-weight: bold;
    color: #000;
}

.private-message-view-page .message {
    margin: 15px 0;
    border: 1px dotted #ccc;
    padding: 15px;
}

.private-message-view-page .options {
    overflow: hidden;
}

.private-message-view-page .back-pm-button {
    float: right;
    text-transform: capitalize !important;
}

/* RE-CAPTCHA */

.recaptchatable #recaptcha_response_field {
    height: auto !important;
}

/*RESPONSIVE CAPTCHA*/
@media (max-width: 444px) {
    .recaptchatable #recaptcha_image {
        margin: 0 !important;
        width: 200px !important;
        float: left !important;
    }

        .recaptchatable #recaptcha_image img {
            max-width: 100%;
        }

    .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell, .recaptchatable .recaptcha_r2_c2 {
        background: none !important;
    }
}

@media all and (min-width: 981px) {

    .item-box.mobile-box .details {
        position: static !important;
        height: auto !important;
        box-shadow: none !important;
        background: none !important;
    }

    .item-box.mobile-box .description {
        display: none;
    }

    .item-box.mobile-box .prices, .item-box.mobile-box .buttons {
        padding: 0;
        text-align: center;
    }

    .item-box.mobile-box .prices {
        margin-bottom: 5px;
    }

        .item-box.mobile-box .prices > * {
            display: inline-block;
            line-height: 20px;
        }

    .item-box.mobile-box .old-price {
        margin: 0 5px 0 0;
    }

    .item-box.mobile-box .actual-price {
        color: #333;
    }

    .item-box.mobile-box .buttons {
        height: auto;
    }

    .item-box.mobile-box input[type="button"], .item-box.mobile-box .buynow-button {
        background: #b6b6b6;
        padding: 10px 20px;
    }

        .item-box.mobile-box input[type="button"]:hover,
        .item-box.mobile-box .buynow-button:hover {
            background: #dadada;
        }

    .item-box.mobile-box .picture {
        width: auto;
        height: auto;
    }

    .item-box.mobile-box .add-info {
        position: static;
    }

    .item-box.mobile-box .tax-shipping-info {
        display: block !important;
        color: #333;
    }

    .mini-banner-blocks {
        min-width: 980px;
        width: 100%;
    }
}

/* CONTENT */
.mini-banner-blocks {
    margin: 0 auto 20px;
    display: block;
    position: relative;
    text-align: left;
}

    .mini-banner-blocks .mini-banner-block {
        min-width: 30%;
        display: inline-block;
        position: relative;
        margin: 0;
        padding: 0px;
        width: 32%;
        padding: 0 2%;
        float: left;
        margin-bottom: 20px;
    }

        .mini-banner-blocks .mini-banner-block:first-child {
            padding: 0 !important;
        }

        .mini-banner-blocks .mini-banner-block:last-child {
            float: right;
            padding: 0 !important;
        }

        .mini-banner-blocks .mini-banner-block a {
            text-decoration: none;
        }

        .mini-banner-blocks .mini-banner-block img {
            border: none;
            width: 100% !important;
            height: auto !important;
        }

.noner {
    display: none;
}

/* SUPPORT */
#supportwrap {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    min-height: 640px;
}

    #supportwrap h4, h4 a {
        font-size: 18px;
        color: #000000;
        margin: 0;
        padding: 0;
    }

    #supportwrap a {
        text-decoration: none;
    }

#supporticons {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.iconbox {
    width: 25%;
    float: left;
    border: 1px solid #e7e7e7;
    margin: 0 2%;
    padding: 2% 0;
}

    .iconbox:hover {
        opacity: .8;
    }

    .iconbox h4 {
        margin: 15px 0 0 0;
    }

#quicksupport {
    width: 90%;
    font-size: 15px;
    margin: 30px 0 10px 0;
    padding: 7px 0;
    float: left;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    font-style: italic;
}

    #quicksupport b, #quicksupportleft {
        color: #000000;
    }

    #quicksupport a {
        color: #383d75;
        font-weight: bold;
    }

#quicksupportleft {
    float: left;
    font-weight: bold;
}

#quicksupportright {
    float: right;
}

#supportboxes {
    width: 100%;
    float: left;
    margin: 20px 0 40px 0;
    text-align: left;
}

    #supportboxes h4, #supportboxes p {
        font-size: 15px;
        padding: 0 7%;
    }

    #supportboxes li {
        font-size: 11px;
        height: 20px;
    }

    #supportboxes a {
        color: #383d75;
        line-height: 18px;
    }

.supportbox {
    width: 20%;
    height: 220px;
    float: left;
    border: 1px solid #e7e7e7;
    margin: 0 2%;
    padding: 2% 0;
}

    .supportbox h4 {
        margin: 10px 0 -10px 0;
    }

.supportboxsmall {
    width: 20%;
    height: 220px;
    float: left;
    background: #ececec;
    border: 1px solid #e7e7e7;
    margin: 0 2%;
    padding: 2% 0;
}

    .supportboxsmall p {
        margin: 3px 0 15px 0;
    }

    .supportboxsmall h4 {
        margin: 10px 0 -5px 0;
    }

.priceRangeFilterPanel7Spikes {
    display: none;
}


/* Product New Template */
.product-template-new .page-body {
}

.product-template-new .prod-breadcrumb {
    width: 80% !important;
    padding: 0 10% !important;
    margin-top: 10px !important;
    background: #ffffff !important;
}

    .product-template-new .prod-breadcrumb .breadcrumb {
        font-size: 16px !important;
    }

.product-template-new .product-essential {
    margin-bottom: 0px;
    background-color: #fff !important;
}

.product-template-new .overview {
    /*width: 80%!important;*/
    padding: 2% 10% !important;
    position: relative !important;
    float: left !important;
}

.product-template-new .overview-top {
    float: left;
    width: 37%;
    margin-left: 10%;
    padding-right: 2%;
}

.product-template-new .overview-mid {
    min-width: 500px;
    position: relative;
    float: left;
    background-color: #fff;
}

    .product-template-new .overview-mid #product-heroshot {
        width: 460px;
        margin: 0 auto;
    }

.product-template-new .overview-bottom {
    /*margin-left:700px;
padding-left:2%;*/
    float:left;
    min-width:500px;
}

    .product-template-new .overview-bottom > .product-name {
        border-bottom: solid 1px #e7e7e7;
        padding-bottom: 10px;
    }

.product-template-new .product-specs-box,
.product-template-new .product-feats-box {
    width: 100%;
    padding: 2% 10%;
    margin: 0 !important;
    float: left !important;
}

.overview .product-name h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    color: #111;
}

.product-template-new .overview-bottom .short-description {
    border-bottom: solid 1px #e7e7e7;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.product-template-new .product-specs-box .title,
.product-template-new .product-feats-box .title,
.product-template-new .product-feats-box .title h2 {
    font-family: 'Raleway', sans-serif !important;
    font-size: 74px !important;
    font-weight: bold;
    line-height: 80px;
}

.product-template-new .product-specs-box .full-description,
.product-template-new .product-feats-box .full-description {
    padding: 0 !important;
    margin: 0 !important;
    clear: both;
    line-height: 1.5em;
    font-size: 1.2em;
    vertical-align: top;
}

    .product-template-new .product-specs-box .full-description p,
    .product-template-new .product-feats-box .full-description p {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 100;
        color: #000;
        line-height: 40px;
    }

.product-template-new .gallery {
    width: 100% !important;
    margin-bottom: 20px !important;
    background-color: #fff;
}

.product-template-new .product-specs-box .data-table td:first-child,
.product-template-new .product-feats-box .data-table td:first-child {
    width: 30% !important;
    text-align: left !important;
}

.product-template-new .product-specs-box .data-table td,
.product-template-new .product-feats-box .data-table td {
    border: 0 !important;
    line-height: 22px;
    color: #807F7A !important;
    font-size: 16px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid #C4C2BF !important;
    border-left: 0 !important;
    font-weight: normal !important;
}

.product-template-new .data-table {
    font: normal 16px/200% Roboto, sans-serif !important;
    overflow: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
}

.product-template-new .product-specs-box .data-table .odd td {
    background: none !important;
}

.product-template-new .product-feats-box {
    background: #edecec;
}

    .product-template-new .product-feats-box .data-table td {
        background-color: transparent !important;
    }

.product-list .ribbon-wrapper {
    float: none !important;
}

.video-container-wrap {
    max-width: 700px !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.LV_validation_message {
    font-weight: bold;
    margin: 0 0 0 5px;
}

.LV_valid {
    color: #00CC00;
    display: none;
}

.LV_invalid {
    color: #CC0000;
    font-size: 10px;
}

.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}

.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}



/* 404 PAGE */

.missing-wrap {
    margin-top: 30px;
    max-width: 980px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}

    .missing-wrap h2 {
        font-size: 32px;
        font-family: Raleway;
        font-weight: 100;
        color: #000000;
        text-align: center;
    }

    .missing-wrap h3 {
        font-size: 26px;
        font-family: Raleway;
        font-weight: 100;
    }

    .missing-wrap a {
        text-decoration: none;
    }

    .missing-wrap strong {
        font-family: roboto;
        font-size: 14px;
        line-height: 28px;
        margin-top: 20px !important;
        float: left;
        width: 100%;
    }

    .missing-wrap ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-family: roboto;
        font-size: 14px;
        line-height: 28px;
        color: #6d6d6d;
    }

.missing-text {
    padding: 0 5%;
}

    .missing-text p {
        margin: 10px 0 30px 0;
        font-size: 14px;
        color: #000000;
        font-family: roboto;
        text-align: center;
    }

.search-box-404-wrap {
    padding: 20px;
    background: #eeeeee;
    text-align: center;
}

.search-box-404 {
    width: 495px;
    height: 50px;
    margin: 0 auto;
}

    .search-box-404 .search-box-text {
        width: 425px;
        height: 34px;
        border: 1px solid #dbdbdb;
        margin-top: px;
        float: left;
    }

    .search-box-404 .search-box-button {
        float: left;
        width: 50px;
        height: 47px;
        border: none;
        overflow: hidden;
        background: #2f2f50 url('../img/search-icon.png') no-repeat;
        text-indent: 999px;
        margin: 1px 0 0 -3px;
        background-position: 8px 8px;
    }

.missing-devices-wrap {
    width: 39%;
    padding: 0 5%;
    margin: 40px 0;
    float: left;
    border-right: 1px solid #cccccc;
}

.missing-devices {
    width: 50%;
    float: left;
}

.missing-products-wrap {
    width: 39%;
    padding: 0 5%;
    margin: 40px 0;
    float: left;
}

.missing-products {
    width: 50%;
    float: left;
}

/***********Custom New Landing Page Styles (161102)********/

/***********Homepage**********/
#ph-title {
    display: none;
}
/*********** CSS RESET **********/
.master-wrapper-main {
    margin: 0 auto;
    padding: 0;
    top: 0px !important;
}

* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/




.master-wrapper-content {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0 auto;
}

.master-column-wrapper {
    position: relative;
    z-index: 0;
}

    .master-column-wrapper:after {
        content: "";
        display: block;
        clear: both;
    }

.center-1 {
    margin: 0 auto;
    padding: 0;
}

.page-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
}

    .page-title h1 {
        font-size: 30px;
        font-weight: normal;
        font-family: "Raleway", "Arial", sans-serif;
    }

    .page-title:after,
    .page-body:after {
        content: "";
        display: block;
        clear: both;
    }

.center-1 .page-title,
.center-1 .title {
    text-align: left;
}


/*** HOME BANNER ***/

#new-home-banner-wrap a:hover {
    opacity: .9;
}

#new-home-banner {
    width: 100%;
    height: 460px;
    background: #ccc url('targusAssets/home-banner-mobile-vip.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    display: table;
}

#banner-center-text,
#banner-right-text,
#banner-left-text {
    display: table-cell;
    vertical-align: middle;
}

    #banner-center-text h1,
    #banner-right-text h1,
    #banner-left-text h1 {
        color: #ffffff;
        max-width: 560px;
        margin: 0 auto;
        font-family: "open sans", "Arial", sans-serif;
        font-weight: 900;
        font-size: 50px;
        line-height: 52px;
        margin-bottom: 10px;
        letter-spacing: -2px !important;
    }

    #banner-center-text p,
    #banner-right-text p,
    #banner-left-text p {
        color: #ffffff;
        width: 100%;
        margin: 20px auto 0 auto;
        font-family: "open sans", "Arial", sans-serif;
        font-size: 22px;
        line-height: 24px;
        letter-spacing: -1px;
    }

#banner-center-button,
#banner-right-button,
#banner-left-button {
    background: #e53f3d;
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 50px auto 0 auto;
    border: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    text-align: center;
}

#banner-center-button,
#banner-right-button,
#banner-left-button {
    color: #ffffff;
    text-decoration: none;
    font-family: "roboto", "arial";
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

/* BANNER CENTER TEXT*/

#banner-center-text {
    text-align: center;
}

/* BANNER RIGHT TEXT */

#banner-right-text {
    text-align: center;
    width: 100%;
    text-align: right;
}

#banner-right-text-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#banner-right-text-wrap-inside {
    max-width: 560px;
    float: right;
}

#banner-right-text h1,
#banner-right-text p,
#banner-right-button {
    float: right;
}

/* BANNER LEFT TEXT */

#banner-left-text {
    text-align: center;
    width: 100%;
    text-align: left;
}

#banner-left-text-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#banner-left-text-wrap-inside {
    max-width: 560px;
    float: left;
}

#banner-left-text h1,
#banner-left-text p,
#banner-left-button {
    float: left;
}
/*added by vasp*/
@media screen and (min-width: 769px) {

    .landing-page-row-double-half-image .landing-page-row-wrap {
        width: 100%;
        display: table;
        height: 100%;
    }

    .landing-page-row-double-half-image .landing-page-row-box {
        float:;
        display: table;
        height: 100%;
        width: 100%;
    }

    .landing-page-row-double-half-image .landing-box-text {
        vertical-align: middle;
        display: table-cell;
        height: 100%;
        width: 50%;
    }

    .landing-page-row-double-half-image .landing-box-image {
        vertical-align: middle;
        display: table-cell;
        height: 100%;
    }

    .landing-page-row-double-half-image,
    .landing-page-row-double-half-image img {
        float: left;
    }

        .landing-page-row-double-half-image .landing-page-row-box {
            width: 100% !important;
            display: inline-block;
            clear: both;
        }
}
/*end added by vasp*/

@media screen and (max-width: 768px) {

    #banner-center-text,
    #banner-right-text,
    #banner-left-text,
    #banner-center-text h1,
    #banner-right-text h1,
    #banner-left-text h1,
    #banner-center-text p,
    #banner-right-text p,
    #banner-left-text p,
    #banner-right-text-wrap,
    #banner-right-text-wrap-inside,
    #banner-left-text-wrap,
    #banner-left-text-wrap-inside {
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    #banner-center-button,
    #banner-right-button,
    #banner-left-button {
        float: none;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    /*added by VASP*/
    .landing-page-nav-text {
        width: 100%;
        text-align: center;
        height: auto;
        padding: 15px 0 7px 0;
    }

    .landing-page-nav-button {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

        .landing-page-nav-button a {
            margin: 0 auto 15px auto;
            float: none;
        }

    .landing-page-row-single .landing-page-row-box,
    .landing-page-row-double .landing-page-row-box,
    .landing-page-row-double-half-image .landing-page-row-box,
    .landing-page-row-triple .landing-page-row-box {
        width: 100%;
        padding: 0 5%;
    }

    .landing-page-row-single img {
        margin-top: 50px;
        width: 100%;
        max-width: 80%;
    }


    .landing-page-row-double img,
    .landing-page-row-triple img {
        margin-top: 50px;
        width: 100%;
        max-width: 40%;
    }

    .landing-page-row-single,
    .landing-page-row-double,
    .landing-page-row-triple {
        padding: 50px 0;
    }


        .landing-page-row-single .landing-box-text,
        .landing-page-row-single-bg .landing-box-text,
        .landing-page-row-double .landing-box-text,
        .landing-page-row-double-half-image .landing-box-text,
        .landing-page-row-triple .landing-box-text {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
        }

            .landing-page-row-single-bg .landing-box-text h4,
            .landing-page-row-single-bg .landing-box-text p {
                padding: 0 20px !important;
            }

    .landing-page-row-double-half-image .landing-box-image {
        width: 100%;
    }

    .landing-page-row-double-half-image .landing-page-row-box {
        padding: 20px;
    }

    .landing-page-row-double-half-image .landing-page-row-box {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /* optional */
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .landing-page-row-double-half-image .landing-box-text {
        padding: 30px 0;
    }

    .landing-page-row-double-half-image .landing-box-text {
        width: 100%;
    }


    /*end added by VASP*/
}

@media screen and (max-width: 468px) {

    #banner-center-text h1,
    #banner-right-text h1,
    #banner-left-text h1 {
        font-size: 46px;
        line-height: 42px;
    }

    /*added by VASP*/
    #landing-page-main-banner h1 {
        color: #ffffff;
        max-width: 560px;
        margin: 0 auto;
        font-family: "open sans", "Arial", sans-serif;
        font-weight: 900;
        font-size: 50px;
        line-height: 46px;
        margin-bottom: 10px;
    }

    #landing-page-main-banner p {
        color: #ffffff;
        width: 100%;
        margin: 20px auto 0 auto;
        font-family: "open sans", "Arial", sans-serif;
        font-size: 20px;
        line-height: 22px;
    }
    /*end added by VASP*/

}

#tgs-nav-bottom a:hover {
    color: #838383;
}


/*** CONTENT ***/


#new-home-content {
    max-width: 1200px;
    padding: 10px 20px;
    background: #ffffff;
    box-sizing: border-box;
    margin: 0 auto;
}


/*** OVERLAY ***/

.box-overlay {
    height: 60px;
    display: inline-block;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background: #33345f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e533345f,endColorstr=#e533345f);
    zoom: 1;
    border: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    -khtml-border-radius: 0 0 7px 7px;
    z-index: 1;
}

    .box-overlay h4, .box-overlay h4 a {
        font-size: 14px;
        color: #ffffff !important;
        font-family: "open sans", "Arial", sans-serif;
        font-weight: 900;
        margin: 0;
        padding: 0 15px 0 15px;
        text-decoration: none;
        display: block;
    }

    .box-overlay p, .box-overlay p a {
        font-size: 12px;
        line-height: 14px;
        color: #dddddd !important;
        font-family: "open sans", "Arial", sans-serif;
        font-weight: 600;
        margin: 0;
        padding: 0 15px 3px 15px;
        text-decoration: none;
        display: block;
    }

.first-square .box-overlay {
    margin-right: 5px;
}

.second-square .box-overlay {
    margin-left: 5px;
}

.column-full .home-rectangle .box-overlay {
    margin: 0 5px;
}

.box-overlay {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.box-overlay-text {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*** COLUMN SIZING ***/

.column-half-left {
    max-width: 580px;
    width: 50%;
    float: left;
    padding-right: 5px;
    box-sizing: border-box;
}

.column-half-right {
    max-width: 580px;
    width: 50%;
    float: left;
    padding-left: 5px;
    box-sizing: border-box;
}

.column-full {
    max-width: 1180px;
    width: 100%;
    float: left;
}


/*** BOX IMAGES ***/

#new-home-content img:hover {
    opacity: .9;
}

.box-overlay:hover {
    background: #484979;
    opacity: .9;
}

.home-square-l img,
.home-square-s img,
.home-rectangle img,
.home-square-l iframe {
    border-radius: 7px;
    margin-bottom: 7px;
    cursor: pointer;
}

.first-square {
    padding-right: 5px;
}

.second-square {
    padding-left: 5px;
}

.home-square-l,
.home-square-s,
.home-rectangle,
.no-float {
    position: relative;
}

    .home-square-s img,
    .home-square-l img,
    .home-rectangle img,
    .home-square-l iframe {
        width: 100%;
    }

    .no-float .home-square-s,
    .no-float .home-rectangle {
        float: left;
    }


/*** COLUMN HALF ***/

.column-half-left .home-square-s,
.column-half-right .home-square-s {
    width: 50%;
}


/*** COLUMN FULL ***/

.column-full .home-square-s {
    width: 24.75%;
}

.column-full .home-rectangle {
    width: 50.5%;
    height: 100% !important;
    padding: 0 5px;
    box-sizing: border-box;
}

    .column-full .home-rectangle .box-overlay {
        display: inline-block;
        margin-right: 6px !important;
    }

.column-full .home-square-s img {
    width: 100%;
}



/*** MISC ***/

.fb-square .box-overlay {
    margin-bottom: -10px;
}

.fb-square {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: url('targusAssets/homepage/fb-bg.jpg') no-repeat;
    background-size: 100%;
    border-radius: 7px;
    text-align: center;
    overflow: hidden;
}

.fb-square-wrap iframe {
    background: #ffffff;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    max-width: 350px;
}

.vine-responsive {
    overflow: hidden;
    padding-bottom: 100%;
    height: 0;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}

.vine .box-overlay {
    margin-bottom: -10px !important;
}

.vine-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.no-click {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1 !important;
    border-radius: 7px;
}


/*** TABLET ***/

@media screen and (max-width: 768px) {

    .master-wrapper-content-home {
        float: none;
        display: inline-block;
    }

    .column-half-left {
        max-width: 768px;
        width: 100%;
        padding: 0;
    }

    .column-half-right {
        max-width: 768px;
        width: 100%;
        padding: 0;
    }

    .column-full {
        max-width: 1180px;
        width: 100%;
        float: left;
    }

        .column-full .home-square-s {
            float: left;
            width: 50%;
        }

        .column-full .home-rectangle {
            float: none;
            padding: 0;
            width: 100%;
        }

            .column-full .home-rectangle .box-overlay {
                margin: 0 !important;
            }

    .fb-square {
        margin-bottom: 10px;
    }
}




/*** MOBILE ***/

@media screen and (max-width: 481px) {

    .column-half-left .home-square-s,
    .column-half-right .home-square-s,
    .column-full .home-square-s,
    .column-full .home-rectangle {
        width: 100%;
        padding: 0;
    }

        .column-full .home-square-s img,
        .column-full .home-rectangle img {
            width: 100%;
        }

    .first-square img,
    .second-square img {
        padding: 0;
    }

    .first-square .box-overlay,
    .second-square .box-overlay,
    .column-full .home-rectangle .box-overlay {
        margin: 0;
    }

    .home-rectangle {
        overflow: hidden;
        width: 100%;
        border-radius: 7px;
        margin-bottom: 10px;
    }


        .home-rectangle .box-overlay {
            margin-bottom: -10px !important;
        }

    .column-full .home-rectangle img {
        margin-bottom: -6px;
    }

    .column-full .home-rectangle .box-overlay {
        margin-bottom: -12px !important;
    }
}

.responsive-iframe-container {
    position: relative;
    width: 100%;
}

.dummy {
    padding-top: 100%; /* forces 1:1 aspect ratio */
}

.iframe-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; /* Align center inline elements */
    font: 0/0 a;
}

    .iframe-container:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 90%;
    }

    .iframe-container iframe {
        vertical-align: middle;
        display: block;
        width: 100% !important;
        max-height: calc( 100% - 100px ) !important;
    }


/* OVERRIDE CONFLICTS */
.topic-page .page-body h1 {
    padding: 0px !important;
}

#banner-left-text-wrap-inside p {
    padding: 0px !important;
}

/***********Custom New Landing Page Styles (161102) Ends********/



/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 768px) {

    .pcp-top-banner-ad-wrap {
        margin: 0 0 10px 0;
        float: left;
        display: inline-block;
        padding: 0 20px;
    }


    .pcp-top-banner-ad-image {
        width: 30% !important;
        margin: 15px 0;
        text-align: center;
    }

        .pcp-top-banner-ad-image img {
            float: none;
            margin: 0 auto;
            max-height: 100px;
        }

    .pcp-top-banner-ad-text {
        width: 70% !important;
        margin: 15px 0;
    }
}
/***** PCP *****/
.pcp-top-banner-ad-wrap {
    text-align: center;
}

    .pcp-top-banner-ad-wrap div {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin-left: -5px;
        /* Fix for IE <= 7 */
        *display: inline;
        *zoom: 1;
        *width: 16.6%;
    }

.pcp-top-banner-ad-image {
    width: 15% !important;
    display: inline-block;
}

    .pcp-top-banner-ad-image img {
        float: right;
        width: auto;
        max-height: 50px;
    }

        .pcp-top-banner-ad-image img:hover {
            opacity: .8;
        }

.pcp-top-banner-ad-text {
    width: 34% !important;
    display: inline-block;
    padding: 0 15px;
    text-align: left;
}

    .pcp-top-banner-ad-text h2 {
        font-family: "open sans", "arial";
        font-size: 13px;
        font-weight: 800;
        line-height: 15px;
        color: #000000;
    }

    .pcp-top-banner-ad-text p {
        font-family: "open sans", "arial";
        font-size: 11px;
        font-weight: 600;
        color: #373737;
        line-height: 14px;
    }

    .pcp-top-banner-ad-text a {
        color: #00aeff;
        text-decoration: underline;
    }

/*** PCP BANNERS ***/
.pcp-main-banner {
    width: 100%;
    height: 360px;
    display: table;
    background-size: cover;
    background-position: center;
}


/*** PCP BANNER IMAGES ***/
.pcp-screen-protectors {
    background: #ccc url('../../../../Content/Images/uploaded/pcp/pcp-main-banner-screen-protectors.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.pcp-eco-friendly {
    background: #ccc url('../../../../Content/Images/uploaded/pcp/pcp-main-banner-eco-friendly.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

/**explore-docking-stations BANNER**/
.ccp-main-banner {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center;
    display: table;
}

.ccp-docking-stations {
    background: url('/Themes/TargusCanada/Content/Images/docking-stations-main-banner-3460.jpg') no-repeat;
}

.ccp-docking-stations-row-6 {
    background: url('/Themes/TargusCanada/Content/Images/docking-stations-row6-1c-1-3460.jpg') no-repeat;
}
.ccp-ipad-launch-2017-row-2 {
        background: url('/Themes/TargusCanada/Content/Images/ipad-launch-2017/ipad-launch-2017-row2-1c-1-1920.jpg') no-repeat;
    }


    .ccp-ipad-launch-2017 {
        background: url('/Themes/TargusCanada/Content/Images/ipad-launch-2017/ipad-launch-2017-main-banner-1920.jpg') no-repeat;
    }
@media screen and (max-width: 1920px) and (min-width: 769px) {
    .ccp-docking-stations {
        background: url('/Themes/TargusCanada/Content/Images/docking-stations-main-banner-1920.jpg') no-repeat;
    }

    
}

@media screen and (max-width: 1920px) and (min-width: 769px) {
    #hp-main-banner {
      
        background:#ccc url('/Themes/TargusCanada/Content/Images/homepage/hp-main-banner-dock220usz-1920.jpg');
    }
 .pcp-balance-ecosmart {
        background: #ccc url('/Themes/TargusCanada/Content/Images/pcp-main-banner-balance-ecosmart-1920.jpg') no-repeat;
    }
  .pcp-webcam-covers {
        background: #ccc url('/Themes/TargusCanada/Content/Images/pcp-main-banner-webcam-covers-1920.jpg') no-repeat;
    }
    .ccp-docking-stations-row-6 {
        background: url(/Themes/TargusCanada/Content/Images/docking-stations-row6-1c-1-1920.jpg) no-repeat;
    }
}

@media screen and (min-width: 1921px) {
  #hp-main-banner {
       
        background: #ccc url('/Themes/TargusCanada/Content/Images/Homepage/hp-main-banner-dock220usz-3460.jpg') no-repeat;
      
    }
	
 .pcp-balance-ecosmart {
        background: #ccc url('/Themes/TargusCanada/Content/Images/pcp-main-banner-balance-ecosmart-3460.jpg') no-repeat;
    }

  .pcp-webcam-covers {
        background: #ccc url('Themes/TargusCanada/Content/Images/pcp-main-banner-webcam-covers-3460.jpg') no-repeat;
    }
	
    .pcp-privacy-screens {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-privacy-screens-3460.jpg') no-repeat;
    }

    .ccp-docking-stations {
        background: url('/Themes/TargusCanada/Content/Images/docking-stations-main-banner-3460.jpg') no-repeat;
    }

    .ccp-docking-stations-row-6 {
        background: url('/Themes/TargusCanada/Content/Images/docking-stations-row6-1c-1-3460.jpg') no-repeat;
    }

    .ccp-privacy-screens {
        background: url('/Themes/TargusCanada/Content/Images/privacy-screens-main-banner-3460.jpg') no-repeat;
    }

    .ccp-privacy-screens-row-2 {
        background: url('/Themes/TargusCanada/Content/Images/privacy-screens-row2-1c-1-3460.jpg') no-repeat;
    }

    .pcp-keyboards {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-keyboards-3460.jpg') no-repeat;
    }

    .pcp-backpacks {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-backpacks-3460.jpg') no-repeat;
    }

    .pcp-presenters {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-presenters-3460.jpg') no-repeat;
    }

    .ccp-laptop-backpacks {
        background: url('/Themes/TargusCanada/Content/Images/laptop-backpacks-main-banner-3460.jpg') no-repeat;
    }

    .pcp-citygear {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-citygear-3460.jpg') no-repeat;
    }

    .pcp-citysmart {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-citysmart-3460.jpg') no-repeat;
    }

    .ccp-flexible-workspaces {
        background: url('/Themes/TargusCanada/Content/Images/flexible-workspaces-main-banner-3460.jpg') no-repeat;
    }

    .ccp-flexible-workspaces-row-3 {
        background: url('/Themes/TargusCanada/Content/Images/flexible-workspaces-row3-1c-1-3460.jpg') no-repeat;
    }

    .ccp-flexible-workspaces-row-6 {
        background: url('/Themes/TargusCanada/Content/Images/flexible-workspaces-row6-1c-1-3460.jpg') no-repeat;
    }

    .pcp-docking-accessories {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-docking-accessories-3460.jpg') no-repeat;
    }

       .ccp-which-ipad {
        background: url('/Themes/TargusCanada/Content/Images/landingpage/whichipad/which-ipad-main-banner-3460.jpg') no-repeat;
    }
}

@media screen and (max-width: 1920px) and (min-width: 769px) {
    .pcp-privacy-screens {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-privacy-screens-1920.jpg') no-repeat;
    }

    .ccp-docking-stations {
        background: url('/Themes/TargusCanada/Content/Images/docking-stations-main-banner-1920.jpg') no-repeat;
    }

    .ccp-docking-stations-row-6 {
        background: url('/Themes/TargusCanada/Content/Images/docking-stations-row6-1c-1-1920.jpg') no-repeat;
    }

    .ccp-privacy-screens {
        background: url('/Themes/TargusCanada/Content/Images/privacy-screens-main-banner-1920.jpg') no-repeat;
    }

    .ccp-privacy-screens-row-2 {
        background: url('/Themes/TargusCanada/Content/Images/privacy-screens-row2-1c-1-1920.jpg') no-repeat;
    }

    .pcp-keyboards {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-keyboards-1920.jpg') no-repeat;
    }

    .pcp-backpacks {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-backpacks-1920.jpg') no-repeat;
    }

    .pcp-presenters {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-presenters-1920.jpg') no-repeat;
    }

    .ccp-laptop-backpacks {
        background: url('/Themes/TargusCanada/Content/Images/laptop-backpacks-main-banner-1920.jpg') no-repeat;
    }

    .ccp-laptop-backpacks-row-3 {
        background: url('/Themes/TargusCanada/Content/Images/laptop-backpacks-row3-1c-1-1920.jpg') no-repeat;
    }

    .pcp-citygear {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-citygear-1920.jpg') no-repeat;
    }

    .pcp-citysmart {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-citysmart-1920.jpg') no-repeat;
    }

    .ccp-flexible-workspaces {
        background: url('/Themes/TargusCanada/Content/Images/flexible-workspaces-main-banner-1920.jpg') no-repeat;
    }

    .ccp-flexible-workspaces-row-3 {
        background: url('/Themes/TargusCanada/Content/Images/flexible-workspaces-row3-1c-1-1920.jpg') no-repeat;
    }

    .ccp-flexible-workspaces-row-6 {
        background: url('/Themes/TargusCanada/Content/Images/flexible-workspaces-row6-1c-1-1920.jpg') no-repeat;
    }

    .pcp-docking-accessories {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-docking-accessories-1920.jpg') no-repeat;
    }

      .ccp-which-ipad {
        background: url('/Themes/TargusCanada/Content/Images/landingpage/whichipad/which-ipad-main-banner-1920.jpg') no-repeat;
    }
}

@media screen and (max-width: 768px) {
   #hp-main-banner {
    background: url('/Themes/TargusCanada/Content/Images/homepage/hp-main-banner-dock220usz-768.jpg');
    
      
    }
 .pcp-balance-ecosmart {
        background: #ccc url('/Themes/TargusCanada/Content/Images/pcp-main-banner-balance-ecosmart-768.jpg') no-repeat;
    }

   .pcp-webcam-covers {
        background: #ccc url('/Themes/TargusCanada/Content/Images/pcp-main-banner-webcam-covers-768.jpg') no-repeat;
    }

    .pcp-privacy-screens {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-privacy-screens-768.jpg') no-repeat;
    }

    .ccp-docking-stations {
        background: url('/Themes/TargusCanada/Content/Images/docking-stations-main-banner-768.jpg') no-repeat;
    }

    .ccp-docking-stations-row-6 {
        background: url('/Themes/TargusCanada/Content/Images/docking-stations-row6-1c-1-768.jpg') no-repeat;
    }

    .ccp-privacy-screens {
        background: url('/Themes/TargusCanada/Content/Images/privacy-screens-main-banner-768px.jpg') no-repeat;
    }

    .ccp-privacy-screens-row-2 {
        background: url('/Themes/TargusCanada/Content/Images/privacy-screens-row2-1c-1-768.jpg') no-repeat;
    }

    .pcp-keyboards {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-keyboards-768.jpg') no-repeat;
    }

    .pcp-backpacks {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-backpacks-768.jpg') no-repeat;
    }

    .pcp-presenters {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-presenters-768.jpg') no-repeat;
    }

    .ccp-laptop-backpacks {
        background: url('/Themes/TargusCanada/Content/Images/laptop-backpacks-main-banner-768.jpg') no-repeat;
    }

    .ccp-laptop-backpacks-row-3 {
        background: url('/Themes/TargusCanada/Content/Images/laptop-backpacks-row3-1c-1-768.jpg') no-repeat;
    }

    .pcp-citygear {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-citygear-768.jpg') no-repeat;
    }

    .pcp-citysmart {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-citysmart-768.jpg') no-repeat;
    }

    .ccp-flexible-workspaces {
        background: url('/Themes/TargusCanada/Content/Images/flexible-workspaces-main-banner-768.jpg') no-repeat;
    }

    .ccp-flexible-workspaces-row-3 {
        background: url('/Themes/TargusCanada/Content/Images/flexible-workspaces-row3-1c-1-768.jpg') no-repeat;
    }

    .ccp-flexible-workspaces-row-6 {
        background: url('/Themes/TargusCanada/Content/Images/flexible-workspaces-row6-1c-1-768.jpg') no-repeat;
    }

    .pcp-docking-accessories {
        background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-docking-accessories-768.jpg') no-repeat;
    }

      .ccp-which-ipad {
        background: url('/Themes/TargusCanada/Content/Images/landingpage/whichipad/which-ipad-main-banner-768.jpg') no-repeat;
    }
}
/* .pcp-docking-stations {
    background: #ccc url('/themes/targuscanada/content/images/pcp-main-banner-docking-stations-1920.jpg') no-repeat;
} */
@media screen and (max-width: 1920px) and (min-width: 200px) {
    .pcp-docking-stations {
        background: #ccc url('/Themes/TargusCanada/Content/Images/pcp-main-banner-docking-stations-1920.jpg') no-repeat;
        background-size: cover;
        background-position: center;
    }

    .ccp-privacy-screens {
        background: url('/Themes/TargusCanada/Content/Images/privacy-screens-main-banner-1920.jpg') no-repeat;
        background-size: cover;
        background-position: center;
    }
}

}
/* added by VASP */
.landing-page-nav-button-explore a {
    width: auto !important;
    height: 30px !important;
    background: #00b8e4;
    font-family: "open sans", "arial";
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    float: right;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: 15px auto 0 auto;
    padding: 0 20px;
    border: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

.landing-page-full-banner {
    display: table;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
}

.pcp-privacy-screens {
    background: url('/Themes/TargusCanada/Content/Images/pcp-main-banner-privacy-screens-1920.jpg') no-repeat;
}

@media screen and (max-width: 1920px) and (min-width: 769px) {
}

/*.pcp-privacy-screens {
    background: url('Targus_files/Themes/TargusCanada/Content/Images/pcp-main-banner-privacy-screens-1920.jpg') no-repeat;
}*/

.landing-page-disclaimer {
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0 0 0;
}

    .landing-page-disclaimer p {
        max-width: 1200px;
        margin: 0 auto;
        font-size: 12px;
        line-height: 16px;
        font-style: italic;
        color: #aaaaaa;
    }

.landing-box-text p {
    font-family: "Open Sans", "Arial";
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0 0;
    text-align: center;
}

.landing-box-text h4 {
    font-family: "Oswald", "Arial";
    font-size: 30px;
    line-height: 34px;
    margin: 0;
    text-align: center;
    color: #000;
}

#press-room-main-banner, .pcp-main-banner, .ccp-main-banner {
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center;
    display: table;
}

.landing-video-wrapper {
    max-width: 660px;
    margin: 0 auto 50px auto;
}

.landing-page-row-privacy-single {
    background: #dddddd;
    float: left;
    overflow: auto;
}

.landing-page-row-privacy-single {
    width: 100%;
    padding: 23px 0;
    margin: 0 auto;
    display: inline-block;
}

.landing-page-nav-button-explore a {
    width: auto !important;
    height: 30px !important;
    background: #00b8e4;
    font-family: "open sans", "arial";
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    float: right;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: 15px auto 0 auto;
    padding: 0 20px;
    border: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

#landing-page-wrap video {
    width: 100% !important;
    background-color: #ffffff !important;
    background-position: center center !important;
}


.pdp-premium-video {
    width: 100% !important;
    max-height: 400px !important;
    height: 100%;
}

.landing-box-image img, .landing-box-image video {
    margin-bottom: 50px;
}

.landing-page-row-triple img, .landing-page-row-triple video {
    max-width: 217px;
    width: 100%;
}

@media screen and (max-width: 1920px) and (min-width: 769px) {
}



/*** NEW GLOBAL STYLES ***/

a.cta-button {
    width: auto !important;
    height: 30px !important;
    background: #00b8e4;
    font-family: "open sans", "arial";
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    float: left;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: 15px 15px 0 auto;
    padding: 0 20px;
    border: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}

    a.cta-button:hover {
        opacity: .8;
        color: #fff;
    }

.global-link {
    color: #00b8e4;
    text-decoration: none !important;
    font-weight: 600;
}

    .global-link:hover {
        color: #0082bf;
    }

.global-button {
    width: auto !important;
    height: 30px;
    line-height: 30px;
    background: #00b8e4;
    font-family: "open sans";
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0 20px;
    border: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
}

    .global-button a {
        text-decoration: none;
        display: block;
        color: #ffffff;
    }

    .global-button:hover {
        opacity: .8;
    }

    .global-button a:hover {
        color: #fff;
    }

.global-break {
    width: 100%;
    display: block;
}
.ipad-model-chart {
	width: 100%;
    max-width: 650px;
    margin: 20px auto 0 auto;
    padding: 10px;
    background: #fff;
}
  
.chart-row-wrap {
	float: left;
	width: 100%;
  	font-family: "open sans","arial";
	font-size: 14px;
	line-height: 26px;
  	color: #000;
}

.chart-row-wrap.odd,
.chart-row-wrap.even {
	padding: 5px 10px;
	float: left;
	width: 100%;
}

.chart-row-wrap.odd {
	background: #e7e7e7;
}

.chart-row-wrap.even {
	background: #fff;
}
    
.chart-row-left {
	float: left; 
	width: 35%;
	text-align: left;
	font-weight: 700;
}
      
.chart-row-middle {
	float: left;
	width: 40%;
	text-align: left;
	padding: 0 10px;
}
        
.chart-row-right {
	float: left; 
	width: 25%;
	text-align: center;
}
    
.chart-row-right a {
	text-decoration: none;
}

.topic-block {
    margin: 0 0 25px;
}

.topic-block-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
}

    .topic-block-title h2 {
        font-size: 30px;
        font-weight: normal;
    }

.topic-block-body {
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}

.topic-page {
    margin-top: 20px;
    padding-bottom: 50px;
}

    .topic-page .page-body {
        text-align: left;
        line-height: 22px;
    }

    .topic-block a, .topic-page a {
        text-decoration: underline;
        color: #00b8e4;
        font-weight: 600;
    }

        .topic-block a:hover, .topic-page a:hover {
            color: #0082bf;
        }

    .topic-block strong, .topic-page strong {
        color: #444;
    }

.home-page .topic-block {
    margin: 0 0 50px;
}
#hp-main-banner {
    width: 100%;
    height: 460px;
    background-size: cover;
    background-position: center;
    display: table;
}

.category-page, .manufacturer-page, .recently-added-products-page
{
    padding-top:10px;
}

@media (max-width: 980px) and (min-width: 769px)
{

.center-2 {
 width: 100% !important;
}
.side-2 {
    width: 100% !important;
}
.product-selectors>div>span {
    margin-left: 0px !important;
}

}


@media screen and (min-width: 1921px) {
    .for-business-enterprise {
        background: url('/Themes/TargusCanada/Content/Images/business/enterprise/for-business-enterprise-main-banner-3460.jpg') no-repeat;
    }
    .for-business-alliances {
    background: url('/Themes/TargusCanada/Content/Images/business/alliances/for-business-alliances-main-banner-3460.jpg') no-repeat;
}
}

@media screen and (max-width: 1920px) and (min-width: 769px) {
    .for-business-enterprise {
        background: url('/Themes/TargusCanada/Content/Images/business/enterprise/for-business-enterprise-main-banner-1920.jpg') no-repeat;
    }

    .for-business-alliances {
    background: url('/Themes/TargusCanada/Content/Images/business/alliances/for-business-alliances-main-banner-1920.jpg') no-repeat;
}
}
@media screen and (max-width: 768px) {

    .for-business-enterprise {
        background: url('/Themes/TargusCanada/Content/Images/business/enterprise/for-business-enterprise-main-banner-768.jpg') no-repeat;
    }

    .for-business-alliances {
    background: url('/Themes/TargusCanada/Content/Images/business/alliances/for-business-alliances-main-banner-768.jpg') no-repeat;
}
}

#pdp-premium-content {
    width: 100%;
    padding: 20px 0 0 0;
    float: left;
}

.pdp-premium-content-odd, .pdp-premium-content-even {
    width: 100%;
    margin: 0;
    float: left;
}

.pdp-img-container {
    text-align: center;
}

.pdp-premium-content-even .pdp-premium-content-image {
    width: 48%;
    height: 100%;
    margin-right: 2%;
}

.pdp-premium-content-even .pdp-premium-content-image, .pdp-premium-content-even .pdp-premium-content-info {
    float: left;
}
.pdp-premium-content-odd .pdp-premium-content-image {
    width: 48%;
    height: 100%;
    margin-left: 2%;
}

.pdp-premium-content-odd .pdp-premium-content-image, .pdp-premium-content-odd .pdp-premium-content-info {
    float: right;
}
.pdp-img-container div, .pdp-img-container video {
    display: inline-block;
}

.pdp-premium-content-even .pdp-premium-content-info {
    width: 48%;
    height: 100%;
    margin-left: 2%;
}

.pdp-premium-content-even .pdp-premium-content-image, .pdp-premium-content-even .pdp-premium-content-info {
    float: left;
}

.pdp-premium-content-heading h3 {
    font-family: "oswald","arial";
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin: 10px 0;
    color: #000000;
    text-align: left;
}

.pdp-premium-content-even .pdp-premium-content-info h3, .pdp-premium-content-even .pdp-premium-content-info p {
}

.pdp-premium-content-text p, .topic-page .pdp-premium-content-text p {
    font-family: "open sans","arial";
    font-size: 15px;
    line-height: 26px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
}

.pdp-premium-content-even .pdp-premium-content-image, .pdp-premium-content-even .pdp-premium-content-info {
    float: left;
}
.pdp-premium-content-odd .pdp-premium-content-info {
    width: 48%;
    height: 100%;
    margin-right: 2%;
}

#topic-vertical-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (min-width: 769px) {

    .pdp-vertical-align--middle {
        vertical-align: middle;
    }

    .pdp-vertical-align {
        display: table-cell;
    }

    .pdp-container {
        height: 100%;
        position: relative;
    }

    .pdp-vertical-align-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        display: table;
        height: 400px;
    }

    .pdp-premium-content-odd, .pdp-premium-content-even {
        height: 400px;
    }

    .pdp-responsive-container {
        position: relative;
        width: 100%;
        height: 400px;
    }

    .pdp-dummy {
        padding-top: 100%;
    }

    .pdp-img-container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        font: 0/0 a;
    }

        .pdp-img-container .pdp-centerer {
            display: inline-block;
            vertical-align: middle;
            height: 100%;
        }

        .pdp-img-container img, .pdp-img-container iframe {
            vertical-align: middle;
            display: inline-block;
            max-height: 100%;
            max-width: 100%;
        }

    .pdp-premium-content-image img {
        width: 100%;
    }
}

@media all and (max-width: 768px) and (min-width: 481px) {
      .pdp-premium-content-odd .pdp-premium-content-image,
    .pdp-premium-content-odd .pdp-premium-content-info,
    .pdp-premium-content-even .pdp-premium-content-image,
    .pdp-premium-content-even .pdp-premium-content-info {
        width: 100%;
        padding: 0;
        margin: 0;
    }

}

@media (max-width: 480px) {
    .pdp-premium-content-odd .pdp-premium-content-image, .pdp-premium-content-odd .pdp-premium-content-info, .pdp-premium-content-even .pdp-premium-content-image, .pdp-premium-content-even .pdp-premium-content-info {
        width: 100%;
        padding: 0;
        margin: 0;
    }


}
@media screen and (max-width: 768px) {
    .pdp-premium-content-heading h3 {
        width: 100%;
        text-align: center;
    }
	.pdp-premium-content-text p {
    width: 100%;
    text-align: center;
}
}
