/* Default style */
#widget-bar {
    background: transparent url('../images/widget-bar/shadow-top.png') no-repeat scroll top left;
    position: absolute;
    right: 0;
    top: 136px;
    width: 37px;
    z-index: 999;
}

#widget-bar > .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#widget-bar > .content ul li a {
    display: inline-block;
}

#widget-bar > .content {
    background: transparent url('../images/widget-bar/shadow-left.png') repeat-y scroll bottom left;
}

#widget-bar > .content > ul {
    margin-top: 2px;
}

#widget-bar > .content > ul > li:first-child {
    background-image: url('../images/widget-bar/mygrohe-icon.png');
    height: 102px;
    padding: 0;
}

#widget-bar > .content > ul > li:first-child a {
    height: 102px;
}

#widget-bar > .content > ul > li {
    background: #FFF none no-repeat scroll bottom left;
    height: 32px;
    margin-left: 4px;
    position: relative;
}

#widget-bar > .content > ul > li > a {
    display: block;
    height: 32px;
    outline: none;
}

#widget-bar > .content > ul > li.notepad {
    background-image: url('../images/widget-bar/notepad-icon.png');
    position: relative;
}

#widget-bar > .content > ul > li.notepad > a > .amount {
    cursor: pointer;
    left: 3px;
    max-width: 25px;
    overflow: hidden;
    position: absolute;
    top: 4px;
}

#widget-bar > .content > ul > li.notepad > a > .amount .left {
    background: transparent url('../images/widget-bar/highlight-red-small-background-left.png') no-repeat scroll top left;
}

#widget-bar > .content > ul > li.notepad > a > .amount .left .right {
    background: transparent url('../images/widget-bar/highlight-red-small-background-right.png') no-repeat scroll top right;
}

#widget-bar > .content > ul > li.notepad > a > .amount .left .right .content {
    background-color: #AF071F;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    margin: 0 2px;
    padding: 0;
}

#widget-bar > .content > ul > li.notepad .additional-layer .amount {
    margin: 0 3px;
}

#widget-bar > .content > ul > li.notepad .additional-layer .amount .left {
    background: transparent url('../images/widget-bar/highlight-red-background-left.png') no-repeat scroll top left;
}

#widget-bar > .content > ul > li.notepad .additional-layer .amount .left .right {
    background: transparent url('../images/widget-bar/highlight-red-background-right.png') no-repeat scroll top right;
}

#widget-bar > .content > ul > li.notepad .additional-layer .amount .left .right .content {
    background-color: #AF071F;
    color: #FFF;
    font-size: 13px;
    height: 17px;
    line-height: 17px;
    margin: 0 3px;
    padding: 0;
    width: auto;
    font-weight: bold;
}

#widget-bar > .content > ul > li.favorite {
    background-image: url('../images/widget-bar/favorite-icon.png');
}

#widget-bar > .content > ul > li.favorite.inactive {
    background-image: url('../images/widget-bar/favorite-icon-inactive.png');
}

#widget-bar > .content > ul > li.account {
    background-image: url('../images/widget-bar/account-icon.png');
}

#widget-bar > .content > ul > li.account.inactive {
    background-image: url('../images/widget-bar/account-icon-inactive.png');
}

#widget-bar > .content > ul > li.login {
    background-image: url('../images/widget-bar/login-icon.png');
}

#widget-bar > .content > ul > li.logout {
    background-image: url('../images/widget-bar/logout-icon.png');
}

#widget-bar > .content > ul > li.separator {
    border: none;
    height: auto;
    margin: 0 0 0 4px;
    padding: 0 1px;
}

#widget-bar > .content > ul > li.separator div {
    background-color: #F4F4F4;
    height: 1px;
}

#widget-bar > .content ul > li.last > a {
    background: transparent url('../images/widget-bar/shadow-bottom.png') no-repeat scroll left bottom ;
    margin-left: -4px;
    padding: 0 0 10px 4px;
}

#widget-bar > .content > ul > li > ul {
    display: none;
    position: absolute;
    right: 26px;
    top: 0;
}

#widget-bar > .content > ul > li:hover > ul {
    display: block;
}

#widget-bar > .content ul ul li.additional-layer {
    background: none;
    display: block;
    padding: 20px 0 20px 20px;
    margin: -20px 0 -20px -20px;
}

/* Layer-Styles */
#widget-bar > .content ul ul li.additional-layer .pointer {
    background: transparent url('../images/widget-bar/layer-pointer.png') repeat-x scroll left top;
    height: 16px;
    right: 2px;
    position: absolute;
    top: 22px;
    width: 22px;
}

#widget-bar > .content ul ul li.additional-layer > .pos-rel > .top {
    height: 1px;
    width: 100%;
}

#widget-bar > .content ul ul li.additional-layer > .pos-rel > .top > .left {
    background: transparent url('../images/widget-bar/layer-background-top-left.png') no-repeat scroll left top;
    height: 1px;
    margin-right: 23px;
}

#widget-bar > .content ul ul li.additional-layer > .pos-rel > .top > .right {
    background: transparent url('../images/widget-bar/layer-background-top-right.png') no-repeat scroll left top;
    float: right;
    height: 2px;
    margin-right: 23px;
    width: 2px;
}

#widget-bar > .content ul ul li.additional-layer > .pos-rel > .bottom {
    width: 100%;
}

#widget-bar > .content ul ul li.additional-layer > .pos-rel > .bottom > .left {
    background: transparent url('../images/widget-bar/layer-background-bottom-left.png') no-repeat scroll left top;
    height: 3px;
    margin-right: 23px;
}

#widget-bar > .content ul ul li.additional-layer > .bottom > .right {
    background: transparent url('../images/widget-bar/layer-background-bottom-right.png') no-repeat scroll left top;
    float: right;
    height: 4px;
    margin: -1px 23px 0 0;
    width: 4px;
}

#widget-bar > .content ul ul li.additional-layer .content-wrap {
    width: 100%;
}

#widget-bar > .content ul ul li.additional-layer .content-wrap > .left {
    background: transparent url('../images/widget-bar/layer-background-left.png') repeat-y scroll left top;
}

#widget-bar > .content ul ul li.additional-layer .content-wrap > .left > .right {
    background: transparent url('../images/widget-bar/layer-background-right.png') repeat-y scroll right top;
    margin-right: 22px;
}

#widget-bar > .content ul ul li.additional-layer .content-wrap > .left > .right > .content {
    margin: 0 2px;
}

#widget-bar > .content ul ul li.additional-layer .content {
    background-color: #FFF;
    padding: 10px 10px 0;
}

#widget-bar > .content ul ul li.additional-layer .content .float-box .wrapper {
    border-bottom: 1px solid #DEDEDE;
    margin-left: 10px;
    padding: 5px 0;
}

#widget-bar > .content ul ul li.additional-layer .content .float-box .wrapper.last {
    border-bottom: 0px;
}

#widget-bar > .content ul ul li.additional-layer .content .float-box .wrapper a.html-replacement.checkbox {
    float: left;
}

#widget-bar > .content ul ul li.additional-layer .content .float-box .wrapper .label-wrap {
    margin-left: 23px;
}

/* Widgetbar general definitions */
#widget-bar .gc {
    background-color: #F5F5F5;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    font-size: 12px;
}

#widget-bar .m {
    margin: 10px;
}

#widget-bar .mt {
    margin-top: 10px;
}

#widget-bar .mr {
    margin-right: 10px;
}

#widget-bar .mb {
    margin-bottom: 10px;
}

#widget-bar .ml {
    margin-left: 10px;
}

#widget-bar .text-center {
    text-align: center;
}

#widget-bar .separator {
    border-top: 1px solid #DEDEDE;
    background: transparent url('../images/widget-bar/separator-background.png') no-repeat scroll top center;
    height: 4px;
    margin-bottom: -4px;
}

#widget-bar .error label,
#widget-bar .error div.label,
#widget-bar .error-messages {
    color: #CC3300;
}

#widget-bar .float-box {
    float: left;
}

#widget-bar .float-box-right {
    float: right;
}

#widget-bar .label-wrap {
    margin: 0 0 2px 3px;
}

#widget-bar ul li.notepad li.additional-layer .content-link {
    color: #003971;
    font-weight: normal;
}

#widget-bar ul li.notepad li.additional-layer .content-link:hover {
    text-decoration: underline;
}

#widget-bar .input-text > .left {
    background: transparent url('../images/widget-bar/textinput-background-left.png') no-repeat scroll top left;
    height: 24px;
}

#widget-bar .input-text > .left > .right {
    background: transparent url('../images/widget-bar/textinput-background-right.png') no-repeat scroll top right;
    height: 24px;
}

#widget-bar .input-text > .left > .right > .wrapper {
    margin: 0 5px;
}

#widget-bar .input-text > .left > .right > .wrapper > input[type="text"],
#widget-bar .input-text > .left > .right > .wrapper > input[type="password"] {
    background: transparent url('../images/widget-bar/textinput-background.png') repeat-x scroll top left;
    border: none;
    color: #333;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#widget-bar .error .input-text > .left {
    background-image: url('../images/widget-bar/textinput-background-left-error.png');
}

#widget-bar .error .input-text > .left > .right {
    background-image: url('../images/widget-bar/textinput-background-right-error.png');
}

#widget-bar .error .input-text > .left > .right > .wrapper > input[type="text"],
#widget-bar .error .input-text > .left > .right > .wrapper > input[type="password"] {
    background-image: url('../images/widget-bar/textinput-background-error.png');
}

#widget-bar .flex-button-custom {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

#widget-bar .flex-button-custom > .left {
    background: transparent url('../images/widget-bar/flex-button-custom-background-left.png') no-repeat scroll top left;
    height: 28px;
}

#widget-bar .flex-button-custom > .left > .right {
    background: transparent url('../images/widget-bar/flex-button-custom-background-right.png') no-repeat scroll top right;
    height: 28px;
}

#widget-bar .flex-button-custom > .left > .right > .wrapper {
    margin: 0 7px;
}

#widget-bar .flex-button-custom > .left > .right > .wrapper > .button-text {
    background: transparent url('../images/widget-bar/flex-button-custom-background.png') repeat-x scroll top left;
    color: #FFF;
    height: 24px;
    line-height: 24px;
    padding: 0 2px 4px;
}

/* Widgetbar block-definitions */
#widget-bar > .content > ul > li.login li.additional-layer .content-wrap > .left > .right > .content,
#widget-bar > .content > ul > li.logout li.additional-layer .content-wrap > .left > .right > .content {
    width: 230px;
}

#widget-bar > .content > ul > li.account li.additional-layer .content-wrap > .left > .right > .content {
    width: 340px;
}

#widget-bar > .content > ul > li.notepad li.additional-layer .content-wrap > .left > .right > .content {
    width: 502px;
}

#widget-bar .headline {
    color: #666;
    font-size: 13px;
    font-weight: bold;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .head {
    background: transparent url('../images/widget-bar/notepad-icon-head.png') no-repeat scroll left center;
    min-height: 35px;
    padding-left: 35px;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .head .headline {
    margin-bottom: 5px;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .float-box.mr {
    margin-right: 6px;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .float-box a {
    cursor: pointer;
    display: inline-block;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .float-box > .overlay {
    display: none;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .float-box.inactive > .overlay {
    display: block;
    background: transparent url('../images/cart/choose-action-inactive-overlay.png') repeat scroll top left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .float-box.mb {
    margin-bottom: 6px;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .float-box.mr .gc.half {
    margin-right: 1px;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .gc {
    height: 80px;
    position: relative;
    width: 163px;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .gc.half {
    width: 247px;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .gc > .anchor-arrow {
    background: transparent url('../images/widget-bar/gray-container-anchor-arrow.png') no-repeat scroll right bottom;
    bottom: 5px;
    height: 18px;
    position: absolute;
    right: 5px;
    width: 18px;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .gc > .m > .content {
    height: 47px;
    padding: 0 10px 0 50px;
    overflow: hidden;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content .gc.catalog-pdf > .m > .content {
    background: transparent url('../images/widget-bar/notepad-icon-catalog-pdf.png') no-repeat scroll left top;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content .gc.specification > .m > .content {
    background: transparent url('../images/widget-bar/notepad-icon-specification.png') no-repeat scroll left top;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content .gc.data-download > .m > .content {
    background: transparent url('../images/widget-bar/notepad-icon-data-download.png') no-repeat scroll left top;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content .gc.availability-request > .m > .content {
    background: transparent url('../images/widget-bar/notepad-icon-availability-request.png') no-repeat scroll left top;
}

#widget-bar ul li.notepad li.additional-layer .content-wrap > .left > .right > .content .gc.manage-projects > .m > .content {
    background: transparent url('../images/widget-bar/notepad-icon-manage-projects.png') no-repeat scroll left top;
}

#widget-bar ul li.login li.additional-layer .input-text.password {
    width: 164px;
}

#widget-bar ul li.logout button[type="submit"] {
    width: 133px;
}

#widget-bar ul.additional-links li:first-child {
    border-top: none;
}

#widget-bar ul.additional-links li {
    border-top: 1px solid #E9E9E9;
}

#widget-bar ul.additional-links li a {
    background: transparent url('../images/widget-bar/additional-links-arrow.png') no-repeat scroll right center;
    color: #0C1F5F;
    display: block;
    font-size: 12px;
    padding: 8px 23px 8px 2px;
}

#widget-bar ul.additional-links li a:hover {
    text-decoration: underline;
}

#widget-bar.suppressed > .content > ul > li:hover > ul {
    display: none;
}

#widget-bar.suppressed > .content > ul > li > ul.forced {
    display: block;
}

/* Smart style */
#widget-bar-smart {
    background: transparent url('../images/widget-bar/shadow-top.png') no-repeat scroll top left;
    position: absolute;
    right: 0;
    top: 96px;
    width: 37px;
    z-index: 999;
}

#widget-bar-smart > .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#widget-bar-smart > .content ul li a {
    display: inline-block;
}

#widget-bar-smart > .content {
    background: transparent url('../images/widget-bar/shadow-left.png') repeat-y scroll bottom left;
}

#widget-bar-smart > .content > ul {
    margin-top: 2px;
}

#widget-bar-smart > .content > ul > li {
    background: transparent no-repeat scroll top left;
    background-attachment: scroll;
    background-color: transparent;
    background-position: top left;
    background-repeat: no-repeat;
    height: 32px;
    margin-left: 4px;
    position: relative;
}

#widget-bar-smart > .content > ul > li > a {
    display: block;
    height: 32px;
    outline: none;
}

#widget-bar-smart > .content > ul > li.mygrohe {
    background-image: url('../images/widget-bar/smart/mygrohe-icon.png');
    height: 92px;
    padding: 0;
}

#widget-bar-smart > .content > ul > li.mygrohe a {
    height: 102px;
}

#widget-bar-smart > .content > ul > li.smart {
    background-image: url('../images/widget-bar/smart/grohe-smart-icon.png');
    height: 67px;
    padding: 0;
}

#widget-bar-smart > .content > ul > li.smart a {
    height: 67px;
}

#widget-bar-smart > .content > ul > li.smart-amount {
    background-image: url('../images/widget-bar/smart/smart-amount-icon.png');
    position: relative;
}

#widget-bar-smart > .content > ul > li.rewards {
    background-image: url('../images/widget-bar/smart/rewards-icon.png');
    position: relative;
}

#widget-bar-smart > .content > ul > li.notepad {
    background-image: url('../images/widget-bar/smart/notepad-icon.png');
    position: relative;
}

#widget-bar-smart > .content > ul > li.notepad > a > .amount {
    cursor: pointer;
    left: 3px;
    max-width: 25px;
    overflow: hidden;
    position: absolute;
    top: 4px;
}

#widget-bar-smart > .content > ul > li.notepad > a > .amount .left {
    background: transparent url('../images/widget-bar/highlight-red-small-background-left.png') no-repeat scroll top left;
}

#widget-bar-smart > .content > ul > li.notepad > a > .amount .left .right {
    background: transparent url('../images/widget-bar/highlight-red-small-background-right.png') no-repeat scroll top right;
}

#widget-bar-smart > .content > ul > li.notepad > a > .amount .left .right .content {
    background-color: #AF071F;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    height: 14px;
    line-height: 14px;
    margin: 0 2px;
    padding: 0;
}

#widget-bar-smart > .content > ul > li.notepad .additional-layer .amount {
    margin: 0 3px;
}

#widget-bar-smart > .content > ul > li.notepad .additional-layer .amount .left {
    background: transparent url('../images/widget-bar/highlight-red-background-left.png') no-repeat scroll top left;
}

#widget-bar-smart > .content > ul > li.notepad .additional-layer .amount .left .right {
    background: transparent url('../images/widget-bar/highlight-red-background-right.png') no-repeat scroll top right;
}

#widget-bar-smart > .content > ul > li.notepad .additional-layer .amount .left .right .content {
    background-color: #AF071F;
    color: #FFF;
    font-size: 13px;
    height: 17px;
    line-height: 17px;
    margin: 0 3px;
    padding: 0;
    width: auto;
    font-weight: bold;
}

#widget-bar-smart > .content > ul > li.favorite {
    background-image: url('../images/widget-bar/favorite-icon.png');
}

#widget-bar-smart > .content > ul > li.favorite.inactive {
    background-image: url('../images/widget-bar/favorite-icon-inactive.png');
}

#widget-bar-smart > .content > ul > li.account {
    background-image: url('../images/widget-bar/smart/account-icon.png');
}

#widget-bar-smart > .content > ul > li.account.inactive {
    background-image: url('../images/widget-bar/smart/account-icon-inactive.png');
}

#widget-bar-smart > .content > ul > li.login {
    background-image: url('../images/widget-bar/smart/login-icon.png');
}

#widget-bar-smart > .content > ul > li.logout {
    background-image: url('../images/widget-bar/smart/logout-icon.png');
}

#widget-bar-smart > .content > ul > li.separator {
    border: none;
    height: auto;
    margin: 0 0 0 4px;
}

#widget-bar-smart > .content > ul > li.separator div {
    background: transparent url('../images/widget-bar/smart/separator-background.png') repeat scroll left top;
    height: 1px;
}

#widget-bar-smart > .content > ul > li.separator.red div {
    background-image: url('../images/widget-bar/smart/separator-red-background.png');
}

#widget-bar-smart > .content ul > li.last > a {
    background: transparent url('../images/widget-bar/smart/shadow-bottom.png') no-repeat scroll left bottom;
    margin-left: -4px;
    padding: 0 0 10px 4px;
}

#widget-bar-smart > .content > ul > li > ul {
    display: none;
    position: absolute;
    right: 26px;
    top: 0;
}

#widget-bar-smart > .content > ul > li:hover > ul {
    display: block;
}

#widget-bar-smart > .content ul ul li.additional-layer {
    background: none;
    display: block;
    padding: 20px 0 20px 20px;
    margin: -20px 0 -20px -20px;
}

/* Layer-Styles */
#widget-bar-smart > .content ul ul li.additional-layer .pointer {
    background: transparent url('../images/widget-bar/layer-pointer.png') repeat-x scroll left top;
    height: 16px;
    right: 2px;
    position: absolute;
    top: 22px;
    width: 22px;
}

#widget-bar-smart > .content ul ul li.additional-layer > .pos-rel > .top {
    height: 1px;
    width: 100%;
}

#widget-bar-smart > .content ul ul li.additional-layer > .pos-rel > .top > .left {
    background: transparent url('../images/widget-bar/layer-background-top-left.png') no-repeat scroll left top;
    height: 1px;
    margin-right: 23px;
}

#widget-bar-smart > .content ul ul li.additional-layer > .pos-rel > .top > .right {
    background: transparent url('../images/widget-bar/layer-background-top-right.png') no-repeat scroll left top;
    float: right;
    height: 2px;
    margin-right: 23px;
    width: 2px;
}

#widget-bar-smart > .content ul ul li.additional-layer > .pos-rel > .bottom {
    width: 100%;
}

#widget-bar-smart > .content ul ul li.additional-layer > .pos-rel > .bottom > .left {
    background: transparent url('../images/widget-bar/layer-background-bottom-left.png') no-repeat scroll left top;
    height: 3px;
    margin-right: 23px;
}

#widget-bar-smart > .content ul ul li.additional-layer > .bottom > .right {
    background: transparent url('../images/widget-bar/layer-background-bottom-right.png') no-repeat scroll left top;
    float: right;
    height: 4px;
    margin: -1px 23px 0 0;
    width: 4px;
}

#widget-bar-smart > .content ul ul li.additional-layer .content-wrap {
    width: 100%;
}

#widget-bar-smart > .content ul ul li.additional-layer .content-wrap > .left {
    background: transparent url('../images/widget-bar/layer-background-left.png') repeat-y scroll left top;
}

#widget-bar-smart > .content ul ul li.additional-layer .content-wrap > .left > .right {
    background: transparent url('../images/widget-bar/layer-background-right.png') repeat-y scroll right top;
    margin-right: 22px;
}

#widget-bar-smart > .content ul ul li.additional-layer .content-wrap > .left > .right > .content {
    margin: 0 2px;
}

#widget-bar-smart > .content ul ul li.additional-layer .content {
    background-color: #FFF;
    padding: 10px 10px 0;
}

#widget-bar-smart > .content ul ul li.additional-layer .content .float-box .wrapper {
    border-bottom: 1px solid #DEDEDE;
    margin-left: 10px;
    padding: 5px 0;
}

#widget-bar-smart > .content ul ul li.additional-layer .content .float-box .wrapper.last {
    border-bottom: 0px;
}

#widget-bar-smart > .content ul ul li.additional-layer .content .float-box .wrapper a.html-replacement.checkbox {
    float: left;
}

#widget-bar-smart > .content ul ul li.additional-layer .content .float-box .wrapper .label-wrap {
    margin-left: 23px;
}

/* Widgetbar general definitions */
#widget-bar-smart .gc {
    background-color: #F5F5F5;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    font-size: 12px;
}

#widget-bar-smart .m {
    margin: 10px;
}

#widget-bar-smart .mt {
    margin-top: 10px;
}

#widget-bar-smart .mr {
    margin-right: 10px;
}

#widget-bar-smart .mb {
    margin-bottom: 10px;
}

#widget-bar-smart .ml {
    margin-left: 10px;
}

#widget-bar-smart .text-center {
    text-align: center;
}

#widget-bar-smart .separator {
    border-top: 1px solid #DEDEDE;
    background: transparent url('../images/widget-bar/separator-background.png') no-repeat scroll top center;
    height: 4px;
    margin-bottom: -4px;
}

#widget-bar-smart .error label,
#widget-bar-smart .error div.label,
#widget-bar-smart .error-messages {
    color: #CC3300;
}

#widget-bar-smart .float-box {
    float: left;
}

#widget-bar-smart .float-box-right {
    float: right;
}

#widget-bar-smart .label-wrap {
    margin: 0 0 2px 3px;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-link {
    color: #003971;
    font-weight: normal;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-link:hover {
    text-decoration: underline;
}

#widget-bar-smart .input-text > .left {
    background: transparent url('../images/widget-bar/textinput-background-left.png') no-repeat scroll top left;
    height: 24px;
}

#widget-bar-smart .input-text > .left > .right {
    background: transparent url('../images/widget-bar/textinput-background-right.png') no-repeat scroll top right;
    height: 24px;
}

#widget-bar-smart .input-text > .left > .right > .wrapper {
    margin: 0 5px;
}

#widget-bar-smart .input-text > .left > .right > .wrapper > input[type="text"],
#widget-bar-smart .input-text > .left > .right > .wrapper > input[type="password"] {
    background: transparent url('../images/widget-bar/textinput-background.png') repeat-x scroll top left;
    border: none;
    color: #333;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#widget-bar-smart .error .input-text > .left {
    background-image: url('../images/widget-bar/textinput-background-left-error.png');
}

#widget-bar-smart .error .input-text > .left > .right {
    background-image: url('../images/widget-bar/textinput-background-right-error.png');
}

#widget-bar-smart .error .input-text > .left > .right > .wrapper > input[type="text"],
#widget-bar-smart .error .input-text > .left > .right > .wrapper > input[type="password"] {
    background-image: url('../images/widget-bar/textinput-background-error.png');
}

#widget-bar-smart .flex-button-custom {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

#widget-bar-smart .flex-button-custom > .left {
    background: transparent url('../images/widget-bar/flex-button-custom-background-left.png') no-repeat scroll top left;
    height: 28px;
}

#widget-bar-smart .flex-button-custom > .left > .right {
    background: transparent url('../images/widget-bar/flex-button-custom-background-right.png') no-repeat scroll top right;
    height: 28px;
}

#widget-bar-smart .flex-button-custom > .left > .right > .wrapper {
    margin: 0 7px;
}

#widget-bar-smart .flex-button-custom > .left > .right > .wrapper > .button-text {
    background: transparent url('../images/widget-bar/flex-button-custom-background.png') repeat-x scroll top left;
    color: #FFF;
    height: 24px;
    line-height: 24px;
    padding: 0 2px 4px;
}

/* Widgetbar block-definitions */
#widget-bar-smart > .content > ul > li.login li.additional-layer .content-wrap > .left > .right > .content,
#widget-bar-smart > .content > ul > li.logout li.additional-layer .content-wrap > .left > .right > .content {
    width: 230px;
}

#widget-bar-smart > .content > ul > li.account li.additional-layer .content-wrap > .left > .right > .content {
    width: 340px;
}

#widget-bar-smart > .content > ul > li.smart-amount li.additional-layer .content-wrap > .left > .right > .content,
#widget-bar-smart > .content > ul > li.rewards li.additional-layer .content-wrap > .left > .right > .content {
    width: 287px;
}

#widget-bar-smart > .content > ul > li.notepad li.additional-layer .content-wrap > .left > .right > .content {
    width: 502px;
}

#widget-bar-smart .headline {
    color: #666;
    font-size: 13px;
    font-weight: bold;
}

#widget-bar-smart ul li.smart-amount li.additional-layer .content-wrap > .left > .right > .content > .head {
    background: transparent url('../images/widget-bar/smart/smart-amount-icon-head.png') no-repeat scroll left center;
    min-height: 31px;
    padding-left: 41px;
}

#widget-bar-smart ul li.smart-amount li.additional-layer .content-wrap > .left > .right > .content .head .headline {
    margin-bottom: 5px;
}

#widget-bar-smart ul li.rewards li.additional-layer .content-wrap > .left > .right > .content > .head {
    background: transparent url('../images/widget-bar/smart/rewards-icon-head.png') no-repeat scroll left center;
    min-height: 26px;
    padding-left: 32px;
}

#widget-bar-smart ul li.rewards li.additional-layer .content-wrap > .left > .right > .content .head .headline {
    margin-bottom: 5px;
}

#widget-bar-smart ul li.smart-amount li.additional-layer .content-wrap > .left > .right > .content .gc {
    border-bottom: none;
}

#widget-bar-smart ul li.smart-amount li.additional-layer .content-wrap > .left > .right > .content .separator {
    margin-top: 4px;
}

#widget-bar-smart ul li.smart-amount li.additional-layer .content-wrap > .left > .right > .content .state {
    font-weight: bold;
    margin-bottom: -5px;
    padding: 10px 0;
    text-align: center;
}

#widget-bar-smart ul li.smart-amount li.additional-layer .content-wrap > .left > .right > .content .state .bright {
    color: #CCC;
}

#widget-bar-smart ul li.smart-amount li.additional-layer .content-wrap > .left > .right > .content .state .orange {
    color: #EA391A;
}

#widget-bar-smart ul li.smart-amount li.additional-layer .content-wrap > .left > .right > .content .state .horizontal-center {
    margin: 0 auto;
}

#widget-bar-smart ul li.smart-amount li.additional-layer .content-wrap > .left > .right > .content .state .big {
    font-size: 45px;
}

#widget-bar-smart ul li.rewards li.additional-layer .content-wrap > .left > .right > .content a {
    display: block;
}

#widget-bar-smart ul li.rewards li.additional-layer .content-wrap > .left > .right > .content .link-list a.content-link {
    margin-top: 5px;
}

#widget-bar-smart ul li.rewards li.additional-layer .content-wrap > .left > .right > .content .link-list a.content-link:first-child {
    margin-top: 0;
}

#widget-bar-smart ul li.rewards li.additional-layer .content-wrap > .left > .right > .content .link-list a.content-link  .gc .content {
    background: transparent url('../images/widget-bar/gray-container-anchor-arrow.png') no-repeat scroll right center;
    margin: 2px 5px;
    padding: 0 18px 0 0;
}

#widget-bar-smart ul li.rewards li.additional-layer .content-wrap > .left > .right > .content .link-list a.content-link  .gc .content table {
    width: 100%;
}

#widget-bar-smart ul li.rewards li.additional-layer .content-wrap > .left > .right > .content .link-list a.content-link  .gc .content .image {
    padding-right: 10px;
    width: 58px;
}

#widget-bar-smart ul li.rewards li.additional-layer .content-wrap > .left > .right > .content .link-list a.content-link  .gc .content .image img {
    display: block;
    max-height: 46px;
    max-width: 58px;
}

#widget-bar-smart ul li.rewards li.additional-layer .content-wrap > .left > .right > .content .link-list a.content-link  .gc .content .description {
    width: 190px;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .head {
    background: transparent url('../images/widget-bar/notepad-icon-head.png') no-repeat scroll left center;
    min-height: 35px;
    padding-left: 35px;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .head .headline {
    margin-bottom: 5px;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .float-box.mr {
    margin-right: 6px;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .float-box a {
    cursor: pointer;
    display: inline-block;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .float-box > .overlay {
    display: none;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .float-box.inactive > .overlay {
    display: block;
    background: transparent url('../images/cart/choose-action-inactive-overlay.png') repeat scroll top left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .float-box.mb {
    margin-bottom: 6px;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .float-box.mr .gc.half {
    margin-right: 1px;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .gc {
    height: 80px;
    position: relative;
    width: 163px;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .gc.half {
    width: 247px;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .gc > .anchor-arrow {
    background: transparent url('../images/widget-bar/gray-container-anchor-arrow.png') no-repeat scroll right bottom;
    bottom: 5px;
    height: 18px;
    position: absolute;
    right: 5px;
    width: 18px;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content > .clean .gc > .m > .content {
    height: 47px;
    padding: 0 10px 0 50px;
    overflow: hidden;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content .gc.catalog-pdf > .m > .content {
    background: transparent url('../images/widget-bar/notepad-icon-catalog-pdf.png') no-repeat scroll left top;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content .gc.specification > .m > .content {
    background: transparent url('../images/widget-bar/notepad-icon-specification.png') no-repeat scroll left top;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content .gc.data-download > .m > .content {
    background: transparent url('../images/widget-bar/notepad-icon-data-download.png') no-repeat scroll left top;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content .gc.availability-request > .m > .content {
    background: transparent url('../images/widget-bar/notepad-icon-availability-request.png') no-repeat scroll left top;
}

#widget-bar-smart ul li.notepad li.additional-layer .content-wrap > .left > .right > .content .gc.manage-projects > .m > .content {
    background: transparent url('../images/widget-bar/notepad-icon-manage-projects.png') no-repeat scroll left top;
}

#widget-bar-smart ul li.login li.additional-layer .input-text.password {
    width: 164px;
}

#widget-bar-smart ul li.logout button[type="submit"] {
    width: 133px;
}

#widget-bar-smart ul.additional-links li:first-child {
    border-top: none;
}

#widget-bar-smart ul.additional-links li {
    border-top: 1px solid #E9E9E9;
}

#widget-bar-smart ul.additional-links li a {
    background: transparent url('../images/widget-bar/additional-links-arrow.png') no-repeat scroll right center;
    color: #0C1F5F;
    display: block;
    font-size: 12px;
    padding: 8px 23px 8px 2px;
}

#widget-bar-smart ul.additional-links li a:hover {
    text-decoration: underline;
}

#widget-bar-smart.suppressed > .content > ul > li:hover > ul {
    display: none;
}

#widget-bar-smart.suppressed > .content > ul > li > ul.forced {
    display: block;
}
