/* Minification failed. Returning unminified contents.
(1573,1): run-time error CSS1019: Unexpected token, found '@import'
(1573,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Open+Sans:400,700)'
(1573,70): run-time error CSS1019: Unexpected token, found ';'
 */
html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #BABD9A;
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

.main-content {
    /* background: url("../Images/accent.png") no-repeat;*/
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    /*  background: url("../Images/heroAccent.png") no-repeat; */
}

header .content-wrapper {
    padding-top: 20px;
}

#fixedheader {
    background-color: #BABD9A;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        color: rgb(34, 34, 34);
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: none;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #4A0A32;
}

    .featured .content-wrapper {
        background-color: #4A0A32;
        background-image: -ms-linear-gradient(left, #4A0A32 0%, #4A0A32 100%);
        background-image: -o-linear-gradient(left, #4A0A32 0%, #4A0A32 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #4A0A32), color-stop(1, #1a486c));
        background-image: -webkit-linear-gradient(left, #4A0A32 0%, #4A0A32 100%);
        background-image: linear-gradient(left, #4A0A32 0%, #4A0A32 100%);
        color: #ffffff;
        padding: 100px 0 0 100px;
        position: relative;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

/*input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}*/
input, textarea {
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px 0px inset;
    color: rgb(34, 34, 34);
    display: inline;
    height: 16px;
    width: 170px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px 3px 3px 3px;
    font: normal normal normal normal 10px/normal Verdana, Tahoma, sans-serif;
    list-style: none outside none;
    margin: 5px 0 3px;
    outline: rgb(34, 34, 34) none 0px;
    padding: 3px 0 3px 3px;
}



textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
/*button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}*/
input[type="submit"],
input[type="button"],
button {
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 2px 0px inset;
    color: rgb(34, 34, 34);
    display: inline;
    height: 30px;
    width: auto;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 3px 3px 3px 3px;
    font: normal normal normal normal 10px/normal Verdana, Tahoma, sans-serif;
    list-style: none outside none;
    margin: 5px 0 3px;
    outline: rgb(34, 34, 34) none 0px;
    padding: 3px 4px 3px 3px;
}

    input[type="submit"]:hover,
    input[type="button"]:hover,
    button:hover {
        border: 1px solid rgb(34, 34, 34);
        color: #BABD9A;
    }

    button:active {
        background: #cef4c0;
        font-family: Arial;
        border-radius: 5px;
        curson: pointer;
    }

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #ffffff;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #ffffff;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}


.ui-corner-all {
    -moz-border-radius: 4px 4px 4px 4px;
}

.ui-widget-content {
    color: #222222;
    background-color: gray;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 13px;
}



.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px;
    z-index: 9999999;
}

.ui-autocomplete {
    cursor: default;
    position: absolute;
    z-index: 9999999;
}

.ui-menu .ui-menu-item {
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 9999999;
}

    .ui-menu .ui-menu-item a {
        display: block;
        padding: 3px 3px 3px 3px;
        text-decoration: none;
        cursor: pointer;
        background-color: White;
    }

        .ui-menu .ui-menu-item a:hover {
            display: block;
            padding: 3px 3px 3px 3px;
            text-decoration: none;
            color: black;
            cursor: pointer;
            background-color: darkgray;
        }

.cart_total_inline {
    float: left;
    display: inline;
    padding: 0px 8px 2px 1px;
    z-index: 99999;
}

.cart_total_inline_right {
    float: right;
    display: inline;
    /*padding: 1px 1px 1px 1px;*/
    z-index: 99999;
}

.ui-widget-content a {
    color: #222222;
    background-color: transparent;
}

    .ui-widget-content a:hover {
        color: #222222;
        background-color: transparent;
    }

.ui-helper-hidden-accessible {
    position: absolute;
    left: -999em;
}

.label-search {
    color: black;
    font-size: 10px;
    line-height: 16px;
    font-family: Verdana, Tahoma, sans-serif;
    text-transform: capitalize;
    text-shadow: none;
    letter-spacing: normal;
}

.label-ita {
    font-style: italic;
    font-weight: 400;
    color: #444;
}

.label-eng {
    display: inline-block;
    font-weight: bold;
    color: darkblue;
}

.label-set {
    font-size: 6px;
    display: inline-block;
    width: 21px;
    height: 21px;
}

.webgrid-table {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    display: table;
    border-collapse: collapse;
    border: solid px #C5C5C5;
    background-color: white;
}

.webgrid-table-event {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    display: table;
    border-collapse: collapse;
    border: solid px #C5C5C5;
    background-color: transparent;
}

.webgrid-order-table {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
    display: table;
    border-collapse: collapse;
    border: solid px #C5C5C5;
    background-color: white;
}

.display-mode.R {
    color: #ddcc2e;
}

.display-mode.NC {
    color: darkgray;
}

.display-mode.S {
    color: darkgray;
}

.display-mode.C {
    color: black;
}

.display-mode.M {
    color: darkred;
}

.magicImage {
    float: left;
    margin: 3px 90px 0 3px;
    width: 200px;
    position: absolute;
    z-index: 20;
}

.webgrid-table, .webgrid-table-event td, th {
    border: 0 solid #C5C5C5;
    padding: 3px 7px 2px;
}



.webgrid-header {
    background-color: #BABD9A;
    color: White;
    text-align: left;
    text-decoration: none;
}

    .webgrid-header a:link, a:active, a:hover {
        color: White;
        text-align: left;
        text-decoration: none;
    }

.ajax-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    display: block;
}

#busydiv {
    height: 400px;
    position: relative;
}


.filterlink a:hover {
    color: #CA1C1E;
}

.filterlink a, a:link, a:visited, label {
    text-decoration: none;
    color: #2C599C;
    display: inline;
}

.event-title a {
    text-decoration: none;
    color: rgba(255,255,255, .8);
    display: inline;
}

e .visibile_True {
}

.father_True {
}

.father_False {
    font-size: 1.2em !important;
    font-weight: 400 !important;
}

.visibile_False {
    display: none;
    font-size: smaller;
}

.reserved_False {
    display: none;
}

[reserved_True]:before {
    /* needed - do not touch */
    content: attr(reserved_True);
    position: absolute;
    opacity: 0;
    /* customizable */
    transition: all 0.15s ease;
    padding: 10px;
    color: #333;
    border-radius: 10px;
    box-shadow: 2px 2px 1px silver;
}

[reserved_True]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    /* customizable */
    background: gray;
    margin-top: -50px;
    margin-left: 20px;
}

[reserved_True]:not([reserved_True-persistent]):before {
    pointer-events: none;
}


.AltScuro {
    background-color: #E3E3E3;
}

.AltChiaro {
    background-color: #F5F5F5;
}


.webgrid-footer {
}

.webgrid-row-style {
    padding: 3px 7px 2px;
}

.webgrid-alternating-row {
    /*background-color: #F5F5F5;*/
    padding: 3px 7px 2px;
}

.webgrid-order-alternating-row {
    background-color: #C5C5C5;
    padding: 3px 7px 2px;
}

.colHidden {
    display: none;
}

.col1Width {
    width: 50px;
}

.colcolWidth {
    width: 30px;
}

.colnameWidth {
    width: 300px;
}

.col2Width {
    width: 200px;
}

.col3Width {
    width: 40px;
}

.colquantitybuyed {
    width: 30px;
}

.sidebar {
    text-decoration: none;
    background-color: transparent;
    padding: 2px;
}

    .sidebar a:hover {
        background-color: transparent;
    }

.leftdiv {
    float: left;
    width: 600px;
    text-align: right;
    margin-left: 0px;
    margin-right: 10px;
    display: inline;
}

.eventdiv {
    width: 353px;
    height: 133px;
}

.eventcontainer {
}

#eventgrid {
    width: 300px;
    height: 500px;
    float: right;
}

.table-event {
    display: table;
}

.event-title {
    background-color: #4A0A32;
    display: inline-block;
    width: 262px;
    color: white;
    height: 20px;
    font-size: 14px;
}

.logosx {
    float: left;
    position: absolute;
    z-index: 999;
    left: 1100px;
    top: 8px;
}

.logodx {
    float: left;
    position: absolute;
    z-index: 999;
    left: 300px;
    top: 8px;
}

#panelshoppingcart {
    font-size: 13px;
    font-weight: 700;
    color: #000000;
    width: 90px;
}

.event-date {
    background-color: #4A0A32;
    display: inline-block;
    color: white;
    height: 20px;
    width: 72px;
    font-size: 14px;
}



.event-category-image {
    height: 100px;
    display: table-cell;
    background-color: transparent;
    vertical-align: top;
}

.event-description {
    width: 232px;
    background-color: transparent;
    display: table-cell;
    padding: 5px;
}

#SearchBox {
    padding-right: 5px;
}

.ui-spinner {
    background-color: transparent;
    width: 50px;
}

.ui-spinner-input:disabled {
    background-color: White !important;
}

input[type="file"] {
    width: 60px;
    display: inline;
}

input#SearchButton {
    box-shadow: rgba(0, 0, 0, 0.298039) 1px 1px 0px 0px;
    color: rgb(68, 68, 68);
    cursor: pointer;
    height: 24px;
    min-width: 70px;
    position: relative;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.701961) 0px 1px 1px;
    vertical-align: top;
    white-space: pre;
    width: 70px;
    align-items: flex-start;
    perspective-origin: 35px 12px;
    transform-origin: 35px 12px;
    background: rgba(0, 0, 0, 0) linear-gradient(rgb(254, 254, 254) 0%, rgb(240, 240, 240) 50%, rgb(230, 230, 230) 51%) repeat scroll 0% 0% / auto padding-box border-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0 3px 3px 0;
    font: normal normal bold normal 10px/normal Verdana, Tahoma, sans-serif;
    outline: rgb(68, 68, 68) none 0px;
    padding: 1px 6px;
    transition: all 0.3s ease 0s;
}
/*#INPUT_1*/
#promo_titolo {
    vertical-align: top;
    color: darkblue;
    width: 100%;
    padding: 5px 0px 5px 0px;
    font: bold 14px/14px arial;
    overflow: hidden;
    text-overflow: ellipsis;
  white-space: nowrap
}
#promo_titolo_dettagli {
    vertical-align: top;
    color: darkblue;
    width: 100%;
    padding: 5px 0px 5px 0px;
    font: bold 14px/14px arial;
   
}

#promo {
    vertical-align: top;
    width: 100%;
    perspective-origin: 80px 0px;
    transform-origin: 80px 0px;
    font: normal normal normal normal 12px/12px arial;
}
/*#DIV_1*/
.cart-button-up {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url('../Images/buttonplus.png') -1px -29px no-repeat;
    border: 0;
    margin-left: -3px;
    margin-bottom: 4px;
    vertical-align: bottom;
}

    .cart-button-up:hover {
        display: inline-block;
        width: 18px;
        height: 20px;
        background: url('../Images/buttonplus.png') -110px -29px no-repeat;
        border: 0;
        margin-left: -3px;
        margin-bottom: 4px;
        vertical-align: bottom;
    }

.cart-button-down {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url('../Images/buttonplus.png') -1px -92px no-repeat;
    border: 0;
    margin-left: -3px;
    margin-bottom: 4px;
    vertical-align: bottom;
}

    .cart-button-down:hover {
        display: inline-block;
        width: 18px;
        height: 20px;
        background: url('../Images/buttonplus.png') -110px -92px no-repeat;
        border: 0;
        margin-left: -3px;
        margin-bottom: 4px;
        vertical-align: bottom;
    }

.slidertitle {
    background-color: #4A0A32;
    display: -webkit-inline-box;
    width: 792px;
    margin: 17px 24px 1px;
    color: white;
    text-align: -webkit-center;
    font-weight: bold;
    height: 30px;
    font-size: large;
}

.promo_description {
    background-color: White;
    box-shadow: 5px 5px 10px #888888;
    float: left;
    margin: 0px 90px 0 0px;
    width: 230px;
    height: auto;
    position: absolute;
    z-index: 20;
    overflow: auto;
    max-height: 200px;
}

div#adminmenu {
    float: left;
    margin: 0;
    padding: 0;
}

    div#adminmenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    div#adminmenu li {
        width: 100px;
        float: left;
        margin: 0;
        padding: 0;
        color: black;
    }

div#ui-datepicker-div {
    display: none;
}

div#adminmenu a {
    display: block;
    color: darkblue;
    text-decoration: none;
}

div#adminmenu li ul {
    display: none;
}

div#adminmenu li:hover ul {
    display: block;
    position: absolute;
    z-index: 1;
    width: 150px;
    padding: 0;
    margin: 0 0 0 -1px;
    border: 1px solid black;
    background: white;
}

div#adminmenu a:hover {
    background-color: #000033;
    color: #FFFFFF;
    text-decoration: none;
}
/*.ui-spinner {
        background-color: white;
        width: 30px;
    }

    .ui-widget-content {
        border: none;
        color: transparent;
    }*/

.promo_description_button {
    float: right;
}

#promo_box {
    width: 220px;
}

.centeredimage {
    display: block;
    margin: auto auto;
}

#normal_price {
    vertical-align: top;
    font: bold 16px/16px Verdana;
    color: #d20e0e;
    text-decoration: line-through;
    padding: 10px 10px 10px 0px;
}

#promo_price {
    vertical-align: top;
    font: bold 16px/16px Verdana;
    color: #1C6800;
    padding: 10px 10px 10px 0px;
}
/*#SPAN_3*/
.promo_img {
    width: 200px;
    margin: 0 auto;
}

#promo_disp {
    color: black;
    float: left;
    text-align: right;
    vertical-align: top;
    width: 100%px;
    font: normal 12px/30px arial;
    margin: 0px 8px 0px 0px;
}
/*#DIV_6*/

#promo_qta {
    color: black;
    height: 31px;
    display: inline;
    text-align: right;
    vertical-align: top;
    width: 55px;
    font: normal 12px/30px arial;
}
/*#DIV_7*/

#promo_buyquantity {
    box-shadow: rgba(0, 0, 0, 0.270588) 0px 0px 4px 0px;
    box-sizing: content-box;
    color: rgb(85, 85, 85);
    height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    border: 1px solid rgb(244, 244, 244);
    font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    outline: rgb(85, 85, 85) none 0px;
    padding: 4px 6px;
}
/*#INPUT_8*/



.btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
    font-size: .875em;
}

.box {
    background-color: white;
}

.pagination {
    padding: 0px;
    margin-bottom: 20px;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

    .page:hover, .page.gradient:hover {
        background: #fefefe;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
        background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
    }

    .page.active {
        border: none;
        background: #616161;
        box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
        color: #f0f0f0;
        text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    }


.eventtitle {
    background-color: #4A0A32;
    display: -webkit-inline-box;
    width: 111%;
    color: white;
    text-align: -webkit-center;
    font-weight: bold;
    font-size: large;
}

.notifyjs-notifystyle-base {
    padding: 8px 15px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    white-space: nowrap;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 3px 7px;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
   
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    width: auto;
    font-family: 'Open Sans', Helvetica, sans-serif;
    background: #BABD9A;
    background: -moz-linear-gradient(top, #BABD9A 0%, #BABD9A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #BABD9A), color-stop(100%, #BABD9A));
    background: -webkit-linear-gradient(top, #BABD9A 0%, #BABD9A 100%);
    background: -o-linear-gradient(top, #BABD9A 0%, #BABD9A 100%);
    background: -ms-linear-gradient(top, #BABD9A 0%, #BABD9A 100%);
    background: linear-gradient(to bottom, #BABD9A 0%, #BABD9A 100%);
}

    #cssmenu > ul {
        background: url('images/bg.png');
        box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
    }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu > ul > li {
        float: left;
        display: inline-block;
    }

    #cssmenu.align-center > ul {
        float: none;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu > ul > li > a {
        padding: 18px 25px 21px 25px;
        border-right: 1px solid rgba(80, 80, 80, 0.12);
        text-decoration: none;
        font-size: 13px;
        font-weight: 700;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        #cssmenu > ul > li:hover > a,
        #cssmenu > ul > li > a:hover {
            background: rgba(0, 0, 0, 0.1);
        }

    #cssmenu > ul > li.active > a {
        /*color: #ffffff;
  background: #32a9c3;
  background: rgba(0, 0, 0, 0.1);*/
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 45px;
    }

        #cssmenu > ul > li.has-sub > a::after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-top-color: #000000;
            right: 17px;
            top: 22px;
        }

    #cssmenu > ul > li.has-sub.active > a::after,
    #cssmenu > ul > li.has-sub:hover > a {
        border-top-color: #ffffff;
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        top: 60px;
        padding-top: 6px;
        font-size: 13px;
        opacity: 0;
        -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
        -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
        -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
        -o-transition: top 0.2s ease, opacity 0.2s ease-in;
        transition: top 0.2s ease, opacity 0.2s ease-in;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu > ul > li > ul::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #ffffff;
        top: -4px;
        left: 20px;
    }

    #cssmenu.align-right > ul > li > ul::after {
        left: auto;
        right: 20px;
    }

    #cssmenu ul ul ul::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-right-color: #ffffff;
        top: 11px;
        left: -4px;
    }

    #cssmenu.align-right ul ul ul::after {
        border-right-color: transparent;
        border-left-color: #ffffff;
        left: auto;
        right: -4px;
    }

    #cssmenu > ul > li > ul {
        top: 120px;
    }

    #cssmenu > ul > li:hover > ul {
        top: 52px;
        left: 0;
        opacity: 1;
    }

    #cssmenu.align-right > ul > li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu ul ul ul {
        padding-top: 0;
        padding-left: 6px;
    }

    #cssmenu.align-right ul ul ul {
        padding-right: 6px;
    }

    #cssmenu ul ul > li:hover > ul {
        left: 180px;
        top: 0;
        opacity: 1;
    }

    #cssmenu.align-right ul ul > li:hover > ul {
        left: auto;
        right: 100%;
        opacity: 1;
    }

    #cssmenu ul ul li a {
        text-decoration: none;
        font-weight: 400;
        padding: 11px 25px;
        width: 180px;
        color: #777777;
        background: #ffffff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #333333;
    }

    #cssmenu ul ul li:first-child > a {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    #cssmenu ul ul li:last-child > a {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    #cssmenu > ul > li > ul::after {
        position: absolute;
        display: block;
    }

    #cssmenu ul ul li.has-sub > a::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-left-color: #777777;
        right: 17px;
        top: 14px;
    }

    #cssmenu.align-right ul ul li.has-sub > a::after {
        border-left-color: transparent;
        border-right-color: #777777;
        right: auto;
        left: 17px;
    }

    #cssmenu ul ul li.has-sub.active > a::after,
    #cssmenu ul ul li.has-sub:hover > a::after {
        border-left-color: #333333;
    }

    #cssmenu.align-right ul ul li.has-sub.active > a::after,
    #cssmenu.align-right ul ul li.has-sub:hover > a::after {
        border-right-color: #333333;
        border-left-color: transparent;
    }

@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        background: #39b1cc;
    }

        #cssmenu > ul {
            display: none;
        }

            #cssmenu > ul.open {
                display: block;
                border-top: 1px solid rgba(0, 0, 0, 0.1);
            }

        #cssmenu.align-right > ul {
            float: none;
        }

        #cssmenu.align-center > ul {
            text-align: left;
        }

        #cssmenu > ul > li,
        #cssmenu.align-right > ul > li {
            float: none;
            display: block;
        }

            #cssmenu > ul > li > a {
                padding: 18px 25px 18px 25px;
                border-right: 0;
            }

            #cssmenu > ul > li:hover > a,
            #cssmenu > ul > li.active > a {
                background: rgba(0, 0, 0, 0.1);
            }

        #cssmenu #menu-button {
            display: block;
            text-decoration: none;
            font-size: 13px;
            font-weight: 700;
            color: #000000;
            padding: 18px 25px 18px 25px;
            text-transform: uppercase;
            letter-spacing: 1px;
            background: url('images/bg.png');
            cursor: pointer;
        }

        #cssmenu ul ul,
        #cssmenu ul li:hover > ul,
        #cssmenu > ul > li > ul,
        #cssmenu ul ul ul,
        #cssmenu ul ul li:hover > ul,
        #cssmenu.align-right ul ul,
        #cssmenu.align-right ul li:hover > ul,
        #cssmenu.align-right > ul > li > ul,
        #cssmenu.align-right ul ul ul,
        #cssmenu.align-right ul ul li:hover > ul {
            left: 0;
            right: auto;
            top: auto;
            opacity: 1;
            width: 100%;
            padding: 0;
            position: relative;
            text-align: left;
        }

            #cssmenu ul ul li {
                width: 100%;
            }

                #cssmenu ul ul li a {
                    width: 100%;
                    box-shadow: none;
                    padding-left: 35px;
                }

            #cssmenu ul ul ul li a {
                padding-left: 45px;
            }

            #cssmenu ul ul li:first-child > a,
            #cssmenu ul ul li:last-child > a {
                border-radius: 0;
            }

        #cssmenu #menu-button::after {
            display: block;
            content: '';
            position: absolute;
            height: 3px;
            width: 22px;
            border-top: 2px solid #000000;
            border-bottom: 2px solid #000000;
            right: 25px;
            top: 18px;
        }

        #cssmenu #menu-button::before {
            display: block;
            content: '';
            position: absolute;
            height: 3px;
            width: 22px;
            border-top: 2px solid #000000;
            right: 25px;
            top: 28px;
        }

        #cssmenu > ul > li.has-sub > a::after,
        #cssmenu ul ul li.has-sub > a::after {
            display: none;
        }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/
.slide {
padding: 4px;
background-color: #e3d7c7;
border: solid 1px #cbb89e;
margin: 11px;
}

.bx-wrapper {
    position: relative;
    margin: 0 30px 60px;
    padding: 0;
    *zoom: 1;
    max-width: 780px !IMPORTANT;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    /** THEME
===================================*/

    .bx-wrapper .bx-viewport {
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        left: -5px;
        background: #fff;
        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    /* LOADER */

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url("../Images/bx_loader.gif") center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url("../Images/controltras.png") no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url("../Images/controltras.png") no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: -9%;
        margin-top: 0px;
        margin-left: -24px;
        margin-right: -29px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    /* AUTO CONTROLS (START / STOP) */

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url("../Images/controls.png") -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url("../Images/controls.png") -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }

div.jHtmlArea { display: block; overflow: hidden; border: solid 1px #aaa; }

    div.jHtmlArea iframe, div.jHtmlArea textarea {
        border: none;
    }


div.jHtmlArea div { display: inline-block; padding: 0px; margin: 0px; }
div.jHtmlArea .ToolBar { display: inline-block; background: #fbfbfb; border-bottom: solid 1px #aaa; }
div.jHtmlArea .ToolBar ul { border: solid 1px #ccc; margin: 1px; padding: 1px; float: left; background: #fff url(../Images/jHtmlArea_Toolbar_Group_BG.png) repeat-x;}
div.jHtmlArea .ToolBar ul li { list-style-type: none; float: left; border: none; padding: 1px; margin: 1px; }
div.jHtmlArea .ToolBar ul li:hover { border: solid 1px #ccc; background: #ddd url(../Images/jHtmlArea_Toolbar_Group__Btn_Select_BG.png); padding: 0; }
div.jHtmlArea .ToolBar ul li a { display: block; width: 16px; height: 16px; background: url(../Images/jHtmlArea.png) no-repeat -16px -500px; border: none; cursor: pointer; padding: 0px; }
div.jHtmlArea .ToolBar ul li a.highlighted { border: solid 1px #aaa; background-color: #bbb; padding: 0; }
div.jHtmlArea .ToolBar ul li.separator {height: 16px; margin: 0 2px 0 3px; border-left: 1px solid #ccc;}
div.jHtmlArea .ToolBar ul li.separator:hover { padding: 1px; background-color: #fff; border-top:none; border-bottom:none; border-right:none;}

div.jHtmlArea .ToolBar ul li a:hover { }
div.jHtmlArea .ToolBar ul li a.bold { background-position: 0 0; }
div.jHtmlArea .ToolBar ul li a.italic { background-position: -16px 0; }
div.jHtmlArea .ToolBar ul li a.underline { background-position: -32px 0; }
div.jHtmlArea .ToolBar ul li a.strikethrough { background-position: -48px 0; }
div.jHtmlArea .ToolBar ul li a.link { background-position: -64px 0; }
div.jHtmlArea .ToolBar ul li a.unlink { background-position: -80px 0; }
div.jHtmlArea .ToolBar ul li a.orderedlist { background-position: -96px 0; }
div.jHtmlArea .ToolBar ul li a.unorderedlist { background-position: -112px 0; }
div.jHtmlArea .ToolBar ul li a.image { background-position: -128px 0; }
div.jHtmlArea .ToolBar ul li a.cut { background-position: -144px 0; }
div.jHtmlArea .ToolBar ul li a.copy { background-position: -160px 0; }
div.jHtmlArea .ToolBar ul li a.paste { background-position: -176px 0; }

div.jHtmlArea .ToolBar ul li a.html { background-position: -192px 0; opacity:0.6; filter:alpha(opacity=60);}
div.jHtmlArea .ToolBar ul li a.html.highlighted { opacity:1.0; filter:alpha(opacity=100);}

div.jHtmlArea .ToolBar ul li a.h1 { background-position: 0 -16px;}
div.jHtmlArea .ToolBar ul li a.h2 { background-position: -16px -16px;}
div.jHtmlArea .ToolBar ul li a.h3 { background-position: -32px -16px;}
div.jHtmlArea .ToolBar ul li a.h4 { background-position: -48px -16px;}
div.jHtmlArea .ToolBar ul li a.h5 { background-position: -64px -16px;}
div.jHtmlArea .ToolBar ul li a.h6 { background-position: -80px -16px;}
div.jHtmlArea .ToolBar ul li a.subscript   { background-position: -96px -16px;}
div.jHtmlArea .ToolBar ul li a.superscript { background-position: -112px -16px;}
div.jHtmlArea .ToolBar ul li a.indent { background-position: -128px -16px;}
div.jHtmlArea .ToolBar ul li a.outdent { background-position: -144px -16px;}
div.jHtmlArea .ToolBar ul li a.horizontalrule { background-position: -160px -16px;}
div.jHtmlArea .ToolBar ul li a.p { background-position: -176px -16px;}


div.jHtmlArea .ToolBar ul li a.justifyleft { background-position: 0 -32px;}
div.jHtmlArea .ToolBar ul li a.justifycenter { background-position: -16px -32px;}
div.jHtmlArea .ToolBar ul li a.justifyright { background-position: -32px -32px;}
div.jHtmlArea .ToolBar ul li a.increasefontsize { background-position: -48px -32px;}
div.jHtmlArea .ToolBar ul li a.decreasefontsize { background-position: -64px -32px;}
div.jHtmlArea .ToolBar ul li a.forecolor { background-position: -80px -32px;}
