/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Website:     De-sta-co
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Author(s):  Jean-Marc Buytaert
 *
 * Colors:
check it
        RED             #be0000;
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

 /* GENERAL     --------------------------------------------*/

html, body, div, span, applet, object, iframe, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    padding: 0;
}

p, dl {
    margin: 1em 0;
}

body {
    background: #FFF url(/images/body-left-bg.gif) repeat-x left top;
    color: #000;
    font: 62.5% Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

a {
    color: #be0000;
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #;
    font: ;
    line-height: 1em;
}

h1 {
    font-size: 1.6em;
    margin: .67em 0;
}

h2 {
    font-size: 1.3em;
    margin: .83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

.sup, .sub {
    font-size: 0.7em;
    position: relative;
    vertical-align: 0;
}

.sup {
    bottom: 1ex;
}

.sub {
    top: 0.8ex;
}

/* new clearfix */
.clr:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }

/*  FORM SPECIFIC   --------------------------------------------*/

fieldset {
    margin: 0;
}

    fieldset label {
        display: block;
    }

    fieldset input, fieldset textarea {
        background: ;
        /*border: 0;*/
        color: ;
        padding: 2px;
    }

.submit {
    cursor: pointer;
}


textarea {
    overflow: auto;
}

/*  TOOLBOX CSS     --------------------------------------------*/

.floatRight {
    float: right;
}
    img.floatRight {
        margin: 0 0 1em 1em;
    }

.floatLeft {
    float: left;
}
    img.floatLeft {
        margin: 0 1em 1em 0;
    }

.clearBoth {
    clear: both;
}

/*  PAGE STRUCTURAL ELEMENTS --------------------------------------------*/

#container {
    background: transparent url(/images/main-block-bg.png) no-repeat left top;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 986px;
}

#header {
    background: transparent url(/images/header-bg.jpg) no-repeat left top;
    clear: both;
    height: 104px;
    margin: 0 auto;
    width: 960px;
    position:relative;
    z-index:0 !important;
}

#primary-nav-region {
position:relative;
    background: transparent url(/images/primary-nav-region.png) no-repeat left top;
    clear: both;
    height: 46px;
    margin: 0 auto 6px;
    padding: 0 0 0 0;
    width: 967px;
    z-index: 1000;
}

#banner {
    margin: -3px auto 0;
    width: 958px;
}

#main {
    clear: both;
    background: transparent;
    display: inline;
    float: left;
    font-size: 1.2em;
    line-height: 1.3em;
    min-height: 300px;
    overflow: hidden;
    padding: 0 13px 5em 13px;
    width: 960px;
}

#single-column {
    margin-left: 7px;
    width: 946px;
}

#first-column {
    margin-left: 7px;
    width: 758px;
}

#left-column {
    margin-left: 1px;
    width: 171px;
}

#center-column {
    background: ;
    margin: ;
    padding: 0 9px;
    width: 574px;
}

#right-column {
    display: inline;
    float: left;
    width: 196px;
}

/*  HEADER --------------------------------------------*/

#global-nav {
    display: inline;
    float: right;
    font-size: ;
    font-weight: 700;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
    #global-nav li {
        display: inline;
    }
    #global-nav li.first {
    }
    #global-nav li.first, #global-nav li.last {
        margin: 0;
        padding: 0;
    }
        #global-nav li a {
            color: #000;
            font-weight: 700;
            margin: ;
            text-decoration: none;
            text-transform: uppercase;
        }
            #global-nav li a:hover {
                text-decoration: underline;
            }
        #global-nav li.first a {

        }
        #global-nav li.last a {

        }

    #lng-select {
        color: #be0000;
        text-transform: uppercase;
    }
        #lng-select .lng{
            float:right;
            margin: -12px 0 0;
        }
.lng ul{padding:0;}
        }
        #lng-select .lng ul li{
        }
        #lng-select .lng ul li a{
                font-size:0;
                display:block;
                float:left;
                background: url(/images/flags.png) no-repeat;
                width:20px;
                height:21px;
                margin-left:5px;
        }
        #lng-select .lng ul li a.en{
                background-position:0 -21px;
        }
        #lng-select .lng ul li a.en.active, #lng-select .lng ul li a.en:hover{
                background-position:0 0px;
        }
        #lng-select .lng ul li a.fr{
                background-position:-20px -21px;
        }
        #lng-select .lng ul li a.fr.active, #lng-select .lng ul li a.fr:hover{
                background-position:-20px 0px;
        }
        #lng-select .lng ul li a.de{
                background-position:-40px -21px;
        }
        #lng-select .lng ul li a.de.active, #lng-select .lng ul li a.de:hover{
                background-position:-40px 0px;
        }

        #lng-select .lng ul li a.pt{
          background-position:-60px -21px;
        }
        #lng-select .lng ul li a.pt.active, #lng-select .lng ul li a.pt:hover{
          background-position:-60px 0px;
        }

        #lng-select .lng ul li a.cn{
          background-position:-80px -21px;
        }
        #lng-select .lng ul li a.cn.active, #lng-select .lng ul li a.cn:hover{
          background-position:-80px 0px;
        }



#logo {
    display: inline;
    float: left;
    margin: 4px 0 0 10px;
}
    #logo img {
        border: 0;
    }

#telephoneNumber {
    background: transparent url(/images/destaco-phone.gif) no-repeat left top;
    color: #be0000;
    clear: right;
    display: inline;
    float: right;
    font-size: 1.5em;
    font-weight: 700;
    height: 23px;
    margin: 30px 0 0 0;
    padding: 0;
    text-indent: -999em;
    width: 174px;
}

/*  PRIMARY NAVIGATION --------------------------------------------*/

#primary-nav {
    clear: both;
    display: inline;
    float: left;
    font-size: 1.2em;
    height: 43px;
    list-style: none;
    margin: 0;
    padding: 1px 0 0 0;
    position: relative;
    text-transform: uppercase;

    z-index: 1000;
}
    #primary-nav li {
        background: transparent url(/images/primary-nav-divider.gif) no-repeat right top;
        display: inline;
        float: left;
        margin: 0;
        position: relative;
    }
    #link2.parent,
#link1070.parent,
#link1409.parent{
        position: static;
    }
        #primary-nav li a {
            border: 1px solid transparent;
            color: #686868;
            display: block;
            height: 42px;
            line-height: 44px;
            margin: 0 0 0 0;
            padding: 0 12px;
            text-align: center;
            text-decoration: none;
            white-space: nowrap;
            z-index: 1000;
        }
        #primary-nav li a:hover, #primary-nav li.active a:hover {
            background: transparent url(/images/primary-nav-link.gif) repeat-x left top;
            border: 1px solid #000;
            color: #FFF;
        }
        #primary-nav :hover > a {
            background: transparent url(/images/primary-nav-link.gif) repeat-x left top;
            border: 1px solid #000;
            color: #FFF;
        }
        #primary-nav li.active {

        }
        #primary-nav li.active a {
            background: #ba0000 url(/images/primary-nav-active.gif) repeat-x left top;
            color: #FFF;
        }
        #primary-nav li.first a {
            -moz-border-radius-bottomleft: 5px;
            -moz-border-radius-topleft: 5px;
            /*
            height: 39px;
            line-height: 39px;
            */
        }
            #primary-nav li.first ul a, #primary-nav li.first ul li.first a, #primary-nav ul li.first a {
                -moz-border-radius: 0;
            }
    #primary-nav ul {
        -moz-border-radius: 6px;
        background-color: #3e403f;
        border: 5px solid #000;
        display: none;
        left: 0;
        list-style: none;
        margin: 0;
        padding: 0 6px 4px 6px;
        position: absolute;
        text-align: left;
        z-index: 1000;
    }
    #primary-nav li#link2 ul,
    #primary-nav li#link1070 ul,
    #primary-nav li#link1409 ul,
    #primary-nav li#link3652 ul,
    #primary-nav li#link3212 ul{
        overflow: hidden;
        width: 79em;
    }
#primary-nav li#link3212 > ul{
  margin-left: -50px;
}

  #primary-nav li#link3212 ul li#link3347,
#primary-nav li#link3212 ul li#link3347 ul,
#primary-nav li#link3212 ul li#link3347 ul li{
  width:250px;
}

    #primary-nav li#link2 ul li,
    #primary-nav li#link1070 ul li,
    #primary-nav li#link1409 ul li,
    #primary-nav li#link3652 ul li,
    #primary-nav li#link3212 ul li{
        background: transparent url(/images/primary-subnav-divider.gif) repeat-y right top;
        margin-left: 0.5em;
        padding-right: 0.75em;
        width: 11.5em
    }
        #primary-nav li#link2 ul li.first,
        #primary-nav li#link2 ul li.first ul li,
        #primary-nav li#link1070 ul li.first,
        #primary-nav li#link1070 ul li.first ul li,
        #primary-nav li#link1409 ul li.first,
        #primary-nav li#link1409 ul li.first ul li,
        #primary-nav li#link3652 > ul,
        #primary-nav li#link3212 ul li.first,
        #primary-nav li#link3212 ul li.first ul li{
            margin-left: 0;
        }
        #primary-nav li#link2 ul li.last,
#primary-nav li#link1070 ul li.last,
#primary-nav li#link1409 ul li.last
#primary-nav li#link3212 ul li.last, {
            background: none;
        }
#primary-nav li#link2 ul li#link123,
#primary-nav li#link2 ul li#link123 ul li,
#primary-nav li#link1070 ul li#link123,
#primary-nav li#link1070 ul li#link123 ul li,
#primary-nav li#link1409 ul li#link123,
#primary-nav li#link1070 ul li#link123 ul li {
        width: 19em;
    }
    #primary-nav ul li {
        background: none;
        display: inline;
        float: left;
        width: 18em;
    }

    #primary-nav li#link161 {
        width: 19em !important;
    }
        #primary-nav li#link161 ul {
            width: 19em !important;
        }
            #primary-nav li#link161 li {
                background: none !important;
            }
    #primary-nav li.first {
        margin-left: 0;
    }
        #primary-nav ul li a, #primary-nav li.active ul li a {
            background: transparent url(/images/nav-red-gt.gif) no-repeat right 0.55em;
            background-repeat: no-repeat !important;
            border: 0 !important;
            color: #f4f4f4;
            display: block;
            font-weight: 700;
            height: auto;
            line-height: normal;
            margin: 0;
            padding: 0.5em 0;
            text-align: left;
            white-space: nowrap;
            width: 100%;
        }
        #primary-nav #link2 ul li.parent a {
            background-position: right 0.75em;
        }
        #primary-nav ul li.parent a {
            background-image: url(/images/nav-red-down.gif);
            background-position: right 0.55em !important;
        }

        #primary-nav-region #primary-nav ul li a:hover, #primary-nav li.active ul li a:hover {
            background-color: #FFF;
            background-image: none;
            border: 0;
            color: #000;
        }

    #primary-nav li:hover ul, #primary-nav li.sfhover ul {
        display: block;
    }

        #primary-nav ul ul {
            -moz-border-radius: 0;
            border: 0;
            height: auto;
            padding: 0;
            position: static;
            width: auto;
        }
            #primary-nav ul ul li {
                background: none;
                clear: both;
                margin: 0 !important;
            }
                #primary-nav ul ul li a {
                    background-image: none !important;
                    font-size: 10px;
                    text-transform: none;
                }


/* French Navigation Styling */

#link1071.level2, #link1071.level2 ul, #link1071.level2 ul li{
width:130px !important;
}
#link1251.level2, #link1251.level2 ul, #link1251.level2 ul li{
width:130px !important;
}
#link1179.level2, #link1179.level2 ul, #link1179.level2 ul li{
width:200px !important;
}
#link1200.level2, #link1200.level2 ul, #link1200.level2 ul li{
width:170px !important;
}
#link1241.level2, #link1241.level2 ul, #link1241.level2 ul li, #link1241.level2 ul li a{
width:240px !important;
}



/* German Navigation Styling */
#link1410.level2, #link1410.level2 ul, #link1410.level2 ul li{
width:140px !important;
}
#link1590.level2, #link1590.level2 ul, #link1590.level2 ul li{
width:150px !important;
}
#link1518.level2, #link1518.level2 ul, #link1518.level2 ul li{
width:200px !important;
}
#link1539.level2, #link1539.level2 ul, #link1539.level2 ul li{
width:225px !important;
}
#link1580.level2, #link1580.level2 ul, #link1580.level2 ul li, #link1580.level2 ul li a{
width:145px !important;
}

#link1637.level1 ul, #link1637.level1 ul li{
width:270px;
}

/* Portugese Navigation Styling */
#link3652 > ul{
  margin-left:-117px !important;
  width:943px !important;
}
  #link3652 > ul ul, #link3652 li{
    width:170px !important;
  }
  #link3652 .level2 > a{
    white-space:normal;
  }

  #link3652
#link3896 > ul,
#link3896 > ul li{
  width:260px;
}
#link3922 > ul,
#link3922 > ul li{
  width:145px;
}

#link4003 > ul,
#link4003 > ul li{
  width:155px;
}




    #materials-nav {
        position:absolute;
        right:200px;
        display:block;
        float: left;
        list-style: none;
        width:340px;
        margin: 0 0 0 4px;
        padding: 0;

    }
        #materials-nav li {
            display: inline;
            float: right;
            margin-right: 7px;
        }
        #materials-nav li.active a {
            border: 2px solid #BE0000;

        }
        #materials-nav li.first {
            margin-right: 0;
        }
            #materials-nav li a {
                background: transparent url(/images/red-caret-primary-nav.gif) no-repeat 95% 0.55em;
                border: 2px solid transparent;
                display: block;
                font-weight: 700;
                height: 1em;
                margin-top: 13px;
                padding: 3px 15px 4px 4px;
                text-decoration: none;
                text-transform: uppercase;
            }


/* AJAXSEARCH FORM   ---------------------------------------*/

.sisea-search-form,
#ajaxSearch_form {
    color: #fff;
    display: inline;
    float: right;
    height: 24px;
    margin: 8px 18px 0 0;
    padding: 0;
    width: 178px;
}

.sisea-search-form fieldset,
    #ajaxSearch_form fieldset {
        margin: 0;
        position:relative;
    }

.sisea-search-form input,
    #ajaxSearch_input {
        background: transparent;
        border: 0;
        color: #b0b0b0;
        height: 16px;
        left: 4px;
        position: relative;
        top: 6px;
        width: 150px;
    }
.sisea-search-form input#search{
    width:145px;
}
.sisea-search-form submit,
    #ajaxSearch_submit {
        background: transparent;
        border: 0;
        color: #FFF;
        cursor: pointer;
        font-size: 0;
        height: 22px;
        line-height: 0;
        padding: 0;
        position: relative;
        right: -1px;
        text-indent: -9999px;
        top: 2px;
        width: 20px;
    }



.sisea-search-form input[type="submit"]{
    background: #FFF url('/images/primary-nav-region.png') -927px -15px no-repeat;
    height:20px;
    width:19px;
    font-size:0;
    float:right;
    margin:1px 6px 0 -1px;
    cursor:pointer;
}


/* !search results ============================== */

.ajaxSearch_result {
    border-bottom: 1px solid #a6a3a9;
}

.ajaxSearch_resultLink {
    display: block;
    padding: 3px 0;
    font-size: 1.3em;
}
.ajaxSearch_resultsInfo {
    display: block;
    border-bottom: 1px solid #636363;
}
.ajaxSearch_resultDescription {
    margin: 0;
    padding: 0;
    font-style: italic;
}
.sisea-highlight {
    background: #FFFF00;
}

.paging1 {
    margin-bottom: 1em;
}

/* BREADCRUMBS   -------------------------------------------*/

#breadcrumbs {
    background: transparent url(/images/breadcrumb.gif) no-repeat left top;
    color: #FFF;
    font-size: 0.92em;
    height: 22px;
    line-height: 20px;
    margin: 1px auto 0;
    padding: 0 10px;
    text-transform: uppercase;
    width: 940px;
}
    #breadcrumbs a {
        color: #FFF;
        text-decoration: none;
    }
        #breadcrumbs a:hover {
            text-decoration: underline;
        }
.B_lastCrumb {

}

/*  LEFT NAVIGATION     --------------------------------------------*/
#left-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
    #left-nav li {
        padding: 0;
        text-transform: uppercase;
    }
    #left-nav li.parent a {
        background: #f3f3f3 url(/images/left-nav-diag-bg.jpg) no-repeat left top;
    }
    #left-nav a {
        background: #f3f3f3 url(/images/left-nav-subtitle-bg.gif) repeat-x left top;
        border-bottom: 1px solid #ebebeb;
        color: #000;
        display: block;
        font-weight: 700;
        padding: 0.3em 0 0.1em 2em;
        text-decoration: none;
    }
    #left-nav a.external {
        background: #f3f3f3 url(/images/left-nav-diag-bg.jpg) repeat-x left top;
        padding: 6px 0 0 2em;
    }
        #left-nav li a:hover {
            color: #BE0000;
        }
    #left-nav-region h3 {
        margin: 0;
        padding: 0;
    }
    #left-nav-region h3 a {
        background: transparent url(/images/left-nav-header.gif) repeat-x left top;
        color: #000;
        display: block;
        font-size: 1.2em;
        height: 33px;
        line-height: 33px;
        padding: 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 171px;
    }
    #left-nav li.active a.parent {
        background: #f3f3f3 url(/images/left-nav-current-parent.jpg) no-repeat left top;
    }
        #left-nav li.active ul li a {
            background: none;
        }
            #left-nav ul ul li.active a {
                background: transparent url(/images/leftnav-red-gt.gif) no-repeat 2em 0.25em;
            }
            #left-nav ul ul ul li a, #left-nav ul ul li.active ul li a {
                background: none;
            }
    #left-nav ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }
        #left-nav ul li {
            font-size: 10px;
            text-transform: none;
        }
            #left-nav ul li a {
                padding-left: 3em;
            }
            #left-nav li.active ul li.active a.parent {
                background: transparent url(/images/left-nav-caret.gif) no-repeat 1.5em 0.7em;
            }
                #left-nav ul li.active ul li.active a.parent {
                    background: transparent url(/images/leftnav-red-gt.gif) no-repeat 2em 0.25em;
                }
        #left-nav ul ul {
            border-bottom: 1px solid #ebebeb;
        }
            #left-nav ul ul li {

            }
                #left-nav ul ul li a {
                    border-bottom: 0;
                    font-weight: 400;
                    padding: 0 0 0 3.5em;
                }
            #left-nav ul ul ul {
                background-color: #d5d5d5;
                border: 0;
                padding: 2px 0;
            }
                #left-nav ul ul ul li {
                    background-color: #d5d5d5;
                }
                #left-nav ul ul ul li a {
                    padding-left: 4em;
                }
                #left-nav ul li.active ul li.parent ul li.active a {
                    background: url("/images/leftnav-red-gt-innermost.gif") no-repeat scroll 2.8em 0.25em #FFF;
                    margin: 0 2px;
                    padding-left: 3.75em;
                }


/* RIGHT COLUMN   --------------------------------------------*/

.view-studies, .view-videos, .phone-support, .tech-support {
    background: transparent url('/images/case-studies.gif') no-repeat left top;
    display: block;
    height: 30px;
    margin: 2px auto;
    text-indent: -999em;
    width: 182px;
}
    .view-studies:hover {
        background-position: left -30px;
    }

.view-videos {
    background-image: url('/images/view-videos.gif');
    height: 29px;
}
    .view-videos:hover {
        background-position: left -29px;
    }

    .fr .view-videos {
        background-image: url('/images/view-videos.png');
        background-position:-182px 0;
        height: 29px;
    }
        .fr .view-videos:hover {
            background-position: -182px -29px;
        }
    .de .view-videos {
        background-image: url('/images/view-videos.png');
        background-position:-364px 0;
        height: 29px;
    }
        .de .view-videos:hover {
            background-position: -364px -29px;
        }


.phone-support {
    background-image: url('/images/phone-support.png');
    height: 32px;
}
    .phone-support:hover {
        background-position: left -32px;
    }
    .fr .phone-support {
        background-image: url('/images/phone-support.png');
        background-position:-182px 0;
        height: 32px;
    }
        .fr .phone-support:hover {
            background-position: -182px -32px;
        }
    .de .phone-support {
        background-image: url('/images/phone-support.png');
        background-position:-364px 0;
        height: 32px;
    }
        .de .phone-support:hover {
            background-position: -364px -32px;
        }


.tech-support {
    background-image: url('/images/tech-support.png');
    height: 29px;
}
    .tech-support:hover {
        background-position: left -29px;
    }
    .fr .tech-support {
        background-image: url('/images/tech-support.png');
        background-position:-183px 0;
        height: 29px;
    }
        .fr .tech-support:hover {
            background-position: -183px -29px;
        }

    .de .tech-support {
        background-image: url('/images/tech-support.png');
        background-position:-366px 0;
        height: 29px;
    }
        .de .tech-support:hover {
            background-position: -366px -29px;
        }

/* QUICK FORM    ---------------------------------------------*/

#quick-contact {
    border: 1px solid #eaeaea;
    background: #dddddd url('/images/quick-form-bg.gif') repeat-x left top;;
    color: #797a7b;
    margin: 0.5em auto;
    overflow: auto;
    padding: 5px 12px 12px 12px;
    width: 156px;
}
    #quick-contact h3 {
        background: transparent url('/images/quick-form-header.png') no-repeat left top;
        height: 39px;
        margin: 0 auto;
        text-indent: -999em;
        width: 155px;
    }
    .fr #quick-contact h3 {
        background: transparent url('/images/quick-form-header.png') no-repeat -310px top;
    }
    .de #quick-contact h3 {
        background: transparent url('/images/quick-form-header.png') no-repeat -155px top;
    }
    .pt #quick-contact h3{
      background:transparent url('/images/quick-form-header.png') no-repeat -465px top;
    }
    .cn #quick-contact h3{
      background:transparent url('/images/quick-form-header.png') no-repeat -620px top;
    }


    #quick-contact fieldset {

    }
        #quick-contact fieldset input, #quick-contact fieldset textarea{
            background: transparent url('/images/input-bg.gif') no-repeat left top;
            border: 0;
            color: #797a7b;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            margin-bottom: 10px;
            width: 155px;
            resize:none;
        }

        #quick-contact fieldset select{
            background: transparent url('/images/input-bg.gif') no-repeat left top;
            border: 0;
            color: #797a7b;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            margin-bottom: 10px;
            width: 155px;
            padding:5px 3px 4px;
        }

    #quick-contact .submit {
        background: transparent url('/images/submit-btn.png') no-repeat left top;
        border: 0;
        color: #FFF;
        cursor: pointer;
        display: inline;
        float: right;
        font-size: 0;
        height: 16px;
        line-height: 0;
        margin-top: 0;
        width: 70px;
    }
        #quick-contact .submit:hover {
            background-position: left -16px;
        }

        .fr #quick-contact .submit {
                background: transparent url('/images/submit-btn.png') no-repeat -70px top;
        }
        .fr #quick-contact .submit:hover {
            background-position: -70px -16px;
        }
        .de #quick-contact .submit {
                background: transparent url('/images/submit-btn.png') no-repeat -140px top;
        }
        .de #quick-contact .submit:hover {
            background-position: -140px -16px;
        }
        .pt #quick-contact .submit{
          background:transparent url('/images/submit-btn.png') no-repeat -210px top;
        }
        .pt #quick-contact .submit:hover{
          background-position: -210px -16px;
        }
        .cn #quick-contact .submit{
          background:transparent url('/images/submit-btn.png') no-repeat -280px top;
        }
        .cn #quick-contact .submit:hover{
          background-position: -280px -16px;
        }



/* HOMEPAGE      --------------------------------------------*/

#first-column.home  {
    padding: 0 10px;
    width: 730px;
}

#right-column.home #rfq-link {
    margin-top: 3em;
}

#home_hero {
    background: transparent url(/images/hero-bg.jpg) no-repeat left top;
    font-size: 1.2em;
    height: 268px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 940px;
}
    #home_hero ul#hero_list {
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    #home_hero #hero_list li {
        height: 248px;
        left: 0;
        margin: 0;
        padding: 10px;
        position: absolute;
        top: 0;
        width: 920px;
    }
    #home_hero #hero_list li.first {

    }
    .home_hero_img {
        display: inline;
        float: left;
        height: 250px;
        width: 473px;
    }

    .home_hero_content {
        display: inline;
        float: left;
        line-height: 1.5em;
        margin-left: 20px;
        width: 385px;
    }
        .home_hero_content h3 {
            color: #ce1126;
            font-size: 2em;
            margin: 0.75em 0 0.5em 0;
            text-transform: uppercase;
        }
            .home_hero_content h4 {
                font-size: 1.6em;
                margin: 0 0 0.5em 0;
            }

        .home_hero_content .de-sta-co {
            color: #ce1126;
        }
        .home_hero_content p {
            margin-top: 0;
        }

    .en .learn-more, .fr .learn-more, .de .learn-more {
        background: transparent url(/images/learn-more.png) no-repeat left top;
        display: block;
        height: 56px;
        text-indent: -999em;
        width: 126px;
    }
    .fr .learn-more{
        background-position:-126px 0;
    }
    .de .learn-more{
        background-position:-252px 0;
    }
        .learn-more:hover {
            background-position: left -56px;
        }
    .fr .learn-more:hover{
        background-position:-126px -56px;
    }
    .de .learn-more:hover{
        background-position:-252px -56px;
    }

    .home_hero_content .learn-more {
        left: -9px;
        position: relative;
    }

#hero_controller {
    bottom: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 25px;
}
    #hero_controller li {
        display: inline;
        float: left;
        height: 8px;
        margin-right: 10px;
        width: 8px;
    }
    #hero_controller li a {
        background: transparent url(/images/dot-sprite.png) no-repeat left top;
        display: inline;
        float: left;
        height: 8px;
        text-indent: -999em;
        width: 8px;
    }
        #hero_controller li a:hover, #hero_controller li a.current {
            background-position: 0 -8px;
        }


#logos {
    clear: both;
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%;
}
    #logos li {
        display: inline;
        margin: 0 10px;
    }

/*  BUCKETS  */

.bucket_img {
    display: inline;
    float: left;
    width: 144px;
    /*width: 145px;*/
}

    .bucket_img img {
        display: block;
        margin: 0 auto;
    }

#bucket_slider {
    margin: 0 0 0 5px;
    padding: 0 20px;
    position: relative;
    width: 915px;

}

    #bucket_slider ul {
        height: 147px;
        margin: 0 0 0 5px;
        overflow: hidden;
        padding: 0;
        width: 915px;
        z-index: 10;
    }
        #bucket_slider li {
            background: transparent url(/images/slider-bucket.jpg) no-repeat left top;
            display: inline;
            float: left;
            height: 147px;
            margin-right: 5px;
            overflow: hidden;
            position: relative;
            width: 300px;
        }
        #bucket_slider li.last {
            margin-right: 0;
        }
        .bucket_contents {
            min-height: 85px;
            overflow: none;
            padding: 5px 0 0 5px;
            width: 300px;

        }
        .bucket_text {
            display: inline;
            float: right;
            font-size: 11px;
            height: 91px;
            line-height: 1.2em;
            padding: 15px 5px 10px 5px;
            width: 140px;
        }
            .bucket_text p {
                margin: 0;
            }

            #bucket_slider .bucket_contents img {
                display: inline;
                float: left;
            }
            #bucket_slider .bucket_text {
                display: inline;
                float: left;
            }

        #bucket_slider .bucket_footer {
            bottom: 0;
            clear: both;
            color: #818080;
            height: 31px;
            line-height: 31px;
            overflow: hidden;
            padding: 0 5%;
            position: absolute;
            width: 90%;
        }
        #bucket_slider .bucket_footer h3 a{
                color:#818080;
                text-decoration:none;

display:block;
        }
        #bucket_slider .bucket_footer h3 a:hover{
                text-decoration:underline;
        }

            #bucket_slider .bucket_footer h3{
                display: inline;
                float: left;
                line-height: 31px;
                margin: 0;
                padding: 0;
                text-transform: uppercase;
                width:100%;

            }
            #bucket_slider .bucket_footer .view-more {
                background: transparent url(/images/view-more-redgt.gif) no-repeat right 11px;
                color: #818080;
                display: inline;
                float: right;
                font-size: 10px;
                padding-right: 15px;
                text-decoration: none;
                font-weight:normal !important;
                text-transform:capitalize;
            }
            #bucket_slider .bucket_footer:hover .view-more{text-decoration:none;}
    #bucket_slider .jcarousel-prev {
        background: transparent url(/images/slider-left-tab.png) no-repeat left top;
        cursor: pointer;
        height: 147px;
        position: absolute;
        left: -32px;
        top: 0;
        width: 32px;
    }
    #bucket_slider .jcarousel-next {
        background: transparent url(/images/slider-right-tab.png) no-repeat left top;
        cursor: pointer;
        height: 147px;
        position: absolute;
        right: -26px;
        top: 0;
        width: 32px;

    }

/* CONTENT      --------------------------------------------*/

.page-video {
    border: 1px solid #BBBBBB;
    margin: 0 0 10px 10px;
    padding: 10px;
}

ul.double-spaced li {
    margin-bottom: 1em;
}

span.contains-blockquote{
    position:relative;
    border-bottom:dashed 1px;
    cursor:help;
    z-index:50 !important;
}

blockquote.aside {
    position:absolute;
    left:-12px;
    bottom:5px;
    background: url("/images/quick-form-bg.gif") repeat-x scroll left top #DDD;
    border: 1px solid #767676;
    display: none;
    float: right;
    font-style: oblique;
    font-weight: 700;
    margin: 0 0 1em 1em;
    padding: 0px 10px;
    width: 250px;
    z-index:100 !important;
}

span.contains-blockquote:hover{
    border-bottom:none;
}

span.contains-blockquote:hover blockquote.aside{
    display:inline;
}

#media-menus {

}
    .box240 {
        background: transparent url(/images/bucket-240-bg.jpg) no-repeat left top;
        float: left;
        margin-right: 10px;
        width: 240px;
    }

    .box240 .main {
        padding: 0 10px;
    }
        #media-menus .box240 .main label {
            color: #353535;
            font-size: 0.9em;
            font-weight: 700;
            text-transform: uppercase;
        }
        #media-menus .box240 .main h3 {
            border-bottom: 1px solid #e0e0e0;
            color: #818080;
            font-size: 1em;
            padding-bottom: 0.5em;
            text-transform: uppercase;
        }
        #media-menus .box240 select {
            margin: 0 3px 1em 0;
            width: 160px;
        }
        #media-menus .box240 .submit {
            -moz-border-radius: 15px;
            -webkit-border-radius: 15px;
            border: 1px solid #5e5e5e;
            padding: 0 5px;
        }
    .box240 .bucket-bottom {
        background: transparent url(/images/bucket-240-bottom.jpg) no-repeat left top;
        clear: both;
        height: 8px;
    }

span.headquarters {
    display: block;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}

#quickCADSelect {
    margin-bottom: 2em;
}

#rfq-link {
    background: transparent url(/images/rfq-btn.png) no-repeat left top;
    display: block;
    height: 52px;
    text-indent: -999em;
    width: 194px;
}
    #rfq-link:hover {
        background-position: left -52px;
    }

a.small-rfq {
background: transparent url(/images/rfq-btn.png) no-repeat left top;
display: block;
height: 52px;
text-indent: -999em;
width: 194px;}

a.small-rfq:hover{
        background-position: left -52px;
}

.fr #rfq-link {
    background: transparent url(/images/rfq-btn.png) no-repeat -197px top;
    display: block;
    height: 52px;
    text-indent: -999em;
    width: 194px;
}
    .fr #rfq-link:hover {
        background-position: -197px -52px;
    }
.de #rfq-link {
    background: transparent url(/images/rfq-btn.png) no-repeat -394px top;
    display: block;
    height: 52px;
    text-indent: -999em;
    width: 194px;
}
    .de #rfq-link:hover {
        background-position: -394px -52px;
    }

.pt #rfq-link{
  background:transparent url('/images/rfq-btn.png') no-repeat -591px top;
}
  .pt #rfq-link:hover{
    background-position: -591px -52px;
  }

.cn #rfq-link{
  background:transparent url('/images/rfq-btn.png') no-repeat -788px top;
}
  .cn #rfq-link:hover{
    background-position: -788px -52px;
  }



a.pdf-btn {
background-color: rgb(182, 180, 180);
background-image: url('/images/pdf-btn.png');
background-position: 13px 8px;
background-repeat: no-repeat;
box-shadow: inset 0px 0px 10px 5px #A9A9A9;
border: solid 1px #A1A1A1;
display: block;
padding: 5px 5px 5px 50px;
text-align: left;
border-radius: 3px;
font-weight: bold;
height: auto;
text-decoration: none;
width: 169px;
font-size: 10px;
margin-left: 8px;

}

a.pdf-btn:hover{
box-shadow: inset 0px 0px 10px 5px #9B9999;
}


table {
    border: ;
    border-collapse: collapse;
}
    table caption {
        font-weight: 700;
        line-height: 1em;
    }
    th, td {
        padding: 5px 2px;
    }
    th {
        background-color: ;
    }
    tr.altRow {
        background-color: ;
    }

#products-showcase {
position:relative;
z-index:0;
}
    /* clearfix */
    #products-showcase {
      zoom: 1;
    }
    #products-showcase:before {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
    }
    #products-showcase:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden;
      clear: both;
    }



    .showcase-bucket {
        background: transparent url(/images/bucket-281-white.jpg) no-repeat left top;
        display: inline;
        float: left;
        /*height: 135px;*/
        margin: 0 5px 4px 0;
        position: relative;
        width: 281px;
    }
        .showcase-bucket.last {
            margin-right: 0;
        }
        .showcase-bucket.first {
            clear: both;
        }

    .showcase-bucket .bucket-main {
        min-height: 99px;
        padding: 5px;
    }

    .showcase-bucket .bucket_contents {
        display: inline;
        float: left;
        width: 122px;
    }
    .bucket_contents ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }
        .bucket_contents ul li {
            background: transparent url(/images/red-bullet.gif) no-repeat left 0.5em;
            padding-left: 9px;
        }
        .showcase-bucket.narrow .bucket_contents {
            width: 174px;
        }
    .showcase-bucket .bucket-bottom {
        background: transparent url(/images/bucket-281-bottom-white.jpg) no-repeat left bottom;
        clear: both;
        height: 8px;
    }
    .showcase-bucket .bucket_footer h3 {
        display: inline;
        float: left;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-size: 1em;
    }
    #order-printed .bucket_footer h3 {
        font-size: 0.9em;
    }
        .showcase-bucket .bucket_footer h3 a {
            color: #818080;
            text-decoration: none;
        }
    .showcase-bucket.narrow {
        background: transparent url(/images/bucket-184-bg.jpg) no-repeat left top;
        float: right;
        /*height: 274px;*/
        width: 184px;
    }

    .showcase-bucket.narrow .bucket-main {
        min-height: 240px;
    }

    .showcase-bucket.narrow .bucket-bottom {
        background: transparent url(/images/bucket-184-bottom.jpg) no-repeat left bottom;
        height: 8px;
    }

    .showcase-bucket .bucket_footer {
            clear: both;
            color: #818080;
            line-height: 1.2em;
            overflow: hidden;
        }
        .showcase-bucket .bucket_footer .content {
            border-top: 1px solid #e0e0e0;
            margin: 0 5px;
            overflow: hidden;
            padding: 5px 10px 0 10px;
        }
        .showcase-bucket.narrow .bucket_footer .content {
            width: 154px;
        }
        .showcase-bucket .bucket_footer .view-more {
            background: transparent url(/images/red-gt-white-bck.gif) no-repeat right center;
            color: #818080;
            display: inline;
            float: right;
            font-size: 10px;
            padding-right: 15px;
            text-decoration: none;
        }

    .featured-569 {
        background-image: url(/images/bucket-569-bg-white.jpg);
        width: 569px;
    }
    .featured-569 .bucket_contents {
        width: 280px;
    }
        .featured-569 .bucket_footer {
            padding: 5px 0 0 0;
            width: 569px;
        }
        .featured-569 .bucket-bottom {
            background: transparent url(/images/bucket-569-bottom-white.jpg) no-repeat left bottom;
            height: 8px;
        }
        .featured-569 .bucket_footer .content {
            width:
        }
    .l-c {
        text-transform: none;
    }

.datasheet-link {
    background: transparent url(/images/datasheet.png) no-repeat left top;
    display: block;
    height: 31px;
    text-indent: -999em;
    width: 127px;
}
    .datasheet-link:hover {
        background-position: left -31px;
    }
    .fr .datasheet-link {
        background: transparent url(/images/datasheet.png) no-repeat -127px top;
        display: block;
        height: 31px;
        text-indent: -999em;
        width: 127px;
    }
        .fr .datasheet-link:hover {
            background-position: -127px -31px;
        }
    .de .datasheet-link {
        background: transparent url(/images/datasheet.png) no-repeat -254px top;
        display: block;
        height: 31px;
        text-indent: -999em;
        width: 127px;
    }
        .de .datasheet-link:hover {
            background-position: -254px -31px;
        }





/*
    #quickcad img {
        margin-left: 1px;
    }
*/
    #cad-enas {
        margin: 35px 0 0 45px;
    }

#order-printed .bucket-main img {
    margin: 8px 0 0 8px;
}
    .lbicon {
        margin: 3px 0 0 5px;
    }

.list-header {
    font-weight: 700;
}

table.dover {
    margin: 0 auto;
}
    table.dover thead th {
        background-color: #005a81;
        color: #FFF;

    }
    table.dover th, table.dover td {
        padding: 2px 5px;
    }
    table.dover td {
        width: 200px;
    }
    table.dover tr {
        border-bottom: 1px solid #000;
    }

.lit-group {
    overflow: auto;
}
    .lit-group h2 {
        margin-top: 0;
    }

.dltable {
    width: 100%;
}
    .dltable th {
        background-color: #DDDDDD;
    }
    .dltable td, .dltable th {
        border: 1px solid #999999;
        padding: 0.2em 0.5em;
    }
    .dltable h3 {
        color: #BE0000;
    }

#press_releases h2 {
    color: #BE0000;
}

table.news {
    width: 100%;
}
    table.news th {
        padding-right: 1em;
        text-align: right;
        width: 15%;
    }

/* PRODUCTS     --------------------------------------------*/

.product-box {
    background: transparent url(/images/bucket-569-bg-white.jpg) repeat-y left top;
    margin-bottom: 1em;
    overflow: hidden;
    width: 569px;
}

.title-region {
    background: transparent url(/images/bucket-569-top-white.jpg) no-repeat left top;
    color: #818080;
    font-weight: 700;
    margin-bottom: 1em;
}
    .title-region .title {
        border-bottom: 1px solid #e0e0e0;
        display: block;
        line-height: 1.2;
        margin: 0 10px;
        padding: 15px 0 10px;
        text-transform: uppercase;
        width: 549px;
    }

.product-info {
    padding: 0 10px;
}
    .product-img-box {
        display: inline;
        float: left;
        margin: 0 12px 1em 0;
    }
    .product-img {
        display: block;
    }

    .new_badge {
        display: block;
        margin: 0 auto;
    }

    .product-text {
        display: inline;
        float: left;
        width: 400px;
    }
        .product-text p {
            margin-top: 0;
            padding-top: 0;
        }
    .product-info table {
        clear: both;
        font-size: 10px;
        line-height: 1em;
        text-align: center;
        width: 100%;
    }
        .product-info table tbody tr {
            background-color: #f0f0f0;
            line-height: 1.4em; /* added by JGRAHN 12/05/2011 */
        }
        .product-info table thead {
            background-color: #fdfdfd;
            border: 1px solid #d6d6d6;
            text-transform: uppercase;
        }

        .cadCol, .altCol {
            background-color: #d8d8d8;
        }
        .altRow .cadCol, .altRow .altCol {
            background-color: #e5e5e5;
        }

        .cadCol {
            text-transform: uppercase;
            line-height: 1.4em;  /* added by JGRAHN 11/11/2011 */
        }
            .cadCol span {
                display: block;
                white-space: nowrap;
            }

        .product-info table tr.altRow {
            background-color: #FFF;
        }

    .product-info .datasheet-link {
        clear: both;
        display: inline;
        float: right;
        margin-bottom: 1em;
    }

.product-bottom {
    background: transparent url(/images/bucket-569-bottom-white.jpg) no-repeat left bottom;
    height: 8px;
}

.destaco-red {
    color: #CE1126;
}

.policy-item {
    font-weight: 700;
}

.underline {
    text-decoration: underline;
}

span.term {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

span.article {
    text-decoration: underline;
}

.disclaimer {
    display: block;
    font-weight: 700;
}

/*  RFQ Form      --------------------------------------------*/


#rfq-form em{
    display:block;
    margin:0 0 15px;
}

#rfq-form fieldset{
    float:left;
    display:block;
    width:369px;
    }
    #rfq-form fieldset label {
        display: inline-block;
        min-width: 135px;
    }
    #rfq-form fieldset input[type="text"]{
        width:320px;
        margin:0 0 15px;
        border:solid 1px #AAA;
        height:20px;
    }

    #rfq-form fieldset textarea{
        width:320px;
        height: 75px;
        margin:0 0 15px;
        resize:none;
        border:solid 1px #AAA;
        font-family:'Lucida Grande', Arial, sans-serif;
        font-size:13px;
    }

    #rfq-form fieldset select{
        width:326px;
        margin:0 0 15px;
        height:26px;
    }

    #rfq-form fieldset input[type="file"]{
        margin:0 0 15px;
    }
        #rfq-form .col { position: relative; float: left; padding-right: 10px;}
        /*#rfq-form #contact-city, #rfq-form #contact-city input { width: 124px; } */
        #rfq-form #state, #rfq-form #state input { width: 194px; margin-right: 10px; }
        #rfq-form #zip,#rfq-form #zip input { width: 105px; }

#rfq-form #validate li { display: none; }
#rfq-form span.error { float: right; padding-right: 1px; color: #a00; font-size: 11px; }
    #rfq-form div#zip { height: 57px; }
    #rfq-form #zip span.error { position: absolute; top: 20px; left: 1px; }



/*  FOOTER      --------------------------------------------*/

#footer-wrap {
    background: #d7d7d7 url(/images/footer-bg.gif) repeat-x left top;
    padding-top: 20px;
}

#footer {
    clear: both;
    color: #494949;
    margin: 0 auto;
    width: 960px;
}

#footer-head {
    background: transparent url(/images/destaco-footer-head.gif) no-repeat left top;
    display: inline;
    float: left;
    height: 15px;
    margin-top: 0;
    padding: 0;
    text-indent: -999em;
    width: 99px;
}

#footer-locations {
    display: inline;
    float: left;
    font-weight: 700;
    width: 34em;
}

    #footer-locations ul {
        display: inline;
        float: left;
        list-style: none;
        margin: 0 0 1em 3em;
        padding: 0;
        width: 14em;
    }
        #footer-locations ul li {
            line-height: 1.5em;
        }
        #footer-locations ul li.name {
            text-transform: uppercase;
        }

#social-links {
    display: inline;
    float: right;
    clear: right;
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    z-index:5 !important;
}
    #social-links li {
        display: inline;
        float: left;
        margin-left: 5px;
    }

#footer-nav {
    clear: right;
    display: inline;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
    #footer-nav li {
        display: inline;
        border-right:solid 1px;
    }
    #footer-nav li.first {
        padding-left: 0;
    }
    #footer-nav li.last {
        padding-right: 0;
        border-right:none;
        margin-right:0;
    }
        #footer-nav li a {
            color: #494949;
            font-weight: 700;
            text-decoration: none;
            text-transform: uppercase;
            padding:0 3px 0 3px !important;
            margin:0 0 0 -3px !important;
        }
            #footer-nav li a:hover {
                text-decoration: underline;
            }

/* PRODUCT MANAGER */

.ui-autocomplete {
        list-style: none;
        max-height: 100px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
        /* add padding to account for vertical scrollbar */
        padding-right: 20px;
        padding-left: 0;
        margin-left: 0;
        text-align: left;
        width: 924px;
    }
    /* IE 6 doesn't support max-height
     * we use height instead, but this forces the menu to always be this tall
     */
    * html .ui-autocomplete {
        height: 100px;
    }

    .ui-autocomplete-loading { background: white url('/css/smoothness/images/ui-anim_basic_16x16.gif') right center no-repeat; }

#resultsArea {
    margin-top: 2em;
}


/* 2009 - 2010 (c) | ez-css.org
 * ez-min.css :: version 1.3 :: 03132010
 */
body{text-align:center}.ez-mw{margin-right:auto;margin-left:auto;text-align:left;position:relative;z-index:1;text-align:left;overflow:hidden}.ez-wr{clear:left}.ez-wr:after,.ez-box:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ez-wr,.ez-box,.ez-last{display:inline-block;min-height:0}/* \*/* html .ez-wr,* html .ez-box,* html .ez-last{height:1%}.ez-wr,.ez-box,.ez-last{display:block}/* */.ez-oh{overflow:hidden}* html .ez-oh{overflow:visible}.ez-oa{overflow:auto}.ez-dt{display:table}.ez-it{display:inline-table}.ez-tc{display:table-cell}.ez-ib{display:inline-block}.ez-fl{float:left}* html .ez-fl{margin-right:-3px}.ez-fr{float:right}* html .ez-fr{margin-left:-3px}.ez-25{width:25%}.ez-33{width:33.33%}.ez-50{width:50%}.ez-66{width:66.66%}.ez-75{width:75%}.ez-negmr{margin-right:-1px}* html .ez-negmr{margin-right:-4px}* html .ez-negmx,.ez-negmx{margin-right:-1px}.ez-negml{margin-left:-1px}* html .ez-negml{margin-left:-4px}

/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.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%; }


/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; 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 #999999; background: #dadada url(/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/css/smoothness/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/css/smoothness/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/css/smoothness/images/ui-icons_cd0a0a_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-off { background-position: -96px -144px; }
.ui-icon-radio-on { 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-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Tabs @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.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: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; 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-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected 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-tabs .ui-tabs-hide { display: none !important; }







.manager_info {
    margin-top: 1em;
}
.product-edit-area {
    border: 2px solid #e0e0e0;
    margin-bottom: 1em;
}
.product-text textarea {
    width: 100%;
}
.product-edit-area .product-box {
    background: none;
    width: auto;
}
.product-edit-area .title-region {
    background: none;
}
.product-edit-area .title-region label {
    display: inline;
    color: #000;
    float: left;
    text-transform: none;
}
.product-edit-area .title-region .product_series {
    margin-right: 0.5em;
}
.product-edit-area .title-region .series_name {
    width: 60em;
}
.product-edit-area .title-region input {
    display: block;
}
.product-edit-area .title-region .title {
    overflow: auto;
    width: auto;
}
.product-edit-area .product-text {
    font-weight: 700;
    width: 700px;
}
.product-edit-area .product-info table {
    font-weight: 700;
}
.product-edit-area .product-info {
    overflow: hidden;
}
#save_changes {
    margin-top: 1em;
}















/* ========== VIDEO LIBRARY ========== */
#destaco-youtube{
  list-style-type:none;
  margin:10px 0 0;
  padding:0;
}
  #destaco-youtube li{
    border-bottom:solid 1px #CCC;
    margin:0;
    padding:0 10px;
  }
  #destaco-youtube .youtube{
    line-height:12px;
    padding:0 !important;
    margin:0 !important;
  }
  #destaco-youtube .yt-more{
    float:right;
    font-size:10px;
    background:red;
    color:#FFF;
    padding:5px;
    line-height:10px;
    cursor:pointer;
    margin:-4px 0 0;
  }
  #destaco-youtube .video-description{
    display:none;
    font-size:11px;
  }

#youtubeVideo{
  margin:0 0 20px;
}
.videoFeed{
  border:solid 1px #CCC;
  display:block;
  float:left;
  margin:0 10px 10px 0;
  width:130px;
}
.videoFeed a{
    display:block;
  height:140px;
  padding:5px;
  margin:0;
  width:120px;
}
.videoFeed:hover{
  background:#EDEDED;
}
.videoFeed h2{
  font-size:12px;
  margin:5px 0 0;
}



p.contact-callout {
        border: 1px solid #b0b0b0;
        clear: both;
        color: #393939;     /* adjust accordingly */
        font-size: 12px;  /*adjust accordingly*/
        font-weight: 700;
        line-height: 1.2;
        padding: 0.5em;
        text-align: center;
        width: 80%;
        margin: 30px auto 10px;
        display: block;
}
        p.contact-callout a.emphasis {
               color: #000;
               display: block;
               text-decoration: underline;
               text-transform: uppercase;
        }




/* Search Results Request A Product Form */
#search-request {
    border: 1px solid #eaeaea;
    background: #dddddd url('/images/quick-form-bg.gif') repeat-x left top;;
    color: #797a7b;
    margin: 0.5em 0;
    overflow: auto;
    padding: 12px 12px;
    width: 525px;
}
    #search-request .col {
        position: relative;
        display: block;
        float: left;
        width: 158px;
        min-height: 145px;
        padding-right: 12px;
        margin-right: 12px;
        border-right: 1px solid #d5d5d5;
    }
    #search-request .col.last {
        padding-right: 0px;
        margin-right: 0px;
        border-right: 0;
    }
    #search-request h3 {
        background: transparent url(/images/search-request-header.png) no-repeat left top;
        height: 39px;
        margin: 0 auto 7px;
        text-indent: -999em;
        width: 155px;
    }
        #search-request.fr h3 { background: transparent url(/images/search-request-header.png) no-repeat left -39px; }
        #search-request.de h3 { background: transparent url(/images/search-request-header.png) no-repeat left -78px; }
    #search-request p { font-size: 10px; line-height: 1.1em; margin: 5px auto; }
    #search-request fieldset {

    }
        #search-request fieldset input, #search-request fieldset textarea{
            background: transparent url('/images/input-bg.gif') no-repeat left top;
            border: 0;
            color: #797a7b;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            margin-bottom: 10px;
            width: 155px;
            resize:none;
        }

        #search-request fieldset select{
            background: transparent url('/images/input-bg.gif') no-repeat left top;
            border: 0;
            color: #797a7b;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            margin-bottom: 10px;
            width: 155px;
            padding:5px 3px 4px;
        }

    #search-request .submit {
        background: transparent url('/images/submit-btn.png') no-repeat left top;
        border: 0;
        color: #FFF;
        cursor: pointer;
        display: inline;
        float: right;
        font-size: 0;
        height: 16px;
        line-height: 0;
        margin-top: 0;
        width: 70px;
    }
        #search-request .submit:hover {
            background-position: left -16px;
        }
        #search-request.fr .submit {
                background: transparent url('/images/submit-btn.png') no-repeat -70px top;
        }
        #search-request.fr .submit:hover {
            background-position: -70px -16px;
        }
        #search-request.de .submit {
                background: transparent url('/images/submit-btn.png') no-repeat -140px top;
        }
        #search-request.de .submit:hover {
            background-position: -140px -16px;
        }

    #search-request label.error {
        margin: -7px auto 7px;
        color: #900;
        font-size: 11px;
        font-weight: bold;
    }




.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

/* Megafooter */
.megafooter {

}
.megafooter .top {
    background: #d6d6d6;
    border-top: 9px solid #767676;
    padding: 12px 0;
}
.megafooter .bottom {
    background: #e3e3e3;
    border-top: 2px solid #c0c0c0;
    min-height: 100px;
    display: block;
    padding: 12px 0;
}
.megafooter .center {
    display: block;
    position: relative;
    width: 960px;
    margin: 0 auto;
}
.megafooter .col {
    display: block;
    width: 150px;
    float: left;
    margin: 0 20px 0 0;
    min-height: 100px;
}
.megafooter .colWide {
    display: block;
    width: 270px;
    float: left;
    margin: 0 0px 0 0;
}
.megafooter .col h5,
.megafooter .col h5 a,
.megafooter .colWide h5,
.megafooter .colWide h5 a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #be0000;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.megafooter .col p {
    margin-top: 0;
    color: #494949;
    font-size: 11px;
}
.megafooter .col a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 100;
    color: #494949;
    margin: 0;
    display: inline-block;
    float: left;
    clear: both;
    text-decoration: none;
}
.megafooter .col a:hover {
    text-decoration: underline;
}
.megafooter p.copyright {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    color: #494949;
    font-size: 11px;
}
#megafooter-head {
    background: transparent url(/images/destaco-megafooter-head.png) no-repeat left top;
    display: inline;
    float: left;
    height: 15px;
    margin-top: 0;
    padding: 0;
    text-indent: -999em;
    width: 99px;
}
.megafooter #ccoptin input[type=text] {
    border: 1px solid #ccc;
    padding: 3px 6px;
    border-radius: 5px;
    color: #797979;
    margin-top: 5px;
}
.megafooter #ccoptin input[type=submit] {
    background: #be0000 url(../images/icons/arrowR-white.png) right center no-repeat;
    border: 0;
    border-radius: 4px;
    height: 22px;
    color: #fff;
    font-weight: bold;
    padding: 0px 18px 0 8px;
    text-transform: uppercase;
    font-size: 11px;
    position: relative;
    top: -1px;
    margin-top: 5px;
}
.megafooter #ccoptin input[type=submit]:hover {
    background: #990000 url(../images/icons/arrowR-white.png) right center no-repeat;
}

/* ================== SOCIAL MEDIA ICONS ============= */
.megafooter #socialIcons {
    display: block;
    width: 250px;
    height: 20px;
    margin: 5px 0 15px;
}
.megafooter #socialIcons a {
    position: relative;
    float: left;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    font-size: 0;
    line-height: 111px;
    color: transparent;
    overflow: hidden;
    border: 0;
    text-decoration: none;
    background: url(/images/icons/socialIcons.png) 0 0 no-repeat;
}
    .megafooter #socialIcons a:hover {
        border: 0;
        text-decoration: none;
        opacity: 0.80;
        filter: alpha(opacity=80);
    }
.megafooter #socialIcons a#fb { background-position: 0 0; }
.megafooter #socialIcons a#tw { background-position: -30px 0; }
.megafooter #socialIcons a#gp { background-position: -60px 0; }
.megafooter #socialIcons a#li { background-position: -90px 0; }
.megafooter #socialIcons a#yt { background-position: -120px 0; }
.megafooter #socialIcons a#pt { background-position: -150px 0; }
.megafooter #socialIcons.med { height: 40px; }
.megafooter #socialIcons.med a { width: 40px; height: 40px; margin-right: 8px; }
.megafooter #socialIcons.med a#fb { background-position: 0 -30px; }
.megafooter #socialIcons.med a#tw { background-position: -50px -30px; }
.megafooter #socialIcons.med a#gp { background-position: -100px -30px; }
.megafooter #socialIcons.med a#li { background-position: -150px -30px; }
.megafooter #socialIcons.med a#yt { background-position: -200px -30px; }
.megafooter #socialIcons.med a#pt { background-position: -250px -30px; }
.megafooter #socialIcons.lg { height: 60px; }
.megafooter #socialIcons.lg a { width: 60px; height: 60px; margin-right: 10px; }
.megafooter #socialIcons.lg a#fb { background-position: 0 -80px; }
.megafooter #socialIcons.lg a#tw { background-position: -70px -80px; }
.megafooter #socialIcons.lg a#gp { background-position: -140px -80px; }
.megafooter #socialIcons.lg a#li { background-position: -210px -80px; }
.megafooter #socialIcons.lg a#yt { background-position: -280px -80px; }
.megafooter #socialIcons.lg a#pt { background-position: -350px -80px; }
.megafooter #socialIcons.w32 { height: 32px; }
.megafooter #socialIcons.w32 a { width: 32px; height: 32px; margin: 0 4px; }
.megafooter #socialIcons.w32 a#fb { background-position: 0 -150px; }
.megafooter #socialIcons.w32 a#tw { background-position: -40px -150px; }
.megafooter #socialIcons.w32 a#gp { background-position: -80px -150px; }
.megafooter #socialIcons.w32 a#li { background-position: -120px -150px; }
.megafooter #socialIcons.w32 a#yt { background-position: -160px -150px; }
.megafooter #socialIcons.w32 a#pt { background-position: -200px -150px; }




/* Home Buckets */
.homebuckets {
    width: 945px;
    position: relative;
    left: -3px;
}
.homebuckets .bucket {
    position: relative;
    float: left;
    width: 303px;
    min-height: 360px;
    margin: 0 8px 15px 0;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    box-shadow: 0 5px 15px -7px #ddd;
}
.homebuckets .bucket.first {

}
.homebuckets .bucket.last {
    margin-right: 0px;
}
.homebuckets h3 {
    font-size: 16px;
    margin: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e3e3e3;
}
.homebuckets h3 a {
    color: #212121;
    text-decoration: none;
}
.homebuckets h3 a:hover {
    color: #be0000;
    text-decoration: none;
}
.homebuckets img {
    display: block;
    width: 277px;
    height: 86px;
    padding: 4px;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin: 8px;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.homebuckets img:hover {
    box-shadow: 0 0px 15px 0px #ddd;
    -webkit-transition: all 0.165s ease;
    -moz-transition: all 0.165s ease;
    -ms-transition: all 0.165s ease;
    -o-transition: all 0.165s ease;
    transition: all 0.165s ease;
}
.homebuckets p {
    margin: 8px 10px;
    font-size: 11px;
}
.homebuckets ul {
    margin: 8px 10px;
    padding-left: 25px;
    font-size: 11px;
}
.homebuckets ul li {
    font-size: 11px;
}
.homebuckets p a,
.homebuckets li a {

}
.homebuckets a.view-more {
    position: absolute;
    bottom: 6px;
    right: 8px;
    background: transparent url(/images/view-more-redgt.gif) no-repeat right center;
    color: #818080;
    display: inline;
    font-size: 10px;
    padding-right: 15px;
    text-decoration: none;
}

/* reCAPTCHA */
#recaptcha_area, #recaptcha_table {margin: 10px auto 20px;}
form #recaptcha_widget span.error {color:#a00 !important;margin-bottom:5px;}
#recaptcha_image{
    width: 155px !important;
    margin: 10px 0 0;
}
#recaptcha_image img{
    width: 155px !important;
    height: 45px !important;
    border:1px solid #4b6587;
}
input#recaptcha_response_field {
    color:#444;
    font-size: 0.85em;
    background:#fff !important;
    box-shadow: none;
    border:1px solid #bbb !important;
    width:146px !important;
    margin:0 0 15px;
    padding:2px 5px;
    display: block;
}
.recaptcha_only_if_image, .recaptcha_only_if_audio, .recaptcha_reload {
    width:158px;
    margin: 0 0 5px;
}
.recaptcha_reload a, .recaptcha_only_if_image a, .recaptcha_only_if_audio a {
    color:#fff;
    font-size:0.85em;
    letter-spacing: 0.1em;
    text-align: center;
    text-shadow: 1px 1px 0 #0a2d4a;
    text-decoration: none;
    border:1px solid #0a2d4a;
    background-color:#3f6c82;
    padding:2px 0;
    display:block;
}
.recaptcha_reload a:hover, .recaptcha_only_if_image a:hover, .recaptcha_only_if_audio a:hover {
    text-decoration: none;
    background-color:#2b5b72;
}

input.special {
    display: none;
}


/* Case Studies */
#case-study-info{
  display:block;
}
#case-study-info table{
  float:left;
  margin:0 0 20px;
  width:350px;
}
#case-study-info table tr{
  border:1px solid #CCC;
}
#case-study-info table tr th,
#case-study-info table tr td{
  padding:5px;
}
#case-study-info img{
  float:right;
  display:block;
  margin:0 1px 20px 10px;
  width:385px;
}

#case-studies {
    width: 100%;
}

#case-studies h2 {
	text-transform: uppercase;
}

#case-industry,
#case-product {
    float: left;
    width: 48%;
}

#case-product {
	margin-right: 1%;
}

#case-studies ul {
    list-style: none;
    padding: 0;
}



.pdf-ctas > a { display: inline-block !important; margin-bottom: 8px; }
#dl-pdf {
	background: transparent url(/images/dl-pdf-btn.png) no-repeat left top;
	display: inline-block;
	height: 52px;
	text-indent: -999em;
	width: 194px;	
}
#dl-pdf:hover { background-position: left -52px; }



.thank-you-social {
	margin: 20px 50px;
	padding: 10px 0 20px;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 10px 20px -10px #aaa;
}
.thank-you-social h2{
	font-family: Arial,sans-serif;
	color: rgb(102, 102, 102);
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.thank-you-social p {
	line-height: 1.2em;
}
.thank-you-social .box {  }
.thank-you-social .box.first { 
	float: left;
	width: 260px;
	margin: 20px 0 20px 20px;
	padding-right: 20px;
	border-right: 1px solid #ccc;
}
.thank-you-social .box.last {
	float: left;
	width: 330px;
	padding-left: 20px;
	margin: 20px 0px 20px -1px;
	border-left: 1px solid #ccc;
}
.thank-you-social .blog img {
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	box-shadow: 0 5px 10px -2px #ccc;
	margin: 0 0 0 15px;	
}
.thank-you-social .btn {
	display: inline-block;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
	background-color: #fff;
	background-image: -webkit-linear-gradient(top,transparent,transparent);
	background-image: linear-gradient(top,transparent,transparent);
	color: #404040;
	cursor: pointer;
	font-family: Roboto,arial,sans-serif;
	margin-bottom: 1em;
	margin-left: 0 !important;
	padding: 3px 7px;
	border: 1px solid #d9d9d9;
	outline: none;
	color: #404040;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	line-height: 28px;
	cursor: pointer;
	font-family: Roboto,arial,sans-serif;
	display: inline-block;
	margin-left: 5px;
	text-decoration: none;
}

.thank-you-social .moreLinks {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #f2f2f2;
}
.thank-you-social .btn .aro {
	display: inline-block;
	margin-left: auto;
	margin-right: 7px;
	background: url(../images/socialIcons.png) -20px -190px no-repeat;
	height: 16px;
	width: 16px;
	margin-top: -3px;
	vertical-align: middle;
	opacity: .55;
}
.thank-you-social .btn:hover .aro {
	opacity: .8;
}
.thank-you-social .btn .icon {
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
	height: 20px;
	width: 20px;
	margin-top: -1px;
	vertical-align: middle;
}
.thank-you-social .btn .icon.linkedin {
	background: no-repeat url(../images/socialIcons.png) -90px -0px;
}
.thank-you-social .btn .icon.twitter {
	background: no-repeat url(../images/socialIcons.png) -30px -0px;
}
.thank-you-social .btn .icon.google {
	background: no-repeat url(../images/socialIcons.png) -60px -0px;
}
.thank-you-social .btn .icon.blog {
	background: no-repeat url(../images/socialIcons.png) -240px -0px;
}
.thank-you-social .btn .icon.paper {
	background: no-repeat url(../images/socialIcons.png) -157px -190px;
}
.fblikebox {
	border: 1px solid #aaaaaa;
	border-top: 1px solid #315c99;
	width: 298px;
	height: 95px;
	margin-bottom: 20px;
}
.pas {
padding: 5px;
}
.bottomborder {
border-left: none;
border-right: none;
border-top: none;
}
.uiBoxLightblue {
background-color: #edeff4;
border: 1px solid #d8dfea;
}
.uiHeader .uiHeaderTitle {
outline: none;
}
.uiHeader h3, .uiHeader h4 {
color: #333;
font-size: 11px;
font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;
margin: 0;
}



/**CASE STUDY TABLE***/
#cs-table-top{
    position: relative;
    width: 99%;
    height:80px;
    padding:15px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    border:solid 1px #bab7b7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background:#e1e1e1;
    background: linear-gradient(#e1e1e1, #bab7b7);
    background-image: linear-gradient(#e1e1e1, #bab7b7);    
}

#cs-table-top > div{
display: block;
float: right;
width: 185px;
height: 46px;
margin: 0 0px 0 15px;
position: relative;
}

#cs-table-top #tagline{
    font-size: 17px;
    color:#8e8d8d;
    line-height: 50px;
}

#cs-table-top span{
font-weight: bold;
text-transform: uppercase;
color:#353535;
font-size: 12px;
margin-left: 3px;
margin-bottom: 10px;
}


#cs-table-top select{
position: relative;
width: 185px;
height: 31px;
margin-top:7px;
display: block;
background: white;
}

.cs-table-header{
background: #be0000;
border: solid 1px #be0000;
padding: 0;
width: 99%;
height:35px;;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 11px;
color:#fff;
font-weight: bold;
overflow: hidden;}

.cs-table-header .cs-table-content{text-align: center;}


.cs-table-row:nth-child(odd){background:#eceaea;}
.cs-table-row{
display:block;
background: #e5e5e5;
border: solid 1px #d2d1d1;
padding: 0;
width: 99%;
height: 78px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
}


.cs-table-content {
width: 67%;
border-right: solid 1px #d2d1d1;
display: block;
float: left;
zoom: 1;
padding: 10px;
position: relative;
font-size: 11px;
}

.cs-table-content img {
width: 75px;
height:57px;
float: left;
margin: 0 15px 0 0;}

.cs-table-content > a {
font-weight: bold;
text-decoration: none;
}

.cs-table-content .challenge{
    margin-top: 3px;
    line-height: 14px;
}

.challenge > span{
    font-weight: bold;
}

.cs-table-product-line {
display: block;
float: left;
border-right: solid 1px #d2d1d1;
height: 100%;
width: 12%;
padding: 10px;
text-align: center;
position: relative;
}

.cs-table-industry {
display: block;
float: left;
height: 100%;
width: 12%;
padding: 10px;
text-align: center;
position: relative;
}


