/* 
















 configuration.ftl included */

#head {
    position: relative;
    background-color: #fff;
    margin-bottom: 8px;
    -webkit-box-shadow: #ccc 0px 2px 5px;
    box-shadow: #ccc 0px 2px 5px;
    behavior: url('/ips-opdata/layout/ips01/commons/styles/PIE.htc');
    border: 0px solid #e4e4e4;
    border-radius: 0px;
    overflow: hidden;
}

@media print {
  #head {
    display: none;
  }
}

/* Company logo */

#headLogo {
    display: block;
    margin: 20px 20px 20px 8px;
    float: left;
}


/* login/cart buttons on top */

#headButtons {
    position: absolute;
    right: 0;
    top: 0;
}

#headButtons a {
    height: 29px;
    color: #71797F;
    display: inline-block;
    margin-left: 2px;
    padding: 0 10px;
    line-height: 27px;
    vertical-align: top;
}

#headButtons a.language{
    text-transform:uppercase;
}

#headButtons a.active {
    background-color: rgb( 235 , 235 , 235 );
    cursor:default;
    text-transform:uppercase;
}

#headButtons a:hover {
    color:#690;
}

#headCartWidget {
    display: inline-block;
}

#headCartContent {
    height: 30px;
    position: relative;
    background: transparent url('/ips-repositories/operator/22154000/commons/images/icons/cart.png') no-repeat 0px 4px;
	padding-left: 30px;
	background-size: 22px;
}

#headCartContent:hover{
	background: transparent url('/ips-repositories/operator/22154000/commons/images/icons/cart_hover.png') no-repeat 0px 4px;
    background-size: 22px;
}

#totalCount {
    float: left;
    margin-left: 25px;
    margin-right: 10px;
}

#totalSum {
    float: right;
}

#headLoginLogout{
    text-align:center;
}

#headFacebook {
    width: 32px;
    background: transparent url('/ips-opdata/layout/ips01/commons/images/icons/facebook.png') no-repeat 5px 4px;
}

/* Top navigation */

#navi {
    margin-top: 35px;
}

#navi li {
    padding: 0px 15px;
    background: transparent url('/ips-opdata/layout/ips01/commons/images/icons/menuLine.png') no-repeat 100% 2px;
    height: 55px;
    cursor:default;
    display:block;
    float:left;
}

#navi li.last {
    background: none;
}

#navi h2 {
    color:#3b4044;
    font-size: 26px;
    font-family: 'Open Sans Condensed', Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
}

#navi a:hover h2 {
    color:rgb( 110 , 115 , 119 );
}

#navi a.headerSoftwareDownloadImage{
	float: right;
    margin-right: 35px;
    margin-top: 20px;
}


#breadCrumb {
    padding: 0 0 7px 15px;
	display: none;
}

@media print {
  #breadCrumb {
    display: none;
  }
}

.headLogoContainer {
    width: 25%;
}

.headNaviContainer {
    width: 75%;
}
