.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default!important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0;
        font-weight: normal;
    }

        .ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
            font-weight: normal;
            margin: -1px;
        }

    .ui-menu .ui-state-disabled {
        font-weight: normal;
        margin: .4em 0 .2em;
        line-height: 1.5;
    }

        .ui-menu .ui-state-disabled a {
            cursor: default;
        }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("images/animated-overlay.gif");
        height: 100%;
        filter: alpha(opacity=25);
        opacity: .25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222;
}

    .ui-widget-content a {
        color: #222;
    }

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #555;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #999;
        background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #aaa;
        background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
        color: #363636;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
        color: #cd0a0a;
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #cd0a0a;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #cd0a0a;
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        box-shadow: 0 10px 25px rgba(0,0,0,.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important;
}

.fancybox-lock {
    overflow: hidden!important;
    width: auto;
}

    .fancybox-lock body {
        overflow: hidden!important;
    }

.fancybox-lock-test {
    overflow-y: hidden!important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0,0,0,.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px;
    }

        #fancybox-loading div {
            background-image: url('fancybox_loading@2x.gif');
            background-size: 24px 24px;
        }
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

    #fancybox-buttons.top {
        top: 10px;
    }

    #fancybox-buttons.bottom {
        bottom: 10px;
    }

    #fancybox-buttons ul {
        display: block;
        width: 166px;
        height: 30px;
        margin: 0 auto;
        padding: 0;
        list-style: none;
        border: 1px solid #111;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
        -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
        background: #323232;
        background: -moz-linear-gradient(top,#444 0%,#343434 50%,#292929 50%,#333 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#444),color-stop(50%,#343434),color-stop(50%,#292929),color-stop(100%,#333));
        background: -webkit-linear-gradient(top,#444 0%,#343434 50%,#292929 50%,#333 100%);
        background: -o-linear-gradient(top,#444 0%,#343434 50%,#292929 50%,#333 100%);
        background: -ms-linear-gradient(top,#444 0%,#343434 50%,#292929 50%,#333 100%);
        background: linear-gradient(top,#444 0%,#343434 50%,#292929 50%,#333 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#222222',GradientType=0);
    }

        #fancybox-buttons ul li {
            float: left;
            margin: 0;
            padding: 0;
        }

    #fancybox-buttons a {
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background-color: transparent;
        background-image: url('fancybox_buttons.png');
        background-repeat: no-repeat;
        outline: none;
        opacity: .8;
    }

        #fancybox-buttons a:hover {
            opacity: 1;
        }

        #fancybox-buttons a.btnPrev {
            background-position: 5px 0;
        }

        #fancybox-buttons a.btnNext {
            background-position: -33px 0;
            border-right: 1px solid #3e3e3e;
        }

        #fancybox-buttons a.btnPlay {
            background-position: 0 -30px;
        }

        #fancybox-buttons a.btnPlayOn {
            background-position: -30px -30px;
        }

        #fancybox-buttons a.btnToggle {
            background-position: 3px -60px;
            border-left: 1px solid #111;
            border-right: 1px solid #3e3e3e;
            width: 35px;
        }

        #fancybox-buttons a.btnToggleOn {
            background-position: -27px -60px;
        }

        #fancybox-buttons a.btnClose {
            border-left: 1px solid #111;
            width: 35px;
            background-position: -56px 0;
        }

        #fancybox-buttons a.btnDisabled {
            opacity: .4;
            cursor: default;
        }

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

    #fancybox-thumbs.bottom {
        bottom: 2px;
    }

    #fancybox-thumbs.top {
        top: 2px;
    }

    #fancybox-thumbs ul {
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #fancybox-thumbs ul li {
            float: left;
            padding: 1px;
            opacity: .5;
        }

            #fancybox-thumbs ul li.active {
                opacity: .75;
                padding: 0;
                border: 1px solid #fff;
            }

            #fancybox-thumbs ul li:hover {
                opacity: 1;
            }

            #fancybox-thumbs ul li a {
                display: block;
                position: relative;
                overflow: hidden;
                border: 1px solid #222;
                background: #111;
                outline: none;
            }

            #fancybox-thumbs ul li img {
                display: block;
                position: relative;
                border: 0;
                padding: 0;
                max-width: none;
            }

.win-top, .win-logo, .win-nav, .win-crumb, .win-mid, .win-main, .win-foot, .win-foot-2 {
    width: 100%;
}

.win-top-content, .win-logo-content, .win-nav-content, .win-crumb-content, .win-mid-content, .win-main-content, .win-foot-content, .win-foot2-content {
    margin-right: auto;
    margin-left: auto;
    width: 996px;
    vertical-align: top;
    position: relative;
}

.win-top {
    background-color: #fff;
}

.win-top, .win-top-content {
}

.win-top-content {
    z-index: 6;
}

.win-logo {
    background-color: #fff;
}

.win-logo, .win-logo-content {
}

.win-logo-content {
    z-index: 5;
}

.win-nav {
}

.win-nav, .win-nav-content {
}

.win-nav-content {
    z-index: 4;
}

.win-crumb, .win-crumb-content {
}

.win-crumb {
}

    .win-crumb .win-crumb-content > a {
        color: #599096;
        margin: 3px;
        font-size: .8em;
        height: 28px!important;
        line-height: 28px!important;
    }

    .win-crumb .win-crumb-content > span {
        color: #333;
        font-size: .8em;
        margin: 3px;
        font-weight: bold;
        height: 28px!important;
        line-height: 28px!important;
    }

.win-crumb-content {
    z-index: 3;
}

.win-main, .win-mid {
}

.win-main-content, .win-mid-content {
    background-color: #fff;
    z-index: 2;
}

    .win-main-content > div {
        display: table;
        width: 100%;
    }

        .win-main-content > div > ul {
            display: table-row;
        }

            .win-main-content > div > ul > li {
                display: table-cell;
                vertical-align: top;
            }

.win-left-content {
    width: 300px;
    vertical-align: top;
    text-align: left;
    overflow-x: hidden;
}

.win-right-content {
    vertical-align: top;
    text-align: left;
    overflow-x: hidden;
}

.win-foot {
}

.win-foot-content {
    font-size: .9em;
    line-height: 1.9em;
    padding: 5px 0;
}

    .win-foot-content h5 {
        color: #fff;
        cursor: pointer;
    }

    .win-foot-content a, .win-foot-content a:visited {
        color: #ccc;
        text-decoration: none;
        margin-left: 5px;
    }

        .win-foot-content a:hover, .win-foot-content a:visited:hover {
            color: #599096;
        }

    .win-foot-content .win-content {
        margin-left: 15px;
    }

.win-foot2 {
    padding: 5px 0;
    min-height: 50px;
}

    .win-foot2 i {
        color: #e2e2e1;
    }

@media only screen and (min-width:481px) and (max-width:800px) {
    .win-top-content, .win-logo-content, .win-nav-content, .win-crumb-content, .win-mid-content, .win-main-content, .win-foot-content, .win-foot2-content {
        margin: 0 1%;
        width: 98%;
    }

    .win-nav, .win-nav-content {
        height: auto;
    }

    .win-left-content {
        width: 200px;
    }
}

@media only screen and (max-width:480px) {
    .win-top-content, .win-logo-content, .win-nav-content, .win-crumb-content, .win-mid-content, .win-main-content, .win-foot-content, .win-foot2-content {
        margin: 0 1%;
        width: 98%;
    }

    .win-top, .win-top-content {
        height: auto;
    }

    .win-logo, .win-logo-content {
        height: auto;
    }

    .win-nav, .win-nav-content {
        height: auto;
    }

    .win-main-content > div {
        display: block;
        width: auto;
    }

        .win-main-content > div > ul {
            list-style: none;
            display: block;
            margin: 0;
            padding: 0;
            overflow: hidden;
            height: auto;
        }

            .win-main-content > div > ul > li {
                display: block;
                vertical-align: top;
            }

    .win-left-content {
        width: 100%;
    }

    .win-right-content {
        width: 100%;
    }
}

.hr {
    border-top: 1px solid #599096;
}

.h1 {
    color: #599096;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #599096;
    padding: 5px;
    background-color: #eee;
    font-size: 2.1em;
}

.h2 {
    padding: 5px;
    color: #666;
    font-size: 1.7em;
}

.h3 {
    background-color: #eee;
    color: #222;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px;
}

.h4 {
    padding: 2px;
    font-size: 1.1em;
}

.h5 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #599096;
    font-size: 1.1em;
    text-transform: capitalize;
    padding: 2px;
    margin: 0;
}

.blockMsg {
    background: none!important;
    border: none;
}

.loader {
    margin: 0 auto;
    padding: 5px;
    background-color: #fff;
    width: 31px;
    height: 31px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .loader > div {
        width: 31px;
        height: 31px;
        -ms-zoom: 1;
        zoom: 1;
        background: #fff url(images/ajax-loader.gif) no-repeat center center;
    }

.fancybox-close {
    margin: 20px 20px 0 0;
}

.ui-datepicker {
    font-size: .8em;
}

.win-control {
    height: 33px!important;
    width: auto;
    font-size: 92%;
    line-height: 33px!important;
    overflow: hidden!important;
    text-decoration: none!important;
    cursor: auto;
    color: #222;
    border: 1px solid transparent;
}

    .win-control input[type=text], .win-control input[type=search], .win-control input[type=password], .win-control input[type=email], .win-control input[type=phone], .win-control input[type=tel] {
        height: 100%!important;
        -moz-box-sizing: content-box!important;
        -webkit-box-sizing: content-box!important;
        box-sizing: border-box!important;
        -moz-border-radius: 0!important;
        -webkit-border-radius: 0!important;
        -khtml-border-radius: 0!important;
        border-radius: 0!important;
        width: 100%!important;
        border: none!important;
        display: block!important;
        outline: none!important;
        background: #fff;
        padding: 0 5px!important;
    }

    .win-control select, .win-control button, .win-control input[type=button], .win-control input[type=reset], .win-control input[type=submit], .win-control input[type=file] {
        height: 100%!important;
        width: 100%!important;
        border: none!important;
        display: block!important;
        outline: none!important;
        background: #fff;
        -moz-border-radius: 0!important;
        -webkit-border-radius: 0!important;
        border-radius: 0!important;
        cursor: pointer!important;
    }

    .win-control input[type=file] {
        cursor: pointer;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-filter: blur(0);
        filter: alpha(opacity=0);
    }

    .win-control select[multiple='multiple'] {
        height: auto!important;
        width: 100%;
        border: none!important;
        display: block!important;
        outline: none!important;
        background: #fff;
        -moz-border-radius: 0!important;
        -webkit-border-radius: 0!important;
        border-radius: 0!important;
    }

    .win-control textarea {
        height: 100%!important;
        min-height: 50px;
        width: 100%;
        border: none!important;
        display: block!important;
        outline: none!important;
        background: #fff;
        -moz-border-radius: 0!important;
        -webkit-border-radius: 0!important;
        border-radius: 0!important;
        padding: 0 5px!important;
    }

    .win-control span, .win-control i {
        display: inline-block!important;
        height: 33px!important;
        line-height: 33px!important;
    }

    .win-control label {
        height: 100%!important;
        display: block!important;
        line-height: 33px!important;
        border: none;
        outline: none;
        overflow: hidden!important;
        text-align: left;
    }

    .win-control a {
        height: 100%!important;
        text-decoration: none!important;
        cursor: pointer!important;
        text-align: center;
        display: block!important;
        color: #222;
        overflow: hidden!important;
        border: none;
        outline: none;
        line-height: 33px!important;
    }

        .win-control a:hover {
            text-decoration: none;
            outline: none!important;
        }

    .win-control .win-icon-n {
        height: auto!important;
    }

    .win-control .win-file-label {
        height: 33px!important;
    }

.win-file-label {
    position: absolute;
    margin: 0;
    padding: 0 0 0 10px;
    width: auto;
}

.win-border {
    border: 1px solid #ccc;
}

    .win-border:focus, .win-border:hover, .win-border:active {
        border-color: #64bad1;
        background-color: #edf7fa;
    }

        .win-border:focus input[type=text], .win-border:hover input[type=text], .win-border:active input[type=text], .win-border:focus input[type=search], .win-border:hover input[type=search], .win-border:active input[type=search], .win-border:focus input[type=password], .win-border:hover input[type=password], .win-border:active input[type=password], .win-border:focus input[type=email], .win-border:hover input[type=email], .win-border:active input[type=email], .win-border:focus input[type=phone], .win-border:hover input[type=phone], .win-border:active input[type=phone], .win-border:focus input[type=tel], .win-border:hover input[type=tel], .win-border:active input[type=tel], .win-border:focus textarea, .win-border:hover textarea, .win-border:active textarea, .win-border:focus select, .win-border:hover select, .win-border:active select {
            background-color: #edf7fa!important;
        }

.win-shadow {
    -moz-box-shadow: 0 0 3px #888!important;
    -webkit-box-shadow: 0 0 3px #888!important;
    box-shadow: 0 0 3px #888!important;
}

.win-shadow-2 input, .win-shadow-b input, .win-shadow-2 textarea, .win-shadow-b textarea, .win-shadow-2 select, .win-shadow-b select {
    -moz-box-shadow: 0 1px 3px #ddd inset!important;
    -webkit-box-shadow: 0 1px 3px #ddd!important;
    box-shadow: 0 1px 3px #ddd inset!important;
}

.win-autocomplete-page {
    background: #fff;
}

    .win-autocomplete-page .win-autocomplete-items {
        background-color: #fff;
    }

    .win-autocomplete-page p {
        padding: 2px;
    }

        .win-autocomplete-page p:hover {
            background-color: #eee;
        }

.win-texteditor {
    border: 1px solid #ccc;
    overflow: hidden!important;
    background: #fff!important;
}

    .win-texteditor:focus, .win-texteditor:hover {
        border-color: #64bad1!important;
        background-color: #edf7fa!important;
    }

        .win-texteditor:focus body, .win-texteditor:hover body {
            background-color: #edf7fa!important;
        }

.win-ssn input {
    text-align: center!important;
}

.win-phone input {
    text-align: center!important;
}

.win-price input {
    text-align: right;
}

.win-time2 {
    height: 33px!important;
    width: 150px;
    border: 1px solid #ccc;
    line-height: 33px!important;
    overflow: hidden!important;
    background: #fff!important;
}

    .win-time2 select {
        height: 33px!important;
        width: 50px;
        border: none!important;
        outline: none!important;
        background: #fff!important;
        -moz-border-radius: 0!important;
        -webkit-border-radius: 0!important;
        border-radius: 0!important;
    }

    .win-time2:focus, .win-time2:hover {
        border-color: #64bad1!important;
        background-color: #edf7fa!important;
    }

        .win-time2:focus select, .win-time2:hover select {
            background-color: #edf7fa!important;
        }

.win-date-time2 {
    height: 33px!important;
    width: 150px;
    border: 1px solid #ccc;
    line-height: 33px!important;
    overflow: hidden!important;
    background: #fff!important;
}

    .win-date-time2 select {
        height: 33px!important;
        width: 50px;
        border: none!important;
        outline: none!important;
        background: #fff!important;
        -moz-border-radius: 0!important;
        -webkit-border-radius: 0!important;
        border-radius: 0!important;
    }

    .win-date-time2:focus, .win-date-time2:hover {
        border-color: #64bad1!important;
        background-color: #edf7fa!important;
    }

        .win-date-time2:focus select, .win-date-time2:hover select {
            background-color: #edf7fa!important;
        }

.win-icon-no, .win-icon, .win-icon-n {
    background-color: red!important;
    padding: 3px 10px 3px 7px!important;
    color: #fff!important;
    font-size: .9em;
    font-weight: bold;
    position: absolute;
    border: 1px solid red!important;
    -moz-border-radius: 1.2em;
    -webkit-border-radius: 1.2em;
    border-radius: 1.2em;
    height: auto!important;
    line-height: 100%;
    font-style: normal!important;
    margin-top: -10px;
    font-family: Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    cursor: pointer;
}

.win-control-focus, .win-txt-focus, .txt-focus {
    border-color: #64bad1!important;
    background-color: #edf7fa!important;
}

    .win-control-focus input[type=text], .win-txt-focus input[type=text], .txt-focus input[type=text], .win-control-focus input[type=search], .win-txt-focus input[type=search], .txt-focus input[type=search], .win-control-focus input[type=password], .win-txt-focus input[type=password], .txt-focus input[type=password], .win-control-focus input[type=email], .win-txt-focus input[type=email], .txt-focus input[type=email], .win-control-focus input[type=phone], .win-txt-focus input[type=phone], .txt-focus input[type=phone], .win-control-focus input[type=tel], .win-txt-focus input[type=tel], .txt-focus input[type=tel], .win-control-focus textarea, .win-txt-focus textarea, .txt-focus textarea, .win-control-focus select, .win-txt-focus select, .txt-focus select {
        background-color: #edf7fa!important;
    }

.win-btn-silver, .btn-silver {
    color: #222;
    border-color: #cecece;
    background-image: -webkit-linear-gradient(top,#f9f9f9,#f0f0f0);
    background-image: -moz-linear-gradient(top,#f9f9f9,#f0f0f0);
    background-image: -o-linear-gradient(top,#f9f9f9,#f0f0f0);
    background-image: -ms-linear-gradient(top,#f9f9f9,#f0f0f0);
    background-image: linear-gradient(top,#f9f9f9,#f0f0f0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f9f9f9',EndColorStr='#f0f0f0');
    -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.06);
    -moz-box-shadow: inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.06);
    box-shadow: inset 0 1px 0 #fff,0 1px 2px rgba(0,0,0,.06);
}

    .win-btn-silver *, .btn-silver * {
        background: none!important;
        color: #222;
    }

    .win-btn-silver:focus, .btn-silver:focus, .win-btn-silver:hover, .btn-silver:hover, .win-btn-silver:active, .btn-silver:active {
        border-color: #64bad1;
    }

.win-btn-ltgray, .btn-ltgray {
    color: #555;
    border: 1px solid #cfd2d2!important;
    background-color: #f5f4f4!important;
    background: -webkit-gradient(linear,left top,left bottom,from(#f5f4f4),to(#d7d8d8));
    background: -moz-linear-gradient(center top,#f5f4f4,#d7d8d8);
    -webkit-box-shadow: inset 0 0 0 #fff,0 1px 2px rgba(0,0,0,.06);
    -moz-box-shadow: inset 0 0 0 #fff,0 1px 2px rgba(0,0,0,.06);
    box-shadow: inset 0 0 0 #fff,0 1px 2px rgba(0,0,0,.06);
}

    .win-btn-ltgray *, .btn-ltgray * {
        background: none!important;
        color: #555;
    }

    .win-btn-ltgray:focus, .btn-ltgray:focus, .win-btn-ltgray:hover, .btn-ltgray:hover, .win-btn-ltgray:active, .btn-ltgray:active, .win-btn-ltgray.win-border:hover, .btn-ltgray.win-border:hover, .win-btn-ltgray.win-control-focus:focus, .btn-ltgray.win-control-focus:focus {
        border: 1px solid #64bad1!important;
        background-color: #cfd2d2!important;
        background: -webkit-gradient(linear,left top,left bottom,from(#d8d9d9),to(#d7d8d8));
        background: -moz-linear-gradient(center top,#d8d9d9,#d7d8d8);
        -webkit-box-shadow: inset 0 0 0 #fff,0 1px 2px rgba(0,0,0,.06);
        -moz-box-shadow: inset 0 0 0 #fff,0 1px 2px rgba(0,0,0,.06);
        box-shadow: inset 0 0 0 #fff,0 1px 2px rgba(0,0,0,.06);
    }

.win-btn-gray, .btn-gray {
    color: #fff;
    border-color: #5e6869;
    background: #8f9293;
    background: -webkit-gradient(linear,left top,left bottom,from(#8f9293),to(#5e6869));
    background: -moz-linear-gradient(center top,#8f9293,#5e6869);
    -webkit-box-shadow: inset 0 0 0 #8f9293,0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 0 0 #8f9293,0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 0 0 #8f9293,0 1px 2px rgba(0,0,0,.1);
}

    .win-btn-gray *, .btn-gray * {
        background: none!important;
        color: #fff!important;
    }

    .win-btn-gray:active, .btn-gray:active {
        background: #5e6869;
        background: -webkit-gradient(linear,left top,left bottom,from(#cfcfd1),to(#a09f9f));
        background: -moz-linear-gradient(top,#cfcfd1,#a09f9f);
    }

    .win-btn-gray:focus, .btn-gray:focus, .win-btn-gray:hover, .btn-gray:hover, .win-btn-gray.win-border:hover, .btn-gray.win-border:hover, .win-btn-gray.win-control-focus:focus, .btn-gray.win-control-focus:focus {
        border: 1px solid #64bad1!important;
        background-color: #5e6869!important;
        background: -webkit-gradient(linear,left top,left bottom,from(#5e6869),to(#a09f9f));
        background: -moz-linear-gradient(center top,#5e6869,#a09f9f);
        -webkit-box-shadow: inset 0 0 0 #fff,0 1px 2px rgba(0,0,0,.06);
        -moz-box-shadow: inset 0 0 0 #fff,0 1px 2px rgba(0,0,0,.06);
        box-shadow: inset 0 0 0 #fff,0 1px 2px rgba(0,0,0,.06);
    }

.win-btn-blue, .btn-blue {
    color: #fff!important;
    border: 1px solid #5880ae!important;
    background-color: #698eb7!important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#698eb7),to(#2c5c96));
    background-image: -moz-linear-gradient(top,#698eb7,#2c5c96);
    background-image: linear-gradient(top,#698eb7 0%,#2c5c96 100%);
    -webkit-box-shadow: inset 0 1px 0 #5880ae,0 1px 2px rgba(0,0,0,.06);
    -moz-box-shadow: inset 0 1px 0 #5880ae,0 1px 2px rgba(0,0,0,.06);
    box-shadow: inset 0 1px 0 #5880ae,0 1px 2px rgba(0,0,0,.06);
}

    .win-btn-blue *, .btn-blue * {
        background: none!important;
        color: #fff!important;
    }

    .win-btn-blue:active, .btn-blue:active {
        color: #fff;
        color: #80bed6;
        background: -webkit-gradient(linear,left top,left bottom,from(#0078a5),to(#00adee));
        background: -moz-linear-gradient(top,#0078a5,#00adee);
    }

    .win-btn-blue:focus, .btn-blue:focus, .win-btn-blue:hover, .btn-blue:hover, .win-btn-blue.win-border:hover, .btn-blue.win-border:hover, .win-btn-blue.win-control-focus:focus, .btn-blue.win-control-focus:focus {
        border: 1px solid #64bad1!important;
        background-color: #007ead!important;
        background: -webkit-gradient(linear,left top,left bottom,from(#567aa3),to(#1f4c82));
        background: -moz-linear-gradient(center top,#567aa3,#1f4c82);
        -webkit-box-shadow: inset 0 0 0 #fff,0 1px 2px rgba(0,0,0,.06);
        -moz-box-shadow: inset 0 0 0 #fff,0 1px 2px rgba(0,0,0,.06);
        box-shadow: inset 0 0 0 #fff,0 1px 2px rgba(0,0,0,.06);
    }

.win-btn-round, .btn-round, .win-round, .win-corner {
    -moz-border-radius: .3em .3em .3em .3em;
    -webkit-border-radius: .3em .3em .3em .3em;
    border-radius: .3em .3em .3em .3em;
}

.win-round-top, .win-corner-top {
    -moz-border-radius: .3em .3em 0 0;
    -webkit-border-radius: .3em .3em 0 0;
    border-radius: .3em .3em 0 0;
}

.win-round-bottom, .win-corner-bottom {
    -moz-border-radius: 0 0 .3em .3em;
    -webkit-border-radius: 0 0 .3em .3em;
    border-radius: 0 0 .3em .3em;
}

.win-control-height {
    height: 33px!important;
    line-height: 33px!important;
    overflow: hidden!important;
}

    .win-control-height > a, .win-control-height > label, .win-control-height > * {
        line-height: 33px!important;
    }

.win-control-height-28px {
    height: 28px!important;
    line-height: 28px!important;
    overflow: hidden;
}

    .win-control-height-28px > a, .win-control-height-28px > label {
        line-height: 28px!important;
    }

.win-control-height-30px {
    height: 30px!important;
    line-height: 30px!important;
    overflow: hidden;
}

    .win-control-height-30px > a, .win-control-height-30px > label {
        line-height: 30px!important;
    }

.win-control-height-35px {
    height: 35px!important;
    line-height: 35px!important;
    overflow: hidden;
}

    .win-control-height-35px > a, .win-control-height-35px > label {
        line-height: 35px!important;
    }

.win-control-height-40px {
    height: 40px!important;
    line-height: 40px!important;
    overflow: hidden;
}

    .win-control-height-40px > a, .win-control-height-40px > label {
        line-height: 40px!important;
    }

.win-control-height-50px {
    height: 50px!important;
    line-height: 50px!important;
    overflow: hidden;
}

    .win-control-height-50px > a, .win-control-height-50px > label {
        line-height: 50px!important;
    }

.win-control-height-60px {
    height: 60px!important;
    line-height: 60px!important;
    overflow: hidden;
}

    .win-control-height-60px > a, .win-control-height-60px > label {
        line-height: 60px!important;
    }

.win-control-height-70px {
    height: 70px!important;
    line-height: 70px!important;
    overflow: hidden;
}

    .win-control-height-70px > a, .win-control-height-70px > label {
        line-height: 70px!important;
    }

.win-btn-h28px, .btn-h28px, .w-h28px, .win-control-h28px, .win-btn-height-28px {
    height: 28px!important;
    line-height: 28px!important;
    overflow: hidden;
}

    .win-btn-h28px a, .btn-h28px a, .w-h28px a, .win-control-h28px a, .win-btn-height-28px a {
        line-height: 28px!important;
    }

.win-btn-h30px, .btn-h30px, .w-h30px, .win-control-h30px {
    height: 30px!important;
    line-height: 30px!important;
    overflow: hidden;
}

    .win-btn-h30px a, .btn-h30px a, .w-h30px a, .win-control-h30px a {
        line-height: 30px!important;
    }

.win-btn-h35px, .btn-h35px, .w-h35px, .win-control-h35px {
    height: 35px!important;
    line-height: 35px!important;
    overflow: hidden;
}

    .win-btn-h35px a, .btn-h35px a, .w-h35px a, .win-control-h35px a {
        line-height: 35px!important;
    }

.win-btn-h40px, .btn-h40px, .w-h40px, .win-control-h40px {
    height: 40px!important;
    line-height: 40px!important;
    overflow: hidden;
}

    .win-btn-h40px a, .btn-h40px a, .w-h40px a, .win-control-h40px a {
        line-height: 40px!important;
    }

.win-btn-h50px, .btn-h50px, .w-h50px {
    height: 50px!important;
    line-height: 50px!important;
    overflow: hidden;
}

    .win-btn-h50px a, .btn-h50px a, .w-h50px a {
        line-height: 50px!important;
    }

.win-btn-h60px, .btn-h60px, .w-h60px {
    height: 60px!important;
    line-height: 60px!important;
    overflow: hidden;
}

    .win-btn-h60px a, .btn-h60px a, .w-h60px a {
        line-height: 60px!important;
    }

.win-btn-h70px, .btn-h70px, .w-h70px {
    height: 70px!important;
    line-height: 70px!important;
    overflow: hidden;
}

    .win-btn-h70px a, .btn-h70px a, .w-h70px a {
        line-height: 70px!important;
    }

.win-btn-h100px, .btn-h100px, .w-h100px {
    height: 100px!important;
    line-height: 100px!important;
    overflow: hidden;
}

    .win-btn-h100px a, .btn-h100px a, .w-h100px a {
        line-height: 100px!important;
    }

.win-link-height-28px, .win-link-h-28px {
    height: 28px!important;
    line-height: 28px!important;
    overflow: hidden;
}

    .win-link-height-28px *, .win-link-h-28px * {
        line-height: 28px!important;
    }

.win-link-height {
    height: 33px!important;
    line-height: 33px!important;
    overflow: hidden;
}

    .win-link-height * {
        line-height: 33px!important;
    }

.win-tab > .win-tab-headers {
    padding: 0 0 2px 0;
    margin: 0;
}

    .win-tab > .win-tab-headers > ul {
        list-style: none;
        display: block;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: auto;
        background-color: #fff;
    }

        .win-tab > .win-tab-headers > ul > li {
            float: left;
            margin-right: 5px;
        }

.win-tab-headers {
    background-color: #45aca9;
}

.win-tab-active {
    background-color: #45aca9;
    color: #fff;
}

    .win-tab-active * {
        color: #fff;
    }

.win-tab-inactive {
    background-color: #eee;
}

    .win-tab-inactive:hover {
        background-color: #45aca9;
    }

        .win-tab-inactive:hover * {
            color: #fff;
        }

.win-tabs .step {
    padding: 0 0 0 5%;
    list-style-type: none;
    margin: 0;
    width: 95%;
    height: auto;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #599096;
}

    .win-tabs .step > li {
        display: inline-block;
        cursor: pointer;
        background: #eee;
        padding: 20px 50px;
    }

    .win-tabs .step .active {
        background: silver;
    }

.win-tabs-vertical .step {
    padding: 0;
    list-style-type: none;
    margin: 0;
    width: 20%;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
}

    .win-tabs-vertical .step > li {
        display: block;
        cursor: pointer;
        background: #eee;
        padding: 5px 0 5px 10px;
        margin: 0 0 3px 0;
    }

    .win-tabs-vertical .step .active {
        background: #fff;
    }

.win-tabs-vertical .collapse {
    width: 80%;
    float: right;
}

.win-checkout-progress {
    padding: 5px;
}

    .win-checkout-progress .inactive, .win-checkout-progress .active {
        font-size: 1.2em;
    }

        .win-checkout-progress .inactive * {
            color: silver;
            font-weight: bold;
        }

        .win-checkout-progress .active * {
            color: #599096;
            font-weight: bold;
        }

    .win-checkout-progress .spliter {
        font-size: 1.3em;
        font-weight: bold;
        margin: 0 5px;
    }

    .win-checkout-progress i {
        margin: 0 5px;
    }

.win-accordion .step {
    cursor: pointer!important;
}

.win-accordion .open {
    color: #599096;
}

.win-toggle .whead, .win-toggle .win-head {
    cursor: pointer!important;
    display: block!important;
}

    .win-toggle .whead input, .win-toggle .win-head input {
        visibility: hidden;
    }

.win-select {
    border: 1px solid #ccc;
}

    .win-select .step, .win-select .win-head {
        display: block;
        overflow: hidden;
        height: auto;
    }

        .win-select .step .option, .win-select .win-head .option {
            padding: 5px;
        }

        .win-select .step .spliter, .win-select .win-head .spliter {
            text-align: center;
            background-color: #ccc;
        }

    .win-select .collapse, .win-select .win-content {
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
        background: #eee;
        display: none;
        z-index: 99;
        position: relative;
    }

        .win-select .collapse .option, .win-select .win-content .option {
            padding: 5px;
            display: block;
            cursor: pointer;
            border-bottom: 1px dashed #599096;
        }

            .win-select .collapse .option:hover, .win-select .win-content .option:hover {
                background-color: silver;
            }

        .win-select .collapse > ul, .win-select .win-content > ul {
            padding: 0;
            list-style-type: none;
            margin: 0;
            width: 100%;
            height: auto;
            overflow: hidden;
            background: #eee;
            border: 1px solid silver;
        }

            .win-select .collapse > ul > li, .win-select .win-content > ul > li {
                display: block;
                cursor: pointer;
                margin: 0 0 2px 0;
            }

.win-row {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}

.win-row-a {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}

    .win-row-a > li {
        margin: 0;
        padding: 0;
        float: left;
    }

.win-row-b {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
    width: auto;
}

    .win-row-b > li {
        margin: 0;
        padding: 0;
        float: left;
    }

.win-row-c {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}

    .win-row-c > li {
        float: left;
        padding: 0;
        margin: 5px;
    }

.win-row-d {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
    width: auto;
}

    .win-row-d > li {
        float: left;
        padding: 0;
        margin: 5px;
    }

.win-row-e {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}

    .win-row-e > li {
        margin: 5px;
        padding: 0;
    }

.win-row-f {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}

    .win-row-f > li {
        margin: 0 5px;
        padding: 0;
    }

.win-row-p {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}

    .win-row-p > li {
        padding: 0;
        margin: 5px;
        display: block;
        overflow: auto;
    }

        .win-row-p > li > div:nth-child(1) {
            width: 250px;
            float: left;
            text-align: right;
            padding-right: 10px;
            margin-right: 5px;
        }

        .win-row-p > li > div:nth-child(2) {
            float: left;
        }

        .win-row-p > li .one {
            width: 250px;
            float: left;
            text-align: right;
            padding-right: 10px;
        }

        .win-row-p > li .two {
            float: left;
            margin-right: 5px;
        }

.win-col-2 {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}

    .win-col-2 > li {
        margin: 0;
        padding: 0;
        float: left;
        width: 50%;
    }

.win-col-2-r {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}

    .win-col-2-r > li {
        margin: 0;
        padding: 0;
        float: left;
        width: 50%;
        text-align: right;
    }

.win-col-2-lr {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}

    .win-col-2-lr > li {
        margin: 0;
        padding: 0;
        float: left;
        width: 50%;
    }

        .win-col-2-lr > li:nth-child(1) {
            text-align: left;
        }

        .win-col-2-lr > li:nth-child(2) {
            text-align: right;
        }

    .win-col-2-lr .one {
        text-align: left;
    }

    .win-col-2-lr .two {
        text-align: right;
    }

.win-col-2-a {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}

    .win-col-2-a > li {
        margin: 0;
        padding: 0;
        float: left;
        width: 50%;
    }

        .win-col-2-a > li > div {
            margin: 5px;
        }

.win-col-2-b {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}

    .win-col-2-b > li {
        margin: 0;
        padding: 0;
        float: left;
        width: 50%;
    }

        .win-col-2-b > li > div {
            margin: 5px;
        }

.li-mg > li, .win-row-mg > li, .w-ul-li-mg > li, .win-row-td-mg > li {
    margin: 5px;
}

.li-mglr > li, .w-ul-li-mglr > li {
    margin-left: 5px;
    margin-right: 5px;
}

.w-ul-li-mgtb > li, .li-mgtb > li, .win-row-td-mgtb > li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.li-d-mg > li > div, .li-div-mg > li > div, .win-row-mg2 > li > div, .w-ul-li-div-mg > li > div {
    margin: 5px;
}

.w-ul-li-div-mglr > li > div, .li-div-mglr > li > div {
    margin-left: 5px;
    margin-right: 5px;
}

.w-ul-li-div-mgtb > li > div, .li-div-mgtb > li > div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.li-div-pd > li > div {
    padding: 5px;
}

.li-div-pdlr > li > div {
    padding-left: 5px;
    padding-right: 5px;
}

.li-div-pdtb > li > div {
    padding-top: 5px;
    padding-bottom: 5px;
}

.win-tbl {
    border: 1px solid #555;
}

    .win-tbl > ul {
        border-bottom: 1px solid #555;
    }

        .win-tbl > ul:last-child {
            border-bottom: none;
        }

        .win-tbl > ul > li {
            border-right: 1px solid #555;
        }

            .win-tbl > ul > li:last-child {
                border-right: none;
            }

.win-table9 {
    border: 1px solid #555!important;
    width: 100%!important;
}

    .win-table9 > tbody > tr {
        border-bottom: 1px solid #555!important;
    }

        .win-table9 > tbody > tr:last-child {
            border-bottom: none!important;
        }

        .win-table9 > tbody > tr > td {
            border-right: 1px solid #555!important;
        }

            .win-table9 > tbody > tr > td:last-child {
                border-right: none!important;
            }

.win-border-silver {
    border: 1px solid silver;
}

.win-border-gray {
    border: 1px solid #8f8f8f;
}

.win-border-blue {
    border: 1px solid #335d8e;
}

.win-table-header-silver, .win-table-header {
    color: #fff;
    background-color: silver;
    font-weight: bold;
}

.win-table-header-gray {
    color: #fff;
    background-color: #8f8f8f;
    font-weight: bold;
}

.win-table-header-blue {
    color: #fff;
    background-color: #335d8e;
    font-weight: bold;
}

.win-table-border-silver9, .win-table-border9 {
    border: 1px solid silver!important;
}

    .win-table-border-silver9 > tbody > tr, .win-table-border9 > tbody > tr {
        border-bottom: 1px solid silver!important;
    }

        .win-table-border-silver9 > tbody > tr > td, .win-table-border9 > tbody > tr > td {
            border-right: 1px solid silver!important;
        }

.win-table-b, .win-table-2, .win-table {
    display: table;
}

    .win-table-b > ul, .win-table-2 > ul, .win-table > ul {
        display: table-row;
    }

        .win-table-b > ul > li, .win-table-2 > ul > li, .win-table > ul > li {
            display: table-cell;
            vertical-align: top;
        }

.win-table-grid-silver, .win-table-grid {
    border-collapse: collapse!important;
}

    .win-table-grid-silver > ul, .win-table-grid > ul {
        border-bottom: 1px solid silver!important;
    }

        .win-table-grid-silver > ul:last-child, .win-table-grid > ul:last-child {
            border-bottom: none!important;
        }

        .win-table-grid-silver > ul > li, .win-table-grid > ul > li {
            border-right: 1px solid silver!important;
        }

            .win-table-grid-silver > ul > li:last-child, .win-table-grid > ul > li:last-child {
                border-right: none!important;
            }

.win-table-grid-blue {
    border-collapse: collapse!important;
}

    .win-table-grid-blue > ul {
        border-bottom: 1px solid #335d8e!important;
    }

        .win-table-grid-blue > ul:last-child {
            border-bottom: none!important;
        }

        .win-table-grid-blue > ul > li {
            border-right: 1px solid #335d8e!important;
        }

            .win-table-grid-blue > ul > li:last-child {
                border-right: none!important;
            }

.win-table-grid-gray {
    border-collapse: collapse!important;
}

    .win-table-grid-gray > ul {
        border-bottom: 1px solid #8f8f8f!important;
    }

        .win-table-grid-gray > ul:last-child {
            border-bottom: none!important;
        }

        .win-table-grid-gray > ul > li {
            border-right: 1px solid #8f8f8f!important;
        }

            .win-table-grid-gray > ul > li:last-child {
                border-right: none!important;
            }

.win-table-grid-lr-silver, .win-table-grid-lr {
    border-collapse: collapse;
}

    .win-table-grid-lr-silver > ul, .win-table-grid-lr > ul {
    }

        .win-table-grid-lr-silver > ul > li, .win-table-grid-lr > ul > li {
            border-right: 1px solid silver!important;
        }

            .win-table-grid-lr-silver > ul > li:last-child, .win-table-grid-lr > ul > li:last-child {
                border-right: none!important;
            }

.win-table-grid-lr-gray {
    border-collapse: collapse;
}

    .win-table-grid-lr-gray > ul {
    }

        .win-table-grid-lr-gray > ul > li {
            border-right: 1px solid #8f8f8f!important;
        }

            .win-table-grid-lr-gray > ul > li:last-child {
                border-right: none!important;
            }

.win-table-grid-lr-blue {
    border-collapse: collapse;
}

    .win-table-grid-lr-blue > ul {
    }

        .win-table-grid-lr-blue > ul > li {
            border-right: 1px solid #335d8e!important;
        }

            .win-table-grid-lr-blue > ul > li:last-child {
                border-right: none!important;
            }

.win-table-c, .win-table-3 {
    display: block;
}

    .win-table-c > ul, .win-table-3 > ul {
        list-style: none;
        display: block;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: auto;
    }

.win-table-hover > div:hover {
    background-color: #eee;
}

.win-table-hover > ul:hover {
    background-color: #eee;
}

.win-table-alt > ul:nth-child(even) {
    background-color: #eee;
}

.win-table-z {
    border-top: 1px solid silver;
    border-left: 1px solid silver;
}

    .win-table-z .win-row-z, .win-table-z > div {
        display: table;
        width: 100%;
        border-bottom: 1px solid silver!important;
    }

        .win-table-z .win-row-z:last-child, .win-table-z > div:last-child {
            border-bottom: none;
        }

        .win-table-z .win-row-z > ul, .win-table-z > div > ul {
            display: table-row;
        }

            .win-table-z .win-row-z > ul > li, .win-table-z > div > ul > li {
                display: table-cell;
                vertical-align: top;
                border-right: 1px solid silver!important;
            }

                .win-table-z .win-row-z > ul > li:last-child, .win-table-z > div > ul > li:last-child {
                    border-right: none;
                }

.win-td > li {
    display: table-cell;
    vertical-align: top;
}

.win-td-b > li {
    display: table-cell;
    vertical-align: middle;
}

.win-td-mg > li {
    margin: 5px;
}

.win-div-mg > li > div {
    margin: 5px;
}

.win-tbl-td-mg > ul > li > div, .win-table-td-mg > ul > li > div, .win-table-td-div-mg > ul > li > div {
    margin: 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.win-tbl-td-mglr > ul > li > div, .win-table-td-mglr > ul > li > div, .win-table-td-div-mglr > ul > li > div {
    margin-left: 5px;
    margin-right: 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.win-tbl-td-mgtb > ul > li > div, .win-table-td-mgtb > ul > li > div, .win-table-td-div-mgtb > ul > li > div {
    margin-top: 5px;
    margin-bottom: 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.win-table-td-div-p-mg > ul > li > div > p {
    margin: 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.win-table-td-div-p-mglr > ul > li > div > p {
    margin-left: 5px;
    margin-right: 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.win-table-td-div-p-mgtb > ul > li > div > p {
    margin-top: 5px;
    margin-bottom: 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.win-table-td-div-pd > ul > li > div {
    padding: 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.win-table-td-div-pdlr > ul > li > div {
    padding-left: 5px;
    padding-right: 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.win-table-td-div-pdtb > ul > li > div {
    padding-top: 5px;
    padding-bottom: 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.win-table-td-div-p-pd > ul > li > div > p {
    padding: 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.win-table-td-div-p-pdlr > ul > li > div > p {
    padding-left: 5px;
    padding-right: 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.win-table-td-div-p-pdtb > ul > li > div > p {
    padding-top: 5px;
    padding-bottom: 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.win-group > li:hover {
    margin-right: 0!important;
    border-right: 0!important;
}

    .win-group > li:hover > div:hover {
        margin-right: 0!important;
        border-right: 0!important;
    }

.win-group-active {
    margin-right: 0!important;
    border-right: 0!important;
}

    .win-group-active > div {
        margin-right: 0!important;
        border-right: 0!important;
    }

.win-item-list {
    display: block;
}

    .win-item-list > div {
        border: 1px solid silver;
        background: #fff;
        margin: 5px;
    }

        .win-item-list > div .one {
            width: 0%;
        }

            .win-item-list > div .one > div {
                height: auto;
            }

                .win-item-list > div .one > div img {
                    display: none;
                }

                .win-item-list > div .one > div a {
                    display: none;
                }

        .win-item-list > div .two {
            width: 100%;
        }

            .win-item-list > div .two .description {
                max-height: 90px;
                overflow: hidden;
                -ms-word-wrap: break-word!important;
                word-wrap: break-word!important;
            }

            .win-item-list > div .two > div {
                margin: 5px;
            }

.win-item-thumb {
    display: block;
}

    .win-item-thumb > div {
        border: 1px solid silver;
        background: #fff;
        margin: 5px;
    }

        .win-item-thumb > div .one {
            width: 35%;
        }

            .win-item-thumb > div .one > div {
                height: 160px;
            }

                .win-item-thumb > div .one > div img {
                    max-height: 158px;
                    max-width: 98%;
                }

                .win-item-thumb > div .one > div a {
                    text-align: center;
                    vertical-align: middle;
                    display: block;
                    height: 160px;
                    line-height: 155px;
                }

        .win-item-thumb > div .two {
            width: 65%;
        }

            .win-item-thumb > div .two .description {
                max-height: 90px;
                overflow: hidden;
                -ms-word-wrap: break-word!important;
                word-wrap: break-word!important;
            }

.win-item-grid {
    width: 49%;
    display: inline-block;
}

    .win-item-grid > div {
        margin: 5px;
        border: 1px solid silver;
        background: #fff;
    }

        .win-item-grid > div > ul .one {
            width: 100%;
            height: 160px;
        }

            .win-item-grid > div > ul .one > div {
                height: 160px;
            }

                .win-item-grid > div > ul .one > div img {
                    max-height: 150px;
                    max-width: 98%;
                }

                .win-item-grid > div > ul .one > div a {
                    text-align: center;
                    vertical-align: middle;
                    display: block;
                    height: 160px;
                    line-height: 155px;
                }

        .win-item-grid > div > ul .two {
            width: 100%;
        }

            .win-item-grid > div > ul .two .description {
                height: 90px;
                overflow: hidden;
                -ms-word-wrap: break-word!important;
                word-wrap: break-word!important;
            }

.win-item-am {
    border: 1px solid silver;
    background: #fff;
    margin: 5px;
    display: block;
}

    .win-item-am .one {
        width: 35%;
    }

        .win-item-am .one img {
            max-height: 150px;
            width: 120px;
        }

        .win-item-am .one a {
            text-align: center;
            display: block;
            vertical-align: middle;
        }

    .win-item-am .two {
        width: 65%;
    }

        .win-item-am .two > div {
            padding: 1%;
        }

.win-item-c {
    border: 1px solid silver;
    background: #fff;
    margin: 5px;
    display: block;
}

    .win-item-c .one {
        width: 35%;
    }

        .win-item-c .one img {
            width: 98%;
        }

        .win-item-c .one > div {
            padding: 1%;
        }

    .win-item-c .two {
        width: 65%;
    }

        .win-item-c .two > div {
            padding: 1%;
        }

.win-item-bm {
    width: 47%;
    margin: 1%;
    display: inline-block;
    border: 1px solid silver;
    background: #fff;
}

    .win-item-bm > ul .one {
        width: 100%;
        height: 150px;
    }

        .win-item-bm > ul .one .fl {
            position: absolute;
        }

        .win-item-bm > ul .one img {
            max-height: 100px;
            width: 98%;
        }

        .win-item-bm > ul .one a {
            text-align: center;
            display: block;
        }

    .win-item-bm > ul .two {
        width: 100%;
    }

        .win-item-bm > ul .two > div {
            padding: 1%;
        }

.win-paging .win-border a {
    padding-left: 15px;
    padding-right: 15px;
}

.win-paging .one {
    width: 20%;
}

.win-paging .two {
    width: 60%;
}

    .win-paging .two li > div {
        margin: 3px!important;
    }

.win-paging .three {
    width: 20%;
}

    .win-paging .three > div {
        text-align: right;
    }

.fr, .mfr, .fr-d-p-m, .fr-d, .fr-d-p {
    float: right!important;
}

.fl, .mfl, .fl-d-p-m, .fl-d, .fl-d-p {
    float: left!important;
}

.rt, .w-right, .w-rt {
    text-align: right!important;
}

.lt, .w-left, .w-lt {
    text-align: left!important;
}

.w-mid, .w-mt, .middle {
    vertical-align: middle!important;
}

.ct, .w-ct, .center {
    text-align: center!important;
}

.cti, .center2, .ct-lr {
    margin-left: auto!important;
    margin-right: auto!important;
}

.w-lh {
    line-height: 100%;
}

.flat {
    display: inline-block!important;
}

.abs {
    position: absolute!important;
}

.li-f > li {
    float: left!important;
}

.pd {
    padding: 5px!important;
}

.pdtb {
    padding: 5px 0!important;
}

.pdlr {
    padding: 0 5px!important;
}

.mg {
    margin: 5px!important;
}

.mgtb {
    margin: 5px 0!important;
}

.mglr {
    margin: 0 5px!important;
}

.title {
    font-weight: bold;
    color: #599096!important;
}


.lowerc {
    text-transform: lowercase;
}
.strike {
    text-decoration: line-through;
}

.big {
    font-size: 2.1em;
    font-weight: bold;
}

.med {
    font-size: 1.7em;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.w-ovf, .win-overflow {
    overflow: hidden!important;
}

.w-ovf-2, .win-overflow-tb {
    overflow-x: scroll!important;
    overflow-y: hidden!important;
}

.win-breakword {
    -ms-word-wrap: hyphenate!important;
    word-wrap: hyphenate!important;
}

.clv, .bgnone, .transparent {
    background: transparent;
}

.ghost, .hidden {
    display: none!important;
    visibility: hidden!important;
    overflow: hidden!important;
    height: 0!important;
}

.ghost2 {
    height: 0!important;
    overflow: hidden!important;
}

.ghost-all {
    width: 0!important;
    height: 0!important;
    overflow: hidden!important;
}

    .ghost-all * {
        width: 0!important;
        height: 0!important;
        overflow: hidden!important;
    }

.ghost-height {
    height: 0!important;
    overflow: hidden!important;
}

    .ghost-height * {
        height: 0!important;
        overflow: hidden!important;
    }

.ghost-width {
    width: 0!important;
    overflow: hidden!important;
}

    .ghost-width * {
        width: 0!important;
        overflow: hidden!important;
    }

.freeze {
    overflow: hidden!important;
}

    .freeze * {
        overflow: hidden!important;
    }

.l25p {
    width: 25%!important;
}

.l30p {
    width: 30%!important;
}

.l33p {
    width: 33.33%!important;
}

.l40p {
    width: 40%!important;
}

.l48p {
    width: 48%!important;
}

.l49p {
    width: 49%!important;
}

.l50p {
    width: 50%!important;
}

.l60p {
    width: 60%!important;
}

.l75p {
    width: 75%!important;
}

.l98p {
    width: 98%!important;
}

.l99p {
    width: 99%!important;
}

.l100p {
    width: 100%;
    overflow: auto;
}

.lss, .lxs, .wlxs, .xsmall, .cb-l {
    width: 50px!important;
    overflow-x: hidden!important;
}

.ls, .wls, .small {
    width: 150px!important;
    overflow-x: hidden!important;
}

.lm, .wlm, .medium {
    width: 250px!important;
    overflow-x: hidden!important;
}

.ll, .wll, .large {
    width: 400px!important;
    overflow-x: hidden!important;
}

.l20px {
    width: 20px!important;
    overflow-x: hidden!important;
}

.l30px {
    width: 30px!important;
    overflow-x: hidden!important;
}

.l40px {
    width: 40px!important;
    overflow-x: hidden!important;
}

.l50px {
    width: 50px!important;
    overflow-x: hidden!important;
}

.l60px {
    width: 60px!important;
    overflow-x: hidden!important;
}

.l70px {
    width: 70px;
    overflow-x: hidden!important;
}

.l75px {
    width: 75px;
    overflow-x: hidden!important;
}

.l80px {
    width: 80px;
    overflow-x: hidden!important;
}

.l90px {
    width: 90px;
    overflow-x: hidden!important;
}

.l100px {
    width: 100px;
    overflow-x: hidden!important;
}

.l105px {
    width: 105px;
    overflow-x: hidden!important;
}

.l110px {
    width: 110px;
    overflow-x: hidden!important;
}

.l115px {
    width: 115px;
    overflow-x: hidden!important;
}

.l120px {
    width: 120px;
    overflow-x: hidden!important;
}

.l125px {
    width: 125px;
    overflow-x: hidden!important;
}

.l130px {
    width: 130px;
    overflow-x: hidden!important;
}

.l140px {
    width: 140px;
    overflow-x: hidden!important;
}

.l145px {
    width: 145px;
    overflow-x: hidden!important;
}

.l150px {
    width: 150px;
    overflow-x: hidden!important;
}

.l170px {
    width: 170px;
    overflow-x: hidden!important;
}

.l190px {
    width: 190px;
    overflow-x: hidden!important;
}

.l200px {
    width: 200px;
    overflow-x: hidden!important;
}

.l250px {
    width: 250px;
    overflow-x: hidden!important;
}

.l300px {
    width: 300px;
    overflow-x: hidden!important;
}

.l350px {
    width: 350px;
    overflow-x: hidden!important;
}

.l400px {
    width: 400px!important;
    overflow: hidden!important;
}

.l450px {
    width: 450px;
    overflow-x: hidden!important;
}

.l500px {
    width: 500px;
    overflow-x: hidden!important;
}

.l550px {
    width: 550px;
    overflow-x: hidden!important;
}

.l600px {
    width: 600px!important;
    overflow-x: hidden!important;
}

.l650px {
    width: 650px!important;
    overflow-x: hidden!important;
}

.l700px {
    width: 700px;
    overflow-x: hidden!important;
}

.l800px {
    width: 800px;
    overflow-x: hidden!important;
}

.h100p, .h-100, .h-100p {
    height: 100%!important;
}

.h-auto, .hauto {
    height: auto!important;
    overflow: hidden;
}

.h25px {
    height: 25px!important;
    overflow: hidden;
    -ms-word-wrap: hyphenate;
    word-wrap: hyphenate;
}

.h30px {
    height: 30px!important;
    overflow: hidden;
    -ms-word-wrap: hyphenate;
    word-wrap: hyphenate;
}

.h35px {
    height: 35px!important;
    overflow: hidden;
    -ms-word-wrap: hyphenate;
    word-wrap: hyphenate;
}

.h40px {
    height: 40px!important;
    overflow: hidden;
    -ms-word-wrap: hyphenate;
    word-wrap: hyphenate;
}

.h50px {
    height: 50px!important;
    overflow: hidden;
}

.h60px {
    height: 60px!important;
    overflow: hidden;
}

.h70px {
    height: 70px!important;
    overflow: hidden;
}

.h80px {
    height: 80px!important;
    overflow: hidden;
}

.h100px {
    height: 100px!important;
    overflow: hidden;
}

.h150px {
    height: 150px!important;
    overflow: hidden;
}

.h200px {
    height: 200px!important;
    overflow: hidden;
}

.h250px {
    height: 250px!important;
    overflow: hidden;
}

.h300px {
    height: 300px!important;
    overflow: hidden;
}

.h350px {
    height: 350px!important;
    overflow: hidden;
}

.h400px {
    height: 400px!important;
    overflow: hidden;
}

.h600px {
    height: 600px!important;
    overflow: hidden;
}

.h800px {
    height: 800px!important;
    overflow: hidden;
}

.bsha {
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}

.bshb {
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
}

.bshc {
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px #888;
    box-shadow: 0 0 5px 5px #888;
}

.shadow {
    -moz-box-shadow: 0 0 1px 1px #888;
    -webkit-box-shadow: 0 0 1px 1px #888;
    box-shadow: 0 0 1px 1px #888;
}

.ln, .full {
    width: 100%;
    display: block;
}

.pop-i, .pop-in {
    display: none!important;
}

.pop-o, .pop-out {
    display: block!important;
}

.discount {
    font-weight: bold;
    color: maroon;
}

.required, .red, .win-val-req, .win-val-msg {
    color: red!important;
}

.neg, .red-bd {
    border: 1px solid red!important;
}

.remove {
    color: red!important;
}

    .remove:visited {
        color: red!important;
    }

    .remove:hover {
        color: silver!important;
    }

.add {
    color: #599096;
}

    .add:visited {
        color: #599096;
    }

    .add:hover {
        color: silver;
    }

.invalid {
    border-color: red!important;
}

.hand {
    cursor: pointer!important;
}

    .hand * {
        cursor: pointer;
    }

.blk, .br, .hdim, .hdm {
    display: block!important;
}

.hd, .blim, .blm, .hd-d {
    display: none!important;
}

.inline {
    display: inline!important;
}

.see, .show, .visible, .eye {
    visibility: visible!important;
}

ol.number, .win-ol {
    padding: 0;
    list-style-type: none;
    margin: 10px 0 0 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: silver;
}

    ol.number i, .win-ol i {
        float: right;
        margin: 1px 4px 0 0;
    }

    ol.number li, .win-ol li {
        height: 30px;
        padding-left: 30px;
        vertical-align: middle;
        line-height: 180%;
        display: block;
    }

        ol.number li.zero, .win-ol li.zero {
            background-position: left top;
            background: url("images/orderedList0.png") no-repeat;
            background-attachment: scroll;
        }

        ol.number li.one, .win-ol li.one {
            background-position: left top;
            background: url("images/orderedList1.png") no-repeat;
            background-attachment: scroll;
        }

        ol.number li.two, .win-ol li.two {
            background-position: left top;
            background: url("images/orderedList2.png") no-repeat;
            background-attachment: scroll;
        }

        ol.number li.three, .win-ol li.three {
            background-position: left top;
            background: url("images/orderedList3.png") no-repeat;
            background-attachment: scroll;
        }

        ol.number li.four, .win-ol li.four {
            background-position: left top;
            background: url("images/orderedList4.png") no-repeat;
            background-attachment: scroll;
        }

        ol.number li.five, .win-ol li.five {
            background-position: left top;
            background: url("images/orderedList5.png") no-repeat;
            background-attachment: scroll;
        }

        ol.number li.six, .win-ol li.six {
            background-position: left top;
            background: url("images/orderedList6.png") no-repeat;
            background-attachment: scroll;
        }

        ol.number li.seven, .win-ol li.seven {
            background-position: left top;
            background: url("images/orderedList7.png") no-repeat;
            background-attachment: scroll;
        }

        ol.number li.eight, .win-ol li.eight {
            background-position: left top;
            background: url("images/orderedList8.png") no-repeat;
            background-attachment: scroll;
        }

        ol.number li.nine, .win-ol li.nine {
            background-position: left top;
            background: url("images/orderedList9.png") no-repeat;
            background-attachment: scroll;
        }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.scroll {
    overflow: auto!important;
}

.win-notification-error {
    padding: 5px;
    background-color: #ffc6c6;
    color: #ea0000;
    border: 1px solid #ff1f1f;
}

.win-notification-success {
    padding: 5px;
    background-color: #e0ffe0;
    color: #259a25;
    border: 1px solid #56a856;
}

.win-notification-warning {
    padding: 5px;
    background-color: #ffffd6;
    color: #ff1f1f;
    border: 1px solid #c6c634;
}

.win-notification-info {
    padding: 5px;
    background-color: #d6eaff;
    color: #0074c1;
    border: 1px solid #39f;
}

.win-color-w *, .win-color-white *, .color-white * {
    color: #fff!important;
}

.win-color-b * {
    color: #000!important;
}

.win-color-g {
    color: green!important;
}

    .win-color-g * {
        color: green!important;
    }

.win-color-r {
    color: red!important;
}

    .win-color-r * {
        color: red!important;
    }

.win-color-lb {
    color: #2687ce!important;
}

    .win-color-lb * {
        color: #2687ce!important;
    }

.win-a-color, .win-a-color:hover, .win-a-color:active, .win-a-color:focus {
    color: #04f!important;
}

.win-link-color {
    color: #599096!important;
}

    .win-link-color:hover, .win-link-color:active, .win-link-color:focus {
        color: #599096!important;
        text-decoration: none;
        outline: 1px dotted!important;
    }

.win-bg-color {
    background-color: #599096;
}

.win-bg-color-b {
    background-color: #eee;
}

.win-bg-silver, .win-th-color {
    background: #e0e0e0!important;
}

    .win-bg-silver *, .win-th-color * {
        background: #e0e0e0!important;
    }

.win-bg-gray, .bg-gray {
    background-color: #888;
}

.win-bg-blue, .bg-blue {
    background-color: #45aca9;
}

.water-mark {
    color: silver!important;
}

    .water-mark input[type='text'] {
        color: silver!important;
    }

.win-icon-n3, .win-icon-notification {
    background-color: red!important;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff!important;
    font-size: .7em!important;
    font-weight: normal!important;
    border: 1px solid red!important;
    -moz-border-radius: 1.2em;
    -webkit-border-radius: 1.2em;
    border-radius: 1.2em;
    height: 18px!important;
    line-height: 18px!important;
    font-style: normal!important;
    font-family: Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    cursor: pointer;
}

@media only screen and (min-width:481px) and (max-width:800px) {
    .win-item-thumb {
        display: block;
    }

        .win-item-thumb > div .one {
            width: 35%;
        }

        .win-item-thumb > div .two {
            width: 65%;
        }

    .win-item-list {
        display: block;
    }

        .win-item-list > div .one {
            width: 0%;
        }

        .win-item-list > div .two {
            width: 100%;
        }

    .win-item-grid {
        width: 49%;
    }

        .win-item-grid > div > ul .one {
            width: 100%;
        }

        .win-item-grid > div > ul .two {
            width: 100%;
        }

    .win-col-2-im > ul > li {
        width: 100%;
    }

    .clearfix {
        clear: both;
    }

    .ll {
        width: auto!important;
        min-width: 230px!important;
        display: block!important;
    }

    .l600px {
        width: auto!important;
    }

    .l650px {
        width: auto!important;
    }

    .lip > li {
        width: 100%!important;
        display: block!important;
    }

    .blim {
        display: block!important;
    }

    .hdim {
        display: none!important;
    }

    .fr-d, .fl-d {
        float: none!important;
    }

    .fl-p, .fl-d-p {
        float: left!important;
    }

    .fr-p, .fl-d-p {
        float: right!important;
    }

    .w-ul-li-1-p, .win-col-1-p {
        list-style: none;
        display: block;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: auto;
    }

        .w-ul-li-1-p > li, .win-col-1-p > li {
            display: block!important;
            margin: 0;
            padding: 0;
            float: none;
            width: auto;
        }

    .w-ul-li-2-p {
        list-style: none;
        display: block;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: auto;
    }

        .w-ul-li-2-p > li {
            display: block!important;
            margin: 0;
            padding: 0;
            float: left!important;
            width: 50%!important;
        }

    .li-mg-p > li, .w-ul-li-mg-p > li {
        margin: 5px!important;
    }

    .li-mglr-p > li, .w-ul-li-mglr-p > li {
        margin-left: 5px!important;
        margin-right: 5px!important;
    }

    .li-mgtb-p > li, .w-ul-li-mgtb-p > li {
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }

    .li-div-mg-p > li > div, .w-ul-li-div-mg-p > li > div {
        margin: 5px!important;
    }

    .li-div-mglr-p > li > div, .w-ul-li-div-mglr-p > li > div {
        margin-left: 5px!important;
        margin-right: 5px!important;
    }

    .li-div-mgtb-p > li > div, .w-ul-li-div-mgtb-p > li > div {
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }
}

@media only screen and (max-width:480px) {
    .win-item-thumb {
        display: block;
    }

        .win-item-thumb > div .one {
            width: 100%;
        }

        .win-item-thumb > div .two {
            width: 100%;
        }

    .win-item-list {
        display: block;
    }

        .win-item-list > div .one {
            width: 0%;
        }

        .win-item-list > div .two {
            width: 100%;
        }

    .win-item-grid {
        width: 100%;
    }

        .win-item-grid > div > ul .one {
            width: 100%;
        }

        .win-item-grid > div > ul .two {
            width: 100%;
        }

    .ui-autocomplete {
        max-height: 300px;
        overflow-y: scroll;
        width: 90%!important;
        overflow-x: hidden;
    }

    .ui-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
    }

    .h1 {
        font-size: 1.5em;
    }

    .h2 {
        font-size: 1.4em;
    }

    .h3 {
        font-size: 1.3em;
    }

    .h4 {
        font-size: 1.2em;
    }

    .h5 {
        font-size: 1.1em;
    }

    .win-tabs .step {
        padding: 0 0 0 5%;
        list-style-type: none;
        margin: 0;
        width: 95%;
        height: auto;
        overflow: hidden;
        display: block;
        border-bottom: 1px solid #599096;
    }

        .win-tabs .step > li {
            display: inline-block;
            cursor: pointer;
            background: #eee;
            padding: 20px 50px;
        }

        .win-tabs .step .active {
            background: silver;
        }

    .win-tabs-vertical .step {
        padding: 0;
        list-style-type: none;
        margin: 0;
        width: 20%;
        height: auto;
        overflow: hidden;
        display: block;
        float: left;
    }

        .win-tabs-vertical .step > li {
            display: block;
            cursor: pointer;
            background: #eee;
            padding: 5px 0 5px 10px;
            margin: 0 0 3px 0;
        }

        .win-tabs-vertical .step .active {
            background: #fff;
        }

    .win-tabs-vertical .collapse {
        width: 80%;
        float: right;
    }

    .win-checkout-progress {
        padding: 5px;
    }

        .win-checkout-progress .inactive, .win-checkout-progress .active {
            font-size: .8em;
        }

        .win-checkout-progress .inactive {
            color: silver;
            font-weight: bold;
        }

        .win-checkout-progress .active {
            color: #599096;
            font-weight: bold;
        }

        .win-checkout-progress .spliter {
            font-size: .9em;
            font-weight: bold;
            margin: 0 2px;
        }

        .win-checkout-progress i {
            margin: 0 2px;
        }

    .win-item-am, .win-item-bm {
        width: 97%;
        margin: 1%;
    }

        .win-item-am > ul .one, .win-item-bm > ul .one, .win-item-am > ul .two, .win-item-bm > ul .two {
            width: 100%;
            height: auto;
        }

    .win-item-dm > ul > li {
        width: 50%;
    }

        .win-item-dm > ul > li > div {
            margin: 2%;
            width: 95%;
            height: 100px;
        }

    .win-paging .one, .win-paging .two, .win-paging .three {
        width: 100%;
    }

    .win-row-p > li {
    }

        .win-row-p > li > div:nth-child(1) {
            text-align: left;
        }

    .ll {
        width: auto!important;
        display: block!important;
    }

    .lim > li {
        width: 100%!important;
        display: block!important;
        float: none!important;
    }

    .l25p {
        width: 100%!important;
    }

    .l33p {
        width: 100%!important;
    }

    .l50p {
        width: 100%!important;
    }

    .l75p {
        width: 100%!important;
    }

    .l30p {
        width: 100%!important;
    }

    .l40p {
        width: 100%!important;
    }

    .l48p {
        width: auto!important;
    }

    .l49p {
        width: auto!important;
    }

    .l60p {
        width: 100%!important;
    }

    .l300px {
        width: auto!important;
    }

    .l350px {
        width: auto!important;
    }

    .l400px {
        width: auto!important;
    }

    .l600px {
        width: auto!important;
    }

    .l650px {
        width: auto!important;
    }

    .mfr {
        float: none!important;
    }

    .mfl {
        float: none!important;
    }

    .hdm, .hd-m {
        display: none!important;
    }

    .blm, .sh-m {
        display: block!important;
    }

    .blim {
        display: block!important;
    }

    .hdim {
        display: none!important;
    }

    .li-m-f > li {
        float: none!important;
    }

    .l-m-100 {
        width: 100%!important;
        display: block!important;
    }

    .fr-d, .fl-d, .fr-p, .fl-p, .fl-d-p, .fr-d-p {
        float: none!important;
    }

    .fl-m {
        float: left!important;
    }

    .fr-m {
        float: right!important;
    }

    .w-l100p-m {
        width: 100%!important;
        display: block!important;
    }

    .win-table-2-m {
        display: block;
        width: auto;
    }

        .win-table-2-m > ul {
            list-style: none;
            display: block;
            margin: 0;
            padding: 0;
            overflow: hidden;
            height: auto;
        }

            .win-table-2-m > ul > li {
            }

    .w-ul-li-1-m, .win-col-1-m {
        list-style: none;
        display: block;
        margin: 0;
        padding: 0;
        overflow: hidden;
        height: auto;
    }

        .w-ul-li-1-m > li, .win-col-1-m > li {
            display: block!important;
            margin: 0;
            padding: 0;
            float: none;
            width: auto;
        }

    .li-mg-m > li, .w-ul-li-mg-m > li {
        margin: 5px!important;
    }

    .li-mglr-m > li, .w-ul-li-mglr-m > li {
        margin-left: 5px!important;
        margin-right: 5px!important;
    }

    .li-mgtb-m > li, .w-ul-li-mgtb-m > li {
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }

    .li-div-mg-m > li > div, .w-ul-li-div-mg-m > li > div {
        margin: 5px!important;
    }

    .li-div-mglr-m > li > div, .w-ul-li-div-mglr-m > li > div {
        margin-left: 5px!important;
        margin-right: 5px!important;
    }

    .li-div-mgtb-m > li > div, .w-ul-li-div-mgtb-m > li > div {
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }
}
