﻿@page { 
    size: portrait; 
}
html {
    overflow-y: scroll;
}
@font-face {
    font-family: 'VAGRoundedStdThin';
    src: url('/assets/images_system/vagroundedstd-thin-webfont.eot');
    src: url('/assets/images_system/vagroundedstd-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/images_system/vagroundedstd-thin.otf') format('opentype'),
         url('/assets/images_system/vagroundedstd-thin-webfont.woff') format('woff'),
         url('/assets/images_system/vagroundedstd-thin-webfont.ttf') format('truetype'),
         url('/assets/images_system/vagroundedstd-thin-webfont.svg#VAGRoundedStdThin') format('svg');
    
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VAGRoundedStdLight';
    src: url('/assets/images_system/vagroundedstd-light-webfont.eot');
    src: url('/assets/images_system/vagroundedstd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/images_system/vagroundedstd-light.otf') format('opentype'),
         url('/assets/images_system/vagroundedstd-light-webfont.woff') format('woff'),
         url('/assets/images_system/vagroundedstd-light-webfont.ttf') format('truetype'),
         url('/assets/images_system/vagroundedstd-light-webfont.svg#VAGRoundedStdLight') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    background: #fff;
}
body, form, p, input, textarea{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 19px;
    color: #231f20;
}
body, form, p, table, ul{
    padding: 0;
    margin: 0;
}
/******** Global Styling ********/
a, a:link, a:visited, a:focus  {
    color: #00a5cd;
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 32px;
    line-height: 32px;
    font-family: VAGRoundedStdThin, Arial,Helvetica,Sans-Serif;
    margin: 0 0 6px 0;
    padding: 0;
    color: #00a5cd;
    font-weight: normal;
}
h1.withoutTextTransform { text-transform: none !important; }
h2 {
    font-size: 30px;
    line-height: 30px;
    font-family: VAGRoundedStdThin, Arial,Helvetica,Sans-Serif;
    margin: 0 0 4px 0;
    padding: 0;
    color: #00a5cd;
    font-weight: normal;
}
h3 {
    font-size: 17px;
    line-height: 17px;
    font-family: VAGRoundedStdLight, Arial,Helvetica,Sans-Serif;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 11px 22px 8px;
    color: #00a5cd;
    background: #fff;
    font-weight: normal;
    text-decoration: none;
}
h3 a:hover{
    text-decoration: none;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:focus, h4 a:hover {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 19px;
    color: #231f20;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
p.clr {
    clear: both;
    padding: 0;
    margin: 0;
    height: 0px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.p_ { margin: 0 0 19px 0; }
.left { float: none; }
.right { float: none; }
.cursorDefault { cursor: default !important; }
.red { color: #d51c24; }
.green { color: #00a950; }
.wAuto { width: auto !important; }
.w145 { width: 145px !important; }
.w201 { width: 201px !important; }
.w341 { width: 341px !important; }

.w150 { width: 150px !important; }
.w285 { width: 285px !important; }
.w600 { width: 600px !important; }
.w300 { width: 300px !important; }
.pl52 {padding-left: 52px;}
.pl56 {padding-left: 56px;}
.comments {
    font-size: 11px;
}
.date {
    color: #808080;
    font-size: 11px;
    font-weight: bold;
}
.floatPicture {
    margin-bottom: 15px;
}
.floatPicture.left {
    margin-right: 19px;
}
.floatPicture.right {
    margin-left: 19px;
}
.contentRow ul.linkPanel {
    display:none;
}
.contentRow ul {
    padding: 0 0 0 15px;
    margin: 19px 0;
    list-style-type: disc;
}
.contentRow .slideItemContent ul {
    padding: 0 0 0 25px;
}
/* button - read more */
a.moreButton {
    display: block;
    float: right;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
    background: #f9f9f9;
    font-size: 10px;
    line-height: 10px;
}
a.moreButton span {
    text-transform: uppercase;
    display: block;
    cursor: pointer;
}
a.moreButton > span {
    border: 1px solid #eeeeee;
    padding: 4px 6px;
}
a.moreButton span span {
    padding: 0 10px 0 0;
    height: 10px;
    overflow-y: hidden;
}
/* Icon anchors */
.iconAnchor {
    display: none;
}
/* Icon Spans */
.iconSpan {
    display: block;
    line-height: 17px;
    font-size: 12px;
    padding: 0;
}
h4.iconSpan {
    margin-bottom: 2px;
}
a h4.iconSpan {
    color: #00A5CD;
}
a:hover .iconSpan {
    text-decoration: underline;
}

/* Icon buttons */
.iconButton {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.iconButton img {
    width: 100%;
    height: 100%;
}
.iconButton.print {
    background-position: 0 0;
}
.iconButton.searchLoupe {
    background-position: -20px 0;
}
.iconButton.in {
    background-position: -40px 0;
}
.iconButton.facebook {
    background-position: -60px 0;
}
.iconButton.twitter {
    background-position: -20px -20px;
}
.iconButton.youtube {
    background-position: -40px -20px;
}
.iconButton.rss {
    background-position: -60px -20px;
}
.iconButton.water{
    background-position: -20px -60px;
}
.iconButton.water:hover{
    background-position: -20px -82px;
}
.iconButton.gas{
    background-position: -40px -60px;
}
.iconButton.gas:hover{
    background-position: -40px -82px;
}
.iconButton.electricity{
    background-position: 0px -60px;
}
.iconButton.electricity:hover{
    background-position: 0px -82px;
}
.iconButton.smartGrid{
    background-position: -60px -60px;
}
.iconButton.smartGrid:hover{
    background-position: -60px -82px;
}
.iconButton.energy{
    background-position: -80px -60px;
}
.iconButton.energy:hover{
    background-position: -80px -82px;
}
.iconButton.closeButtonLightWindow {
    width: 22px;
    height: 22px;
    background-position: 0px -104px;
}
.iconButton.blueArrowRight {
    background-position: -20px -40px;
}
.iconButton.blueArrowLeft {
    background-position: -40px -40px;
}
.iconButton.greyArrowRight {
    background-position: -24px -104px;
}
.iconButton.greyArrowLeft {
    background-position: -44px -104px;
}
/******** Skeletal structure ********/
#container {
    width: 665px; 
    height: auto;
}
#positioner {
    width: 100%;
    margin: 0px;
    position: relative;
}
#header, #content, #footer {
    width: 100%;
}
#header {
    min-height: 91px;
    padding-top: 10px;
    margin-bottom: 34px;
}
#logo {
    position: absolute;
    height: 68px;
    top: 18px;
    left: 0px;
}
#topNavigation,
#mainNavigation {
    display: none;
}
#content {
    margin-bottom: 40px;
}
#footer {
    margin-bottom: 5px;
}

/* left navigation */
#leftNavigation {
    display: none;
}
/* Breadcrumb */
#breadcrumb {
    padding: 11px 0 0 0px;
    margin: 0 0 16px 0;
    width: 100%;
    height: 17px;
    overflow: hidden;
}
.breadcrumb {
    text-align: left;
    background: #d9dada;
    font-weight: bold;
    padding: 6px 15px;
    margin-bottom: 2px;
}
.home #breadcrumb {
    display: none;
}
#breadcrumb ul,
.breadcrumb ul {
    list-style-type: none;
    display: inline;
    padding: 0;
    margin: 0;
}
#breadcrumb ul li,
.breadcrumb ul li {
    display: block;
    float: left;
    padding: 0 20px 0 20px;
    border-left: 1px solid #333333;
}
.breadcrumb ul li {
    color: #231F20;
    font-weight: normal;
}
#breadcrumb ul li.first,
.breadcrumb ul li.first {
    padding: 0 15px 0 0;
    background: none;
    border-left: none;
}
#breadcrumb ul li a {
    color: #6d6e71;
    line-height: 17px;
}
#breadcrumb ul li.active a,
.breadcrumb ul li.active {
    font-weight: bold;
}
/* Years Navigation */
.years_nav a.active{
    cursor: text;
    color: #231F20;
    text-decoration: none;
}
/**************************** Content Items ***************************/
#cell {
    padding: 2px 0 0 0;
    float: none;
    width: 100%;
}
#cell h1 {
    text-transform: uppercase;
}
.oneCol {
    width: 665px;
    overflow: hidden;
}
/* Display window */
.displayWindow{
    display: none;
}
/******** Teasers ********/
.teaser {
    float: none;
}
.teaser.gray,
.teaser.gray p {
    background: #dbdcdc;
    color: #6d6e71;
}
.dottedBottomBorder {
    border-bottom: 1px dotted #c7c7c8;
    padding-bottom: 2px;
    margin-left: -5px;
    padding-left: 5px;
    margin-right: -5px;
    padding-right: 5px;
}
.teasersWrapper {
    padding-bottom: 13px;
}
.teasersWrapper h2.groupHeadline {
    margin-bottom: -2px;
    margin-top: 28px;
    font-size: 32px;
    line-height: 32px;
}
.teaser a:hover {
    text-decoration: none !important;
}
.teaser p_ a:hover {
    text-decoration: underline;
}
/* type 1 - gray background (home page)*/
.teaser.type1 {
    width: auto;
    padding: 17px 18px;
    background: #d9dada;
    margin-bottom: 40px;
}
.teaser.type1,
.teaser.type1 p {
    line-height: 19px;
}
.teaser.type1 h2 {
    margin: 0 0 6px 0;
    font-size: 30px;
    line-height: 30px;
}
.teaser.type1 .p_ {
    margin-bottom: 22px;
}
/* teaser type 2 - 2 items pro row */
.teaser.type2 {
    width: auto;
    padding: 24px 0px 24px 0px;
}
.teaser.type2 h2 {
    margin-bottom: 1px;
    font-size: 32px;
    line-height: 32px;
}
.teaser .listItemContainer.first {
    padding: 0;
}
.teaser .listItemContainer {
    padding: 15px 0 0 0;
}
.teaser.type2 h4 {
    line-height: 14px;
}
/* teaser type 3 - white background (home page) */
.teaser.type3 {
    width: auto;
    padding: 12px 16px;
}
.teaser.type3,
.teaser.type3 p {
    line-height: 19px;
}
.teaser.type3 h2 {
    font-size: 14px;
    line-height: 15px;
    margin: 0 0 4px 0;
    padding: 0;
    color: #231f20;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.teaser.type3 ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 22px 0;
}
.teaser.type3 ul li {
    display: block;
}
.teaser.type3 ul li a {
    display: block;
    border-top: 1px dotted #c7c7c8;
}
.teaser.type3 ul li.first a {
    border-top: 0;
}
.teaser.type3 ul li a:hover {
    background-color: #dcebed;
    text-decoration: none;
}
.teaser.type3 ul li a span{
    display: block;
    padding: 4px 17px;
}
.teaser.type3 ul li.last a span{
    
}
/* teaser type 4 - 3 items pro row */
.teaser.type4 {
    width: 100%;
    padding: 24px 0px;
}
.teaser.type4 h2 {
    font-family: VAGRoundedStdLight, Arial,Helvetica,Sans-Serif;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 1px;
}
/* teaser type 5 - 4 items pro row */
.teaser.type5 {
    width: 100%;
    padding: 24px 0px;
}
.teaser.type5 h2 {
    font-family: VAGRoundedStdLight, Arial,Helvetica,Sans-Serif;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 1px;
}
/* teaser type 6 - 3 items pro row - image+text */
.teaser.type6 {
    width: auto;
    padding: 17px 0px;
}
.teaser.type6  .image {
    position: relative;
    margin-bottom: 5px;
    width: 215px;
    height: 136px;
    overflow: hidden;
}
.teaser.type6 .playButton {
    display: none;
}
.teaser.type6 .playButton  img{
    width: 100%;
    height: 100%;
}
.teaser.type6 h2 {
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial,Helvetica,Sans-Serif;
    margin: 0;
}
/* teaser type 7 - 1 item pro row - image+text */
.teaser.type7 {
    width: 100%;
    padding-bottom: 17px;
    margin-bottom: 17px;
}
.teaser.type7 .image {
    float: left;
    margin: 3px 28px 0 0;
    width: 97px;
    position: relative;
}
.teaser.type7 .playButton {
    display: none;
}
.teaser.type7 h4 {
    line-height: 14px;
}
/* teaser type8 - image + headline bottom (product teaser) */
.teaser.type8 {
    float: left;
    width: 166px;
    margin: 0 0 20px 44px;
    padding: 0;
}
.gridView .teaser.type8 {
    margin: 0 0 20px 10px;
}
.teaser.type8.first {
    margin-left: 0;
}
.teaser.type8.last {
    margin-left: 0;
}
.teaser.type8 .image {
    float: none;
    width: 164px;
    height: 123px;
}
.teaser.type8.brd .image {
    border: 1px solid #ABACAD;
}
.teaser.type8 h4 {
    width: 166px;
    text-align: center;
    margin: 4px 0 0 0;
}
/* Tab box */
.tabBoxControlPanel .itemControl,
.tabBoxItem .itemControl {
    border-bottom: 1px solid #d1d2d3;
    width: 100%;
    height: 29px;
    overflow: hidden;
}
.tabBoxControlPanel .itemControl ul,
.tabBoxItem .itemControl ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: auto;
}
.tabBoxControlPanel .itemControl ul li,
.tabBoxItem .itemControl ul li {
    float: left;
    margin: 0 2px 0 0;
}
.tabBoxControlPanel .itemControl ul li a,
.tabBoxItem .itemControl ul li a {
    font-family: VAGRoundedStdLight,Arial,Helvetica,Sans-Serif;
    display: block;
    padding: 7px 30px 0px;
    background: #808080;
    border: 1px solid #c0c0c0;
    height: 21px;
    overflow: hidden;
}
.tabBoxControlPanel .itemControl ul li a span,
.tabBoxItem .itemControl ul li a span {
    display: block;
    font-size: 14px;
    line-height: 17px; 
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    height: 14px;
    overflow: hidden;
    cursor: pointer;
}
.tabBoxControlPanel .itemControl ul li.selected a,
.tabBoxControlPanel .itemControl ul li a:hover,
.tabBoxItem .itemControl ul li.selected a,
.tabBoxItem .itemControl ul li a:hover{
    background: #00a3cb;
    border: 1px solid #80d1e5;
    text-decoration: none;
}

/* slide box */
.slideItemHeadline{
    cursor: pointer;
    background: #dae9ec;
    position: relative;
    padding: 5px 0px;
    margin: 0 0 2px 0;
    width: 100%;
}
.slideItemHeadline .arrow {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 19px;
    height: 19px;
}
.slideItemHeadline .arrow {
    background-position: -20px -40px;
}
.slideItemHeadline.open .arrow {
    background-position: 0 -40px;
}
.slideItemHeadline span {
    padding: 0 15px 0 15px;
}
.slideItemHeadline span.upperCase {
    text-transform: uppercase;
}
.slideBox table.city{
    width: 620px;
}
.slideBox table.city td{
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}
/* slide box - type 2 */
.sb-type2 .slideItemHeadline.first {
    border-top: 1px solid #d1d2d3;
}
.sb-type2 .slideItemHeadline{
    cursor: pointer;
    position: relative;
    padding: 8px 0px;
    background-color: #DAE9EC;
    margin: 0 2px 0 0;
    width: 99.8%;
    border: 1px solid #d1d2d3;
    font-size: 14px;
}
.sb-type2 .slideItemContent {
    border-left: 1px solid #d1d2d3;
    border-right: 1px solid #d1d2d3;
    border-bottom: 1px solid #d1d2d3;
    border-top: 1px solid #e4e4e5;
    background-color: #DAE9EC;
    padding-bottom: 1px;
    background: #fff;
}
.sb-type2 .slideItemHeadline div {
    top: 8px;
}
.sb-type2 .slideItemHeadline.closed div{
    background-position: -58px -40px;
}
.sb-type2 .slideItemHeadline.opened div{
    background-position: -78px -40px;
}
.sb-type2 .slideItemHeadline span {
    color: #00a0da;
    text-transform: uppercase;
    padding: 0 18px;
}
.searchProductForm .sb-type2 .slideItemHeadline span {
    padding: 0 13px;
}
.searchProductForm .sb-type2 .slideItemHeadline div{
    right: 7px;
}
.sb-type2.disabled .slideItemHeadline span {
    color: #949d9e;
}
.sb-type2.disabled .slideItemHeadline div {
    display: none;
}
.sb-type2.disabled .slideItemContent {
    display: none;
}
/* tables */
table {
    border: none;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2px;
}
th {
    text-align: left;
    background: #d9dada;
    font-weight: bold;
    padding: 6px 15px;
}
td {
    text-align: left;
    padding: 4px;
    background-color: #fff;
}
tr.gray td{
    background-color: #f5f6f6;
}
td.text{
    padding-left: 15px;
}
td.vt{
    vertical-align: top;
    padding-right: 15px;
}
td.text a{
    color: #231F20;
    text-decoration: none;
}
td.text a:hover{
    color: #231F20;
    text-decoration: underline;
}
td.icon {
    width: 44px;
    text-align: center;
    
}
td.icon .iconButton {
    margin: 0 auto;
    cursor: default;
}
.dotted td {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dotted #c2c2c2;
}
.dotted .first td {
    padding-top: 6px;
}
.ta-center {
    text-align: center !important;
}
/* Forms */
input, textarea, select {
    line-height: 15px;
}
input[type=text] {
    width: 100%;
    border: 1px solid #a4a6a8;
    margin-bottom: 22px;
}
.compact input[type=text] {
    margin-bottom: 10px;
}
.smallContactForm input[type="text"] {
    width: 150px;
}
label {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
}
fieldset {
    border: none;
    background: none;
    margin: 0;
    padding: 3px 0 12px 0;
    width: 100%;
}
.compact fieldset {
    padding: 0 0 12px 0;
}
textarea {
    width: 100%;
    border: 1px solid #a4a6a8;
    margin-bottom: 22px;
    height: 195px;
}
.compact textarea {
    margin-bottom: 10px;
}
select {
    border: 1px solid #a4a6a8;
    margin-bottom: 22px;
    width: 100%;
}
.compact select {
    margin-bottom: 10px;
}
.formLine .left,
.formLine .right {
    width: 288px;
}
input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}
.labelForCheckbox {
    display: inline;
    font-weight: normal;
}
.error {
    border: 1px solid #C73629 !important;
    background: #FAE8E5;
}
.checkboxContainer.error {
    background: transparent;
}
/* form captcha */
.formCaptcha {
    width: 295px;
    border: 1px solid #e5e6e5;
    padding: 8px 6px;
    margin: 0 -2px 22px 0;
}
.formCaptcha .picture {
    border: 1px solid #e5e6e5;
    margin: 0 8px 8px 0;
    width: 293px;
    height: 55px;
    overflow: hidden;
    float: left;
}
.formCaptcha input {
    margin: 0;
    width: 293px;
}
.formCaptcha .buttons {
    width: 110px;
    height: 65px;
    float: left;
    
}
/* form button */
button{
    display: block;
    float: right;
    border-top: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-bottom: 1px solid #aeaeae;
    border-left: 1px solid #aeaeae;
    padding: 0;
    font-family: Arial;
    border: 1px solid #c2c2c2;
}
button span {
    text-transform: uppercase;
    display: block;
    cursor: pointer;
}
button > span {
    padding: 4px 6px;
}
button span span {
    padding: 0 10px 0 0;
    overflow-y: hidden;
    color: #00A5CD;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
}
/* Site map */
#sitemap {
    padding: 38px 0;
}
#sitemap ul {
    list-style-type: none;
    float: left;
}
#sitemap > ul {
    width: 230px;
    padding: 0 25px 0 0;
    margin: 18px 0 0 0;
}
#sitemap ul ul{
    width: auto;
    padding: 0;
    margin: 5px 0 0 0;
    float: none;
}
#sitemap ul ul ul {
    padding: 0 0 19px 10px;
    margin: 0;
}
#sitemap li a {
    color: #00A5CD;
    font-weight: normal;
    font-size: 15px;
}
#sitemap li li a {
    color: #808080;
    font-weight: bold;
    font-size: 12px;
}
#sitemap li li li a {
    color: #808080;
    font-weight: normal;
    font-size: 12px;
}
#sitemap.asSnippet {
    padding-top: 0;
}
/* Pagination */
.pagination  .info{
    color: #6d6e71;
    margin-bottom: 19px;
}
.pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.pagination ul  li{
    display: inline-block;
    margin-bottom: 0;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 0;
    padding: 0;
    color: #6d6e71;
    font-size: 18px;
}
.pagination ul  li a.iconButton {
    margin-bottom: -3px;
    float: left;
}
.controlPanel .pagination {
    width: auto;
}
.pagination li.info{
    font-size: 12px;
    margin-bottom: 0;
}
.left li.info {
    margin-left: 0;
}
/* Share this */
.st_sharethis {
    display: block;
}
/*************************** Tooltip ***************************/
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #a0a1a2;
    background-color: #fff;
    padding: 2px 10px;
    
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip .blue     { color: #007dc3}
#tooltip .orange { color: #f78f1e }
#tooltip .yellow { color: #dcb100 }
#tooltip .green   { color: #00a950 }
#tooltip .darkBlue     { color: #010066}
/*************************** Footer ***************************/
#footer ul {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 20px 0 0 0;
}
#bottomNavigation {
    display: none !important;
}
#services {
    float: none;
}
#services li {
    display: none;
    float: left;
    padding: 0 3px;
}
#services li.copyright {
    padding-right: 27px !important;
    display: block;
}
#services li a {
    margin-top: -3px;
}
#footer ul  li,
#footer ul  li a {
    color: #808080;
}
/*************************** light window ***************************/
#overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
#lightwindow{
    display: none;
    position: absolute;
    z-index: 10100;
    background: none;
    width: auto;
    height: auto;
}
.lightwindowContent {
    display: none;
    width: 691px;
    padding: 36px 38px;
}
#lightwindow .lightwindowContent{
    display: block;
}
.lightwindowContent .wrapper {
    background: #fff;
    padding: 22px 24px;
}
#lightwindow  .closeButton {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10200;
}
#lightwindow .contentRow{
}
/**************** Maps ***************/
.map_wrapper{
    position:relative;
    width:665px;
    height:390px;
    margin-bottom: 15px;
}
.map_wrapper img{
    display:none;
    position:absolute;
    top:0;
    left:0;    
}
.map_wrapper .default{
    display:block;
    z-index:10;
    width:100%;
}
.map_wrapper .transparent{
    display:block;
    z-index:1000;
    width:100%;
}
.img_na,
.img_sa,
.img_eu,
.img_asia,
.img_africa,
.img_au,
.img_me{
    z-index:20;
}
/* Activity map */
.mapInfoLayer {
    position: absolute;
    z-index: 1000;
    width: 461px;
    border: 2px solid #c2c2c2;
    background: #fff;
}
.mapInfoLayer .head {
    height: 14px;
    font-size: 0;
    line-height: 0;
}
.mapInfoLayer .body {
    padding-right: 8px;
    
}
.mapInfoLayer .body .wrapper {
    min-height: 177px;
}
.mapInfoLayer .body .content {
    padding: 0px 17px 17px;
}
.mapInfoLayer .foot {
    height: 12px;
    font-size: 0;
    line-height: 0;
}
.mapInfoLayer .corner{
    width: 56px;
    height: 193px;
    position: absolute;
}
.mapInfoLayer.topLeft .corner {
    background-position: 0 0;
    top: 0;
    left: -55px;
}
.mapInfoLayer.topRight .corner {
    background-position: -65px 0;
    top: 0;
    right: -48px;
}
.mapInfoLayer.bottomLeft .corner {
    background-position: 0 -207px;
    bottom: 10px;
    left: -55px;
}
.mapInfoLayer.bottomRight .corner {
    background-position: -65px -207px;
    bottom: 10px;
    right: -48px;
}
.mapInfoLayer h3 {
    background: none;
    padding: 0;
    text-transform: none;
    margin-bottom: 10px;
}
.mapInfoLayer .closeButton {
    display: none;
}
.mapInfoLayer a.moreButton {
    float: right;
}
.mapInfoLayer a.moreButton,
.mapInfoLayer a.moreButton > span {
    border: none;
    background: none;
}
.mapInfoLayer a.moreButton > span {
    padding-left: 0;
}
.mapInfoLayer .p_ {
    margin-bottom: 10px;
}
.mapLayerItems .corner, .mapLayerItems .closeButton, .mapLayerItems .mapPoint  { display: none}
.mapLayerItems .mapInfoLayer { position: relative}

.mapPoint {
    display: none;
}
.CMSBoundaryElement{
    position: absolute;
    width:800px;
    height:420px;
    top: 0;
    margin-top: -15px;
    margin-left: -15px;
}
/* Google maps */
#gmapContainer {
    width: 100%;
    height: 100%;
}
/* Form */
.search form {
    display: none;
}
/**************** Products Search Panel ***************/
.grayBox.right {
    display: none;
}
.searchProductForm {
    padding: 12px 14px 0 14px;
}
.searchProductForm fieldset {
    padding: 0 0 14px 0;
}
.searchProductForm form label,
.lightwindowContent form label  {
    margin: 0;
    color: #51626f;
    width: auto;
    font-size: 12px;
    line-height: 17px;
    display: block;
}
.searchProductForm label.inputLabel {
    margin: 0 0 5px 0;
}
#content .searchProductForm .search {
    width:99.5%;
    float: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
#content .searchProductForm .search input[type="text"] {
    width: 183px;
    margin: 0;
    padding: 3px 9px;
    height: 15px;
}
#content .searchProductForm .search input[type="image"] {
    float: right;
}
.searchProductForm .labelForCheckbox,
.lightwindowContent .labelForCheckbox{
    width: 152px;
    overflow: hidden;
    position: relative;
    padding: 0 30px 0 0;
}
.searchProductForm .labelForCheckbox span,
.lightwindowContent .labelForCheckbox span  {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    color: #949d9e;
    background: #fff;
}
.searchProductForm .formAnchor {
    margin: 7px 5px 7px 32px;
    display: inline-block;
}
.searchProductForm .checkbox-wrapper{
    padding: 10px 0 9px 0;
    border-bottom: 1px solid #e9e9e9;
}
.searchProductForm  input[type="checkbox"] {
    margin-left: 10px;
    margin-right: 7px;
}
.searchProductForm .message {
    display: block;
    padding: 10px;
}
/* product details - service buttons right */
ul.serviceButtons {
    display: none;
}
/* search feature link */
.grayLabel {
    display: none;
}
.searchFeature {
    display: none;
}
/* buttons */
.button,
a.button {
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    padding: 0;
    background: none;
}
.button.btn_back {
    display: none;
}
/**************** Table Type1 ***************/
table.type1 {
    font-size: 11px;
    line-height: 12px;
    width: 99.8%;
    margin: 0 1px 10px 1px;
    
}
table.type1 th {
    background-color: transparent;
    border-bottom: 1px solid #DAE9EC;
    border-top: 1px solid #DAE9EC;
    color: #00A5CD;
}
table.type1 th.filter {
}
table.type1 th select{
    margin: 0 0 4px 0;
    font-size:11px;
    line-height: 12px;
    width: auto;
}
table.type1 th, table.type1 td {
    padding: 2px 10px;
}
/**************** Control Panels ***************/
/* table control panel */
.controlPanel {
    width: 100%;
    padding: 3px 0 0 0;
}
.controlPanel .left{
    padding-left: 11px;
}
.controlPanel .sorted {
    display: none;
}
form .controlPanel .select-wrapper select {
    display: none;
}
.controlPanel .select-wrapper {
    display: none;
}
/* blue control panel */
.blueControlPanel {
    background: #eff2f5;
    width: auto;
    padding: 7px 10px;
    margin: 11px 0 6px 0;
}
/* sort control */
.sortControl {
    width: auto;
}
.sortControl span{
    font-weight: bold;
    margin-right: 5px;
}
.sortControl a{
    color: #00a3cb;
    text-decoration: none;
    text-transform: uppercase;
}
.sortControl a:hover{
    text-decoration:underline;
}
.sortControl a.active{
    font-weight: bold;
}
/* view control button */
.viewControlButton {
    display: none;
}
/*******************************/
/* Blue dotted box - contact sales item */
.blueDottedBox  {
    border-top: 1px dotted #cccccc;
    padding-top: 2px;
    margin-bottom: 19px;
}
.blueDottedBox .wrapper {
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 2px;
}
.blueDottedBox .content {
    margin: 2px 3px;
    padding: 15px 25px 5px 25px;
    width: auto;
    background-color: #f4f6f8;
}
.blueDottedBox h3 {
    font-size: 23px;
    line-height: 23px;
    background: transparent;
    margin: 0 0 8px 0;
    padding: 0;
    color: #4cb5ce;
}
.blueDottedBox .moreButton {
    margin-bottom: 10px;
}
/* printPage item */
.printPage {
    display: none;
}
/* Contact Sales v2*/
.v2 .blueDottedBox .content {
    padding-left: 16px;
    padding-right: 16px;
}
.v2 .printPage {
    padding-top: 5px;
}
.v2 .printPage .printPageIcon {
    height: 20px;
}
.v2 .grayLabel {
    margin-right: 14px;
    float: left;
}
/* Gallery */
.galleryContainer {
    width: 100%;
    padding: 15px 0 5px 4px;
}
.galleryContainer .thumbnail {
    position: relative;
    width: 118px;
    height: 118px;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    border: 1px solid #c7c7c7;
}
.galleryContainer .thumbnail .icon{
    display: block;
    position: absolute;
}
.thumbnail .icon.picture {
    width: 33px;
    height: 31px;
    background: none;
    right: -1px;
    bottom: -1px;
}
.thumbnail .icon.video {
    width: 118px;
    height: 118px;
    background: none;
    top: 0px;
    left: 0px;
}
/* autocomplete */
.ui-widget{
    margin: 0 0 0 -1px;
    width: 1px;
    height: 1px;
    padding: 0;
}
ul.ui-autocomplete {
    list-style: none;
    background-color: #FFF;
    border: solid 1px #CCC;
    border-top: none;
    display: none;
    margin: 0;
    padding: 0px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    z-index:10;
}
ul.ui-autocomplete li{
    color: #58595B;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
ul.ui-autocomplete li a{
    display: block;
    padding: 0 9px;
    color: #58595B;
    cursor: pointer;
}
ul.ui-autocomplete li a:hover {
    background: #EFF2F5;
    text-decoration: none;
}
/* lightwindow filter */
#seeMoreContent {
    display: none;
}
/* Ticker, Products ticker */
.ticker {
    padding: 0;
    position: relative;
}
.ticker .content {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ticker ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
}
.ticker ul li {
    overflow: hidden;
}
.ticker .teaser.type8 {
    margin: 0;
}
.ticker .rightButton,
.ticker .leftButton {
    position: absolute;
    width: 48px;
    top: 0;
}
.ticker .rightButton {
    right: 0;
}
.ticker .leftButton {
    left: 0;
}

.productsTicker .content{
    height: 166px;
}
.productsTicker ul li {
    width: 176px;
    float: left;
    height: 166px;
    overflow: hidden;
}
.productsTicker .rightButton,
.productsTicker .leftButton {
    height: 166px;
}
.productsTicker .rightButton a,
.productsTicker .leftButton  a{
    display: none;
}
.notPrintable {
    display: none !important;
}
.pp_pic_holder, .pp_overlay, .ppt{
    display: none !important;
}
.buttonsPanel {
    display: none;
}