@import url('fonts2/stylesheet.css');

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, select, option {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'dintregular';
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

#mfPreviewBar {
    display: none !important;
}

.mae {
    z-index: 3000000;
    bottom: 6px !important;
    right: 6px !important;
    position: absolute;
}

    .mae img {
        width: 26px;
    }

.liSearch {
    width: 300px;
}

    .liSearch a {
        float: left;
        display: block;
    }

.panelSearch {
    float: left;
}

.btnSearch {
    background-repeat: no-repeat;
    cursor: pointer;
    border-width: 0;
    background-color: transparent;
    width: 24px;
    padding: 3px;
    background-position: center;
    float: left;
    padding-top: 0;
    margin-left: 4px;
}

.txtSearch {
    float: left;
    border-width: 0;
    border-bottom: 3px solid black;
    width: 200px;
    margin-left: 7px;
    font-family: 'Futuramc' !important;
    font-size: 19px;
    margin-top: -2px;
    padding-left: 9px;
}

.productLeftBG {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('productLeftBG.png');
    background-repeat: repeat-y;
    width: 200px;
    height: 100%;
    z-index: -1;
}

.productRightBG {
    background-image: url('productRightBG.png');
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: repeat-y;
    background-position: right;
    width: 200px;
    height: 100%;
    z-index: -1;
}

.rightArrow img {
    width: 9px;
    margin-top: 1px;
}

.boxWrapper {
    position: relative;
}

.dl-submenu {
    background-color: #c80f14;
    padding: 12% 8%;
    position: absolute;
    z-index: 400;
    min-width: 200px;
}

.menuWrapper li:hover .dl-submenu {
    display: block;
}

.menuWrapper .dl-submenu li {
    clear: both;
    float: none;
    padding: 2px 6px;
}

.menuWrapper .dl-submenu a {
    color: White;
    text-decoration: none;
    font-size: 18px;
}

.socialMediaItem {
    float: left;
    margin: 9px 1px !important;
    width: 24px !important;
}

.dl-menuwrapper li .dl-submenu {
    display: none;
}