/*
## Header 
********************************************************************/


#header .siteLogo{
    padding:20px 0;
}

#header .headerContent{
    float:right;
}

#header .headerContent.secondRow{
    clear: both;
    margin:5px 0 0 0;
}

#header .headerContent .nav{
    height:21px;
    line-height:1.667em;
    color:#484848;
    margin:15px 0 0 0;
}

#header .headerContent .nav > li{
    float:left;
    border-left:1px solid #000;
    padding: 0 6px;
    display:block;

}


#header .headerContent .nav > li:first-child {
    border:0;
    padding-left:0;
}


#header .headerContent .nav > li > a{
    display:block;
}


#header .headerContent .nav > li.miniCart > a{
    text-transform:lowercase; /*  temp */
}




#header .headerContent.secondRow .yCmsComponent{
    float: left;
}

#header .headerContent.secondRow .yCmsComponent + .yCmsComponent{
    margin:0 0 0 10px;
}





.languagecurrencycomponent{
    margin: 0 10px;
    display: inline-block;
}

.languagecurrencycomponent li{
    float:left;
    height:30px;
}

.languagecurrencycomponent li + li{
    margin:0 0 0 10px;
}

#header .headerContent.secondRow .yCmsComponent + .yCmsComponent{
	width:110px !important;
}

.loading-image {
  	position:absolute;    
    left:50%;
    top:50%;
}
.loader
{
   	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .5s ease;
    z-index: 1000;
    display:none;
}
.wordWrap {
	width: 3em; 
    word-wrap: break-word; 
    float: right;
}
.wordWrapSb {
	width: 3.5em; 
    /* word-wrap: break-word;  */
    float: right;
}
.wordWrapFr {
	width: 5.5em; 
    word-wrap: break-word; 
    float: right;
}
.wordWrapDe {
	width: 6em; 
    word-wrap: break-word; 
    float: right;
}
.excelComponentLine {
    line-height: 1.6em;
    margin-top: 2px;
    width: 5rem; 
}
.wordWrapDeExcel {
	width: 8em; 
    word-wrap: break-word; 
    float: right;
}
.signOut{
	line-height: 1.6em;
    margin-top: 2px;
	width: 2rem;
}


