﻿/* base stylesheet
 *
 * @project        olympus medical
 * @version        1.0
 * @author        Matthias Pr_pping, Phillip W_lfel
 * @date        2011-11-24
 * @valid        false CSS3 is in use
 * 
 */
html { 
    height: 100%;
    font-size: 100.01%; 
    overflow-x: hidden;
}
body { 
    font-family: Arial;
    font-size: 75%;
    height: 100%; 
    color: #444;
}
/* @group elements */
p { 
    line-height: 20px;
}
p.first { 
    font-family: HelveticaNeueRoman;
    font-size: 15px;
    line-height: 22px;
    width: 556px; 
}
h1 { 
    font-family: 'HelveticaNeueLite';
    font-weight: normal;
    color: #08107b;
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 5px 0;
}
h2 { 
    font-family: 'HelveticaNeueLite'; 
    font-weight: normal;
    color: #08107b;
    font-size: 26px;
}
h2 a { 
    color: #08107b; 
    text-decoration: none;
}
h2 a:hover { 
    text-decoration: underline;
}
h3 { 
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 18px 0;
    color: #08107b;      
}
table { 
    width: 100%;
    font-size: 1em; 
    line-height: 16px;
}
td { 
    padding: 10px 15px; 
    border-bottom: 1px solid #dedede;
}
th { 
    padding: 10px 35px 10px 15px;
    font-weight: bold; 
    color: #444444;
    text-align: left;
    border-bottom: 1px solid #dedede;
}
tr.odd th, tr.odd td { 
    background: #fff; 
}
tr.even th, tr.even td { 
    background: #f0f0f0; 
}
tr.last td, tr.last th { 
    border-bottom: none; 
}
ul.bullet li { 
    list-style-type: disc; 
    margin: 0 0 10px 15px;
    line-height: 20px;
}
ul.blank li { 
    margin: 0 0 10px 0;
    line-height: 20px;
}
ul.linklist li { 
    margin: 0;
    line-height: 20px;
}
ol.numbered li { 
    list-style-type: decimal; 
    margin: 0 0 10px 25px;
    line-height: 20px;
}
img { 
    display: block; 
}
b,strong { 
    font-weight: bold; 
}
/* @end */
/* @group a links */
a { 
    color: #e49900;
    text-decoration: none;     
}
a.button { 
    font-size: 14px;
    text-shadow: #909090 1px 1px 0;
    padding: 0 0 0 10px;
    display: inline-block;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    background: url(/css/img/bg/button.png) no-repeat left top; 
}
a.button span { 
    padding: 0 30px 0 0;
    display: inline-block;
    line-height: 28px;
    background: url(/css/img/bg/button.png) no-repeat right top;      
}
a.cancelButton {
            font-size: 14px;
            text-shadow: #909090 1px 1px 0;
            font-weight: bold;
            display: inline-block;
            line-height: 28px;
            padding-left: 40px;
            background: url(/css/img/bg/cancelButton.png) top left;
            margin-bottom: 10px;
}
a.cancelButton span {
            line-height: 28px;
            display: inline-block;
            padding-right: 20px;
            color: #fff;
            background: url(/css/img/bg/cancelButton.png) top right;
}
a.cancelButton:hover {
            background-position: left -28px;
}
a.cancelButton:hover span {
            background-position: right -28px;
}
a.more { 
    color: #e49900;
    text-decoration: none;
    display: block;
    margin: 10px 0 0 0;
    padding: 2px 0 2px 20px;
    background: url(/css/img/sprites/icons.png) no-repeat 0 -209px; 
    line-height: 1;
}
a.more:hover { 
    text-decoration: underline; 
}
a.internal { 
    background: url(/css/img/sprites/icons.png) no-repeat left -25px; 
}
a.external { 
    background: url(/css/img/sprites/icons.png) no-repeat left -56px; 
}
a.download { 
    background: url(/css/img/sprites/icons.png) no-repeat 3px -298px; 
}
a.order { 
    background: url(/css/img/sprites/icons.png) no-repeat 0 -209px;  
}
a.direction { 
    background: url(/css/img/sprites/icons.png) no-repeat 0 -687px; 
}
a.document { 
    background: url(/css/img/sprites/icons.png) no-repeat 0 -717px; 
}
a.internal, a.external, a.download, a.direction, a.document, a.order { 
    display: block;
    padding: 0 0 0 20px;
    color: #e49900;
    text-decoration: none;
    font-weight: bold;     
}
a.internal:hover, a.external:hover, a.download:hover, a.direction:hover, a.document:hover { 
     text-decoration: underline;
}
.printlink { 
    clear: both;
    margin: 40px 0 0 20px; 
}
a.print { 
    font-size: 11px;
    display: inline-block;
    background: url(/css/img/sprites/icons.png) no-repeat left -389px; 
    color: #aaa;
    text-decoration: none; 
    padding: 6px 0 2px 21px;
}
a.print:hover { 
    color: #08107b;
    text-decoration: underline; 
    background-position: left -419px;
}
a.back { 
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    background: url(/css/img/sprites/icons.png) no-repeat left -448px; 
    color: #e49900;
    text-decoration: none; 
    padding-left: 15px;     
}
a.back:hover { 
    text-decoration: underline; 
}
/* @end */
/* @group grid layout */
#headerContent { 
    width: 980px; 
    margin: 0 auto;
    height: 115px;
    position: relative;
}
#headerContent a.headerLogo { 
    position: absolute;
    top: 52px;
    left: 20px;
    display: block; 
    width: 307px;
    height: 29px; 
    background: url(/img/Evident_Olympus_Web.png) no-repeat 0 0; 
    text-indent: -9999px;
}
#sidebarWrapper {
    display: none;
    /*position: relative;
    height: 0px;
    margin: 0 auto;
    width: 980px;
    background: #ff0000;
    z-index:301px;*/
}
#sidebarContent {
    position: relative;
    width: 192px;
    float: right;
    z-index: 900;
}
.sta1fix { 
    margin-top: -280px; 
}
.sta2fix { 
    margin-top: -280px; 
}
.sta3fix { 
    margin-top: -60px; 
}
.sta4fix { 
    margin-top: -180px; 
}
.microfix { 
    margin-top: 15px; 
    line-height: 1;
}
.clearing { 
    clear: both;
    line-height: 0;
    font-size: 0; 
}
#main { 
    margin: 0 auto 15px auto; 
    width: 980px;
}
#mainContent {
    width: 748px; 
    margin: 0;
    padding: 0 0 0 20px;
    float: left;
}
/* @end */
/* @group footer */
#footer { 
color: #fff;
background: #3f3f3f url(/css/img/bg/footer.gif) repeat-x left top; 
}
#footerContent {
    overflow: hidden; 
    width: 940px;
    margin: 0 auto;
    padding: 40px 20px 20px 20px; 
}
#footerContent h2 { 
    font-family: HelveticaNeueBold;
    font-size: 13px;
    padding: 0 0 12px 0; 
    margin: 0 0 12px 0;
    border-bottom: 1px dotted #777777;
}
#footerContent h2 a { 
    color: #c9c9c9;
    text-decoration: none; 
}
#footerContent h2 a:hover { 
    color: #ffffff;
    text-decoration: none; 
}
#footerContent ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}
#footerContent li { 
    width: 172px;
    margin-right: 20px;
    float: left; 
}
#footerContent li.last { 
    margin-right: 0;
}
#footerContent li li {
    font-family: HelveticaNeueRoman; 
    font-size: 11px;
    line-height: 20px;
    float: none; 
}
#footerContent li li a { 
    color: #777777;
    text-decoration: none;    
}
#footerContent li li a:hover { 
    color: #ffffff;
    text-decoration: underline;    
}
/* @end */
/* @group disclaimer */
#disclaimer { 
    background: #363636; 
    height: 52px;
}
#disclaimerContent { 
    margin: 0 auto;
    width: 960px; 
    padding: 20px 0 20px 20px;
    /*overflow: hidden;*/
}
#disclaimerContent ul { 
    float: left; 
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}
#disclaimerContent li {
    color: #777777; 
    display: inline;
    margin-right: 16px; 
}
#disclaimerContent li a {
    color: #777777;
    text-decoration: none;
}
#disclaimerContent li a:hover {
    color: #c9c9c9;
    text-decoration: underline;
}
ul#langSelect { 
    float: right; 
}
ul#langSelect a { 
    color: #777777; 
    padding: 6px 13px 6px 8px; 
    text-decoration: none; 
    background: url(/css/img/icons/langselect.png) no-repeat right center; 
    text-transform: none;
}
ul#langSelect .cose1 a {
    background: 0;
    color: #08107b;
    display:block;
    padding: 4px 0 5px 0;
    
}
ul#langSelect .cose1 li {
    margin: 0;
}
ul#langSelect .cose1 .active a {
    color: #e49900;
} 
/* @end */
/* @group searchBar */
#searchBar {
    width: 192px;
    position: absolute; 
    right: 0; 
    top: 55px;
}
#searchBar label { 
     display: none;
}
#searchBar input#searchField {
    font-family: Arial;
    float: left;
    width: 158px;
    font-size: 10px;
    text-transform: uppercase;
    color: #919191; 
    border: 1px solid #DFDFDF;
    margin: 0;
    padding: 2px 5px 0 5px;
    height: 19px; 
    position:relative;
    z-index: 3500;
    background-color: #ffffff;
    line-height: 19px;
}
#searchBar input#searchButton {
    cursor: pointer; 
    float: left;
    border: none;
    display: block;
    float: left;
    text-indent: -999999px;
    width: 22px;
    height: 23px; 
    background: url(/css/img/icons/search_icon.gif) no-repeat; 
}
ul.ui-autocomplete {
    width: 192px;
    -webkit-box-shadow: 0px 5px 4px #444444; /* webkit browser*/ 
    -moz-box-shadow: 0px 5px 4px #444444; /* firefox */ 
    box-shadow: 0px 5px 4px #444444;
    background: #ffffff;
    padding: 8px 0px 7px 0px;
    position: absolute;
    z-index:7000 !important;
}
ul.ui-autocomplete.quicksearch {
    padding: 12px 0 0 0;
}
ul.ui-autocomplete li a {
    color: #444444;
    cursor: pointer;
    padding: 3px 16px;
    display:block;
}
ul.ui-autocomplete li a.ui-state-hover {
    background-color: #f0f0f0;
} 
ul.ui-autocomplete li.ui-autocomplete-category {
    border-top: 1px solid #C9C9C9;
    padding: 14px 16px 14px 16px;
    background: #f0f0f0;
    margin-top: 8px;
    color: #444444;
    font-weight: bold;
}
ul.ui-autocomplete li.productresult {
    overflow:hidden;
    background: #f0f0f0;
    padding: 0 16px 8px 16px;
}
ul.ui-autocomplete.quicksearch li.last {
    padding-bottom: 16px;
}
ul.ui-autocomplete li.productresult img {
    display: block;
    zoom: 1;
    float:left;
    margin: 0 7px 0 0;
}
ul.ui-autocomplete li.productresult .title {
    display: block;
    height: 30px;
    overflow:hidden;
}
ul.ui-autocomplete li.productresult .shoplink {
    text-decoration: underline;
    font-size: 11px;
}
ul.ui-autocomplete li.productresult .productlink {
     display: block;
    font-size: 11px;
    line-height: 15px;
    color: #08107b;
    font-weight: bold;
    padding: 0;
}
/* @end */
/* @group subcolumns */
.subcolumns { 
    overflow: hidden;
    margin-bottom: 40px;
}
.col33l { 
    width: 236px;
    margin: 0 10px 0 0;
    float: left; 
}
.col33c { 
    width: 236px;
    margin: 0 10px;
    float: left; 
}
.col33r { 
    width: 236px;
    margin: 0 0 0 10px;
    float: right; 
}
.col50l { 
    width: 364px;
    float: left;
}
.col50r { 
     width: 364px;
     float: right;
}
.col75l { 
    width: 556px;
    float: left; 
}
.col75r { 
    width: 556px;
    float: right; 
}
.col25l { 
    float: left;
    width: 172px;
    margin-right: 20px; 
}
.col25r { 
    float: right;
    width: 172px; 
}
/* @end */
.ui-tabs .ui-tabs-hide { 
    display: none; 
}
.ui-tabs ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}
.ga2-slides ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
} 
/* @group lighbox */
.ui-widget-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    background: transparent url(/css/img/bg/lightbox_bg.png);
}
.ui-dialog {
    position: absolute;
    background: #1a1a1a;
    padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
    overflow:hidden;
    margin-bottom: 0;
    padding: 10px 10px 0 10px;
    background: #ffffff;
}
.ui-dialog .ui-dialog-titlebar-close {
    display:block;
    width: 16px;
    height: 16px;
    background: transparent url(/css/img/sprites/icons.png) no-repeat 0 -750px;
    text-indent: -99999em;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 4001;
}
.ui-dialog .desc {
    padding:20px 20px 0 20px;
}
.ui-dialog .desc h1 {
    font-size: 32px;
    line-height: 36px;
}
/* @end */
/* @group Tooltip */
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 99999;
    
}
#tiptip_holder.tip_top {
    padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
    padding-top: 5px;
}
#tiptip_holder.tip_right {
    padding-left: 5px;
}
#tiptip_holder.tip_left {
    padding-right: 5px;
}
#tiptip_content {
    font-size: 11px;
    color: #fff;
    /*text-shadow: 0 0 2px #000;*/
    padding: 12px 10px;
    border: 0;
    background-color: rgb(63,63,63);
    background-color: rgba(63,63,63,0.95);
    box-shadow: 2px 2px 3px #555;
    -webkit-box-shadow: 3px 3px 3px #555;
    -moz-box-shadow: 2px 2px 3px #555;
}
#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
    height: 7px;
    width: 14px;
    z-index:100000;
}
#tiptip_arrow {
    background: transparent url(/css/img/bg/tooltip_arrow.png) no-repeat 0 -7px;
}
/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {    
    #tiptip_content {
        padding: 12px 10px 13px 10px;
        /*background-color: rgba(45,45,45,0.88);*/
    }
    #tiptip_holder.tip_bottom #tiptip_arrow_inner { 
        border-bottom-color: rgba(45,45,45,0.88);
    }
    #tiptip_holder.tip_top #tiptip_arrow_inner { 
        border-top-color: rgba(20,20,20,0.92);
    }
}
/* @end */
 
/* cookies policy */
.cookiePolicy {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 210px;
    z-index: 1051;
    padding: 20px 0;
    background-color: #404040;
    line-height: 1.3;
    color: #fff;
}
.cookiePolicy > div {
    left: 50%; 
    margin-left: -477px; 
    position: absolute; 
    width: 974px;     
}
.cookiePolicy .btnc {
        color: #fff;
        background-color: #e9b226;
        border-color: #e9b226;
        padding: 8px 26px 6px 18px;
        transition: all .2s;
        font-family: HelveticaNeueRoman,Helvetica Neue,Helvetica,Arial,sans-serif;
        font-weight: 400;
        font-size: 1.0rem;
        line-height: 1.3;
        width: auto;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        margin: 0px 10px 0px 10px;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}