﻿@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.submenu-list, .submenu-third, .advanced-search-list, .left-menu, .sideacc ul, .detail-patterns, .related-list, .related-name-inner, .family-list, .family-item, .info-box .fl-box, .fast-links, .breadcrumb, .pagination, .container, .form-box, .widget, .submenu, .submenu-title-s, .box-centered, .title-sub, .detail-box, .detail-box hr, .detail-share-box, #gallery_01, .inquiry-row, .family-box, .info-box, .info-title, .page-box, .tstyle-box, .tstyle-inner, .tstyle-menu, .col-bdr, .footer, .footer-logo, .footer-links, .visual-wrap .container, .clearfix, .show-box, .product-list, .product-list-sp, .pagination-box {
    *zoom: 1;
}

    .submenu-list:before, .submenu-third:before, .advanced-search-list:before, .left-menu:before, .sideacc ul:before, .detail-patterns:before, .related-list:before, .related-name-inner:before, .family-list:before, .family-item:before, .info-box .fl-box:before, .fast-links:before, .breadcrumb:before, .pagination:before, .container:before, .form-box:before, .widget:before, .submenu:before, .submenu-title-s:before, .box-centered:before, .title-sub:before, .detail-box:before, .detail-box hr:before, .detail-share-box:before, #gallery_01:before, .inquiry-row:before, .family-box:before, .info-box:before, .info-title:before, .page-box:before, .tstyle-box:before, .tstyle-inner:before, .tstyle-menu:before, .col-bdr:before, .footer:before, .footer-logo:before, .footer-links:before, .visual-wrap .container:before, .clearfix:before, .show-box:before, .product-list:before, .product-list-sp:before, .pagination-box:before, .submenu-list:after, .submenu-third:after, .advanced-search-list:after, .left-menu:after, .sideacc ul:after, .detail-patterns:after, .related-list:after, .related-name-inner:after, .family-list:after, .family-item:after, .info-box .fl-box:after, .fast-links:after, .breadcrumb:after, .pagination:after, .container:after, .form-box:after, .widget:after, .submenu:after, .submenu-title-s:after, .box-centered:after, .title-sub:after, .detail-box:after, .detail-box hr:after, .detail-share-box:after, #gallery_01:after, .inquiry-row:after, .family-box:after, .info-box:after, .info-title:after, .page-box:after, .tstyle-box:after, .tstyle-inner:after, .tstyle-menu:after, .col-bdr:after, .footer:after, .footer-logo:after, .footer-links:after, .visual-wrap .container:after, .clearfix:after, .show-box:after, .product-list:after, .product-list-sp:after, .pagination-box:after {
        content: "";
        display: table;
    }

    .submenu-list:after, .submenu-third:after, .advanced-search-list:after, .left-menu:after, .sideacc ul:after, .detail-patterns:after, .related-list:after, .related-name-inner:after, .family-list:after, .family-item:after, .info-box .fl-box:after, .fast-links:after, .breadcrumb:after, .pagination:after, .container:after, .form-box:after, .widget:after, .submenu:after, .submenu-title-s:after, .box-centered:after, .title-sub:after, .detail-box:after, .detail-box hr:after, .detail-share-box:after, #gallery_01:after, .inquiry-row:after, .family-box:after, .info-box:after, .info-title:after, .page-box:after, .tstyle-box:after, .tstyle-inner:after, .tstyle-menu:after, .col-bdr:after, .footer:after, .footer-logo:after, .footer-links:after, .visual-wrap .container:after, .clearfix:after, .show-box:after, .product-list:after, .product-list-sp:after, .pagination-box:after {
        clear: both;
        overflow: hidden;
    }

.container, .visual-wrap .container {
    margin-left: auto;
    margin-right: auto;
}

.form-title, .widget [class^="col-"].left, .submenu-title, .submenu-list, .submenu-list li, .search-box input[type="text"], .left-col, .detail-box > div:first-child, .detail-patterns li, .detail-share-box > div, .detail-share-box [class^="icons-"], #gallery_01 a, .related-list > li, .related-name-inner li, .family-list > li, .info-box .fl-box.ware-kind > li, .info-box .fl-box.ware-size > li, .info-title h1, .info-title span, .tstyle-menu .fl.tstyle-link, .tstyle-menu > div.fl, .tstyle-inner > img:first-child, .tstyle-title, .header-left, .fast-links > li, .footer-copy, .footer-lan .icons-map, .pull-left, .show-box > div:first-child, .show-box .page b, .product-list > div, .product-list-sp > div, .pagination-box b, .pagination {
    float: left;
}

.form-control, .widget [class^="col-"].right, .submenu-title-s i, .search-box input[type="submit"], .right-col, .title-sub i, .detail-box > div:last-child, .page-box .img-pull-right, .tstyle-menu .fr.tstyle-link, .tstyle-menu > div.fr, .tstyle-inner > img:last-child, .tstyle-content, .header-right, .fast-links, .footer-logo, .footer-logo img, .footer-lan, .footer-lan .selectpicker.lan, .pull-right, .show-box > div:last-child {
    float: right;
}

[class^="icons-"] span {
    visibility: hidden;
}

.submenu-list, .submenu-third, .advanced-search-list, .left-menu, .sideacc ul, .detail-patterns, .related-list, .related-name-inner, .family-list, .family-item, .info-box .fl-box, .fast-links, .breadcrumb, .pagination {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget [class^="col-"], .widget [class^="ht-"] {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.form-control, .form-submit, .inquiry-file, .inquiry-textarea, .btn-add {
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.widget [class^="col-"].dib, .inquiry-item .pl, .inquiry-item .pr, .breadcrumb li, .pagination li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.page-box a {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    color: #00a0e9;
    text-decoration: none;
}

    .page-box a:hover {
        color: #c51c35;
    }

.page-box h1, .page-box h2, .page-box h3, .page-box h4, .page-box h5, .page-box h6 {
    color: #9cb6c7;
    font-family: Arial, "LiHei Pro", "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-box h1 {
    font-size: 25px;
}

.page-box h2 {
    font-size: 18px;
}

.page-box h3 {
    font-size: 16px;
}

.page-box h4 {
    font-size: 15px;
}

.page-box h5 {
    font-size: 13px;
}

.page-box h6 {
    font-size: 12px;
}

.page-box p {
    color: #595959;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 22px 0;
}

.page-box img {
    display: block;
    border: 0;
}

body {
    background: #fff;
    font-size: 13px;
    font-family: Arial, "LiHei Pro", "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    height: 100%;
    color: #000;
}

.bg-body {
    background: url("../images/bg-body.jpg") top left repeat-x;
}

a {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    color: #595959;
    text-decoration: none;
}

    a:hover {
        color: #000;
    }

img {
    display: block;
    border: 0;
}

::selection {
    background: #dde6ec;
    color: #000;
}

::-moz-selection {
    background: #dde6ec;
    color: #000;
}

.wrapper {
    width: 100%;
}

.container {
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
}

    .container.mb {
        margin-bottom: 44px;
    }

.submenu-list, .submenu-third, .advanced-search-list, .left-menu, .sideacc ul, .detail-patterns, .related-list, .related-name-inner, .family-list, .family-item, .info-box .fl-box, .fast-links, .breadcrumb, .pagination, .container, .form-box, .widget, .submenu, .submenu-title-s, .box-centered, .title-sub, .detail-box, .detail-box hr, .detail-share-box, #gallery_01, .inquiry-row, .family-box, .info-box, .info-title, .page-box, .tstyle-box, .tstyle-inner, .tstyle-menu, .col-bdr, .footer, .footer-logo, .footer-links, .visual-wrap .container, .clearfix, .show-box, .product-list, .product-list-sp, .pagination-box {
    *zoom: 1;
}

    .submenu-list:before, .submenu-third:before, .advanced-search-list:before, .left-menu:before, .sideacc ul:before, .detail-patterns:before, .related-list:before, .related-name-inner:before, .family-list:before, .family-item:before, .info-box .fl-box:before, .fast-links:before, .breadcrumb:before, .pagination:before, .container:before, .form-box:before, .widget:before, .submenu:before, .submenu-title-s:before, .box-centered:before, .title-sub:before, .detail-box:before, .detail-box hr:before, .detail-share-box:before, #gallery_01:before, .inquiry-row:before, .family-box:before, .info-box:before, .info-title:before, .page-box:before, .tstyle-box:before, .tstyle-inner:before, .tstyle-menu:before, .col-bdr:before, .footer:before, .footer-logo:before, .footer-links:before, .visual-wrap .container:before, .clearfix:before, .show-box:before, .product-list:before, .product-list-sp:before, .pagination-box:before, .submenu-list:after, .submenu-third:after, .advanced-search-list:after, .left-menu:after, .sideacc ul:after, .detail-patterns:after, .related-list:after, .related-name-inner:after, .family-list:after, .family-item:after, .info-box .fl-box:after, .fast-links:after, .breadcrumb:after, .pagination:after, .container:after, .form-box:after, .widget:after, .submenu:after, .submenu-title-s:after, .box-centered:after, .title-sub:after, .detail-box:after, .detail-box hr:after, .detail-share-box:after, #gallery_01:after, .inquiry-row:after, .family-box:after, .info-box:after, .info-title:after, .page-box:after, .tstyle-box:after, .tstyle-inner:after, .tstyle-menu:after, .col-bdr:after, .footer:after, .footer-logo:after, .footer-links:after, .visual-wrap .container:after, .clearfix:after, .show-box:after, .product-list:after, .product-list-sp:after, .pagination-box:after {
        content: "";
        display: table;
    }

    .submenu-list:after, .submenu-third:after, .advanced-search-list:after, .left-menu:after, .sideacc ul:after, .detail-patterns:after, .related-list:after, .related-name-inner:after, .family-list:after, .family-item:after, .info-box .fl-box:after, .fast-links:after, .breadcrumb:after, .pagination:after, .container:after, .form-box:after, .widget:after, .submenu:after, .submenu-title-s:after, .box-centered:after, .title-sub:after, .detail-box:after, .detail-box hr:after, .detail-share-box:after, #gallery_01:after, .inquiry-row:after, .family-box:after, .info-box:after, .info-title:after, .page-box:after, .tstyle-box:after, .tstyle-inner:after, .tstyle-menu:after, .col-bdr:after, .footer:after, .footer-logo:after, .footer-links:after, .visual-wrap .container:after, .clearfix:after, .show-box:after, .product-list:after, .product-list-sp:after, .pagination-box:after {
        clear: both;
        overflow: hidden;
    }

.container, .visual-wrap .container {
    margin-left: auto;
    margin-right: auto;
}

.form-title, .widget [class^="col-"].left, .submenu-title, .submenu-list, .submenu-list li, .search-box input[type="text"], .left-col, .detail-box > div:first-child, .detail-patterns li, .detail-share-box > div, .detail-share-box [class^="icons-"], #gallery_01 a, .related-list > li, .related-name-inner li, .family-list > li, .info-box .fl-box.ware-kind > li, .info-box .fl-box.ware-size > li, .info-title h1, .info-title span, .tstyle-menu .fl.tstyle-link, .tstyle-menu > div.fl, .tstyle-inner > img:first-child, .tstyle-title, .header-left, .fast-links > li, .footer-copy, .footer-lan .icons-map, .pull-left, .show-box > div:first-child, .show-box .page b, .product-list > div, .product-list-sp > div, .pagination-box b, .pagination {
    float: left;
}

.form-control, .widget [class^="col-"].right, .submenu-title-s i, .search-box input[type="submit"], .right-col, .title-sub i, .detail-box > div:last-child, .page-box .img-pull-right, .tstyle-menu .fr.tstyle-link, .tstyle-menu > div.fr, .tstyle-inner > img:last-child, .tstyle-content, .header-right, .fast-links, .footer-logo, .footer-logo img, .footer-lan, .footer-lan .selectpicker.lan, .pull-right, .show-box > div:last-child {
    float: right;
}

[class^="icons-"] span {
    visibility: hidden;
}

.submenu-list, .submenu-third, .advanced-search-list, .left-menu, .sideacc ul, .detail-patterns, .related-list, .related-name-inner, .family-list, .family-item, .info-box .fl-box, .fast-links, .breadcrumb, .pagination {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget [class^="col-"], .widget [class^="ht-"] {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.form-control, .form-submit, .inquiry-file, .inquiry-textarea, .btn-add {
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.widget [class^="col-"].dib, .inquiry-item .pl, .inquiry-item .pr, .breadcrumb li, .pagination li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin: 0 auto 66px;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    /** THEME
===================================*/
    .bx-wrapper .bx-viewport {
        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    /* LOADER */
    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */
    .bx-wrapper .bx-pager {
        text-align: center;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #fff;
            text-indent: -9999px;
            display: block;
            width: 15px;
            height: 15px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border-radius: 15px;
            border: 1px solid #999;
            -webkit-box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #bcceda;
            }

    /* DIRECTION CONTROLS (NEXT / PREV) */
    .bx-wrapper .bx-prev {
        left: 0;
        background: url(../images/slider-arrows.png) no-repeat -45px 0px;
    }

    .bx-wrapper .bx-next {
        right: 0;
        background: url(../images/slider-arrows.png) no-repeat 0px 0px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: -132px 0px;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -87px 0px;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -61px;
        outline: 0;
        width: 43px;
        height: 122px;
        text-indent: -9999px;
        z-index: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    /* AUTO CONTROLS (START / STOP) */
    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(../images/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(../images/controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */
    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666 \9;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            display: block;
            padding: 10px;
        }

.submenu-list, .submenu-third, .advanced-search-list, .left-menu, .sideacc ul, .detail-patterns, .related-list, .related-name-inner, .family-list, .family-item, .info-box .fl-box, .fast-links, .breadcrumb, .pagination, .container, .form-box, .widget, .submenu, .submenu-title-s, .box-centered, .title-sub, .detail-box, .detail-box hr, .detail-share-box, #gallery_01, .inquiry-row, .family-box, .info-box, .info-title, .page-box, .tstyle-box, .tstyle-inner, .tstyle-menu, .col-bdr, .footer, .footer-logo, .footer-links, .visual-wrap .container, .clearfix, .show-box, .product-list, .product-list-sp, .pagination-box {
    *zoom: 1;
}

    .submenu-list:before, .submenu-third:before, .advanced-search-list:before, .left-menu:before, .sideacc ul:before, .detail-patterns:before, .related-list:before, .related-name-inner:before, .family-list:before, .family-item:before, .info-box .fl-box:before, .fast-links:before, .breadcrumb:before, .pagination:before, .container:before, .form-box:before, .widget:before, .submenu:before, .submenu-title-s:before, .box-centered:before, .title-sub:before, .detail-box:before, .detail-box hr:before, .detail-share-box:before, #gallery_01:before, .inquiry-row:before, .family-box:before, .info-box:before, .info-title:before, .page-box:before, .tstyle-box:before, .tstyle-inner:before, .tstyle-menu:before, .col-bdr:before, .footer:before, .footer-logo:before, .footer-links:before, .visual-wrap .container:before, .clearfix:before, .show-box:before, .product-list:before, .product-list-sp:before, .pagination-box:before, .submenu-list:after, .submenu-third:after, .advanced-search-list:after, .left-menu:after, .sideacc ul:after, .detail-patterns:after, .related-list:after, .related-name-inner:after, .family-list:after, .family-item:after, .info-box .fl-box:after, .fast-links:after, .breadcrumb:after, .pagination:after, .container:after, .form-box:after, .widget:after, .submenu:after, .submenu-title-s:after, .box-centered:after, .title-sub:after, .detail-box:after, .detail-box hr:after, .detail-share-box:after, #gallery_01:after, .inquiry-row:after, .family-box:after, .info-box:after, .info-title:after, .page-box:after, .tstyle-box:after, .tstyle-inner:after, .tstyle-menu:after, .col-bdr:after, .footer:after, .footer-logo:after, .footer-links:after, .visual-wrap .container:after, .clearfix:after, .show-box:after, .product-list:after, .product-list-sp:after, .pagination-box:after {
        content: "";
        display: table;
    }

    .submenu-list:after, .submenu-third:after, .advanced-search-list:after, .left-menu:after, .sideacc ul:after, .detail-patterns:after, .related-list:after, .related-name-inner:after, .family-list:after, .family-item:after, .info-box .fl-box:after, .fast-links:after, .breadcrumb:after, .pagination:after, .container:after, .form-box:after, .widget:after, .submenu:after, .submenu-title-s:after, .box-centered:after, .title-sub:after, .detail-box:after, .detail-box hr:after, .detail-share-box:after, #gallery_01:after, .inquiry-row:after, .family-box:after, .info-box:after, .info-title:after, .page-box:after, .tstyle-box:after, .tstyle-inner:after, .tstyle-menu:after, .col-bdr:after, .footer:after, .footer-logo:after, .footer-links:after, .visual-wrap .container:after, .clearfix:after, .show-box:after, .product-list:after, .product-list-sp:after, .pagination-box:after {
        clear: both;
        overflow: hidden;
    }

.container, .visual-wrap .container {
    margin-left: auto;
    margin-right: auto;
}

.form-title, .widget [class^="col-"].left, .submenu-title, .submenu-list, .submenu-list li, .search-box input[type="text"], .left-col, .detail-box > div:first-child, .detail-patterns li, .detail-share-box > div, .detail-share-box [class^="icons-"], #gallery_01 a, .related-list > li, .related-name-inner li, .family-list > li, .info-box .fl-box.ware-kind > li, .info-box .fl-box.ware-size > li, .info-title h1, .info-title span, .tstyle-menu .fl.tstyle-link, .tstyle-menu > div.fl, .tstyle-inner > img:first-child, .tstyle-title, .header-left, .fast-links > li, .footer-copy, .footer-lan .icons-map, .pull-left, .show-box > div:first-child, .show-box .page b, .product-list > div, .product-list-sp > div, .pagination-box b, .pagination {
    float: left;
}

.form-control, .widget [class^="col-"].right, .submenu-title-s i, .search-box input[type="submit"], .right-col, .title-sub i, .detail-box > div:last-child, .page-box .img-pull-right, .tstyle-menu .fr.tstyle-link, .tstyle-menu > div.fr, .tstyle-inner > img:last-child, .tstyle-content, .header-right, .fast-links, .footer-logo, .footer-logo img, .footer-lan, .footer-lan .selectpicker.lan, .pull-right, .show-box > div:last-child {
    float: right;
}

[class^="icons-"] span {
    visibility: hidden;
}

.submenu-list, .submenu-third, .advanced-search-list, .left-menu, .sideacc ul, .detail-patterns, .related-list, .related-name-inner, .family-list, .family-item, .info-box .fl-box, .fast-links, .breadcrumb, .pagination {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget [class^="col-"], .widget [class^="ht-"] {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.form-control, .form-submit, .inquiry-file, .inquiry-textarea, .btn-add {
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.widget [class^="col-"].dib, .inquiry-item .pl, .inquiry-item .pr, .breadcrumb li, .pagination li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

/*
Item Name : Responsive Mega Menu Complete Set
Item URI : http://codecanyon.net/item/mega-menu-complete-set/152825
Author URI : http://codecanyon.net/user/Pixelworkshop
Version : 3.32
*/
/*  _______________________________________________

    01 MEGA MENU BAR
    _______________________________________________  */
.megamenu_container {
    width: 100%;
    height: 46px;
    *height: 44px;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *margin-top: -40px;
}

.megamenu_fixed {
    width: inherit;
    position: fixed;
    top: 0;
    /* IE7 Fix */
    *width: expression(this.parentNode.currentStyle['width']);
}

.megamenu {
    list-style: none;
    padding: 0;
    position: relative;
    /* For IE7 */
    margin: 0;
    line-height: 1;
    *margin-left: 135px;
}

    .megamenu > li {
        float: left;
        margin: 0;
        border: none;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        -ms-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

        .megamenu > li > a {
            font-size: 12px;
            text-transform: uppercase;
            outline: 0;
            text-decoration: none;
            display: block;
            padding: 18px 15px;
        }

    .megamenu li.megamenu_button {
        display: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

    /* Right aligned menu item */
    .megamenu li.megamenu_right {
        float: right;
        margin-right: -1px;
    }

        .megamenu li.megamenu_right a {
            margin-right: 5px;
        }

    /*  _______________________________________________

    02 MEGA MENU CONTAINERS
    _______________________________________________  */
    .megamenu li .dropdown_container,
    .megamenu li .dropdown_fullwidth,
    .megamenu li .dropdown_multilevel {
        position: absolute;
        margin: 0;
        padding-top: 24px;
        padding-bottom: 10px;
        left: -9999em;
        top: -9999em;
        display: block;
        zoom: 1;
        z-index: 9998;
        float: left;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

    .megamenu li .dropdown_first {
        margin-left: -1px;
    }

    .megamenu li .droplast_right {
        margin-right: -1px;
    }

    /* Showing Drop Down on Mouse Hover */
    .megamenu li:hover .dropdown_container {
        top: 45px;
        left: auto;
    }

    .megamenu li:hover .dropdown_fullwidth {
        top: 45px;
        left: -1px;
    }

    .megamenu li .dropdown_right {
        right: 0;
    }

    .megamenu li:hover .dropdown_right {
        top: 45px;
        left: auto;
        right: 0;
    }

    /*
	Bigger containers need smaller padding values and
	on the opposite, smaller containers will have
	higher paddings. 
	This makes the content within each kind of drop down 
	equally distant from the left edge. 
*/
    .megamenu .dropdown_1column {
        width: 8.3334%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .megamenu .dropdown_2columns {
        width: 16.6667%;
        padding-left: 1.8333%;
        padding-right: 1.8333%;
    }

    .megamenu .dropdown_3columns {
        width: 25%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }

    .megamenu .dropdown_4columns {
        width: 33.3334%;
        padding-left: 1.333%;
        padding-right: 1.333%;
    }

    .megamenu .dropdown_5columns {
        width: 41.6667%;
        padding-left: 1.166%;
        padding-right: 1.166%;
    }

    .megamenu .dropdown_6columns {
        width: 50%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .megamenu .dropdown_7columns {
        width: 58.3334%;
        padding-left: 0.833%;
        padding-right: 0.833%;
    }

    .megamenu .dropdown_8columns {
        width: 66.6667%;
        padding-left: 0.666%;
        padding-right: 0.666%;
    }

    .megamenu .dropdown_9columns {
        width: 75%;
        padding-left: 0.5%;
        padding-right: 0.5%;
    }

    .megamenu .dropdown_10columns {
        width: 83.3334%;
        padding-left: 0.333%;
        padding-right: 0.333%;
    }

    .megamenu .dropdown_11columns {
        width: 91.6667%;
        padding-left: 0.1666%;
        padding-right: 0.1666%;
    }

    .megamenu .dropdown_12columns,
    .megamenu .dropdown_fullwidth {
        width: 100%;
    }

    /*  _______________________________________________

    03 DROP DOWN COLUMNS GRID
    _______________________________________________  */
    .megamenu .col_1,
    .megamenu .col_2,
    .megamenu .col_3,
    .megamenu .col_4,
    .megamenu .col_5,
    .megamenu .col_6,
    .megamenu .col_7,
    .megamenu .col_8,
    .megamenu .col_9,
    .megamenu .col_10,
    .megamenu .col_11,
    .megamenu .col_12 {
        float: left;
        display: inline;
        position: relative;
        margin-left: 2%;
        margin-right: 2%;
        /* 
  Rounding error with IE7.
  Lower margin values will absorb the difference.
  */
        *margin-left: 1.9%;
        *margin-right: 1.9%;
    }

    .megamenu .col_1 {
        width: 4.33%;
    }

    .megamenu .col_2 {
        width: 12.66%;
    }

    .megamenu .col_3 {
        width: 21%;
    }

    .megamenu .col_4 {
        width: 29.33%;
    }

    .megamenu .col_5 {
        width: 37.66%;
    }

    .megamenu .col_6 {
        width: 46%;
    }

    .megamenu .col_7 {
        width: 54.33%;
    }

    .megamenu .col_8 {
        width: 62.66%;
    }

    .megamenu .col_9 {
        width: 71%;
    }

    .megamenu .col_10 {
        width: 79.33%;
    }

    .megamenu .col_11 {
        width: 87.66%;
    }

    .megamenu .col_12 {
        width: 96%;
    }

    .megamenu .rowcontent {
        clear: left;
        /*
  IE7 clear issue.
  Display inline required.
  */
        *display: inline;
    }

    /*  _______________________________________________

    04 FLY-OUT MENU
    _______________________________________________  */
    .megamenu .dropdown_flyout,
    .megamenu .dropdown_flyout .dropdown_flyout_level {
        padding: 0;
        margin: 0;
        list-style: none;
        z-index: 9;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .megamenu .dropdown_flyout li {
            float: left;
            width: 92%;
            padding: 3px 4% 3px 4%;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

        .megamenu .dropdown_flyout ul li {
            width: 140px;
            padding: 3px 10px 3px 10px;
        }

        .megamenu .dropdown_flyout a {
            display: block;
            width: 10em;
        }

        .megamenu .dropdown_flyout .dropdown_flyout_level {
            position: absolute;
            margin: 15px 0 0 4px;
            padding: 6px;
            left: -9999em;
            top: -9999em;
            display: block;
            zoom: 1;
            float: left;
        }

        .megamenu .dropdown_flyout li:hover > .dropdown_flyout_level {
            left: 95%;
            top: -21px;
        }

        .megamenu .dropdown_flyout li:hover > .dropdown_flyout_level_left {
            left: -108%;
            right: 100%;
        }

    /*  _______________________________________________

    05 MEGA MENU WEB ELEMENTS
    _______________________________________________  */
    /* 1. General Typography */
    .megamenu p,
    .megamenu h1,
    .megamenu h2,
    .megamenu h3,
    .megamenu h4,
    .megamenu h5,
    .megamenu h6 {
        padding: 0;
        margin: 0 0 20px;
    }

    .megamenu > li > div a {
        text-decoration: none;
        outline: none;
    }

        .megamenu > li > div a:hover {
            -webkit-transition: color 0.3s;
            -moz-transition: color 0.3s;
            -o-transition: color 0.3s;
            -ms-transition: color 0.3s;
            transition: color 0.3s;
        }

    .megamenu p {
        font-size: 12px;
        line-height: 1.2;
    }

    .megamenu h1,
    .megamenu h2,
    .megamenu h3,
    .megamenu h4,
    .megamenu h5,
    .megamenu h6 {
        font-weight: bold;
        margin: 0;
    }

    .megamenu h1 {
        line-height: 1;
        font-size: 15px;
    }

    .megamenu h2 {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .megamenu h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .megamenu h4 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 14px;
    }

    .megamenu h5 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 14px;
    }

    .megamenu h6 {
        font-size: 10px;
        line-height: 16px;
        margin-bottom: 14px;
        text-transform: uppercase;
    }

    /* 3. Custom Paragraphs */
    .megamenu .blue,
    .megamenu .grey,
    .megamenu .orange,
    .megamenu .dark,
    .megamenu .purple {
        padding: 0 0 0 15px;
        margin-bottom: 18px;
        border-left: solid 5px;
    }

    .megamenu .blue {
        border-left-color: #929292;
    }

    .megamenu .grey {
        border-left-color: #ECE7BA;
    }

    .megamenu .orange {
        border-left-color: #BD4F33;
    }

    .megamenu .dark {
        border-left-color: #3F3F3F;
    }

    .megamenu .purple {
        border-left-color: #382E34;
    }

    .megamenu .black_box {
        text-shadow: none;
        padding: 10px;
        margin-top: -10px;
        *margin-top: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    /* 4. Video + Misc. */
    .megamenu .video_container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-bottom: 24px;
    }

        .megamenu .video_container iframe,
        .megamenu .video_container object,
        .megamenu .video_container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

    .megamenu .dropcap {
        display: block;
        float: left;
        font-size: 42px;
        line-height: 36px;
        margin: 4px 8px 0 0;
    }

    .megamenu hr {
        width: 100%;
        height: 0;
        *height: 2px;
        border: none;
        margin-bottom: 24px;
    }

    /* 5. Images */
    .megamenu img {
        max-width: 100%;
        height: auto;
        border: none;
        margin-bottom: 18px;
    }

        .megamenu img.img_left {
            float: left;
            margin-right: 18px;
        }

        .megamenu img.img_right {
            float: right;
            margin-left: 18px;
        }

    .megamenu img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        opacity: 0.7;
        -webkit-transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }

        .megamenu img:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
            -webkit-transition: opacity 0.3s ease-in-out;
            -moz-transition: opacity 0.3s ease-in-out;
            -o-transition: opacity 0.3s ease-in-out;
            -ms-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
        }

    /* 6. Paragraph Icons */
    .megamenu .paragraph_icon {
        padding-left: 36px;
        padding-right: 20px;
        margin-bottom: 18px;
    }

    .megamenu .mini_icon {
        background-repeat: no-repeat;
        margin-top: 4px;
        margin-left: -34px;
        float: left;
        width: 20px;
        height: 20px;
    }

.megamenu_dark .megamenu .mini_icon {
    background-image: url("../images/icons/mini-icons-white.png");
}

.megamenu_light .megamenu .mini_icon {
    background-image: url("../images/icons/mini-icons-black.png");
}

.megamenu .ic_archive {
    background-position: 0 0;
}

.megamenu .ic_attachment {
    background-position: 0 -56px;
}

.megamenu .ic_bookmark {
    background-position: 0 -112px;
}

.megamenu .ic_brush {
    background-position: 0 -168px;
}

.megamenu .ic_calc {
    background-position: 0 -224px;
}

.megamenu .ic_calendar {
    background-position: 0 -280px;
}

.megamenu .ic_cancel {
    background-position: 0 -336px;
}

.megamenu .ic_chat {
    background-position: 0 -392px;
}

.megamenu .ic_chats {
    background-position: 0 -448px;
}

.megamenu .ic_cloud {
    background-position: 0 -504px;
}

.megamenu .ic_delete {
    background-position: 0 -560px;
}

.megamenu .ic_documents {
    background-position: 0 -616px;
}

.megamenu .ic_down {
    background-position: 0 -672px;
}

.megamenu .ic_down_circle {
    background-position: 0 -728px;
}

.megamenu .ic_download {
    background-position: 0 -784px;
}

.megamenu .ic_edit {
    background-position: 0 -840px;
}

.megamenu .ic_empty_document {
    background-position: 0 -896px;
}

.megamenu .ic_favorite {
    background-position: 0 -952px;
}

.megamenu .ic_folder {
    background-position: 0 -1008px;
}

.megamenu .ic_fullscreen {
    background-position: 0 -1064px;
}

.megamenu .ic_graph {
    background-position: 0 -1120px;
}

.megamenu .ic_grid {
    background-position: 0 -1176px;
}

.megamenu .ic_left {
    background-position: 0 -1232px;
}

.megamenu .ic_left_circle {
    background-position: 0 -1288px;
}

.megamenu .ic_list {
    background-position: 0 -1344px;
}

.megamenu .ic_lock {
    background-position: 0 -1400px;
}

.megamenu .ic_mail {
    background-position: 0 -1456px;
}

.megamenu .ic_minus {
    background-position: 0 -1512px;
}

.megamenu .ic_ok {
    background-position: 0 -1568px;
}

.megamenu .ic_picture {
    background-position: 0 -1624px;
}

.megamenu .ic_pin {
    background-position: 0 -1680px;
}

.megamenu .ic_plus {
    background-position: 0 -1736px;
}

.megamenu .ic_power {
    background-position: 0 -1792px;
}

.megamenu .ic_print {
    background-position: 0 -1848px;
}

.megamenu .ic_refresh {
    background-position: 0 -1904px;
}

.megamenu .ic_right {
    background-position: -56px 0;
}

.megamenu .ic_right_circle {
    background-position: -56px -56px;
}

.megamenu .ic_settings {
    background-position: -56px -112px;
}

.megamenu .ic_sound {
    background-position: -56px -168px;
}

.megamenu .ic_sync {
    background-position: -56px -224px;
}

.megamenu .ic_tag {
    background-position: -56px -280px;
}

.megamenu .ic_target {
    background-position: -56px -336px;
}

.megamenu .ic_text_document {
    background-position: -56px -392px;
}

.megamenu .ic_time {
    background-position: -56px -448px;
}

.megamenu .ic_unlock {
    background-position: -56px -504px;
}

.megamenu .ic_up {
    background-position: -56px -560px;
}

.megamenu .ic_up_circle {
    background-position: -56px -616px;
}

.megamenu .ic_user {
    background-position: -56px -672px;
}

.megamenu .ic_users {
    background-position: -56px -728px;
}

.megamenu .ic_zoom {
    background-position: -56px -784px;
}

/* 7. Social Icons */
.megamenu .social_icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    *padding-bottom: 18px;
    float: left;
    background: url("../images/icons/social-icons.png") no-repeat top left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    -moz-transition: .3s all ease-in;
    transition: .3s all ease-in;
}

    .megamenu .social_icon:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

.megamenu .social_icon_delicious {
    background-position: 0 0;
}

.megamenu .social_icon_digg {
    background-position: 0 -62px;
}

.megamenu .social_icon_dribble {
    background-position: 0 -124px;
}

.megamenu .social_icon_ember {
    background-position: 0 -186px;
}

.megamenu .social_icon_facebook {
    background-position: 0 -248px;
}

.megamenu .social_icon_flickr {
    background-position: 0 -310px;
}

.megamenu .social_icon_forrst {
    background-position: 0 -372px;
}

.megamenu .social_icon_google {
    background-position: 0 -434px;
}

.megamenu .social_icon_last_fm {
    background-position: 0 -496px;
}

.megamenu .social_icon_linkedin {
    background-position: 0 -558px;
}

.megamenu .social_icon_my_space {
    background-position: 0 -620px;
}

.megamenu .social_icon_quora {
    background-position: 0 -682px;
}

.megamenu .social_icon_rss {
    background-position: 0 -744px;
}

.megamenu .social_icon_sharethis {
    background-position: 0 -806px;
}

.megamenu .social_icon_skype {
    background-position: 0 -868px;
}

.megamenu .social_icon_stumbleupon {
    background-position: 0 -930px;
}

.megamenu .social_icon_tumblr {
    background-position: 0 -992px;
}

.megamenu .social_icon_twitter {
    background-position: 0 -1054px;
}

.megamenu .social_icon_vimeo {
    background-position: 0 -1116px;
}

.megamenu .social_icon_you_tube {
    background-position: 0 -1178px;
}

/* 8. Form Elements */
.megamenu .contact_form {
    display: block;
    margin: 0 0 20px 0;
}

    .megamenu .contact_form label {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }

.megamenu .form_element {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 90%;
    padding: 6px;
    margin: 12px 0 18px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

    .megamenu .form_element:focus {
        outline: none;
    }

.megamenu .contact_form textarea {
    width: 94%;
    height: 110px;
    resize: none;
}

.megamenu .contact_form .required {
    color: #C00;
}

.megamenu .contact_form .button {
    font: bold 11px Sans-Serif;
    padding: 7px 12px;
    margin: 9px 12px 0 0;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .megamenu .contact_form .button:active {
        position: relative;
        top: 1px;
    }

.megamenu > li.megamenu_searchform {
    padding: 7px 12px 0 0;
}

    .megamenu > li.megamenu_searchform input {
        font-size: 12px;
    }

    .megamenu > li.megamenu_searchform .megamenu_searchfield {
        margin-top: 2px;
        padding: 4px 4px 4px 6px;
        width: 202px;
        outline: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

/* 9. Tables */
.megamenu .table_light,
.megamenu .table_dark {
    width: 100%;
    padding: 0;
    margin: 6px 0 18px 0;
    font-size: 12px;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .megamenu .table_light th,
    .megamenu .table_dark th {
        text-align: left;
        padding: 12px 9px 12px 9px;
        font-weight: bold;
        font-size: 12px;
    }

    .megamenu .table_light td,
    .megamenu .table_dark td {
        padding: 12px 9px 12px 9px;
    }

/*  _______________________________________________

    06 DEFAULT THEMES, DARK & LIGHT (COMPULSORY)
    _______________________________________________  */
/* 1. Dark Menu Bar */
.megamenu_dark_bar {
    background: #212121;
    background: -webkit-linear-gradient(top, #333333 0%, #181818);
    background: -moz-linear-gradient(top, #333333 0%, #181818);
    background: -o-linear-gradient(top, #333333 0%, #181818);
    background: -ms-linear-gradient(top, #333333 0%, #181818);
    background: linear-gradient(to bottom, #333333 0%, #181818);
    border: 1px solid #171717;
    -webkit-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.7);
    -moz-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.7);
    box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.7);
}

    .megamenu_dark_bar .megamenu {
        color: #FFFFFF;
    }

        .megamenu_dark_bar .megamenu > li:hover,
        .megamenu_dark_bar .megamenu > li.active {
            background: #121212;
            -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
        }

        .megamenu_dark_bar .megamenu li.noactive {
            background: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .megamenu_dark_bar .megamenu > li > a {
            color: #FFFFFF;
            text-shadow: 1px 1px 1px #000000;
        }

        .megamenu_dark_bar .megamenu > li:hover > a {
            color: #FFFFFF;
            text-shadow: 1px 1px 1px #000000;
        }

        .megamenu_dark_bar .megamenu > li .megamenu_drop {
            background: url("../images/dropdown.png") no-repeat right 18px;
        }

    .megamenu_dark_bar .megamenu_vertical > li .megamenu_drop {
        background: url("../images/right.png") no-repeat right 16px;
    }

    .megamenu_dark_bar .megamenu li.megamenu_button,
    .megamenu_dark_bar .megamenu li.megamenu_button:hover {
        background: url("../images/dropdown.png") no-repeat right 19px;
    }

    .megamenu_dark_bar .megamenu li.megamenu_button_active,
    .megamenu_dark_bar .megamenu li.megamenu_button_active:hover {
        background: url("../images/dropdown-up.png") no-repeat right 18px;
    }

/* 2. Light Menu Bar */
.megamenu_light_bar .megamenu {
    color: #212121;
}

    .megamenu_light_bar .megamenu > li:hover .nav-link,
    .megamenu_light_bar .megamenu > li.active .nav-link {
        background: url("../images/bg-nav.png") 0px 1px no-repeat;
    }

    .megamenu_light_bar .megamenu li.noactive {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .megamenu_light_bar .megamenu > li > a {
        color: #212121;
        text-shadow: 1px 1px 1px #FFFFFF;
    }

    .megamenu_light_bar .megamenu > li:hover > a {
        color: #212121;
        text-shadow: 1px 1px 1px #FFFFFF;
    }

.megamenu_light_bar .megamenu_vertical > li .megamenu_drop {
    background: url("../images/right-b.png") no-repeat right 16px;
}

.megamenu_light_bar .megamenu li.megamenu_button,
.megamenu_light_bar .megamenu li.megamenu_button:hover {
    background: url("../images/dropdown-b.png") no-repeat right 19px;
}

.megamenu_light_bar .megamenu li.megamenu_button_active,
.megamenu_light_bar .megamenu li.megamenu_button_active:hover {
    background: url("../images/dropdown-b-up.png") no-repeat right 18px;
}

/* 3. Dark Drop Down */
.megamenu_dark .megamenu li .dropdown_container,
.megamenu_dark .megamenu li .dropdown_fullwidth,
.megamenu_dark .megamenu li .dropdown_flyout li ul {
    border: 1px solid #000000;
    border-top-width: 0;
    background: #111111;
    color: #f6f6f6;
}

.megamenu_container_vertical .megamenu li .dropdown_container,
.megamenu_container_vertical .megamenu li .dropdown_fullwidth,
.megamenu_container_vertical .megamenu li .dropdown_flyout li ul {
    border-top-width: 1px;
}

.megamenu_dark .megamenu li .dropdown_flyout li ul {
    border: 1px solid #000000;
}

.megamenu_dark .megamenu li .dropdown_flyout .dropdown_parent {
    background: url("../images/right.png") no-repeat right 9px;
}

    .megamenu_dark .megamenu li .dropdown_flyout .dropdown_parent:hover,
    .megamenu_dark .megamenu li .dropdown_flyout .dropdown_parent.active {
        background-color: #000000;
    }

    .megamenu_dark .megamenu li .dropdown_flyout .dropdown_parent.noactive {
        background-color: transparent;
    }

.megamenu_dark .megamenu p,
.megamenu_dark .megamenu h1,
.megamenu_dark .megamenu h2,
.megamenu_dark .megamenu h3,
.megamenu_dark .megamenu h4,
.megamenu_dark .megamenu h5,
.megamenu_dark .megamenu h6 {
    color: #f6f6f6;
    text-shadow: 1px 1px 1px #000000;
}

.megamenu_dark .megamenu > li > div a,
.megamenu_dark .megamenu li ul li,
.megamenu_dark .megamenu li ol li {
    color: #aaaaaa;
}

    .megamenu_dark .megamenu > li > div a:hover {
        color: #dddddd;
    }

    .megamenu_dark .megamenu li ul li:hover,
    .megamenu_dark .megamenu li ol li:hover,
    .megamenu_dark .megamenu .blue,
    .megamenu_dark .megamenu .grey,
    .megamenu_dark .megamenu .orange,
    .megamenu_dark .megamenu .dark,
    .megamenu_dark .megamenu .purple {
        color: #eeeeee;
    }

.megamenu_dark .megamenu .black_box {
    background: #000000;
    color: #ffffff;
}

.megamenu_dark .megamenu .grey_bg {
    background: #eeeeee;
    color: #000000;
    text-shadow: 1px 1px 1px #ffffff;
}

.megamenu_dark .megamenu .form_element {
    -webkit-box-shadow: 0 1px 1px #000000;
    -moz-box-shadow: 0 1px 1px #000000;
    box-shadow: 0 1px 1px #000000;
}

.megamenu_dark .megamenu > li.megamenu_searchform:hover {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.megamenu_dark .megamenu hr {
    border: none;
    border-bottom: 1px solid #202020;
    border-top: 1px solid #000000;
}

/* 4. Light Drop Down */
.megamenu_light .megamenu li .dropdown_container,
.megamenu_light .megamenu li .dropdown_fullwidth,
.megamenu_light .megamenu li .dropdown_flyout li ul {
    border: 1px solid #CCCCCC;
    color: #212121;
    background: #fff;
}

.megamenu_light .megamenu li .dropdown_fullwidth {
    margin-top: -1px;
}

.megamenu_container_vertical .megamenu li .dropdown_container,
.megamenu_container_vertical .megamenu li .dropdown_fullwidth,
.megamenu_container_vertical .megamenu li .dropdown_flyout li ul {
    border-top-width: 1px;
}

.megamenu_light .megamenu li .dropdown_flyout li ul {
    border: 1px solid #CCCCCC;
}

.megamenu_light .megamenu li .dropdown_flyout .dropdown_parent {
    background: url("../images/right-b.png") no-repeat right 9px;
}

    .megamenu_light .megamenu li .dropdown_flyout .dropdown_parent:hover,
    .megamenu_light .megamenu li .dropdown_flyout .dropdown_parent.active {
        background-color: #eeeeee;
    }

    .megamenu_light .megamenu li .dropdown_flyout .dropdown_parent.noactive {
        background-color: transparent;
    }

.megamenu_light .megamenu p,
.megamenu_light .megamenu h1,
.megamenu_light .megamenu h2,
.megamenu_light .megamenu h3,
.megamenu_light .megamenu h4,
.megamenu_light .megamenu h5,
.megamenu_light .megamenu h6 {
    color: #212121;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.megamenu_light .megamenu > li > div a,
.megamenu_light .megamenu li ul li,
.megamenu_light .megamenu li ol li {
    color: #888888;
}

    .megamenu_light .megamenu > li > div a:hover {
        color: #333333;
    }

    .megamenu_light .megamenu li ul li:hover,
    .megamenu_light .megamenu li ol li:hover,
    .megamenu_light .megamenu .blue,
    .megamenu_light .megamenu .grey,
    .megamenu_light .megamenu .orange,
    .megamenu_light .megamenu .dark,
    .megamenu_light .megamenu .purple {
        color: #444444;
    }

.megamenu_light .megamenu .black_box {
    background: #212121;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
}

.megamenu_light .megamenu .grey_bg {
    background: #eeeeee;
}

.megamenu_light .megamenu .form_element {
    -webkit-box-shadow: 0 1px 1px #efefef;
    -moz-box-shadow: 0 1px 1px #efefef;
    box-shadow: 0 1px 1px #efefef;
}

.megamenu_light .megamenu > li.megamenu_searchform:hover {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.megamenu_light .megamenu hr {
    border: none;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #e4e4e4;
}

/* 5. Neutral Colored Elements */
/* Form Elements */
.megamenu .form_element {
    color: #000000;
    background-color: #fbfbfb;
    border: 1px solid #dddddd;
}

    .megamenu .form_element:hover {
        background-color: #fcfcfc;
    }

    .megamenu .form_element:focus {
        background-color: #ffffff;
    }

.megamenu .contact_form .required {
    color: #C00;
}

.megamenu .contact_form .button {
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #222222;
    text-shadow: 0 1px 1px #000000;
    -webkit-box-shadow: 0 1px 1px #000000;
    -moz-box-shadow: 0 1px 1px #000000;
    box-shadow: 0 1px 1px #000000;
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

    .megamenu .contact_form .button:hover,
    .megamenu .contact_form .button:focus {
        color: #ffffff;
        background-color: #1A1A1A;
    }

    .megamenu .contact_form .button:active {
        -webkit-box-shadow: 0 0 1px #000000;
        -moz-box-shadow: 0 0 1px #000000;
        box-shadow: 0 0 1px #000000;
    }

.megamenu > li.megamenu_searchform .megamenu_searchfield {
    background: #fff;
    border: solid 1px #bcbbbb;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Tables */
.megamenu .table_light {
    border: 1px solid #cbcbcb;
    border-bottom: none;
}

    .megamenu .table_light th {
        color: #3A3A3A;
        border-bottom: 1px solid #cbcbcb;
        background: #F5F5F5;
    }

    .megamenu .table_light td {
        border-bottom: 1px solid #cbcbcb;
        background: #fff;
        color: #888;
    }

.megamenu .table_dark {
    border: 1px solid #000;
    border-bottom: none;
}

    .megamenu .table_dark th {
        color: #FFF;
        border-bottom: 1px solid #000;
        background: #0D0D0D;
    }

    .megamenu .table_dark td {
        border-bottom: 1px solid #000;
        background: #0F0F0F;
        color: #DDD;
    }

/*  _______________________________________________

    07 ADDITIONAL THEMES (OPTIONNAL)
    _______________________________________________  */
.megamenu_bluetheme .megamenu,
.megamenu_browntheme .megamenu,
.megamenu_cherrytheme .megamenu,
.megamenu_coffeetheme .megamenu,
.megamenu_greentheme .megamenu,
.megamenu_greytheme .megamenu,
.megamenu_oceantheme .megamenu,
.megamenu_orangetheme .megamenu,
.megamenu_pinktheme .megamenu,
.megamenu_purpletheme .megamenu,
.megamenu_redtheme .megamenu,
.megamenu_tantheme .megamenu,
.megamenu_yellowtheme .megamenu {
    color: #FFFFFF;
}

    .megamenu_bluetheme .megamenu > li:hover,
    .megamenu_bluetheme .megamenu > li.active,
    .megamenu_browntheme .megamenu > li:hover,
    .megamenu_browntheme .megamenu > li.active,
    .megamenu_cherrytheme .megamenu > li:hover,
    .megamenu_cherrytheme .megamenu > li.active,
    .megamenu_coffeetheme .megamenu > li:hover,
    .megamenu_coffeetheme .megamenu > li.active,
    .megamenu_greentheme .megamenu > li:hover,
    .megamenu_greentheme .megamenu > li.active,
    .megamenu_greytheme .megamenu > li:hover,
    .megamenu_greytheme .megamenu > li.active,
    .megamenu_oceantheme .megamenu > li:hover,
    .megamenu_oceantheme .megamenu > li.active,
    .megamenu_orangetheme .megamenu > li:hover,
    .megamenu_orangetheme .megamenu > li.active,
    .megamenu_pinktheme .megamenu > li:hover,
    .megamenu_pinktheme .megamenu > li.active,
    .megamenu_purpletheme .megamenu > li:hover,
    .megamenu_purpletheme .megamenu > li.active,
    .megamenu_redtheme .megamenu > li:hover,
    .megamenu_redtheme .megamenu > li.active,
    .megamenu_tantheme .megamenu > li:hover,
    .megamenu_tantheme .megamenu > li.active,
    .megamenu_yellowtheme .megamenu > li:hover,
    .megamenu_yellowtheme .megamenu > li.active {
        background: #121212;
        -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
        box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.2);
    }

    .megamenu_bluetheme .megamenu > li > a,
    .megamenu_browntheme .megamenu > li > a,
    .megamenu_cherrytheme .megamenu > li > a,
    .megamenu_coffeetheme .megamenu > li > a,
    .megamenu_greentheme .megamenu > li > a,
    .megamenu_greytheme .megamenu > li > a,
    .megamenu_oceantheme .megamenu > li > a,
    .megamenu_orangetheme .megamenu > li > a,
    .megamenu_pinktheme .megamenu > li > a,
    .megamenu_purpletheme .megamenu > li > a,
    .megamenu_redtheme .megamenu > li > a,
    .megamenu_tantheme .megamenu > li > a,
    .megamenu_yellowtheme .megamenu > li > a {
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #000000;
    }

    .megamenu_bluetheme .megamenu > li:hover > a,
    .megamenu_browntheme .megamenu > li:hover > a,
    .megamenu_cherrytheme .megamenu > li:hover > a,
    .megamenu_coffeetheme .megamenu > li:hover > a,
    .megamenu_greentheme .megamenu > li:hover > a,
    .megamenu_greytheme .megamenu > li:hover > a,
    .megamenu_oceantheme .megamenu > li:hover > a,
    .megamenu_orangetheme .megamenu > li:hover > a,
    .megamenu_pinktheme .megamenu > li:hover > a,
    .megamenu_purpletheme .megamenu > li:hover > a,
    .megamenu_redtheme .megamenu > li:hover > a,
    .megamenu_tantheme .megamenu > li:hover > a,
    .megamenu_yellowtheme .megamenu > li:hover > a {
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #000000;
    }

    .megamenu_bluetheme .megamenu > li .megamenu_drop,
    .megamenu_browntheme .megamenu > li .megamenu_drop,
    .megamenu_cherrytheme .megamenu > li .megamenu_drop,
    .megamenu_coffeetheme .megamenu > li .megamenu_drop,
    .megamenu_greentheme .megamenu > li .megamenu_drop,
    .megamenu_greytheme .megamenu > li .megamenu_drop,
    .megamenu_oceantheme .megamenu > li .megamenu_drop,
    .megamenu_orangetheme .megamenu > li .megamenu_drop,
    .megamenu_pinktheme .megamenu > li .megamenu_drop,
    .megamenu_purpletheme .megamenu > li .megamenu_drop,
    .megamenu_redtheme .megamenu > li .megamenu_drop,
    .megamenu_tantheme .megamenu > li .megamenu_drop,
    .megamenu_yellowtheme .megamenu > li .megamenu_drop {
        background: url("../images/dropdown.png") no-repeat right 18px;
    }

.megamenu_bluetheme .megamenu_vertical > li .megamenu_drop,
.megamenu_browntheme .megamenu_vertical > li .megamenu_drop,
.megamenu_cherrytheme .megamenu_vertical > li .megamenu_drop,
.megamenu_coffeetheme .megamenu_vertical > li .megamenu_drop,
.megamenu_greentheme .megamenu_vertical > li .megamenu_drop,
.megamenu_greytheme .megamenu_vertical > li .megamenu_drop,
.megamenu_oceantheme .megamenu_vertical > li .megamenu_drop,
.megamenu_orangetheme .megamenu_vertical > li .megamenu_drop,
.megamenu_pinktheme .megamenu_vertical > li .megamenu_drop,
.megamenu_purpletheme .megamenu_vertical > li .megamenu_drop,
.megamenu_redtheme .megamenu_vertical > li .megamenu_drop,
.megamenu_tantheme .megamenu_vertical > li .megamenu_drop,
.megamenu_yellowtheme .megamenu_vertical > li .megamenu_drop {
    background: url("../images/right.png") no-repeat right 16px;
}

/* 1. Blue */
.megamenu_bluetheme {
    background: #536987;
    background: -webkit-linear-gradient(top, #526886 0%, #4A5E79);
    background: -moz-linear-gradient(top, #526886 0%, #4A5E79);
    background: -o-linear-gradient(top, #526886 0%, #4A5E79);
    background: -ms-linear-gradient(top, #526886 0%, #4A5E79);
    background: linear-gradient(to bottom, #526886 0%, #4a5e79);
    border: 1px solid #222222;
    -webkit-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
}

    .megamenu_bluetheme .megamenu > li > div a,
    .megamenu_bluetheme .megamenu li ul li,
    .megamenu_bluetheme .megamenu li ol li {
        color: #6a82a3;
    }

        .megamenu_bluetheme .megamenu > li > div a:hover,
        .megamenu_bluetheme .megamenu li ul li:hover,
        .megamenu_bluetheme .megamenu li ol li:hover {
            color: #536987;
        }

/* 2. Brown */
.megamenu_browntheme {
    background: #866e56;
    background: -webkit-linear-gradient(top, #866E56 0%, #78624D);
    background: -moz-linear-gradient(top, #866E56 0%, #78624D);
    background: -o-linear-gradient(top, #866E56 0%, #78624D);
    background: -ms-linear-gradient(top, #866E56 0%, #78624D);
    background: linear-gradient(to bottom, #866e56 0%, #78624d);
    border: 1px solid #222222;
    -webkit-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
}

    .megamenu_browntheme .megamenu > li > div a,
    .megamenu_browntheme .megamenu li ul li,
    .megamenu_browntheme .megamenu li ol li {
        color: #a1886e;
    }

        .megamenu_browntheme .megamenu > li > div a:hover,
        .megamenu_browntheme .megamenu li ul li:hover,
        .megamenu_browntheme .megamenu li ol li:hover {
            color: #866e56;
        }

/* 3. Cherry */
.megamenu_cherrytheme {
    background: #ab2d5c;
    background: -webkit-linear-gradient(top, #AB2D5C 0%, #992852);
    background: -moz-linear-gradient(top, #AB2D5C 0%, #992852);
    background: -o-linear-gradient(top, #AB2D5C 0%, #992852);
    background: -ms-linear-gradient(top, #AB2D5C 0%, #992852);
    background: linear-gradient(to bottom, #ab2d5c 0%, #992852);
    border: 1px solid #222222;
    -webkit-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
}

    .megamenu_cherrytheme .megamenu > li > div a,
    .megamenu_cherrytheme .megamenu li ul li,
    .megamenu_cherrytheme .megamenu li ol li {
        color: #cc3f73;
    }

        .megamenu_cherrytheme .megamenu > li > div a:hover,
        .megamenu_cherrytheme .megamenu li ul li:hover,
        .megamenu_cherrytheme .megamenu li ol li:hover {
            color: #ab2d5c;
        }

/* 4. Coffee */
.megamenu_coffeetheme {
    background: #7b675c;
    background: -webkit-linear-gradient(top, #7B675C 0%, #6E5C52);
    background: -moz-linear-gradient(top, #7B675C 0%, #6E5C52);
    background: -o-linear-gradient(top, #7B675C 0%, #6E5C52);
    background: -ms-linear-gradient(top, #7B675C 0%, #6E5C52);
    background: linear-gradient(to bottom, #7b675c 0%, #6e5c52);
    border: 1px solid #222222;
    -webkit-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
}

    .megamenu_coffeetheme .megamenu > li > div a,
    .megamenu_coffeetheme .megamenu li ul li,
    .megamenu_coffeetheme .megamenu li ol li {
        color: #978073;
    }

        .megamenu_coffeetheme .megamenu > li > div a:hover,
        .megamenu_coffeetheme .megamenu li ul li:hover,
        .megamenu_coffeetheme .megamenu li ol li:hover {
            color: #7b675c;
        }

/* 5. Green */
.megamenu_greentheme {
    background: #788951;
    background: -webkit-linear-gradient(top, #788951 0%, #6B7B48);
    background: -moz-linear-gradient(top, #788951 0%, #6B7B48);
    background: -o-linear-gradient(top, #788951 0%, #6B7B48);
    background: -ms-linear-gradient(top, #788951 0%, #6B7B48);
    background: linear-gradient(to bottom, #788951 0%, #6b7b48);
    border: 1px solid #222222;
    -webkit-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
}

    .megamenu_greentheme .megamenu > li > div a,
    .megamenu_greentheme .megamenu li ul li,
    .megamenu_greentheme .megamenu li ol li {
        color: #93a568;
    }

        .megamenu_greentheme .megamenu > li > div a:hover,
        .megamenu_greentheme .megamenu li ul li:hover,
        .megamenu_greentheme .megamenu li ol li:hover {
            color: #788951;
        }

/* 6. Grey */
.megamenu_greytheme {
    background: #6a6a6a;
    background: -webkit-linear-gradient(top, #6A6A6A 0%, #5F5F5F);
    background: -moz-linear-gradient(top, #6A6A6A 0%, #5F5F5F);
    background: -o-linear-gradient(top, #6A6A6A 0%, #5F5F5F);
    background: -ms-linear-gradient(top, #6A6A6A 0%, #5F5F5F);
    background: linear-gradient(to bottom, #6a6a6a 0%, #5f5f5f);
    border: 1px solid #222222;
    -webkit-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
}

    .megamenu_greytheme .megamenu > li > div a,
    .megamenu_greytheme .megamenu li ul li,
    .megamenu_greytheme .megamenu li ol li {
        color: #8c8c8c;
    }

        .megamenu_greytheme .megamenu > li > div a:hover,
        .megamenu_greytheme .megamenu li ul li:hover,
        .megamenu_greytheme .megamenu li ol li:hover {
            color: #6a6a6a;
        }

/* 7. Ocean */
.megamenu_oceantheme {
    background: #528a8f;
    background: -webkit-linear-gradient(top, #528A8F 0%, #497B80);
    background: -moz-linear-gradient(top, #528A8F 0%, #497B80);
    background: -o-linear-gradient(top, #528A8F 0%, #497B80);
    background: -ms-linear-gradient(top, #528A8F 0%, #497B80);
    background: linear-gradient(to bottom, #528a8f 0%, #497b80);
    border: 1px solid #222222;
    -webkit-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
}

    .megamenu_oceantheme .megamenu > li > div a,
    .megamenu_oceantheme .megamenu li ul li,
    .megamenu_oceantheme .megamenu li ol li {
        color: #6aa5aa;
    }

        .megamenu_oceantheme .megamenu > li > div a:hover,
        .megamenu_oceantheme .megamenu li ul li:hover,
        .megamenu_oceantheme .megamenu li ol li:hover {
            color: #528a8f;
        }

/* 8. Orange */
.megamenu_orangetheme {
    background: #e34f00;
    background: -webkit-linear-gradient(top, #E34F00 0%, #CB4600);
    background: -moz-linear-gradient(top, #E34F00 0%, #CB4600);
    background: -o-linear-gradient(top, #E34F00 0%, #CB4600);
    background: -ms-linear-gradient(top, #E34F00 0%, #CB4600);
    background: linear-gradient(to bottom, #e34f00 0%, #cb4600);
    border: 1px solid #222222;
    -webkit-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
}

    .megamenu_orangetheme .megamenu > li > div a,
    .megamenu_orangetheme .megamenu li ul li,
    .megamenu_orangetheme .megamenu li ol li {
        color: #ff6717;
    }

        .megamenu_orangetheme .megamenu > li > div a:hover,
        .megamenu_orangetheme .megamenu li ul li:hover,
        .megamenu_orangetheme .megamenu li ol li:hover {
            color: #e34f00;
        }

/* 9. Pink */
.megamenu_pinktheme {
    background: #d50065;
    background: -webkit-linear-gradient(top, #D50065 0%, #BF005A);
    background: -moz-linear-gradient(top, #D50065 0%, #BF005A);
    background: -o-linear-gradient(top, #D50065 0%, #BF005A);
    background: -ms-linear-gradient(top, #D50065 0%, #BF005A);
    background: linear-gradient(to bottom, #d50065 0%, #bf005a);
    border: 1px solid #222222;
    -webkit-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
}

    .megamenu_pinktheme .megamenu > li > div a,
    .megamenu_pinktheme .megamenu li ul li,
    .megamenu_pinktheme .megamenu li ol li {
        color: #ff097d;
    }

        .megamenu_pinktheme .megamenu > li > div a:hover,
        .megamenu_pinktheme .megamenu li ul li:hover,
        .megamenu_pinktheme .megamenu li ol li:hover {
            color: #d50065;
        }

/* 10. Purple */
.megamenu_purpletheme {
    background: #68449a;
    background: -webkit-linear-gradient(top, #68449A 0%, #5D3D8A);
    background: -moz-linear-gradient(top, #68449A 0%, #5D3D8A);
    background: -o-linear-gradient(top, #68449A 0%, #5D3D8A);
    background: -ms-linear-gradient(top, #68449A 0%, #5D3D8A);
    background: linear-gradient(to bottom, #68449a 0%, #5d3d8a);
    border: 1px solid #222222;
    -webkit-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
}

    .megamenu_purpletheme .megamenu > li > div a,
    .megamenu_purpletheme .megamenu li ul li,
    .megamenu_purpletheme .megamenu li ol li {
        color: #815ab7;
    }

        .megamenu_purpletheme .megamenu > li > div a:hover,
        .megamenu_purpletheme .megamenu li ul li:hover,
        .megamenu_purpletheme .megamenu li ol li:hover {
            color: #68449a;
        }

/* 11. Red */
.megamenu_redtheme {
    background: #b82323;
    background: -webkit-linear-gradient(top, #B82323 0%, #A51F1F);
    background: -moz-linear-gradient(top, #B82323 0%, #A51F1F);
    background: -o-linear-gradient(top, #B82323 0%, #A51F1F);
    background: -ms-linear-gradient(top, #B82323 0%, #A51F1F);
    background: linear-gradient(to bottom, #b82323 0%, #a51f1f);
    border: 1px solid #222222;
    -webkit-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
}

    .megamenu_redtheme .megamenu > li > div a,
    .megamenu_redtheme .megamenu li ul li,
    .megamenu_redtheme .megamenu li ol li {
        color: #d83636;
    }

        .megamenu_redtheme .megamenu > li > div a:hover,
        .megamenu_redtheme .megamenu li ul li:hover,
        .megamenu_redtheme .megamenu li ol li:hover {
            color: #b82323;
        }

/* 12. Tan */
.megamenu_tantheme {
    background: #837361;
    background: -webkit-linear-gradient(top, #837361 0%, #756757);
    background: -moz-linear-gradient(top, #837361 0%, #756757);
    background: -o-linear-gradient(top, #837361 0%, #756757);
    background: -ms-linear-gradient(top, #837361 0%, #756757);
    background: linear-gradient(to bottom, #837361 0%, #756757);
    border: 1px solid #222222;
    -webkit-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
}

    .megamenu_tantheme .megamenu > li > div a,
    .megamenu_tantheme .megamenu li ul li,
    .megamenu_tantheme .megamenu li ol li {
        color: #9c8c7b;
    }

        .megamenu_tantheme .megamenu > li > div a:hover,
        .megamenu_tantheme .megamenu li ul li:hover,
        .megamenu_tantheme .megamenu li ol li:hover {
            color: #837361;
        }

/* 13. Yellow */
.megamenu_yellowtheme {
    background: #caa616;
    background: -webkit-linear-gradient(top, #CAA616 0%, #B59513);
    background: -moz-linear-gradient(top, #CAA616 0%, #B59513);
    background: -o-linear-gradient(top, #CAA616 0%, #B59513);
    background: -ms-linear-gradient(top, #CAA616 0%, #B59513);
    background: linear-gradient(to bottom, #caa616 0%, #b59513);
    border: 1px solid #222222;
    -webkit-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    -moz-box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
    box-shadow: inset 0px 0px 2px rgba(40, 40, 40, 0.4);
}

    .megamenu_yellowtheme .megamenu > li > div a,
    .megamenu_yellowtheme .megamenu li ul li,
    .megamenu_yellowtheme .megamenu li ol li {
        color: #e8c22c;
    }

        .megamenu_yellowtheme .megamenu > li > div a:hover,
        .megamenu_yellowtheme .megamenu li ul li:hover,
        .megamenu_yellowtheme .megamenu li ol li:hover {
            color: #caa616;
        }

/*  _______________________________________________

    08 VERTICAL MEGA MENU 
    _______________________________________________  */
.megamenu_container_vertical {
    float: left;
    width: 140px;
    position: relative;
}

    .megamenu_container_vertical .megamenu {
        margin: 0;
        float: left;
    }

        .megamenu_container_vertical .megamenu > li {
            margin: 0;
            width: 140px;
            float: left;
            clear: left;
        }

        .megamenu_container_vertical .megamenu li .megamenu_drop {
            padding-right: 30px;
        }

        .megamenu_container_vertical .megamenu li.right {
            float: left;
            margin-right: auto;
        }

            .megamenu_container_vertical .megamenu li.right a {
                margin-right: auto;
            }

        .megamenu_container_vertical .megamenu li .dropvertical_container {
            width: 820px;
            /* 960px minus menu width */
            margin: 0;
            position: relative;
            float: left;
        }

        .megamenu_container_vertical .megamenu li .dropdown_container,
        .megamenu_container_vertical .megamenu li .dropdown_fullwidth {
            margin: -45px auto 0 141px;
            top: auto;
            -webkit-border-radius: 0 4px 4px 4px;
            -moz-border-radius: 0 4px 4px 4px;
            border-radius: 0 4px 4px 4px;
        }

        .megamenu_container_vertical .megamenu li .dropdown_first {
            margin: -46px auto 0 141px;
        }

        .megamenu_container_vertical .megamenu li .dropdown_right {
            right: auto;
        }

        .megamenu_container_vertical .megamenu li:hover .dropdown_right {
            left: auto;
            right: auto;
        }

.submenu-list, .submenu-third, .advanced-search-list, .left-menu, .sideacc ul, .detail-patterns, .related-list, .related-name-inner, .family-list, .family-item, .info-box .fl-box, .fast-links, .breadcrumb, .pagination, .container, .form-box, .widget, .submenu, .submenu-title-s, .box-centered, .title-sub, .detail-box, .detail-box hr, .detail-share-box, #gallery_01, .inquiry-row, .family-box, .info-box, .info-title, .page-box, .tstyle-box, .tstyle-inner, .tstyle-menu, .col-bdr, .footer, .footer-logo, .footer-links, .visual-wrap .container, .clearfix, .show-box, .product-list, .product-list-sp, .pagination-box {
    *zoom: 1;
}

    .submenu-list:before, .submenu-third:before, .advanced-search-list:before, .left-menu:before, .sideacc ul:before, .detail-patterns:before, .related-list:before, .related-name-inner:before, .family-list:before, .family-item:before, .info-box .fl-box:before, .fast-links:before, .breadcrumb:before, .pagination:before, .container:before, .form-box:before, .widget:before, .submenu:before, .submenu-title-s:before, .box-centered:before, .title-sub:before, .detail-box:before, .detail-box hr:before, .detail-share-box:before, #gallery_01:before, .inquiry-row:before, .family-box:before, .info-box:before, .info-title:before, .page-box:before, .tstyle-box:before, .tstyle-inner:before, .tstyle-menu:before, .col-bdr:before, .footer:before, .footer-logo:before, .footer-links:before, .visual-wrap .container:before, .clearfix:before, .show-box:before, .product-list:before, .product-list-sp:before, .pagination-box:before, .submenu-list:after, .submenu-third:after, .advanced-search-list:after, .left-menu:after, .sideacc ul:after, .detail-patterns:after, .related-list:after, .related-name-inner:after, .family-list:after, .family-item:after, .info-box .fl-box:after, .fast-links:after, .breadcrumb:after, .pagination:after, .container:after, .form-box:after, .widget:after, .submenu:after, .submenu-title-s:after, .box-centered:after, .title-sub:after, .detail-box:after, .detail-box hr:after, .detail-share-box:after, #gallery_01:after, .inquiry-row:after, .family-box:after, .info-box:after, .info-title:after, .page-box:after, .tstyle-box:after, .tstyle-inner:after, .tstyle-menu:after, .col-bdr:after, .footer:after, .footer-logo:after, .footer-links:after, .visual-wrap .container:after, .clearfix:after, .show-box:after, .product-list:after, .product-list-sp:after, .pagination-box:after {
        content: "";
        display: table;
    }

    .submenu-list:after, .submenu-third:after, .advanced-search-list:after, .left-menu:after, .sideacc ul:after, .detail-patterns:after, .related-list:after, .related-name-inner:after, .family-list:after, .family-item:after, .info-box .fl-box:after, .fast-links:after, .breadcrumb:after, .pagination:after, .container:after, .form-box:after, .widget:after, .submenu:after, .submenu-title-s:after, .box-centered:after, .title-sub:after, .detail-box:after, .detail-box hr:after, .detail-share-box:after, #gallery_01:after, .inquiry-row:after, .family-box:after, .info-box:after, .info-title:after, .page-box:after, .tstyle-box:after, .tstyle-inner:after, .tstyle-menu:after, .col-bdr:after, .footer:after, .footer-logo:after, .footer-links:after, .visual-wrap .container:after, .clearfix:after, .show-box:after, .product-list:after, .product-list-sp:after, .pagination-box:after {
        clear: both;
        overflow: hidden;
    }

.container, .visual-wrap .container {
    margin-left: auto;
    margin-right: auto;
}

.form-title, .widget [class^="col-"].left, .submenu-title, .submenu-list, .submenu-list li, .search-box input[type="text"], .left-col, .detail-box > div:first-child, .detail-patterns li, .detail-share-box > div, .detail-share-box [class^="icons-"], #gallery_01 a, .related-list > li, .related-name-inner li, .family-list > li, .info-box .fl-box.ware-kind > li, .info-box .fl-box.ware-size > li, .info-title h1, .info-title span, .tstyle-menu .fl.tstyle-link, .tstyle-menu > div.fl, .tstyle-inner > img:first-child, .tstyle-title, .header-left, .fast-links > li, .footer-copy, .footer-lan .icons-map, .pull-left, .show-box > div:first-child, .show-box .page b, .product-list > div, .product-list-sp > div, .pagination-box b, .pagination {
    float: left;
}

.form-control, .widget [class^="col-"].right, .submenu-title-s i, .search-box input[type="submit"], .right-col, .title-sub i, .detail-box > div:last-child, .page-box .img-pull-right, .tstyle-menu .fr.tstyle-link, .tstyle-menu > div.fr, .tstyle-inner > img:last-child, .tstyle-content, .header-right, .fast-links, .footer-logo, .footer-logo img, .footer-lan, .footer-lan .selectpicker.lan, .pull-right, .show-box > div:last-child {
    float: right;
}

[class^="icons-"] span {
    visibility: hidden;
}

.submenu-list, .submenu-third, .advanced-search-list, .left-menu, .sideacc ul, .detail-patterns, .related-list, .related-name-inner, .family-list, .family-item, .info-box .fl-box, .fast-links, .breadcrumb, .pagination {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget [class^="col-"], .widget [class^="ht-"] {
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.form-control, .form-submit, .inquiry-file, .inquiry-textarea, .btn-add {
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.widget [class^="col-"].dib, .inquiry-item .pl, .inquiry-item .pr, .breadcrumb li, .pagination li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

/*!
 * Bootstrap-select v1.5.4 (http://silviomoreto.github.io/bootstrap-select/)
 *
 * Copyright 2013-2014 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
button, input {
    line-height: normal;
}

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
        -webkit-appearance: button;
    }

    label, select, button, input[type="button"],
    input[type="reset"], input[type="submit"],
    input[type="radio"], input[type="checkbox"] {
        cursor: pointer;
    }

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
}

    .btn-group > .btn {
        position: relative;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .btn-group > .btn:first-child {
            margin-left: 0;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
        }

    .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
        outline: 0;
    }

    .btn-group.open .dropdown-toggle {
        background-image: none;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .btn-group.open .btn.dropdown-toggle {
        background-color: #dddddd;
    }

.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.dropdown-toggle:active, .open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #333333;
        white-space: nowrap;
        outline: 0;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
        .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
            text-decoration: none;
            color: #ffffff;
            background-color: #005293;
        }

.open > .dropdown-menu {
    display: block;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

select {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
}

select {
    height: 30px;
    line-height: 30px;
}

select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon-ok {
    background-position: -288px 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #333;
        white-space: nowrap;
        height: 20px;
    }

.open > .dropdown-menu {
    display: block;
}

.btn {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #b6aa96;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

    .btn-group > .btn {
        position: relative;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
        font-size: 13px;
    }

        .btn-group > .btn:first-child {
            margin-left: 0;
        }

.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.pull-left {
    float: left;
}

.bootstrap-select {
    /*width: 220px\9; IE8 and below*/
    width: 220px \0;
    /*IE9 and below*/
    outline: 0;
}

    .bootstrap-select > .btn {
        width: 100%;
        padding-right: 25px;
    }

.error .bootstrap-select .btn {
    border: 1px solid #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
    float: none;
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 0;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
    float: right;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select.form-control:not([class*="span"]) {
    width: 100%;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 2051;
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

    .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.btn-group[class*="span"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 2000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        border: 0;
        padding: 0;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .bootstrap-select.btn-group .dropdown-menu dt {
        display: block;
        padding: 3px 20px;
        cursor: default;
    }

.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

    .bootstrap-select.btn-group .dropdown-menu li > a.opt {
        position: relative;
        padding-left: 35px;
    }

    .bootstrap-select.btn-group .dropdown-menu li > a {
        cursor: pointer;
    }

    .bootstrap-select.btn-group .dropdown-menu li > dt small {
        font-weight: normal;
    }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    position: absolute;
    display: inline-block;
    right: 75px;
    margin-top: 2.5px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
    color: #9e9e9e;
    color: rgba(158, 158, 158, 0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-bottom-color: rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-bottom: 0;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-top-color: rgba(204, 204, 204, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #FFFFFF;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
    padding: 4px 8px;
}

.bootstrap-select .bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bootstrap-select .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bootstrap-select-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bootstrap-select-searchbox input {
    margin-bottom: 0;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select.lan .btn {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 0px 0px rgba(255, 255, 255, 0);
}

.bootstrap-select.lan-header .btn {
    background: none;
    border: 0;
    box-shadow: 0 0px 0px rgba(255, 255, 255, 0);
    color: #595959;
    margin-bottom: 0 !important;
    height: 30px;
}

.bootstrap-select.lan-header .dropdown-menu > li > a {
    padding-left: 0;
    padding-right: 0;
}

.bootstrap-select.lan-header .dropdown-menu li.selected a i.check-mark {
    right: 105px !important;
    top: 7px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
    overflow: hidden;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 25px;
    height: 25px;
    background: url(../images/border1.png) no-repeat 0 0;
}

#cboxTopCenter {
    height: 25px;
    background: url(../images/border1.png) repeat-x 0 -50px;
}

#cboxTopRight {
    width: 25px;
    height: 25px;
    background: url(../images/border1.png) no-repeat -25px 0;
}

#cboxBottomLeft {
    width: 25px;
    height: 25px;
    background: url(../images/border1.png) no-repeat 0 -25px;
}

#cboxBottomCenter {
    height: 25px;
    background: url(../images/border1.png) repeat-x 0 -75px;
}

#cboxBottomRight {
    width: 25px;
    height: 25px;
    background: url(../images/border1.png) no-repeat -25px -25px;
}

#cboxMiddleLeft {
    width: 25px;
    background: url(../images/border2.png) repeat-y 0 0;
}

#cboxMiddleRight {
    width: 25px;
    background: url(../images/border2.png) repeat-y -25px 0;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 20px;
}

#cboxTitle {
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #999;
}

#cboxCurrent {
    position: absolute;
    bottom: 0px;
    left: 100px;
    color: #999;
}

#cboxLoadingOverlay {
    background: #fff url(../images/loading.gif) no-repeat 5px 5px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

    /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxSlideshow {
    position: absolute;
    bottom: 0px;
    right: 42px;
    color: #444;
}

#cboxPrevious {
    position: absolute;
    bottom: 0px;
    left: 0;
    color: #444;
}

#cboxNext {
    position: absolute;
    bottom: 0px;
    left: 63px;
    color: #444;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*! jQuery UI - v1.9.1 - 2012-10-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 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;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    zoom: 1;
}

.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;
    zoom: 1;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    /* #8656 */
    cursor: default;
}

/* workarounds */
* html .ui-autocomplete {
    width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    zoom: 1;
    overflow: visible;
}

    /* the overflow property removes extra width in IE */
    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
    width: 2.4em;
}

/* button elements seem to need a little more width */
.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: 1.4;
}

.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;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/*button icon element(s) */
.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-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/*button sets*/
.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

/* workarounds */
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* reset extra padding in Firefox */
.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-year {
        width: 100%;
    }

    .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;
            }

    /* with multiple calendars */
    .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 {
    border-left-width: 0;
}

.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: 0em;
}

/* RTL support */
.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 {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute;
    /*must have*/
    z-index: -1;
    /*must have*/
    filter: mask();
    /*must have*/
    top: -4px;
    /*must have*/
    left: -4px;
    /*must have*/
    width: 200px;
    /*must have*/
    height: 200px;
    /*must have*/
}

.ui-dialog {
    position: absolute;
    padding: .2em;
    width: 300px;
    overflow: hidden;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 16px .1em 0;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
        zoom: 1;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin: .5em 0 0 0;
        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: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }

.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;
        zoom: 1;
        width: 100%;
    }

    .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;
        zoom: 1;
        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;
        }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.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-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.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 black;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 10px;
        height: 10px;
        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-horizontal {
    height: 2px;
}

    .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;
    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;
}

/* more specificity required here to overide default borders */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

/* vertical centre icon */
.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
    zoom: 1;
}

    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    .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: 0;
            padding: 0;
            white-space: nowrap;
        }

            .ui-tabs .ui-tabs-nav li a {
                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 a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
                    cursor: text;
                }

            .ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
                cursor: pointer;
            }

    /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
    .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;
}

/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
    background-image: none;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Segoe UI,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: Segoe UI,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #aaa;
    /*background: #feeebd url(images/ui-bg_highlight-soft_100_feeebd_1x100.png) 50% top repeat-x;*/
    background: #888;
    color: #383838;
}

    .ui-widget-content a {
        color: #383838;
    }

.ui-widget-header {
    border: 1px solid #494437;
    background: #888;
    color: #ffffff;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #ffffff;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #888;
        background: #ccc;
        font-weight: bold;
        color: #000;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #4c3000;
            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 #bccddb;
        background: #DDE6ED;
        font-weight: bold;
        color: #381f00;
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
            color: #381f00;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #655e4e;
        background: #ffffff url(images/ui-bg_inset-soft_30_ffffff_1x100.png) 50% 50% repeat-x;
        font-weight: bold;
        color: #0074c7;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #0074c7;
            text-decoration: none;
        }

    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #eeb420;
        background: #fff9e5 url(images/ui-bg_gloss-wave_90_fff9e5_500x100.png) 50% top repeat-x;
        color: #1f1f1f;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #1f1f1f;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #ffb73d;
        background: #d34d17 url(images/ui-bg_diagonals-medium_20_d34d17_40x40.png) 50% 50% repeat;
        color: #ffffff;
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #ffffff;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #ffffff;
    }

    .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);
        }

/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_d19405_256x240.png);
}

.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_d19405_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_fadc7a_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_3d3d3d_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_bd7b00_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_eb990f_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_ed9f26_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_ffe180_256x240.png);
}

/* positioning */
.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 is deprecated, use ui-icon-seek-start instead */
.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;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 100px;
    -webkit-border-top-left-radius: 100px;
    -khtml-border-top-left-radius: 100px;
    border-top-left-radius: 100px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 100px;
    -webkit-border-top-right-radius: 100px;
    -khtml-border-top-right-radius: 100px;
    border-top-right-radius: 100px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 100px;
    -webkit-border-bottom-left-radius: 100px;
    -khtml-border-bottom-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -khtml-border-bottom-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

/* Overlays */
.ui-widget-overlay {
    background: #5c5c5c url(images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x;
    opacity: .8;
    filter: Alpha(Opacity=80);
}

.ui-widget-shadow {
    margin: -7px 0 0 -7px;
    padding: 7px;
    background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x;
    opacity: .6;
    filter: Alpha(Opacity=60);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.icons-sprite, .icons-envelope, .icons-map, .icons-print, .icons-zoom {
    background-image: url('../images/icons-sf106bff20c.png');
    background-repeat: no-repeat;
}

.icons-envelope {
    background-position: 0 0;
    height: 22px;
    width: 22px;
}

.icons-map {
    background-position: 0 -23px;
    height: 30px;
    width: 50px;
}

.icons-print {
    background-position: 0 -54px;
    height: 22px;
    width: 22px;
}

.icons-zoom {
    background-position: 0 -77px;
    height: 22px;
    width: 22px;
}

.form-box {
    width: 714px;
    margin: 20px auto;
}

    .form-box .inquiry-row {
        padding: 10px 0;
    }

.form-title {
    width: 150px;
    text-align: right;
    font-size: 15px;
    color: #000;
}

.form-control {
    -moz-transition-property: border;
    -o-transition-property: border;
    -webkit-transition-property: border;
    transition-property: border;
    padding: 5px;
    border: 1px solid #898989;
    background: #fff;
    width: 532px;
}

    .form-control:hover {
        border: 1px solid #dde6ec;
    }

    .form-control:focus {
        border: 1px solid #005293;
        outline: 0;
    }

    .form-control.select {
        width: 542px;
    }

.form-submit {
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    border: 0;
    outline: none;
    background: #005293;
    color: #fff;
    text-align: center;
    padding: 10px 30px;
}

.inquiry-file {
    -moz-transition-property: border;
    -o-transition-property: border;
    -webkit-transition-property: border;
    transition-property: border;
    padding: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    width: 948px;
}

    .inquiry-file:hover {
        border: 1px solid #dde6ec;
    }

    .inquiry-file:focus {
        border: 1px solid #005293;
        outline: 0;
    }

.inquiry-textarea {
    border: 1px solid #898989;
    padding: 20px;
    height: 100px;
    width: 918px;
}

    .inquiry-textarea:hover {
        border: 1px solid #dde6ec;
    }

    .inquiry-textarea:focus {
        border: 1px solid #005293;
        outline: 0;
    }

table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        padding: 10px 4px;
    }

.inquiry-list {
    margin-bottom: 60px;
}

    .inquiry-list th {
        border-bottom: 1px solid #898989;
        font-size: 15px;
    }

.widget .col-three img, .item img {
    max-width: 100%;
}

.widget {
    margin-bottom: 44px;
}

    .widget [class^="col-"] {
        -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 2px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 2px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 0 2px;
        display: block;
        margin-bottom: 20px;
        *background: #fff;
        *position: relative;
    }

        .widget [class^="col-"]:hover {
            -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
            -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
            box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
            *background: #fff;
        }

            .widget [class^="col-"]:hover [class^="ht-"] {
                background: #fff;
            }

    .widget .col-one {
        width: 960px;
    }

    .widget .col-three {
        margin-left: 22px;
    }

        .widget .col-three:nth-child(3n+1) {
            margin-left: 0;
        }

    .widget .col-four {
        margin-left: 22px;
    }

        .widget .col-four img {
            max-width: 223px;
        }

        .widget .col-four:first-child {
            margin-left: 0;
        }

    .widget [class^="ht-"] {
        text-align: center;
        background: #dde6ec;
        color: #000;
        *background: #fff;
    }

        .widget [class^="ht-"].bgw {
            background: #fff;
        }

    .widget .ht-large {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        *position: relative;
        *left: 40%;
    }

    .widget .ht-small {
        height: 35px;
        line-height: 35px;
        *position: relative;
        *left: 40%;
    }

.submenu-wrap {
    height: 40px !important;
    *margin-top: 22px;
    *margin-bottom: 22px;
}

.submenu {
    height: 38px;
    margin-top: 10px;
}

.submenu-title {
    background: #005293;
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 135px;
}

.submenu-list {
    height: 40px;
    width: 960px;
}

    .submenu-list > li > a {
        border-right: 1px dotted #dddddd;
    }

    .submenu-list li a {
        color: #000 !important;
        display: block;
        font-size: 15px;
        line-height: 1;
        text-align: center;
        *line-height: 1.3;
    }

    .submenu-list .list {
        border-top: 1px solid #898989;
        border-bottom: 1px solid #898989;
        height: 14px;
        padding: 12px 0 !important;
    }

        .submenu-list .list a:hover {
            color: #00a0e9 !important;
        }

        .submenu-list .list hr {
            border-top: #dddddd !important;
            border-bottom: #dddddd !important;
            *clear: both;
        }

.submenu-link, .submenu-link-5col {
    padding: 0 !important;
}

    .submenu-link:hover, .submenu-link-5col:hover {
        color: #00a0e9;
    }

.last.submenu-link, .last.submenu-link-5col {
    border-right: 0;
}

.active.submenu-link, .active.submenu-link-5col {
    color: #00a0e9 !important;
}

.submenu-link {
    width: 205px;
}

.submenu-link-5col {
    width: 164px;
}

.submenu-bg {
    background: whitesmoke !important;
    margin-top: 25px !important;
}

.col_3.bg-r:nth-child(5n) {
    background: none;
}

.submenu-title-s {
    border-bottom: 2px solid #595959;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 180px;
}

    .submenu-title-s i {
        *margin-top: -10px;
    }

    .submenu-title-s a {
        text-align: left !important;
    }

    .submenu-title-s.no-bdb {
        border-bottom: 0;
    }

.submenu-third {
    width: 180px;
}

    .submenu-third li {
        border-bottom: 1px dashed #898989;
        width: 100%;
    }

        .submenu-third li a {
            text-align: left;
            font-size: 13px;
            height: 30px;
            line-height: 30px;
        }

            .submenu-third li a:hover {
                color: #005293 !important;
            }

.bg-r {
    background: url("../images/border-nav.png") top right repeat-y;
}

.search-box {
    background: #fff;
    width: 230px;
    height: 20px;
    border: 1px solid #000;
    margin: 4px 5px 0 5px;
    float: left;
}

    .search-box input {
        margin: 0;
        outline: 0 none;
    }

        .search-box input[type="text"] {
            -moz-border-radius-topleft: 3px;
            -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
            -moz-border-radius-bottomleft: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
            border: 0;
            height: 20px;
            font-size: 12px;
            padding: 0 5px;
            width: 200px;
            *width: 235px;
        }

        .search-box input[type="submit"] {
            text-indent: -119988px;
            overflow: hidden;
            text-align: left;
            text-transform: capitalize;
            background: url("../images/search.png") center center no-repeat #595959;
            border: 0;
            height: 20px;
            width: 20px;
        }

            .search-box input[type="submit"]:hover, .search-box input[type="submit"]:focus {
                background: url("../images/search.png") center center no-repeat #005293;
            }

.advanced {
    float: left;
    width: 80px !important;
    height: 23px !important;
    line-height: 23px !important;
    margin-top: 3px;
}

.advanced-search-box {
    width: 130px;
    position: relative;
}

    .advanced-search-box.slider {
        width: 180px;
    }

.advanced-search-title {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    background: url("../images/triangle.png") 80px center no-repeat #fff;
    border: 1px solid #333;
    border-bottom-color: #fff;
    width: 90px;
    padding: 3px 10px;
    position: absolute;
    top: -34px;
    font-size: 17px;
}

.advanced-search-list {
    margin: 0;
    list-style: none;
    padding: 10px;
    border: 1px solid #333;
    background: #fff;
    font-size: 15px;
}

    .advanced-search-list.slider {
        padding: 30px 20px 30px 10px;
        width: 150px;
    }

.example-gaps .ui-slider-handle {
    font-size: 13px;
    top: -0.5em;
}

    .example-gaps .ui-slider-handle > div {
        top: 10px;
        position: absolute;
        color: #888;
        font-weight: normal;
    }

.box-centered {
    margin: 50px auto;
    text-align: center;
}

    .box-centered .btn-add {
        margin-left: auto;
        margin-right: auto;
    }

.right-col {
    width: 714px;
}

.main-title {
    border-bottom: 1px solid #cccccc;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin: 0;
    width: 100%;
}

.kind-title {
    margin-top: 0;
}

.left-col {
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 2px;
    margin-top: 42px;
    width: 223px;
}

.shopby {
    background: #fff;
    border-bottom: 1px solid #cccccc;
    color: #000;
    font-family: Georgia, "LiHei Pro", "微軟正黑體", "Times New Roman", Times, serif;
    font-weight: bold;
    font-style: italic;
    padding: 10px;
}

.left-menu-box {
    background: #dde6ec;
    border-top: 1px solid #fff;
    padding: 10px;
}

.title-sub {
    color: #000;
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin: 10px 0;
}

    .title-sub.mt {
        margin-top: 20px;
    }

    .title-sub i {
        *margin-top: -20px;
    }

.left-menu {
    margin-bottom: 20px;
}

    .left-menu a {
        color: #898989;
    }

        .left-menu a:hover, .left-menu a.active {
            color: #00a0e9;
        }

.detail-box {
    padding: 22px 0;
}

    .detail-box > div:first-child {
        width: 550px;
    }

    .detail-box > div:last-child {
        margin-left: 22px;
        width: 388px;
    }

    .detail-box hr {
        background: #dddddd;
        border: 0;
        height: 1px;
        width: 100%;
    }

.detail-name {
    font-size: 20px;
    margin: 0;
}

    .detail-name.h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .detail-name.btm {
        margin-bottom: 20px;
    }

.detail-standard {
    color: #595959;
    display: block;
    margin-bottom: 5px;
}

    .detail-standard.explain {
        color: #000;
        font-size: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .detail-standard.memo {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.detail-patterns {
    width: 100%;
}

    .detail-patterns li {
        margin-left: 14px;
        margin-bottom: 11px;
    }

        .detail-patterns li:nth-child(7n+1) {
            margin-left: 0;
        }

.detail-share-box > div {
    text-align: center;
    width: 33%;
}

.detail-share-box [class^="icons-"] {
    display: block;
}

.mtb {
    margin-bottom: 20px;
    margin-top: 20px;
}

.input-amount {
    width: 35px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin-right: 30px;
    margin-left: 10px;
}

.input-addinquiry {
    width: 265px;
    background: #595959;
    border: 0;
    height: 35px;
    color: #fff;
    font-size: 15px;
}

#gallery_01 {
    margin-top: 11px;
    width: 550px;
}

    #gallery_01 a {
        display: block;
        margin-left: 14px;
        margin-bottom: 9px;
    }

        #gallery_01 a:nth-child(9n+1) {
            margin-left: 0;
        }

    #gallery_01 img {
        border: 1px solid white;
    }

    #gallery_01 .active img {
        border: 1px solid #005293 !important;
    }

.inquiry-box {
    width: 714px;
}

    .inquiry-box th, .inquiry-box td {
        padding: 5px 0;
    }

    .inquiry-box th {
        border-bottom: 1px solid #898989;
        border-top: 2px solid #898989;
        text-align: left;
    }

    .inquiry-box .db {
        display: block;
    }

.inquiry-row {
    padding: 5px 0;
    width: 100%;
}

    .inquiry-row.last {
        margin-bottom: 60px;
    }

.inquiry-item {
    width: 387px;
}

    .inquiry-item .pl {
        width: 305px;
        vertical-align: middle;
    }

    .inquiry-item .pr {
        font-size: 12px;
        text-align: center;
        margin-right: 10px;
        vertical-align: middle;
    }

.inquiry-ask {
    text-align: center;
    width: 132px;
}

.family-box {
    margin: 35px auto;
    width: 955px;
}

.title-family {
    margin: 0 auto 20px auto;
    text-align: center;
    width: 410px;
}

    .title-family .main {
        color: #000;
        font-size: 28px;
    }

        .title-family .main .eng {
            font-size: 35px;
            letter-spacing: 2px;
        }

    .title-family .sub {
        color: #898989;
        font-size: 12px;
        letter-spacing: 3px;
    }

.related-list > li {
    margin-bottom: 35px;
    margin-left: 25px;
    width: 220px;
}

    .related-list > li:nth-child(4n+1) {
        margin-left: 0;
    }

    .related-list > li a {
        display: block;
        height: 218px;
        width: 218px;
        border: 1px solid #ccc;
    }

    .related-list > li img {
        max-width: 218px;
    }

.related-name-box {
    background: #dddddd;
    padding: 10px 0;
    height: 35px;
    width: 100%;
}

.related-name-inner {
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px;
    background: url("../images/bg-family-name-inner.png") 0 0 repeat-x;
    height: 35px;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    overflow: hidden;
    width: 150px;
}

    .related-name-inner li {
        color: #595959;
        padding-right: 5px;
    }

        .related-name-inner li:first-child:after {
            border-right: 3px solid #898989;
            content: "";
            padding-right: 5px;
        }

.family-list {
    margin-left: auto;
    margin-right: auto;
}

    .family-list > li {
        border: solid #cccccc;
        border-left-width: 1px;
        border-top-width: 0px;
        border-right-width: 0;
        border-bottom-width: 1px;
    }

        .family-list > li:nth-child(-n+5) {
            border-top-width: 1px;
        }

        .family-list > li:nth-child(5n) {
            border-right-width: 1px;
        }

        .family-list > li:last-child {
            border-right-width: 1px;
        }

.family-item {
    color: #898989;
    margin: 10px auto;
    width: 80%;
}

.info-box {
    margin-top: 44px;
}

    .info-box .fl-box {
        margin-top: 60px;
    }

        .info-box .fl-box.ware-kind > li {
            margin-right: 6px;
        }

            .info-box .fl-box.ware-kind > li:nth-child(7n) {
                margin-right: 0;
            }

        .info-box .fl-box.ware-size {
            padding-left: 152px;
            width: 808px;
        }

            .info-box .fl-box.ware-size > li {
                margin-right: 29px;
            }

                .info-box .fl-box.ware-size > li:nth-child(4n) {
                    margin-right: 0;
                }

        .info-box .fl-box .search-box {
            margin-left: 0;
            width: 137px;
        }

            .info-box .fl-box .search-box input[type="text"] {
                width: 107px;
            }

.info-title {
    background: url("../images/bg-info-title.png") bottom left no-repeat;
    border-bottom: 1px solid #dde6ec;
    height: 44px;
    margin-bottom: 11px;
}

    .info-title h1 {
        font-size: 20px;
        line-height: 44px;
        margin: 0 10px 0 0;
    }

    .info-title span {
        background: url("../images/icon-arrow.png") 0 17px no-repeat;
        font-size: 13px;
        line-height: 44px;
        text-indent: 10px;
    }

.page-box {
    margin-bottom: 22px;
}

    .page-box p {
        font-size: 15px;
        text-align: justify;
    }

    .page-box .first-line-ti {
        text-indent: 32px;
    }

    .page-box .ml {
        margin-left: 22px;
    }

    .page-box .mr {
        margin-right: 22px;
    }

    .page-box .mt {
        margin-top: 22px;
    }

    .page-box .mb {
        margin-bottom: 22px;
    }

    .page-box .mauto {
        margin: auto;
    }

.tstyle-box {
    margin-bottom: 22px;
}

.tstyle-inner > img:last-child {
    margin-left: 11px;
}

.tstyle-inner.bg {
    background: url("../images/bg-foodie.png") bottom left repeat-x;
    padding-bottom: 15px;
}

.tstyle-title {
    background: url("../images/bg-foodie-title.png") bottom center no-repeat;
    font-size: 20px;
    height: 90px;
    margin-left: 22px;
    margin-top: 13px;
    text-align: center;
    width: 160px;
}

.tstyle-content {
    width: 734px;
    margin-left: 22px;
    padding-right: 22px;
    *margin-top: 10px;
}

.tstyle-menu-box {
    width: 100%;
}

    .tstyle-menu-box.mt {
        margin-top: 44px;
    }

.tstyle-menu {
    background: #dde6ec;
    margin-bottom: 22px;
}

    .tstyle-menu .tstyle-link {
        display: block;
    }

        .tstyle-menu .tstyle-link.small {
            width: 387px;
        }

        .tstyle-menu .tstyle-link.large {
            width: 632px;
        }

    .tstyle-menu > div {
        width: 840px;
        padding: 60px;
        padding: 60px 0;
        margin: 0 60px;
    }

        .tstyle-menu > div.large {
            width: 453px;
        }

        .tstyle-menu > div.small {
            width: 208px;
        }

.tstyle-sub-title {
    font-size: 20px;
    margin: 0;
}

    .tstyle-sub-title span {
        font-size: 15px;
        padding-left: 5px;
    }

.tstyle-text {
    color: #595959;
    line-height: 2;
}

.tstyle-more {
    display: block;
}

.tstyle-year-title {
    background: url("../images/icon-arrow.png") 50px 15px no-repeat;
    font-size: 20px;
    width: 100%;
}

.header {
    background: url("../images/bg-header.gif") top left repeat-x;
    width: 100%;
    position: relative;
    z-index: 10000;
    margin-bottom: 11px;
}

.header-left {
    width: 135px;
}

.header-right {
    width: 825px;
}

.logo {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10000;
}

    .logo a {
        display: block;
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        background-image: url('../images/logo.png?1407394414');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 135px;
        height: 80px;
    }

.fast-links {
    width: 100%;
    height: 30px;
    position: relative;
    z-index: 10000;
    right: 0;
    top: 0;
}

    .fast-links > li {
        border-right: 1px solid #000;
        height: 30px;
    }

        .fast-links > li:last-child {
            border-right: 0;
        }

        .fast-links > li a {
            display: block;
            text-align: center;
            width: 130px;
            height: 30px;
            line-height: 30px;
        }

.btn-cart {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    border: 1px solid #ccc;
    background: url("../images/cartbg.png") 5px 1px no-repeat #fff;
    width: 80px !important;
    height: 23px !important;
    line-height: 23px !important;
    margin-top: 3px;
    text-indent: 20px;
    font-size: 12px;
}

.col-bdr {
    background: url("../images/bg-ccc.png") top center repeat-y;
    *background: none;
}

.nav-link {
    background: url("../images/border-nav.png") center right no-repeat;
    text-align: center;
    position: relative;
    width: 170px;
    z-index: 9999;
}

    .nav-link:hover {
        background: url("../images/bg-nav.png") 0px 1px no-repeat;
    }

.nav-sub-box {
    margin: auto;
    width: 258px;
}

.nav-sub-title {
    font-style: italic;
}

    .nav-sub-title a {
        color: #000 !important;
    }

        .nav-sub-title a:hover {
            color: #00a0e9 !important;
        }

    .nav-sub-title.mb {
        margin-bottom: 20px;
    }

.nav-sub-text a {
    color: #898989 !important;
}

    .nav-sub-text a:hover {
        color: #000 !important;
    }

.nav-more {
    color: #595959;
    display: block;
    margin-top: 5px;
}

    .nav-more:hover {
        text-decoration: underline;
    }

.footer {
    background: url("../images/bg-footer.jpg") top left repeat-x;
    height: 55px;
    width: 100%;
}

.footer-logo {
    width: 345px;
    height: 55px;
}

.footer-links {
    width: 100%;
    height: 50px;
    padding-top: 20px;
}

.footer-copy {
    font-size: 12px;
    height: 55px;
    line-height: 55px;
    margin: 0;
}

.footer-lan {
    text-align: right;
    width: 18%;
}

    .footer-lan .icons-map {
        margin-right: 5px;
    }

    .footer-lan .selectpicker.lan .caret {
        *margin-top: -10px;
    }

.visual-wrap {
    width: 100%;
}

    .visual-wrap .container {
        width: auto;
        max-width: 960px;
        min-width: 960px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .visual-wrap.index .container {
        max-width: 100%;
        min-width: 960px;
        padding-left: 0;
        padding-right: 0;
    }

.visual-slider-index, .visual-slider {
    *margin-left: 0 !important;
}

.show-box {
    font-family: Georgia, "LiHei Pro", "微軟正黑體", "Times New Roman", Times, serif;
    font-size: 12px;
    height: 41px;
}

    .show-box > div {
        color: #898989;
        height: 40px;
        line-height: 40px;
    }

    .show-box .sort, .show-box .show {
        text-align: right;
    }

    .show-box .show {
        *width: 23%;
    }

        .show-box .show .bootstrap-select {
            *display: inline !important;
            *height: 30px !important;
        }

            .show-box .show .bootstrap-select .btn {
                *background: none;
                *border: 0 none;
            }

                .show-box .show .bootstrap-select .btn .caret {
                    *margin-top: -10px;
                }

    .show-box .sort .bootstrap-select {
        *display: inline !important;
        *height: 30px !important;
    }

        .show-box .sort .bootstrap-select .btn {
            *background: none;
            *border: 0 none;
        }

            .show-box .sort .bootstrap-select .btn .caret {
                *margin-top: -10px;
            }

    .show-box .page b {
        color: #1c1c1c;
    }

.selector-sort {
    margin-bottom: 0 !important;
    margin-top: 3px !important;
    width: 100px !important;
}

.selector-show {
    margin-bottom: 0 !important;
    margin-top: 3px !important;
    width: 60px !important;
}

.product-intro {
    margin: 11px 0;
}

.product-list > div, .product-list-sp > div {
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 2px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 2px;
    background: #fff;
    height: 335px;
    max-height: 335px;
    margin-left: 22px;
    margin-top: 22px;
    padding: 10px 15px;
    position: relative;
    width: 132px;
}

    .product-list > div:hover, .product-list-sp > div:hover {
        -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
    }

    .product-list > div:nth-child(4n+1) {
        margin-left: 0;
    }

.product-list-sp {
    margin-left: auto;
    margin-right: auto;
    width: 898px;
}

    .product-list-sp > div:nth-child(5n+1) {
        margin-left: 0;
    }

.product-list-img {
    max-width: 132px;
    margin-bottom: 11px;
}

.product-list-name {
    font-size: 15px;
    margin: 0;
}

    .product-list-name.last {
        margin-bottom: 11px;
    }

.product-list-standard {
    color: #898989;
    display: block;
}

    .product-list-standard.last {
        margin-bottom: 11px;
    }

.btn-add {
    background: #dde6ec;
    display: block;
    padding: 5px 0;
    text-align: center;
    bottom: 10px;
    width: 132px;
}

    .btn-add:hover {
        background: #bcceda;
    }

    .btn-add.poa {
        position: absolute;
    }

    .btn-add.m-auto {
        margin: 0 auto;
    }

    .btn-add.mt {
        margin-top: 22px;
    }

.caret.single {
    margin-top: 17px;
}

    .caret.single.up {
        border-top: 0;
        border-bottom: 4px solid #000000;
    }

.breadcrumb {
    width: 100%;
    margin: 22px 0 11px 0;
}

    .breadcrumb li {
        padding-right: 10px;
    }

        .breadcrumb li:after {
            content: "/";
            padding-left: 10px;
            color: #898989;
        }

        .breadcrumb li:last-child:after {
            content: "";
            padding-right: 0;
        }

    .breadcrumb a {
        color: #898989;
    }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

        .breadcrumb a.active {
            color: #1c1c1c;
        }

.pagination-box {
    margin-top: 22px;
}

    .pagination-box.centerd {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }

.pagination {
    font-size: 12px;
    text-align: center;
}

    .pagination li {
        width: auto !important;
    }

    .pagination a {
        color: #595959;
        padding: 0 2px;
    }

        .pagination a.disable {
            cursor: text;
            color: #cccccc;
        }

            .pagination a.disable:hover {
                color: #cccccc;
                font-weight: normal;
                text-decoration: none;
                cursor: text;
            }

        .pagination a.active {
            color: #000;
            font-weight: bold;
        }

.item {
    margin-bottom: 20px;
}

#showcase {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.item {
    width: 24%;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    ul.pagination li {
        display: inline;
    }

        ul.pagination li a {
            color: black;
            float: left;
            padding: 8px 16px;
            text-decoration: none;
        }

            ul.pagination li a.active {
                background-color: #005293;
                color: white;
            }

            ul.pagination li a:hover:not(.active) {
                background-color: #ddd;
            }
