/* start: reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    border-color: #0066a1 !important;
}

tr {
    vertical-align: top;
}

hr {
    border: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: url("/images/dot_light_charcoal.png") 0 0 repeat-x transparent;
}

fieldset, img, abbr, acronym {
    border: 0;
    outline: none;
}

a {
    outline: none;
}

ol, ul {
    list-style: none;
}

p ul, p ol {
    margin-bottom: 0;
}

caption, th {
    font-weight: bold;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

img, header, nav, footer {
    display: block;
}
/* end: reset */

/* start: very very general things */
html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    line-height: 18px;
    font-size: 13px;
}

h2, .h2 {
    display: block;
    font-size: 24px;
    line-height: 28px;
    font-family: Verdana;
    font-weight: 300;
    padding-bottom: 10px;
}

h3, .h3 {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-family: Verdana;
    font-weight: 400;
    padding-bottom: 10px;
}

p {
    margin-bottom: 10px;
}

:focus {
    outline: none;
}

.white {
    color: #fff !important;
}

.green {
    color: #0066a1 !important;
}

#pageContent .linkButton, .linkButton, .linkButtonSpecial, #pageContent .linkbutton, .linkbutton, .linkbuttonspecial  {
    color: white !important;
    display: inline-block;
    font-family: Verdana;
    font-weight: 400;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0066a1;
    -webkit-box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
    -moz-box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
    box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
}

#pageContent .linkbutton, .linkbutton, .linkbuttonspecial, #pageContent .linkbutton, .linkbutton, .linkbuttonspecial {
    color: white !important;
    display: inline-block;
    font-family: Verdana;
    font-weight: 400;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0066a1;
    -webkit-box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
    -moz-box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
    box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
}

.linkButtonSpecial, .linkbuttonspecial {
    padding: 0px 40px;
    line-height: 44px;
    height: 50px;
    color: #ffffff !important;
    font-size: 16px;
    min-width: 100px;
}

.linkButton:hover, .linkbutton:hover,
.linkButtonSpecial:hover, .linkbuttonspecial:hover {
    text-decoration: underline;
}

.copyTXTnormal {
    font-size: 13px;
}

.copyTXTLARGE {
    font-size: 18px;
}
.copytxtnormal {
    font-size: 13px;
}

.copytxtlarge {
    font-size: 18px;
}


#mainContent .abstract {
    font-size: 18px;
    line-height: 22px;
    font-family: Arial;
    font-weight: 400;
}

a.download {
    padding: 0 0 39px 39px;
    margin-bottom: 10px;
    display: block;
    background: url('/images/icon_download.png') 0 3px no-repeat;
}

#mainContent ul li, #mainContent ol li {
    padding-bottom: 5px;
    margin-left: 16px;
}

#mainContent ul.downloadList li {
    margin-left: 0;
}

#mainContent ul {
    margin-bottom: 5px;
    list-style-type: square;
}
#mainContent ol {
    margin-bottom: 5px;
    list-style-type: decimal;
}
#mainContent ul.downloadList {
    list-style-type: none;
    margin-bottom: 10px;
}

#mainContent ul.downloadList li {
    padding-top: 0px;
}

.rowHeadline {
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F2F4;
    margin-left: 30px;
    width: 900px;
}


/* end: very very general things */
.clear {
    clear: both;
}

#page{
    position: relative;
}
/* start: helper styles */
.clearfix:after, .listInline:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.placeholder {
    color: #aaa !important;
}

.image-left {
    float: left;
    margin: 9px 44px 0 0;
}
.onecol .image-left {
    margin-right: 22px;
}
.image-right {
    float: right;
    margin: 9px 0 0 44px;
}
.onecol .image-right {
    margin-left: 22px;
}
/* end: helper styles */

/* newco popup */
#newcoPopup {
    display: none;
    font-family: Verdana;
    font-weight: 400;
    font-size: 12px;
    z-index: 9999;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 196px;
    margin: -60px 0 0 -98px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
    -moz-box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
    box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
}
#newcoPopup .grey {
    background-color: #2b3136;
    padding: 5px 10px;
    position: relative;
}
#newcoPopup .grey span {
    color: #fff;
    display: block;
    width: 150px;
}
#newcoPopup .questionmark {
    display: block;
    position: absolute;
    margin: 0 !important;
    top: 15px;
    left: 10px;
    height: 29px;
    width: 29px;
    background: url("/images/question-icon.png") transparent 0 0 no-repeat;
}
#newcoPopup .grey .close {
    background: url("/images/close-icon.png") transparent 0 0 no-repeat;
    display: block;
    height: 17px;
    width: 19px;
    position: absolute;
    right: 4px;
    top: 7px;
}
#newcoPopup .white {
    background-color: #f1f2f4;
    padding: 15px 10px;
    position: relative;
}
#newcoPopup .white > span {
    color: #2b3136;
    display: block;
    margin-left: 35px;
}
#newcoPopup .white .linkButton, #newcoPopup .white .linkbutton {
    color: white;
    display: inline-block;
    font-family: Verdana;
    font-weight: 400;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 15px 0 0 25px;
    padding: 0 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0066a1;
    -webkit-box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
    -moz-box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
    box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
}

#newcoPopup .white .linkButton:hover, #newcoPopup .white .linkbutton:hover {
    text-decoration: underline;
}
#newcoPopup .white .close, #newcoPopup .white .no {
    display: inline-block;
    margin: 0 0 0 15px;
    color: #0066a1;
    text-decoration: none;
}
#newcoPopup .white .close:hover, #newcoPopup .white .no:hover {
    text-decoration: underline !important;
}
/*end newco popup */


/* start: grid */
.pageCenter {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

#pageContent .pageCenter {
    padding-bottom: 50px;
}

.gridRow {
    margin: 0px 30px;
    padding: 0 0 0 0;
    display: table;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

.gridRow.fullWidth {
    margin-left: 0;
    margin-right: 0;
}

.gridRow.separated {
    background: url('/images/dot_light_charcoal.png') 50% 0 repeat-y;
}

.gridRow.borders {
    border: 1px solid #F1F2F4;
    border-width: 1px 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

.gridRow.oneCol {
}

.gridRow.twoCol {
}

.portlet {
    display: table-cell;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    vertical-align: top;
}

.portletSpacerVertical {
    display: table-cell;
    width: 30px;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

.portlet:first-Child {
    margin-left: 0 !important;
}

.gridRow.oneCol .portlet {
    width: 900px;
}

.gridRow.oneCol .portlet .minheight {
    min-height: 300px;
}

.gridRow.oneCol.fullWidth .portlet {
    width: 960px;
}

.gridRow.twoCol .portlet {
    margin-left: 30px;
    width: 435px;
}

.gridRow.twoCol .portlet .minheight {
    min-height: 200px;
}

.gridRow.twoCol.fullWidth .portlet {
    margin-left: 30px;
    width: 465px;
}

.gridRow.threeCol .portlet {
    width: 280px;
    margin-left: 30px;
}

.gridRow.threeCol.fullWidth .portlet {
    width: 300px;
    margin-left: 30px;
}
/* end: grid */

/* start: portletSpacer */

.portletSpacerHorizontal {
    margin: 10px 30px;
    width: 900px;
}

.portletSpacerHorizontal div {
    height: 15px;
    float: left;
    width: 435px;
}

.portletSpacerHorizontal .small.withBorder {
    background: url("/images/dot_light_charcoal.png") repeat-x scroll 0 50% transparent;
}

.portletSpacerHorizontal .small {
    width: 30px;
}

.portletSpacerHorizontal .withBorder {
    background: url("/images/dot_light_charcoal.png") repeat-x scroll 0 50% transparent;
}

/* end: portletSpacer */

/* start: colors */
.colorWhite {
    color: #ffffff;
}

.colorCharcoal {
    color: #2a3136;
}

.colorGreen {
    color: #0066a1;
}

.colorMediumCharcoal {
    color: #5f6568;
}

.colorLightCharcoal {
    color: #F1F2F4;
}

.colorBrightGreen {
    color: #0066a1;
}

.colorDarkGreen {
    color: #0066a1;
}

.colorLightGrey {
    color: #f1f2f4;
}
/* end: colors */

/* start: links */
.linkText {
    display: inline-block;
    text-decoration: none;
}

.linkText:hover {
    text-decoration: underline;
}

.linkImage {
    display: inline-block;
}

#pageContent a.linkButton.large, #pageContent a.linkbutton.large {
    color: #2a3136;
    font-size: 16px;
    height: 34px;
    line-height: 18px;
    padding-top: 11px;
    padding-left: 20px;
    padding-right: 20px;
}
/* end: links */

/* start: lists */
.listInline > li {
    float: left;
}

.listBlock > li:first-child {
    margin-top: 0;
}

.listBlock > li {
    display: block;
    margin-top: 10px;
}
/* end: lists */

/* start: page header */
#pageHeader {
    font-family: Verdana;
    font-weight: 400;
    position: relative;
    z-index: 300;
    background: url("/images/bg_header.png") 0 0 repeat-x transparent;
}

#pageHeader .pageCenter {
    position: relative;
    height: 80px;
}

#placeholder_navi {
    width: 100%;
    height: 34px;
}
#navi {
    font-family: Verdana;
    font-weight: 400;
    position: relative;
    z-index: 300;
    background: url("/images/bg_navi.png") 0 0 repeat-x transparent;
    width: 100%;
}

#navi.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
}

#navi .pageCenter {
    position: relative;
    height: 34px;
}

#heritageClaim {
    color: #ffffff;
    font-size: 11px;
    left: 246px;
    line-height: 14px;
    position: absolute;
    top: 22px;
}

#contactButton {
    position: absolute;
    right: 0;
    top: 34px;
}

#contactButton .linkButton, #contactButton .linkbutton{
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding: 0 30px;
}

#contactUs {
    color: #929292;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 38px;
}

#primaryNavigation {
    font-size: 14px;
    left: 0;
    font-family: Verdana;
    font-weight: 400;
    top: 9px;
}

#primaryNavigation ul.listInline {
    padding-top: 9px;
}

#primaryNavigation > ul > li.old {
    position: relative;
}

#primaryNavigation .old li {
    line-height: 18px;
}

#primaryNavigation > ul > li {
    margin-left: 40px;
}

#primaryNavigation > ul > li:first-child {
    margin-left: 0;
}

#primaryNavigation .linkText {
    color: #afee5c;
}

#primaryNavigation .flyOutOld li.hasChild {
    position: relative;
}
#primaryNavigation .flyOutOld li.hasChild:after, #primaryNavigation .flyOutOld li.hasChild:before {
    left: 95%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#primaryNavigation .flyOutOld li.hasChild:after {
    border-color: rgba(58, 67, 73, 0);
    border-left-color: #3A4349;
    border-width: 6px;
    margin-top: -6px;
}
#primaryNavigation .flyOutOld li.hasChild:before {
    border-color: rgba(175, 238, 92, 0);
    border-left-color: #AFEE5C;
    border-width: 8px;
    margin-top: -8px;
}

#primaryNavigation > ul > li > .linkText.active, #primaryNavigation > ul > li > .linkText:hover {
    /*color: #ffffff;*/
    text-decoration:none;
    cursor:default;
}

#primaryNavigation > ul > li > .clickable.linkText.active, #primaryNavigation > ul > li > .clickable.linkText:hover{
    text-decoration:underline;
    cursor: pointer;
    cursor: hand;
}

#primaryNavigation > ul > li:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    height: 24px;
}

#primaryNavigation .flyOutOld {
    z-index: 10;
    background: #ffffff;
    display: none;
    left: -30px;
    padding: 15px 0px 15px 30px;
    position: absolute;
    top: 25px;
    background-color: #3a4349; /* shadow */
    -webkit-box-shadow: 0px 2px 2px rgba(99, 99, 99, 1);
    -moz-box-shadow: 0px 2px 2px rgba(99, 99, 99, 1);
    box-shadow: 0px 2px 2px rgba(99, 99, 99, 1);
}

#primaryNavigation .flyOutOld li {
    padding-right: 30px;
}

#primaryNavigation .flyOutOld .linkText {
    white-space: nowrap;
}

#primaryNavigation .flyOut {
    line-height: 18px;
    z-index: 10;
    background: #ffffff;
    display: none;
    left: 0px;
    right: 0px;
    padding: 15px 0px 15px 0px;
    margin: 0 auto;
    position: absolute;
    top: 27px;
    min-height: 200px;
    width: 100%;
    background-color: #3a4349; /* shadow */
    -webkit-box-shadow: 0px 3px 3px -2px rgba(99, 99, 99, 1);
    -moz-box-shadow: 0px 3px 3px -2px rgba(99, 99, 99, 1);
    box-shadow: 0px 3px 3px -2px rgba(99, 99, 99, 1);
}

#primaryNavigation .flyOut:before {
    background-color: #3a4349;
    -webkit-box-shadow: 0px 3px 3px -3px rgba(99, 99, 99, 1);
    -moz-box-shadow: 0px 3px 3px -3px rgba(99, 99, 99, 1);
    box-shadow: 0px 3px 3px -3px rgba(99, 99, 99, 1);
    width: 1000px;
    position: absolute;
    content: "";
    left: -999px;
    top: 0px;
    bottom: 0px;
    z-index: 11;
}

#primaryNavigation .flyOut:after {
    background-color: #3a4349;
    -webkit-box-shadow: 0px 3px 3px -2px rgba(99, 99, 99, 1);
    -moz-box-shadow: 0px 3px 3px -2px rgba(99, 99, 99, 1);
    box-shadow: 0px 3px 3px -2px rgba(99, 99, 99, 1);
    width: 1000px;
    position: absolute;
    content: "";
    right: -999px;
    top: 0px;
    bottom: 0px;
    z-index: 11;
}

#primaryNavigation .whiteline {
    height: 1px;
    width: auto;
    display: block;
    margin: 0px 0px 10px;
    background-color: #ffffff;
}

#primaryNavigation .menuwrapper {
    width: 960px;
    margin: 0 auto;
}

#primaryNavigation .menuwrapper .intro {
    float: left;
    padding: 0 10px 0 1px;
    width: 300px;
    color: #ffffff;
}

#primaryNavigation .menuwrapper .intro.nopadding {
    width: 900px;
}
#primaryNavigation .menuwrapper .entries {
    display: table;
    float: left;
    width: 620px;
    padding-left: 1px;
}

#primaryNavigation .menuwrapper .entries > div {
    display: table-cell;
    padding: 0 20px;
    width: 190px;
}

#primaryNavigation .menuwrapper .entries.nopadding {
    margin-top: 20px;
}

#primaryNavigation .menuwrapper .entries.nopadding > div {
    padding: 0;
    border-top: 1px solid #fff;
}

#primaryNavigation .menuwrapper .entries ul.listBlock {
    width: 180px;
}

#primaryNavigation .menuwrapper .entries ul.listBlock,
#primaryNavigation .menuwrapper .entries .spacer-vertical {
    float: left;
    margin-top: 32px;
}
#primaryNavigation .menuwrapper .entries.nopadding ul.listBlock {
    margin-top: 22px;
}

#primaryNavigation .menuwrapper .entries ul.listBlock.level2 {
    width: 960px;
}

#primaryNavigation .menuwrapper .entries ul.listBlock.level2 li a {
    height: 48px;
    position: relative;
}
/*
#primaryNavigation .menuwrapper .entries.nopadding ul.listBlock.level2 li a {
	text-transform: uppercase;
}
*/
#primaryNavigation .menuwrapper .entries ul.listBlock.level2 > li > a span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    width: 180px;
}

#primaryNavigation .menuwrapper .entries ul.listBlock.level2 > li > a span:hover{
    text-decoration: underline;
}

#primaryNavigation .menuwrapper .entries ul.listBlock.level2 li {
    float: left;
    font-size: 18px;
    line-height: 22px;
    margin-top: 0px;
    margin-right: 10px;
}

#primaryNavigation .flyOut .level2 .linkText,
#primaryNavigation .flyOut .level3 .linkText,
#primaryNavigation .menuwrapper .entries ul.listBlock.level2 li {
    width: 180px;
    white-space: normal;
}

#primaryNavigation .menuwrapper .entries ul.listBlock.level3,
#primaryNavigation .menuwrapper .entries ul.listBlock.level3 li {
    clear: both;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

#primaryNavigation .menuwrapper .entries ul.listBlock.level3 li a {
    height: auto;
    margin-bottom: 10px;
}

#primaryNavigation .menuwrapper .entries ul.listBlock.level3 {
    margin-top: 12px;
}

#primaryNavigation .menuwrapper .entries .spacer-vertical {
    margin: 37px 10px 5px 5px;
    border-left: 1px solid #fff;
    height: 102px;
    width: 1px;
}

#primaryNavigation .flyOut > ul > li {
    padding-right: 30px;
    position: relative;
}

#primaryNavigation .flyOut .linkText {
    color: #AFEE5C;
    /*white-space: nowrap;*/
}

#searchValue {
    background: url('/images/bg_page_search.png') no-repeat;
    border: none;
    color: #ffffff;
    height: 21px;
    padding: 0 21px 0 5px;
    position: absolute;
    right: 48px;
    top: 2px;
    width: 115px;
    z-index: 15;
    font-family: Verdana;
}

.language-dropdown .hoverHelper {
    position: absolute;
    top: -20px;
    right: 0;
    width: 49px;
    height: 20px;
}
.language-dropdown .hoverHelper a {
    display: block;
    width: 100%;
    height: 100%;
}


#languageSelector {
    background: url('/images/icon_language_selector.png') right 3px no-repeat;
    height: 14px;
    padding-right: 11px;
    position: absolute;
    right: 0;
    top: 9px;
    width: 24px;
}

#primaryNavigation .flyOutSecond {
    background: #ffffff;
    display: none;
    padding: 15px 30px;
    position: absolute;
    top: -10px;
    background-color: #3a4349; /* shadow */
    -webkit-box-shadow: 0px 1px 2px rgba(99, 99, 99, 1);
    -moz-box-shadow: 0px 1px 2px rgba(99, 99, 99, 1);
    box-shadow: 0px 1px 2px rgba(99, 99, 99, 1);
}
/* end: page header */

/* start: page content */
.visual {
    width: 960px;
    margin-bottom: 40px;
}

.visual585 {
    width: 585px;
    margin-bottom: 10px;
}

#pageContent {
    color: #2a3136;
    font-size: 13px;
    font-family: Verdana;
    font-weight: 400;
    position: relative;
    z-index: 200;
    background: url("/images/bg_content.png") 0 0 repeat-x transparent;
}

#pageContent h3 a, #pageContent h2 a {
    color: #2a3136;
}

#pageContent h3 a:hover, #pageContent h2 a:hover {
    color: #2a3136;
    text-decoration: none !important;
}

#pageContent a {
    color: #0066a1;
    text-decoration: none;
}

#pageContent a:hover {
    text-decoration: underline !important;
}

#pageContent .pageCenter {
    background: #ffffff url('/images/bg_page_content.png') repeat-x;
    width: 960px;
}

#pageContent .linkText {
    color: #0066a1;
}

#pageContent .linkText:hover, #pageContent .linkText.active {
    color: #2A3136;
}
#pageContent .linkText.nohover:hover, #pageContent .linkText.nohover.active {
    text-decoration: none !important;
    cursor: default;
}

#contentHeader {
    margin: 0 30px 30px;
    padding: 5px 0px 0;
    position: relative;
}

#contentHeader.underlined {
    border-bottom: 1px solid #F1F2F4;
}

a.breadcrumbDeadLink {
    text-decoration: none;
    color: #afee5c;
    cursor: default;
}

#breadcrumb {
    font-size: 11px;
    line-height: 14px;
    font-family: Verdana;
    font-weight: 400;
    margin-bottom: 20px;
}

#breadcrumb .linkText {
    background: url('/images/icon_arrow_grey.png') 0 5px no-repeat;
    margin-left: 3px;
    padding-left: 9px;
}

#breadcrumb li:first-child .linkText {
    background: none;
    margin-left: 0;
    padding-left: 0;
}

#pageTitle {
    font: 30px Verdana;
    font-weight: 300;
    float: left;
    padding-bottom: 0;
}

#secondaryNavigation {
    bottom: 5px;
    font-size: 13px;
    line-height: 18px;
    font-family: Verdana;
    font-weight: 400;
    float: right;
    padding-top: 18px;
}

#secondaryNavigation .linkText {
    background: url('/images/separator_secondary_navigation.png') right 2px no-repeat;
    margin-right: 5px;
    padding-right: 7px;
}

#secondaryNavigation .listInline > li {
    float: right;
}

#secondaryNavigation li:first-Child .linkText {
    background: none;
    margin-left: 0;
    padding-left: 0;
}

#mainContent {
    padding-bottom: 15px;
}

#additionalContent {
    padding-bottom: 15px;
}

.contentHeadline {
    border-bottom: 1px solid #F1F2F4;
    font: 18px 'Open Sans Regular';
    margin: 15px 30px;
    padding: 10px 0;
}

.textImage{
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url("/images/dot_light_charcoal.png") repeat-x 0 bottom transparent;
}

.textImage div:first-child{
    width: 100px;
    float: left;
    margin-right: 10px;
}

.textImage div:first-child + div{
    width: 470px;
    float: left;
}
/* end: page content */

/* start: page footer / social media icons */
#pageFooter {
    background-color: #23272A;
    color: #2A3136;
    font: 11px Verdana;
    font-weight: 400;
    position: fixed;
    left: 0;
    bottom: -200px;
    z-index: 1000;
    width: 100%;
}

#pageFooter .pageCenter .upperHalf
{
    padding-bottom:10px;

}

#pageFooter img{
    float: left;
}

#pageFooter iframe{
    display: none;
}

#pageFooter hr{
    background: url("/images/dot_darkgrey.png") repeat-x scroll 0 0 transparent;
}

#pageFooter .linkText {
    color: #afee5c;
}

#footerCopyright {
    float: left;
    color: #fff;
    padding-top: 5px;
}

#page #footerCopyright {
    width: 160px;
}

#footerSocialMedia {
    float: left;
    margin-left: 10px;
    padding-top: 2px;
}

#footerSocialMedia li {
    margin-left: 3px;
}

#footerSocialMedia li:first-child {
    margin-left: 0;
}

ul#contextSocialMedia {
    list-style-type: none;
}
ul#contextSocialMedia li {
    margin: 0 5px 0 0;
    padding: 0;
}

#contextSocialMedia .linkImage, .socialmediashare .linkImage,  #contentHeader div.rss a {
    background: url("/images/icons_social_media.png");
    height: 22px;
    width: 23px;
}
#footerSocialMedia .linkImage {
    background: url("/images/icons_social_media_white.png");
    height: 22px;
    width: 23px;
}
.socialmediashare .linkImage,
.socialmediashare .linkImage:hover {
    background: url('/images/icons_social_media.png');
}
#footerSocialMedia .linkImage:hover {
    background: url("/images/icons_social_media_white.png");
}
#contextSocialMedia .linkImage:hover, #contentHeader div.rss a:hover {
    background: url("/images/icons_social_media.png");
}
#contextSocialMedia .big .linkImage {
    background: url('/images/icons_social_media33.png');
    height: 33px;
    width: 34px;
}
#contextSocialMedia .big .linkImage:hover {
    background: url('/images/icons_social_media_hover33.png');
}

.socialmediashare.iconwrapper {
    float:left;
    padding: 4px 6px 4px 0;
}
.socialmediashare.iconwrapper.text {
    padding-top:6px;
}
.socialmediashare.iconwrapper.last {
    padding-right: 30px;
}

.iconFacebook, .iconFacebook:hover {
    background-position: 0 0 !important;
}
.iconTwitter, .iconTwitter:hover {
    background-position: 0 -27px !important;
}
.iconGoogle, .iconGoogle:hover {
    background-position: 0 -54px !important;
}
.iconLinkedin, .iconLinkedin:hover {
    background-position: 0 -81px !important;
}
.iconXing, .iconXing:hover {
    background-position: 0 -108px !important;
}
.iconBlog, .iconBlog:hover {
    background-position: 0 -135px !important;
}
.iconYoutube, .iconYoutube:hover {
    background-position: 0 -162px !important;
}
.iconRSS, .iconRSS:hover {
    background-position: 0 -189px !important;
}
.iconTudou, .iconTudou:hover {
    background-position: 0 -215px !important;
}
.iconWeibo, .iconWeibo:hover {
    background-position: 0 -242px !important;
}
.iconYouku, .iconYouku:hover {
    background-position: 0 -268px !important;
}

/* big icons */
.big .iconTwitter, .big .iconTwitter:hover {
    background-position: 0 -38px !important;
}
.big .iconGoogle, .big .iconGoogle:hover {
    background-position: 0 -76px !important;
}
.big .iconLinkedin, .big .iconLinkedin:hover {
    background-position: 0 -114px !important;
}
.big .iconXing, .big .iconXing:hover {
    background-position: 0 -152px !important;
}
.big .iconBlog, .big .iconBlog:hover {
    background-position: 0 -190px !important;
}
.big .iconYoutube, .big .iconYoutube:hover {
    background-position: 0 -228px !important;
}
.big .iconRSS, .big .iconRSS:hover {
    background-position: 0 -266px !important;
}
.big .iconTudou, .big .iconTudou:hover {
    background-position: 0 -304px !important;
}
.big .iconWeibo, .big .iconWeibo:hover {
    background-position: 0 -342px !important;
}
.big .iconYouku, .big .iconYouku:hover {
    background-position: 0 -380px !important;
}

#footerLinks {
    float: right;
    max-width: 550px;
    padding-top: 2px;
}

#footerLinks li {
    margin-left: 9px;
    line-height: 19px;
}

#footerLinks li:first-child {
    margin-left: 0;
}

#footerLinks .first {
    font-size: 12px;
}

#pageFooter div.seoLinks{
    float: right;
    width: 630px;
    padding: 13px 0;
}

#pageFooter .seoLinks{
    float: left;
    width: 180px;
    padding: 0 15px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 300;
}

#pageFooter .seoLinks .heading{
    color: #fff;

}

/* end: page footer / social media icons */

/* start: portlet content */
.portletContent {
    background-repeat: no-repeat;
    padding: 40px 20px;
    width: 225px;
}

#mainContent .gridRow .portletContent.nopadding {
    padding: 0;
}

.gridRow.oneCol .portletContent {
    padding-left: 190px;
}

.gridRow.oneCol.fullWidth .portletContent {
    padding-left: 30px;
    width: 425px;
    font-size: 16px;
    line-height: 20px;
    padding-top: 100px;
}

.gridRow.oneCol.fullWidth .portletContent h2 {
    font-size: 32px;
    line-height: 36px;
}


.gridRow.oneCol .portlet.alignRight .portletContent {
    padding-left: 465px;
}

.gridRow.twoCol .portletContent {
    padding: 12px 0px 0px 190px;
}

.gridRow.twoCol + .portletSpacerHorizontal {
    margin: 10px 30px;
}

.gridRow.twoCol.fullWidth .portletContent {
}

.gridRow.twoCol.fullWidth .portlet:first-child .portletContent {
    padding-left: 220px;
}

.portletHeadline {
    font: 18px Verdana;
    font-weight: 400;
    margin-bottom: 10px;
}
.gridRow.twoCol ul.downloadList {
    margin-bottom: 10px;
    overflow: hidden;
}

.csOpen, .csClose {
    display: block;
}

#pageContent .gridRow ul.downloadList a {
    color: #2A3136;
}

#pageContent .gridRow ul.downloadList li {
    padding-left: 10px;
    margin-bottom: 5px;
    display: block;
    background: url('/images/icon_link_arrow_light.png') 0 5px no-repeat;
}

#pageContent .gridRow ul.downloadList a:hover {
    color: #0066a1 !important;
}

#pageContent .gridRow ul.downloadList li a.videoIcon {
    padding-right: 40px;
    display: inline-block;
    background: url('/images/video-icon.png') center right no-repeat;
}

/* end: portlet content */

/* start: special portlets */
/* - hero */
.gridRow.oneCol.fullWidth .portlet.hero .portletContent {
    padding: 90px 485px 90px 30px;
}

.portlet.hero .portletHeadline {
    font: 30px Verdana;
    font-weight: 400;
}

/* - successStory */
.portlet.successStory .portletContent {
    padding-top: 5px !important;
}

/* - readyToBuy */
.portlet.readyToBuy .portletContent {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
}

.portlet.readyToBuy .portletHeadline {
    font: 20px Verdana;
    font-weight: 400;
}

.gridRow.oneCol .portlet.readyToBuy .portletContent {
    padding: 20px 30px !important;
    width: auto;
}

.gridRow.oneCol .portlet.readyToBuy .portletHeadline {
    line-height: 35px;
}

.gridRow.oneCol .portlet.readyToBuy a {
    line-height: 30px;
}

.gridRow.oneCol .portlet.readyToBuy a.linkButton {
    margin-top: 10px;
}

.gridRow.twoCol .portlet.readyToBuy .portletContent {
    padding: 15px 30px !important;
}
/* end: special portlets */

/* start: contentBlocks */
.contentBlock .col01 {
    width: 590px;
}

.contentBlock .col02 {
    margin-left: 20px;
    width: 290px;
}

/* - specifications */
.contentBlock.specifications table {
    border-bottom: 1px solid #F1F2F4;
    margin: 30px 0 15px;
}

.contentBlock.specifications th, .contentBlock.specifications td {
    border-top: 1px solid #F1F2F4;
    padding: 15px 0;
}

.contentBlock.specifications th {
    font: 18px Verdana;
    font-weight: 400;
    width: 160px;
}

.contentBlock.specifications td {
    width: 400px;
    padding-left: 30px;
}

/* - downloads, evtl. OLD */
.contentBlock.downloads li {
    background: url("/images/icon_download.png") 0 3px no-repeat;
    margin-top: 30px;
    padding-left: 39px;
}

.contentBlock.downloads li:first-child {
    margin-top: 0;
}

.contentBlock.downloads .copy {
    margin-top: 15px;
}
/* end: contentBlocks */


/* start: brandportal portlets */

.BP_portlet_row {
    margin-left: 30px;
    margin-bottom: 30px;
}

.BP_portlet_row h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.BP_1column {
    float: left;
    width: 290px;
}

.BP_2columns {
    float: left;
    width: 590px;
}

.BP_columns_space {
    width: 20px;
    height: 5px;
    float: left;
}

.BP_portlet_row ul li, .BP_portlet_row ol li {
    margin-left: 16px;
}

.BP_portlet_row ul {
    list-style-type: square;
}

.BP_portlet_row ol {
    list-style-type: decimal;
}

.BP_portlet_row p {
    margin-bottom: 12px;
}

.BP_portlet_row ul li p {
    margin: 0;
}

/* end: brandportal portlets */

/* start: 2/3 - 1/3 page */
.twoColContainer {
    margin: 0 30px;
}

.twoColContainer > div {
    float: left;
}

.twoColContainer .leftCol {
    width: 585px;
    padding-right: 15px;
}
.twoColContainer .leftCol ul.downloadList a, .czitem ul.downloadList a {
    padding-left: 10px;
    margin-bottom: 10px;
    display: block;
    color: #2A3136 !important;
    background: url('/images/icon_link_arrow_light.png') 0 5px no-repeat;
}
.twoColContainer .leftCol ul.downloadList a:hover, .czitem ul.downloadList a:hover {
    color: #0066a1 !important;
}
.twoColContainer.separated {
    background: url('/images/dot_light_charcoal.png') 600px 0 repeat-y;
}

.twoColContainer .rightCol {
    width: 285px;
    margin-left: 15px;
}

.twoColContainer .rightCol > div {
    margin-bottom: 23px;
    padding-bottom: 23px;
    width: 100%;
}

.twoColContainer .rightCol > div.border {
    border-bottom: 1px solid #F1F2F4;
}

.twoColContainer .rightCol > div.borderTop {
    border-top: 1px solid #F1F2F4;
    padding-top: 23px;
}

.twoColContainer .rightCol > div.separated {
    border-bottom: 1px solid #F1F2F4;
}
/* end: 2/3 - 1/3 page */


/* start: glossary */
.BP_portlet_row .glossary {
    padding: 0px 4px;
    border-right: 1px solid #F1F2F4;
    font-size: 18px;
}
.BP_portlet_row h3 {
    font-weight: bold;
}
.BP_portlet_row h4 {
    font-size: 18px;
}
.BP_portlet_row a.glossary.active {
    background: none;
    color: #0066a1;
    font-size: 18px;
    text-decoration: none;
}
.BP_portlet_row a.glossary.active:hover {
    text-decoration: underline;
}
/* end: glossary */

/* start: managementteam */
.management {
    margin-top: 30px;
}

.management h3 {
    padding-top: 0;
}

.portrait {
    height: 89px;
    width: 89px;
    float: left;
    display: block;
    margin: 6px 10px 0 0;
}

.elipsisWrapper {
    float: left;
    width: 480px;
    height: 120px;
    overflow: hidden;
}

.elipsisClose {
    display: none;
}

.elipsisClose, .elipsisOpen {
    margin-left: 99px;
}
/* end: managementteam */

/* start: sitemap */
#sitemap {
    margin-left: 13px;
    position: relative;
    top: -35px;
}
#sitemap ul {
    list-style: none outside none;
}

#sitemap ul li .border {
    width: 900px;
    border-bottom: 1px solid #F1F2F4;
}
#sitemap .listInline .isPrimNav {
    color: #2A3136;
    font: 300 30px Verdana;
    margin-left: 5px;
    margin-top: 27px;
}
#sitemap .listInline li:first-child .isPrimNav {
    margin-top: 0;
}
#sitemap .children {
    margin-left: 5px;
}
#sitemap .children .listBlock .linkText {
    margin-top: 15px;
    font-size: 14px;
}
#sitemap .children ul.listBlock li {
    margin: 0;
    padding: 0 15px 0 0;
    float: left;
    width: 169px;
}
#sitemap .flyOutSecond .listBlock .linkText {
    color: #0066a1;
    text-decoration: none;
    background: url("/images/icon_link_arrow_light.png") no-repeat scroll 0 5px transparent;
    color: #2A3136 !important;
    display: block;
    padding-left: 10px;
    margin-top: 0;
    font-size: 13px;
}
#sitemap .flyOutSecond.level4 .listBlock {
    padding-left: 20px;
}
#sitemap .children .level4 ul.listBlock li {
    width: 149px;
}
#sitemap .flyOutThird .listBlock {
    padding-left: 10px;
}
/* end: sitemap */

/* start: contextzone */
.czitem {
    display: inline-block;
}
.czitem h3 {
    padding-top: 0;
    padding-bottom: 10px;
}
.czitem .copyTXTLARGE {
    font-size: 16px;
}
.czitem .content {
    float: left;
    width: 243px;
}
.czitem .icon {
    width: 37px;
    margin: 0 5px 5px 0;
    float: left;
}
/* end: contextzone */

/* start press releases / paging */
.press-releases h1, .press-release h1 {
    margin: 0px !important;
    padding: 0;
    width: 470px;
    display: block;
    font-family: Verdana;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
}
.press-releases h2 {
    /*white-space: nowrap;*/
}
#contentHeader .rss {
    margin: 0px 0px 8px 10px;
}
#contentHeader .rss a {
    display: block;
}
.press-releases div.frmBox {
    margin-left: auto;
    margin-right: 0px;
    display: block;
}
.press-releases #rs_search {
    height: 20px;
    width: 209px;
    margin: 0px;
    padding: 0px 3px;
    float: right;
    line-height: 20px;
}
.press-releases .pagingTop, .press-releases .pages {
    display: none;
}
.press-releases .nothingfound {
    padding-top: 16px;
}
.press-releases div.result {
    margin: 0px 24px 24px 0px;
    display: table;
}
.press-releases div.result a {
    font-size: 16px;
}
.press-releases div.result .row {
    display: table-row;
}
.press-releases div.result .date {
    width: 90px;
    padding-top: 2px;
    display: table-cell;
}
.press-releases div.result .headline, .press-releases div.result .teaser {
    padding-left: 30px;
    display: table-cell;
}
.press-releases div.result .teaser {
    padding: 10px 0 0 120px;
    display:  inline-block;
}
.press-releases .pagingBox {
    color: #0066a1;
    margin: 30px 24px 10px 0;
    padding-top: 10px;
    border-top: 1px solid #F1F2F4;
}
.press-releases .pagingBox ul {
    list-style-type: none !important;
}
.press-releases .pagingBox li:first-child {
    padding-left: 0 !important;
}
.press-releases .pagingBox li {
    float: left;
    padding-left: 10px;
    color: #2A3136;
    margin-left: 0 !important;
}
.press-releases .pagingBox a {
    color: #0066a1;
}
.press-releases .pagingBox a.active {
    color: #2A3136 !important;
}
.press-release .metadata, .press-release .abstract, .press-release .content, .press-release .contact, .press-release .back {
    margin: 20px 0px;
}
.press-release .metadata {
    font-weight: bold;
}
.inline {
    display: inline;
}
/* end press releases / paging */


/* start GSA autocomplete */
ul.ui-autocomplete, ul.ui-autocomplete:hover {
    width: 200px;
    border: 0;
    border-bottom: 1px solid #9A9A9A;
    background: url(/images/gsa_autocomplete_bg_l.gif) 0px 0px no-repeat !important;
    padding-top: 12px;
    z-index: 999;
}
ul.ui-autocomplete.big, ul.ui-autocomplete.big:hover {
    width: 300px;
    border: 0;
    border-bottom: 1px solid #9A9A9A;
    background: url(/images/gsa_autocomplete_bg_m.gif) 0px 0px no-repeat !important;
    padding-top: 12px;
    z-index: 999;
}
.ui-helper-hidden-accessible {
    display: none;
}
.ui-menu-item {
    margin: 2px;
    cursor: pointer;
    list-style: none;
    background: none;
}
.ui-menu-item:hover {
    background-color: #f1f2f4;
}
.ui-menu-item a {
    color: #2A3136;
    font-family: Verdana;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    display: block;
    text-decoration: none;
}
.ui-menu-item a:hover, .ui-menu-item:hover a {
    color: #0066a1;
    text-decoration: none;
}
/* end GSA autocomplete */

/* start Cookie bar */
#cookieinfobar {
    background-color: #ffffff;
    width: 100%;
    height: 40px;
    top: 0px;
    z-index: 999;
    padding: 10px 0px 10px 0px;
    text-align: center;
    display: none;
    color: #2A3136;
    font-family: Verdana;
    font-weight: 400;
    font-size: 13px;
    -moz-box-shadow: 0px 2px 5px #888;
    -webkit-box-shadow: 0px 2px 5px #888;
    box-shadow: 0px 2px 5px #888;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=180, Color='#888888')";
}
#cookieinfobar p {
    margin-top: 15px;
}
#cookieinfobar a {
    color: #0066a1;
    text-decoration: none;
}
#cookieinfobar a:hover {
    text-decoration: underline;
}
#cookieinfobar .close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1000;
}
/* end Cookie bar */

/* start wwo */

.wwoContainer {
    margin: 0 30px;
}

#address {
    width: 290px;
    float: left;
    margin-right: 5px;
}

#map_canvas {
    height: 290px;
    width: 605px;
    float: left;
}

.greyBG {
    background-color: #f1f2f4;
    height: 50px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.greyBG select {
    width: 260px;
    margin-left: 25px;
    margin-top: 16px;
    display: block;
    float: left;
}

.greyBG a.linkButton, .greyBG a.linkbutton {
    color: #2a3136;
    margin-left: 25px;
    margin-top: 15px;
    display: block;
    float: left;
}

.greyBG span {
    margin-left: 16px;
    margin-top: 15px;
    display: block;
    float: left;
}
/* end wwo */

/* start: language selector */
#languageSelector {
    display: block;
}
#languageSelector img {
    margin: 3px 0px 8px 0px;
}
#languageSelector:hover, #languageSelector.active {
    border-bottom: 4px solid #3a4349;
}
.language-dropdown {
    display: none;
    background-color: #31393f;
    padding: 20px 32px;
    position: absolute;
    top: 27px;
    right: 0;
    z-index: 999;
    width: 800px;
    color: #fff !important;
}
.language-dropdown .h3 {
    border-bottom: 1px solid #fff;
}
.language-list {
    width: 33%;
    font-size: 13px;
    padding: 13px 0px 0px 0px;
    margin: 0;
    float: left;
}
.language-list li {
    background-repeat: no-repeat !important;
    background-position: 2px 3px !important;
    width: 90% !important;
    padding: 0px 0px 0px 27px !important;
    margin: 0px 4px 5px 0px !important;
    float: left;
}
.other
{
    border-top: 1px solid #fff;
    display: block;
    float: left;
    width: 100% !important;
}
.language-list.other li{
    width: auto !important;
}
.language-list li a.linkArrow, .language-list li span.linkArrow, .other li a.linkArrow {
    background: url('/images/icons_arrows.png') 0 -146px no-repeat;
    color: #fff !important;
    text-decoration: none;
}

.language-dropdown .linkArrow {
    background: url('/images/icons_arrows.png') 0 -45px no-repeat;
    margin-top: 5px;
    padding-left: 9px;
}
/* end: language selector */

/*start Campaignpage*/

.campaignRow {
    margin-left: -30px;
}

.campaignGrey {
    background-color: #f1f2f4;
    width: 900px;
    padding: 30px;
    margin-bottom: 20px;
}

.leftCampaign {
    float: left;
    width: 590px;
}

.rightCampaign {
    float: right;
    width: 280px;
    margin-left: 30px;
}

.campaignImage {
    display: block;
    width: 590px;
    margin-bottom: 10px;
}

/*end Campaignpage*/


/*start forms*/
table#partner_type tr:nth-child(2) td {
    height: 0 !important;
}

.row {
    clear: both;
    margin-bottom: 10px;
}
.row > br, p + br {
    display: none;
}
h3 {
    margin-bottom: 0;
}
/* activate for labels left of fields */
.row, label, input, textarea, label + table {
    float: left;
}
/* activate for labels above fields *//*
label {
	display: block;
	margin-bottom: 5px;
}
*/
label {
    width: 200px;
    margin: 0 20px 5px 0;
}
input, textarea, select {
    width: 260px;
}
input {
    border: 1px solid #7f9db9;
    margin: 5px 0 10px;
}
input[type='checkbox'] {
    width: auto;
    margin: 0;
}
.form-button {
    width: auto;
    display: inline-block;
    font-family: Verdana;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding: 0 10px;
    margin-top: 10px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #0066a1;
    -moz-box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
    box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
}
.form-button a {
    text-decoration: none;
    color: #2a3136 !important;
}

#pageContent .error * {
    border-color: #F66E13;
    color: #F66E13;
}

#contactform .tab .tabheadline {
    width: 163px;
}
/* end forms*/

/* extranet alert */

.extranet_alert {
    border: 1px solid #2A3136;
    padding: 5px;
}

/* end extranet alert */

/* start sharethis */
.social_share_privacy_area li.settings_info, .sharethis .help_info .info, .sharethis .help_info.display .info, .sharethis .help_info .switch {
    display: none !important;
}
.social_share_privacy_area.line li .dummy_btn {
    margin: 0 30px 0 0 !important;
    width: 55px !important;
}
.social_share_privacy_area.line li {
    display: block;
    margin-bottom: 10px !important;
}
/* disable google+ bubble */
.gc-bubbleDefault, .pls-container {
    display: none !important;
}
#sharethisCP {
    position: absolute;
    z-index: 1000;
    width: 280px;
    height: 70px;
    padding: 20px 10px 10px 10px;
    border: 1px solid #2A3136;
    background: #fff;
}
#sharethisCP .close {
    background: url("/images/close-icon.png") no-repeat scroll 0 0;
    display: block;
    height: 17px;
    position: absolute;
    right: 4px;
    top: 7px;
    width: 19px;
    cursor: pointer;
}
/* end sharethis */

/* email forms */
.formularContainer label, .formularContainer input, .formularContainer textarea {
    clear: both;
    margin: 0;
}
.formularContainer label {
    margin-right: 10px;
}
.formularContainer input, .formularContainer textarea, .formularContainer select {
    border: 1px solid #7F9DB9;
}
.formularContainer .error {
    display: none;
    color: #990000;
    font-weight: bold;
}
.formularContainer .submitButton {
    margin-top: 20px;
}
.formularContainer em {
    color: #990000;
    font-weight: bold;
    padding: 0 3px 0 0;
}
.formularContainer table td {
    padding: 5px 0;
}
/* end email forms */

div.viddler-on-portletpage {
    display: none;
}

/* start mosaicpage */

#mosaicbar > div:first-child {
    height: 65px;
    background-color: #fff;
}
#mosaicbar > div:first-child + div {
    height: 34px;
    background-color: #7B7B7B;
}
#mosaicbar #pageTitle {
    line-height: 65px;
    color: #2A3136;
    float: left;
    text-decoration: none !important;
}
#mosaicbar #pageTitle a {
    line-height: 65px;
    color: #2A3136;
    text-decoration: none !important;
}
#mosaicbar .mosaicSwitch {
    float: right;
}
#mosaicbar .mosaicMenu {
    float: left;
    position: relative;
}

#mosaicbar .mosaicMenu > div {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    padding: 30px;
    background-color: #3a434a;
    width: 900px;
}

#mosaicbar .mosaicMenu:hover > div {
    display: block;
}

#mosaicbar .mosaicMenu .intro{
    width: 160px;
    padding: 0 10px;
    float: left;
}

#mosaicbar .mosaicMenu .intro p{
    color: #fff;
}
#mosaicbar .mosaicMenu .intro p a{
    font-size: 16px;
    line-height: 18px;
    color: #afee5c;
    text-decoration: none;
    font-weight: 300;
}

#mosaicbar .mosaicMenu .intro p a:hover{
    text-decoration: underline;
}

#mosaicbar .mosaicMenu .entries{
    width: 720px;
    float: left;
    display: table;
}

#mosaicbar .mosaicMenu .entries > div{
    padding: 0 20px;
    width: 190px;
    border-left: 1px solid #fff;
    display: table-cell;
}

#mosaicbar .mosaicMenu .entries > div:first-child{
    border-left: none;
}

#mosaicbar .mosaicMenu .entries > div > a{
    font-size: 16px;
    line-height: 18px;
    color: #afee5c;
    text-decoration: none;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
}

#mosaicbar .mosaicMenu .entries > div > a:hover{
    text-decoration: underline;
}

#mosaicbar .mosaicMenu .entries li{
    margin-bottom: 10px;
}

#mosaicbar .mosaicMenu .entries li a{
    color: #afee5c;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
}

#mosaicbar .mosaicMenu .entries li a:hover{
    text-decoration: underline;
}


/* end mosaicpage */

/* start mosaic article page */
#flipbox {
    width: 585px;
    height: 150px;
    background-color: #3a4349;
    font-size: 14px;
    line-height: 17px;
}

#flipbox h2{
    font-size: 38px;
    line-height: 42px;
}

a#flipper {
    color: #fff;
}

#fliptarget {
    display: none;
    width: 585px;
    height: 150px;
}

#flipbox .buttonbox{
    padding-left: 100px;
    padding-top: 0;
}

#flipbox .buttonbox a{
    padding: 0 30px;
}

#flipbox div {
    padding: 10px;
    color: #fff;
    line-height: 24px;
    padding-top: 110px;
    padding-left: 100px;
}
/* end mosaic article page */

/* start mosaic poll */
.pollwrapper {
    width: 475px;
    height: 400px;
}
.pollwrapper .hide {
    display: none;
}
.pollwrapper ul.nobullets {
    list-style-type: none !important;
    margin-top: 15px;
}
#mainContent .pollwrapper ul.nobullets li {
    margin-top: 5px;
    margin-left: 0px;
}
.pollwrapper ul.nobullets li table input {
    width: 16px;
    height: 16px;
    background: #ddd;
    margin-right: 10px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.pollwrapper .votebutton {
    width: 210px;
    height: 20px;
    color: #8ED53B;
    background-color: #fff;
    display: block;
    text-align: center;
    border: 1px solid #AEAEAE;
}
.pollwrapper .votebutton:hover, .pollwrapper ul.nobullets li table input:hover {
    cursor: pointer;
}
.pollwrapper .votecount {
    margin-top: 5px;
}
.pollresult {
    height: 380px;
}
.poll {
    display: block;
    height: 380px;
}
.pollcol.left {
    width: 215px;
    float: left;
    color: #fff;
    background-color: #7B7B7B;
    padding: 20px;
    padding-top: 28px;
}
.pollcol.right {
    width: 180px;
    float: right;
    padding: 20px;
}

.pollcol.right ul.downloadList li {
    padding-left: 10px;
    margin-bottom: 5px;
    display: block;
    background: url('/images/icon_link_arrow_light.png') 0 5px no-repeat;
}

/*
.pollcol .poll h2 {
	font-size: 32px;
}
*/

#mosaic_container {
    position: relative;
}

#mosaic_container > div {
    position: absolute;
    width: 476px;
}

.mosaicTwitter {
    height: 400px;
}

.mosaicTwitter.left {
    background: url("/images/bg_twitter_left.png") 0 0 no-repeat transparent;
}

.mosaicTwitter.right {
    background: url("/images/bg_twitter_right.png") 0 0 no-repeat transparent;
}

.listView .mosaicTwitter {
    display: none !important;
}

#pageContent .mosaicTwitter ul {
    list-style-type: none;
}

#mosaic_container .mosaicTwitter a:hover, #mosaic_container .mosaicTwitter a {
    color: #79cf08;
}

#mosaic_container .twittermenu a, #mosaic_container .twittermenu a:hover {
    color: #2A3136;
}

.mosaicTwitter div.twittercontent {
    font-style: italic;
    padding: 110px 50px 0;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    height: 180px;
}

.mosaicTwitter div.twittermenu {
    padding: 35px 40px;
}

#mosaic_container .mosaicTwitter div.twittermenu li {
    float: left;
    color: #2A3136;
    font-size: 16px;
    line-height: 18px;
    margin-right: 50px;
}

.mosaicTwitter .tweet_time {
    display: none;
}

.mosaicIntro {
    width: 960px;
    height: 370px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.mosaicIntro mosaicImg {
    display: block;
}

.mosaicIntro > div {
    position: absolute;
    background: rgb(0,0,0);
    background: transparent\9;
    background: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
    zoom: 1;
    bottom: 20px;
    left: 40px;
    padding: 30px 20px 25px;
}

.listView .mosaicIntro > div {
    background: none;
    filter: none;
}

.mosaicIntro > div:nth-child(n) {
    filter: none;
}

.mosaicArticle .mosaicText h3, .listView .mosaicVideo .mosaicText h3, .listView .listviewelement .mosaicText h3 {
    font-size: 24px;
    font-weight: 300;
    color: #2A3136;
    line-height: 26px;
    padding-bottom: 0;
}

#mosaic_container .mosaicIntro .mosaicText p {
    color: #fff;
    font-size: 13px;
}

#mosaic_container.listView .mosaicIntro .mosaicText p {
    color: #2A3136;
}

#mosaic_container .mosaicIntro .mosaicText h2 {
    font-size: 32px;
}

.listView {
    height: auto !important;
}

.listView .mosaicIntro h2 {
    font-family: Verdana;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 10px;
}

.listView .mosaicIntro > div, .listView .mosaicVideo .mosaicText {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 20px 30px 20px 0;
    width: 580px;
    background-color: transparent;
    color: #2A3136 !important;
    text-align: left;
}

.listView .mosaicIntro > .mosaicTag {
    padding: 0;
}

.mosaicArticle {
    height: 200px;
}

.mosaicArticle > a > div {
    float: left;
}

.mosaicArticle .mosaicImg {
    display: block;
    height: 200px;
    width: 238px;
}

.mosaicArticle .mosaicText, .listView .listviewelement .mosaicText {
    height: 160px;
    width: 178px;
    padding: 20px 30px;
    color: #2A3136;
}

.mosaicArticle.second > a > div {
    float: right;
}

.mosaicVideo {
    height: 400px;
}

.mosaicVideo .mosaicImg {
    height: 400px;
    width: 476px;
}

.mosaicVideo .mosaicText {
    height: 72px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(0,0,0);
    background: transparent\9;
    background: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
    zoom: 1;
    color: #fff;
    text-align: center;
}

.mosaicVideo .mosaicText:nth-child(n) {
    filter: none;
}

.listView .mosaicVideo .mosaicText {
    background: none;
    filter: none;
}

.mosaicVideo .mosaicText p {
    display: none;
}

.listView .mosaicVideo .mosaicText p {
    display: block;
}

.mosaicVideo .mosaicText h3 {
    font-size: 32px;
    line-height: 72px;
    padding: 0;
    font-weight: 300;
}

.mosaicText h3 > span, .mosaicText h2 > span {
    display: none;
}

.mosaicTag {
    display: none;
}

.mosaicListImage {
    display: none;
}

#mosaic_container.listView .poll {
    display: none;
}

#mosaic_container.listView > div.mosaicElement, #mosaic_container.listView > div.mosaicIntro {
    position: static;
    width: 580px;
    height: auto;
    margin-right: 15px;
    border-bottom: 1px solid #F1F2F4;
    padding-left: 35px;
    float: left;
}

#mosaic_container.listView .mosaicText {
    float: none;
    width: 580px;
    height: auto;
    padding-left: 0;
}

#mosaic_container.listView .mosaicText h3 > span, #mosaic_container.listView .mosaicText h2 > span {
    display: block;
    font-size: 14px;
    color: #2A3136;
}

#mosaic_container.listView .mosaicElement > a, #mosaic_container.listView .mosaicIntro > a , #mosaic_container.listView .listviewelement > a{
    position: relative;
    text-decoration: none !important;
    display: block;
}

#mosaic_container.listView .mosaicImg {
    display: none;
}

#mosaic_container.listView .mosaicTag {
    display: block;
}

.poll {
    height: 400px;
    top: 370px;
    left: 484px;
}
.poll .linkButton, .poll .linkbutton {
    cursor: pointer;
}
.mosaicSideBar {
    display: none;
}
table.jqplot-table-legend, table.jqplot-cursor-legend {
    line-height: 16px;
}

#mosaic_container.listView > .mosaicSideBar {
    position: static;
    display: block;
    float: right;
    margin: 30px 0 0;
    padding-left: 20px;
    width: 249px;
    border-left: 1px solid #F1F2F4;
    height: 100%;
}

#mosaic_container > h2 {
    display: none;
}

#mosaic_container.listView > h2 {
    display: block;
    width: 580px;
    border-bottom: 1px solid #F1F2F4;
    padding: 32px 0 20px 35px;
}

.mosaicBigArticle {
    height: 400px;
    overflow: hidden;
}

.mosaicBigArticle .mosaicText {
    position: absolute;
    left: 30px;
    top: 40px;
    width: 180px;
    color: #2A3136;
}

.mosaicBigArticle .mosaicImg {
    height: 400px;
}

.listView .mosaicBigArticle .mosaicText, .listView .listviewelement .mosaicText{
    position: static;
    padding: 20px 30px 20px 0;
}

.mosaicBigArticle .mosaicText h3 {
    color: #2A3136;
    font-size: 24px;
    font-weight: 300;
    line-height: 26px;
}

.mosaicLabel {
    display: block;
    background: #fff;
    width: 140px;
    border: 1px solid #79CF08;
    margin-left: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.mosaicVideo .mosaicLabel {
    display: none;
}

.listView .mosaicVideo .mosaicLabel {
    display: block;
}

img.img_mosaic_arrow {
    display: inline;
    margin-left: 3px;
}

.mosaicHTMLArticle {
    height: 400px;
}

.listView .mosaicHTMLArticle .mosaicviewelement {
    display: none !important;
}

.mosaicviewelement{
    displaY: block;
}

.listviewelement{
    display: none;
}

.listView .listviewelement{
    display: block;
}

.listView .mosaicLabel {
    margin-left: 0;
}

.mosaicShadow {
    display: none;
}

.listView .mosaicArticle .mosaicShadow {
    display: none;
}

.mosaicArticle .mosaicShadow {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url("/images/uni_shadow.png") 0 0 repeat-x transparent;
    height: 16px;
}
/* end mosaic poll */

/* start event page */
.extrapadding{
    padding-top: 10px;
}

.speakerSession div{
    float:left;
}

.speakerSessionDescription {
    width:60%;
    padding-left:20px;
}

h2.withborder, h3.withborder {
    border-bottom:1px solid #F1F2F4;
    padding-bottom:6px;
    margin-bottom:12px;
}

.speakerSession {
    margin-bottom:10px;
}

.speakerSessionTime {
    width:122px;
}

.fbonevent {
    margin-top:20px;
}

#mainContent .rightCol .twitterchannel ul, #mainContent .rightCol .blogchannel ul  {
    list-style-type:none;
    padding-left:0;
    margin-left:0;
}

#mainContent .rightCol .twitterchannel ul li, #mainContent .rightCol .blogchannel ul li{
    padding-left:0;
    margin-left:0;
}

.when {
    float:left;
    padding-right:10px;
}

.left {
    float:left;
}
/* end event page */

/* start call to action */
div.DOUBLEcalltoactionLEFT, div.DOUBLEcalltoactionRIGHT {
    float:left;
    width:349px;
    padding: 20px 50px 10px 50px;
    text-align:center;

}

.DOUBLEcalltoaction {
    border: 1px solid #D2D2D2;
    width:900px;
    background: url("/images/bg_doublecalltoaction.png") 0 0 repeat-y transparent;
}

h2.contactheadline {
    display: inline-block;
    padding-left:60px;
    padding-bottom:12px;
    background: url("/images/contact_icon.png") transparent 14px 0 no-repeat;
}

h2.partnerheadline {
    display: inline-block;
    padding-left:60px;
    padding-bottom:12px;
    background: url("/images/partner_icon.png") transparent 14px 0 no-repeat;
}
/* end call to action */


/* start how to buy*/

.howToBuyTop{
    padding-top: 20px;
    margin-right: 30px;
}

#mainContent .howToBuyTop li{
    display: block;
    float: right;
    margin-left: 20px;
}

.howToBuyTop li a{
    display: block;
    height: 20px;
    line-height: 20px;
}

.headlineHowToBuyBottom{
    text-align: center;
    padding: 20px 30px 20px;
}

.howToBuyBottom.twoBoxes, .howToBuyBottom.threeBoxes{
    width: 900px;
    min-height: 175px;
    overflow: hidden;
    margin: 0 30px;
}

.howToBuyBottom.fourBoxes{
    width: 900px;
    min-height: 349px;
    overflow: hidden;
    margin: 0 30px;
}

.howToBuyBottom > div > div{
    text-align: center;
}

.howToBuyBottom h2{
    display: inline-block;
    padding-bottom:12px;
}

.howToBuyBottom a{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.howToBuyBottom.threeBoxes > div{
    float: left;
    padding: 20px 30px 10px;
    text-align: center;
    width: 239px;
    min-height: 143px;
    border: 1px solid #D2D2D2;
}

.howToBuyBottom.threeBoxes > div:first-child + div{
    border-left: none;
    border-right: none;
    width: 238px;
}

.howToBuyBottom.twoBoxes > div, .howToBuyBottom.fourBoxes > div{
    float: left;
    padding: 20px 30px 10px;
    text-align: center;
    width: 389px;
    min-height: 143px;
    border: 1px solid #D2D2D2;
}

.howToBuyBottom.twoBoxes > div:first-child, .howToBuyBottom.fourBoxes > div:first-child, .howToBuyBottom.fourBoxes > div:first-child + div + div{
    border-right: none;
    width: 388px;
}

.howToBuyBottom.twoBoxes > div:first-child, .howToBuyBottom.fourBoxes > div:first-child, .howToBuyBottom.threeBoxes > div:first-child + div{
    background-color: #F1F2F4;
}

.howToBuyBottom.fourBoxes > div:first-child + div + div, .howToBuyBottom.fourBoxes > div:first-child + div + div + div{
    border-top: none;
}

.howToBuyBottom.twoBoxes > div:first-child a, .howToBuyBottom.fourBoxes > div:first-child a, .howToBuyBottom.fourBoxes > div:first-child + div + div + div a, .howToBuyBottom.threeBoxes > div:first-child + div a{
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    background: linear-gradient(0deg, #5DA407 0%, #98C63D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    box-shadow: 0 0 1px rgba(73, 112, 52, 0.5);
    color: #2A3136 !important;
    display: inline-block;
    font-family: Verdana;
}

/* end how to buy*/

/* start manual downloads */
.gridRow.tabcontainer {
    display: block;
    margin-left: 30px;
}
.tabcontainer .tab {
    float: left;
    position: relative;
    z-index: 11;
}
.tab .tabheadline {
    background-color: #FFFFFF;
    padding: 15px;
    width: 200px;
    display: block;
    border-top: 1px solid #F1F2F4;
    border-left: 1px solid #F1F2F4;
    border-right: 1px solid #F1F2F4;
    margin-bottom: -1px;
}
.tab.black:after {
    content:"";
}
.tab.active.black:after {
    left: 0;
    bottom: -1px;
    content: " ";
    background-color: #5f6568;
    height: 1px;
    width: 1px;
    position: absolute;
}
.tab.active .tabheadline {
    background-color: #F1F2F4;
    border-top: 1px solid #5f6568;
    border-left: 1px solid #5f6568;
    border-right: 1px solid #5f6568;
    border-bottom: 1px solid #F1F2F4;
}
.tabcontent {
    width: 898px;
    height: 200px;
    border: 1px solid #5f6568;
    position: relative;
    z-index: 10;
    display: table;
}
.tabproducts {
    display: none;
    position: relative;
}
.tabproducts.active {
    display: block;
}
#mainContent .tabcontent ul.tabcategories {
    background-color: #F1F2F4;
    display: none;
    text-align: center;
    height: 20px;
    width: 883px;
    padding: 7px;
}
#mainContent .tabcontent ul.tabcategories.active {
    display: block;
}
#mainContent .tabcontent ul.tabcategories li {
    display: inline;
    border-left: 1px solid #5f6568;
    padding-left: 10px;
    padding-bottom: 0;
}
#mainContent .tabcontent ul.tabcategories li:first-child {
    border: 0;
    padding: 0;
}
#mainContent .tabcontent ul.products {
    display: none;
    padding: 12px 12px 0 12px;
}
#mainContent .tabcontent ul.products.active {
    display: inline-block;
}
#mainContent .tabcontent ul.products li {
    float: left;
    margin: 0 10px 10px 0;
    padding: 0;
    width: 280px;
}
#mainContent .tabcontent ul.products li .product {
    background-color: #F1F2F4;
    width: 255px;
    height: 80px;
    display: inline-block;
}
#mainContent .tabcontent ul.products li .product .productlabel {
    padding: 29px 20px 0 20px;
    display: inline-block;
    font-family: Verdana;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #2A3136;
}
#mainContent .tabcontent ul.products li .product .productlabel:hover {
    text-decoration: underline;
}
#mainContent .tabcontent ul.products li .greenbar {
    width: 25px;
    height: 80px;
    display: inline;
    position: absolute;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #0066a1;
    background: linear-gradient(0deg, rgb(93, 164, 7) 0%, rgb(152, 198, 61) 100%);
    -webkit-box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
    -moz-box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
    box-shadow: 0px 0px 1px rgba(73, 112, 52, 0.5);
}
#mainContent .tabcontent ul.products li .arrow_box {
    width: 25px;
    height: 80px;
    display: block;
    background: url("/images/arrow_white_small_right.gif") transparent 7px 49% no-repeat;
}
#mainContent .tabcontent div.productcontent {
    display: none;
}
#mainContent .tabcontent div.productcontent.active{
    display: inline-block;
}
#mainContent .tabcontent div.productcontent h3 {
    padding-left: 20px;
}
#mainContent .tabcontent ul.productdocuments {
    display: inline-block;
    padding: 12px 0 0 20px;
}
#mainContent .tabcontent ul.productdocuments li.document {
    float: left;
    margin: 0 15px 15px 0;
    padding: 5px;
    width: 265px;
    text-align: center;
    font-family: Verdana;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #2A3136;
}
#mainContent .tabcontent ul.productdocuments li.line {
    float: left;
    background-color: #F1F2F4;
    width: 840px;
    height: 1px;
    padding: 0 !important;
    margin: 20px 30px 20px 10px;
}
#mainContent .tabcontent ul.productdocuments li.document span {
    display: block;
    padding: 0;
}
#mainContent .tabcontent ul.productdocuments li.document span.download {
    height:39px;
    padding: 0 !important;
    margin-bottom: 10px;
    background: url('/images/icon_download.png') center 3px no-repeat;
}
#mainContent .tabcontent ul.productdocuments li.document span.type,
#mainContent .tabcontent ul.productdocuments li.document span.date {
    font-size: 12px;
}

/* end manual downloads */

/*start A-Z Product Listing */

.tabBody{
    border: 1px solid #5f6568;
    position: relative;
    width: 874px;
    padding: 12px 12px;
    z-index: 10;
}

.tabBody .tabproducts > div{
    width: 291px;
    float: left;
}

.tabBody .clear{
    width: 0;
    height: 0;
    display: block;
}

/*end A-Z Product Listing */

/* start brandportal audioplayer */
#audiowrapper {
    display: none;
    position: absolute;
    top: 10px;
    left: 400px;
}
a.audiosrc {
    cursor: pointer;
}
#audioplayer {
    width: 200px;
}
/* end brandportal audioplayer */

/*start BRC newsletter */
#brcSignUpFeedback
{
    height:20px;
    display:inline-block;
}
.BRCwarning
{
    color:Red;
}
/* end BRC newsletter */

/*start contact flyout */
.contactflyout_container {
    position: fixed;
    top: 260px;
    right: 0px;
    display: block;
    width: 32px;
    overflow: hidden;
}
.contactflyout_container .wrapper {
    position: relative;
}
.contactflyout_container .buttons {
    bottom: 0;
    position: absolute;
}
.contactflyout_container .buttons .contact {
    background: url('/images/button_contactflyout.png') center 0px no-repeat;
    width: 32px;
    height: 53px;
    display: block;
}
.contactflyout_container .flyout {
    width: 200px;
    height: 166px;
    background-color: #f1f2f4;
    border: 1px solid #dcdcdc;
    padding: 10px;
    line-height: 12px;
    margin-left: 32px;
}
.contactflyout_container .close {
    background: url("/images/icon_close.png") no-repeat scroll 0 -16px transparent;
    height: 15px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 14px;
    display: none;
}
.contactflyout_container .close:hover {
    background: url("/images/icon_close.png") no-repeat scroll 0 0 transparent;
}
/* end contact flyout */

/* helper class */

.noArrow, .noarrow, A.lnk-bookmarkGDMS.noArrow, A.lnk-bookmarkGDMS.noarrow {
    padding-left: 0 !important;
    background: none !important;
    color: #0066a1 !important;
    margin-top: 0 !important;
}

.forcearrow
{
    padding-left: 12px !important;
    background: rgba(0, 0, 0, 0) url("/images/Internet2010/extranetreskin/icons_arrows_neu.png") no-repeat scroll 0 5px !important;
    color: #2a3136 !important;
}

.forcearrow:hover
{
    color: #0066a1 !important;
}

ul.links
{
    padding: 0 !important;
    list-style-type: none !important;
}

ul.links li
{
    padding-bottom: 9px !important;
    margin-left: 0 !important;
}


/* VIDDLER start*/

div#mainContent .viddler-app-wrap div.viddler-embed div.media-gui .play-overlay-button span.inner
{
    border-left-color:#0066a1;
}

div#mainContent .viddler-app-wrap div.viddler-embed div.current-time-bar
{
    background:#0066a1;

}

div#mainContent .viddler-app-wrap div.viddler-embed div.modal-outer.volume-modal div.volume-bar-value
{
    background-color:#0066a1;
}


/* VIDDLER end*/
