/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider

  Note: IE6 works fine without this fix.
*/
body {
    min-width: 960px;
}
/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12,
.container_16 {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11,
.push_12,
.pull_12,
.push_13,
.pull_13,
.push_14,
.pull_14,
.push_15,
.pull_15 {
    position: relative;
}
.container_12 .grid_3,
.container_16 .grid_4 {
    width: 220px;
}
.container_12 .grid_6,
.container_16 .grid_8 {
    width: 460px;
}
.container_12 .grid_9,
.container_16 .grid_12 {
    width: 700px;
}
.container_12 .grid_12,
.container_16 .grid_16 {
    width: 940px;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
    margin-left: 0;
}
.omega {
    margin-right: 0;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
    width: 60px;
}
.container_12 .grid_2 {
    width: 140px;
}
.container_12 .grid_4 {
    width: 300px;
}
.container_12 .grid_5 {
    width: 380px;
}
.container_12 .grid_7 {
    width: 540px;
}
.container_12 .grid_8 {
    width: 620px;
}
.container_12 .grid_10 {
    width: 780px;
}
.container_12 .grid_11 {
    width: 860px;
}
/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1 {
    width: 40px;
}
.container_16 .grid_2 {
    width: 100px;
}
.container_16 .grid_3 {
    width: 160px;
}
.container_16 .grid_5 {
    width: 280px;
}
.container_16 .grid_6 {
    width: 340px;
}
.container_16 .grid_7 {
    width: 400px;
}
.container_16 .grid_9 {
    width: 520px;
}
.container_16 .grid_10 {
    width: 580px;
}
.container_16 .grid_11 {
    width: 640px;
}
.container_16 .grid_13 {
    width: 760px;
}
.container_16 .grid_14 {
    width: 820px;
}
.container_16 .grid_15 {
    width: 880px;
}
/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_3,
.container_16 .prefix_4 {
    padding-left: 240px;
}
.container_12 .prefix_6,
.container_16 .prefix_8 {
    padding-left: 480px;
}
.container_12 .prefix_9,
.container_16 .prefix_12 {
    padding-left: 720px;
}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
    padding-left: 80px;
}
.container_12 .prefix_2 {
    padding-left: 160px;
}
.container_12 .prefix_4 {
    padding-left: 320px;
}
.container_12 .prefix_5 {
    padding-left: 400px;
}
.container_12 .prefix_7 {
    padding-left: 560px;
}
.container_12 .prefix_8 {
    padding-left: 640px;
}
.container_12 .prefix_10 {
    padding-left: 800px;
}
.container_12 .prefix_11 {
    padding-left: 880px;
}
/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1 {
    padding-left: 60px;
}
.container_16 .prefix_2 {
    padding-left: 120px;
}
.container_16 .prefix_3 {
    padding-left: 180px;
}
.container_16 .prefix_5 {
    padding-left: 300px;
}
.container_16 .prefix_6 {
    padding-left: 360px;
}
.container_16 .prefix_7 {
    padding-left: 420px;
}
.container_16 .prefix_9 {
    padding-left: 540px;
}
.container_16 .prefix_10 {
    padding-left: 600px;
}
.container_16 .prefix_11 {
    padding-left: 660px;
}
.container_16 .prefix_13 {
    padding-left: 780px;
}
.container_16 .prefix_14 {
    padding-left: 840px;
}
.container_16 .prefix_15 {
    padding-left: 900px;
}
/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_3,
.container_16 .suffix_4 {
    padding-right: 240px;
}
.container_12 .suffix_6,
.container_16 .suffix_8 {
    padding-right: 480px;
}
.container_12 .suffix_9,
.container_16 .suffix_12 {
    padding-right: 720px;
}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
    padding-right: 80px;
}
.container_12 .suffix_2 {
    padding-right: 160px;
}
.container_12 .suffix_4 {
    padding-right: 320px;
}
.container_12 .suffix_5 {
    padding-right: 400px;
}
.container_12 .suffix_7 {
    padding-right: 560px;
}
.container_12 .suffix_8 {
    padding-right: 640px;
}
.container_12 .suffix_10 {
    padding-right: 800px;
}
.container_12 .suffix_11 {
    padding-right: 880px;
}
/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1 {
    padding-right: 60px;
}
.container_16 .suffix_2 {
    padding-right: 120px;
}
.container_16 .suffix_3 {
    padding-right: 180px;
}
.container_16 .suffix_5 {
    padding-right: 300px;
}
.container_16 .suffix_6 {
    padding-right: 360px;
}
.container_16 .suffix_7 {
    padding-right: 420px;
}
.container_16 .suffix_9 {
    padding-right: 540px;
}
.container_16 .suffix_10 {
    padding-right: 600px;
}
.container_16 .suffix_11 {
    padding-right: 660px;
}
.container_16 .suffix_13 {
    padding-right: 780px;
}
.container_16 .suffix_14 {
    padding-right: 840px;
}
.container_16 .suffix_15 {
    padding-right: 900px;
}
/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .push_3,
.container_16 .push_4 {
    left: 240px;
}
.container_12 .push_6,
.container_16 .push_8 {
    left: 480px;
}
.container_12 .push_9,
.container_16 .push_12 {
    left: 720px;
}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
    left: 80px;
}
.container_12 .push_2 {
    left: 160px;
}
.container_12 .push_4 {
    left: 320px;
}
.container_12 .push_5 {
    left: 400px;
}
.container_12 .push_7 {
    left: 560px;
}
.container_12 .push_8 {
    left: 640px;
}
.container_12 .push_10 {
    left: 800px;
}
.container_12 .push_11 {
    left: 880px;
}
/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .push_1 {
    left: 60px;
}
.container_16 .push_2 {
    left: 120px;
}
.container_16 .push_3 {
    left: 180px;
}
.container_16 .push_5 {
    left: 300px;
}
.container_16 .push_6 {
    left: 360px;
}
.container_16 .push_7 {
    left: 420px;
}
.container_16 .push_9 {
    left: 540px;
}
.container_16 .push_10 {
    left: 600px;
}
.container_16 .push_11 {
    left: 660px;
}
.container_16 .push_13 {
    left: 780px;
}
.container_16 .push_14 {
    left: 840px;
}
.container_16 .push_15 {
    left: 900px;
}
/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_3,
.container_16 .pull_4 {
    left: -240px;
}
.container_12 .pull_6,
.container_16 .pull_8 {
    left: -480px;
}
.container_12 .pull_9,
.container_16 .pull_12 {
    left: -720px;
}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
    left: -80px;
}
.container_12 .pull_2 {
    left: -160px;
}
.container_12 .pull_4 {
    left: -320px;
}
.container_12 .pull_5 {
    left: -400px;
}
.container_12 .pull_7 {
    left: -560px;
}
.container_12 .pull_8 {
    left: -640px;
}
.container_12 .pull_10 {
    left: -800px;
}
.container_12 .pull_11 {
    left: -880px;
}
/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .pull_1 {
    left: -60px;
}
.container_16 .pull_2 {
    left: -120px;
}
.container_16 .pull_3 {
    left: -180px;
}
.container_16 .pull_5 {
    left: -300px;
}
.container_16 .pull_6 {
    left: -360px;
}
.container_16 .pull_7 {
    left: -420px;
}
.container_16 .pull_9 {
    left: -540px;
}
.container_16 .pull_10 {
    left: -600px;
}
.container_16 .pull_11 {
    left: -660px;
}
.container_16 .pull_13 {
    left: -780px;
}
.container_16 .pull_14 {
    left: -840px;
}
.container_16 .pull_15 {
    left: -900px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
.clearfix:after,
.container_12:after,
.container_16:after {
    clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12,
.container_16 {
    zoom: 1;
}

#content {
    margin: 0 auto;
    width: 960px;
    margin-top: 80px;
}
a:hover {
    text-decoration: none;
}
ul {
    list-style: none;
    padding-left: 0;
}

header.mainNavigation {
    top: 0;
}

#pageOffer #section-intro-right a.sales_link,
#pageOffer #section-intro-right a.sales_link:visited {
    color: #9d9d95;
    text-decoration: underline;
}
#pageOffer #section-intro-right a.sales_link:hover {
    color: #3D87FF;
    text-decoration: underline;
}
#pageOffer #section-package a.sales_link {
    color: #9d9d95;
    text-decoration: underline;
}
#pageOffer #section-package a.sales_link:hover {
    color: #3D87FF;
    text-decoration: underline;
}
/* individual OfferPages */
#pageOffer #section-intro-right #partner-discount {
    color: #363833;
    font-size: 13px;
    padding-left: 0px;
    padding-top: 350px;
    text-align: right;
}
#pageOffer #section-intro-right #partner-discount #label {
    color: #fff;
    background: #c80019;
    display: inline;
}
#pageOffer #section-intro-right #partner-discount .pricing {
    display: block;
}
#pageOffer #section-intro-right #partner-discount strike {
    color: #c80019;
}
#pageOffer #section-intro-right #partner-discount strike span {
    color: #363833;
}
#pageOffer #partner-box {
    border-top: 1px dotted #dad9d5;
    margin-top: 40px;
    padding-top: 20px;
    clear: both;
}
#pageOffer #partner-box .left {
    float: left;
    width: 740px;
}
#pageOffer #partner-box p {
    width: 700px;
    padding-bottom: 5px;
}
#pageOffer #partner-box .bttn_container {
    float: left;
    width: 330px;
}
#pageOffer #partner-box .offer-price {
    float: left;
    width: 410px;
}
#pageOffer #partner-box .offer-label {
    display: block;
    padding-top: 35px;
    float: left;
    padding-right: 10px;
    text-align: right;
    padding-left: 10px;
    font-size: 13px;
    line-height: 100%;
}
#pageOffer #partner-box .pricing em {
    font-size: 16px;
    font-style: normal;
    line-height: 15px;
    position: absolute;
    padding-left: 105px;
    padding-top: 20px;
}
#pageOffer #partner-box .pricing strong {
    font-size: 75px;
    font-weight: bold;
    line-height: 28px;
    position: absolute;
    padding-top: 20px;
}
#pageOffer #partner-box .dongel-container {
    float: left;
    width: 200px;
}
#pageOffer #partner-box .canvas {
    position: absolute;
    margin-left: 40px;
    z-index: 1;
}
#pageOffer #partner-box .partner-logo {
    position: absolute;
    margin-left: 51px;
    margin-top: 5px;
    z-index: 2;
}
#pageOffer #partner-box .partner-offer {
    position: absolute;
    margin-left: 30px;
    margin-top: 65px;
    z-index: 3;
}
#pageOffer #noJSenabled {
    z-index: 1000;
    display: block;
    background: url(/cms/assets/templates/common/images/settings-shadow.png) center bottom no-repeat #ffffff;
    border-top: 2px solid #C80019;
    font-weight: bold;
    color: #C80019;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
#pageOffer #noJSenabled div {
    width: 940px;
    text-align: left;
    margin: 0 auto;
    padding: 15px 20px 20px 20px;
}
#pageOffer #noJSenabled h4 {
    font-size: 16px;
    color: #C80019;
}
#pageOffer #noJSenabled span {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    background: url(/cms/assets/templates/common/images/common.png) -560px 0;
    margin-right: 5px;
}
/*
 * @section pageOffer - intro
 */
#pageOffer h1 {
    color: #363833;
    font-size: 50px;
    font-weight: normal;
    padding-top: 10px;
    position: relative;
    z-index: 2;
}
#pageOffer h2 {
    color: #363833;
    font-size: 50px;
    font-weight: normal;
    padding-top: 10px;
}
#pageOffer h4 {
    color: #545651;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 1px;
}
#pageOffer .btnAnanas {
    margin-top: 20px;
}
#pageOffer #section-intro {
    position: relative;
    margin-top: 20px;
}
#pageOffer #section-intro ul {
    margin-top: 36px;
    width: 520px;
    min-height: 270px;
}
#pageOffer #section-intro ul li {
    margin-bottom: 35px;
    height: 49px;
    font-size: 13px;
}
#pageOffer #section-intro ul p {
    padding-left: 50px;
    margin-top: 0;
}
#pageOffer #section-intro ul li span {
    float: left;
    height: 50px;
    width: 50px;
}
#pageOffer #section-intro ul li.trustmark span {
    background: url(/cms/assets/templates/b2b/images/offer-icons-international-v1.png) no-repeat 0px 0px;
}
#pageOffer #section-intro ul li.sellerRating {
    background: url(/cms/assets/templates/b2b/images/offer-icons-international-v1.png) no-repeat 0px -50px;
}
#pageOffer #section-intro ul li.buyerProtectionService {
    background: url(/cms/assets/templates/b2b/images/offer-icons-international-v1.png) no-repeat 0px -100px;
}
#pageOffer #section-intro ul li.service {
    background: url(/cms/assets/templates/b2b/images/offer-icons-international-v1.png) no-repeat 0px -150px;
}
#pageOffer #section-intro ul li.legal {
    background: url(/cms/assets/templates/b2b/images/offer-icons-international-v1.png) no-repeat 4px -200px;
}
#pageOffer #section-intro ul li.imrg {
    background: url('/cms/assets/templates/b2b/images/p01-en-UK-imrgBullet-1c.png') no-repeat 0 5px;
}
#pageOffer #section-intro ul li.imrg a {
    color: #9d9d95;
    text-decoration: underline;
}
#pageOffer #section-intro ul li.imrg a:hover {
    color: #3D87FF;
}
#pageOffer #section-intro ul li h4 {
    font-size: 15px;
}
#pageOffer #section-intro p.info {
    margin-top: 0px;
    padding-left: 50px;
}
#pageOffer #section-intro p.info a,
#pageOffer #section-intro .sellerRating a {
    color: #9d9d95;
    text-decoration: underline;
}
#pageOffer #section-intro p.info a:hover,
#pageOffer #section-intro .sellerRating a:hover {
    color: #3D87FF;
}
/*IMRG DIFFERENT POSITION */
#pageOffer #section-intro p.infoIMRG {
    margin-top: -40px;
    padding-right: 17px;
    float: right;
}
#pageOffer #section-intro p.infoIMRG a {
    color: #9d9d95;
    text-decoration: none;
}
#pageOffer #section-intro p.infoIMRG a:hover {
    color: #3D87FF;
}
#pageOffer #section-intro-right {
    background: url(/assets/img/trustmark-widget/trustmark-widget_w450_en-EU.jpg) no-repeat 0 0;
    height: 354px;
    left: 550px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 380px;
}
#pageOffer #section-intro-right.en-EU {
    background: url(/assets/img/trustmark-widget/trustmark-widget_w450_en-EU.jpg) no-repeat 0 0;
}
#pageOffer #section-intro-right.de-AT {
    background: url(/assets/img/trustmark-widget/trustmark-widget_w450_de-AT.jpg) no-repeat 0 0;
}
#pageOffer #section-intro-right.de-CH {
    background: url(/assets/img/trustmark-widget/trustmark-widget_w450_de-CH.jpg) no-repeat 0 0;
}
#pageOffer #section-intro-right.de-DE {
    background: url(/assets/img/trustmark-widget/trustmark-widget_w450_de-DE.jpg) no-repeat 0 0;
}
#pageOffer #section-intro-right.es-ES {
    background: url(/assets/img/trustmark-widget/trustmark-widget_w450_es-ES.jpg) no-repeat 0 0;
}
#pageOffer #section-intro-right.pl-PL {
    background: url(/assets/img/trustmark-widget/trustmark-widget_w450_pl-PL.jpg) no-repeat 0 0;
}
#pageOffer #section-intro-right.fr-FR {
    background: url(/assets/img/trustmark-widget/trustmark-widget_w450_fr-FR.jpg) no-repeat 0 0;
}
#pageOffer #section-intro-right.it-IT {
    background: url(/assets/img/trustmark-widget/trustmark-widget_w450_it-IT.jpg) no-repeat 0 0;
}
#pageOffer #section-intro-right.nl-NL {
    background: url(/assets/img/trustmark-widget/trustmark-widget_w450_nl-NL.jpg) no-repeat 0 0;
}
#pageOffer #section-intro-right.nl-BE {
    background: url(/assets/img/trustmark-widget/trustmark-widget_w450_nl-BE.jpg) no-repeat 0 0;
}
#pageOffer #section-intro-right.fr-BE {
    background: url(/assets/img/trustmark-widget/trustmark-widget_w450_fr-BE.jpg) no-repeat 0 0;
}
#pageOffer #section-intro-right span.stoererVrrl {
    display: block;
    width: 100px;
    height: 40px;
    background: url(/cms/assets/templates/b2b/images/stoerer-vrrl_de-DE-AT-CH.png);
    position: absolute;
    margin-top: 20px;
    margin-left: 56px;
}
#pageOffer #section-intro-right #pricing-std {
    color: #363833;
    display: inline-block;
    font-size: 13px;
    padding-top: 298px;
}
#pageOffer #section-intro-right span strong,
#pageOffer #partner-discount .pricing strong {
    font-size: 75px;
    font-weight: bold;
    line-height: 28px;
    right: 0px;
}
#pageOffer #section-intro-right span em {
    font-size: 14px;
    font-style: normal;
    position: absolute;
    right: 0;
}
#pageOffer #section-intro-right .salesContact {
    padding-top: 320px;
}
#pageOffer #section-intro-right .salesContact img {
    border: none;
    float: right;
    margin-left: 10px;
}
#pageOffer #section-intro-right .salesContact h4 {
    margin-top: 5px;
}
#pageOffer #section-intro-right .salesContact .phone {
    font-size: 16px;
    margin-top: 0;
    padding-bottom: 0;
}
#pageOffer #section-intro-right .salesContact .who {
    color: #706f67;
}
#pageOffer #partner-discount .pricing em {
    font-size: 14px;
    position: absolute;
    right: 0;
    margin-top: -45px;
}
#pageOffer #partner-discount #label {
    margin-top: 10px;
    margin-right: 10px;
}
#pageOffer #partner-discount .starting {
    padding-top: 13px;
}
#pageOffer #partner-discount .starting .strike {
    display: block;
    margin-right: 10px;
}
#pageOffer #section-intro-right p {
    color: #363833;
    display: block;
    font-size: 13px;
    margin-top: 10px;
}
#pageOffer #section-intro-right .btnAnanas {
    width: 300px;
    margin-left: 80px;
    margin-top: 10px;
}
#pageOffer #section-bundles {
    padding-top: 10px;
}
#pageOffer #section-bundles .bundles {
    margin-top: 30px;
}
#pageOffer #section-bundles .bundles .bundle {
    display: block;
    width: 300px;
    margin-left: 20px;
    font-size: 16px;
    color: #545651;
    float: left;
}
#pageOffer #section-bundles .bundles .bundle:first-child {
    margin-left: 0;
}
#pageOffer #section-bundles .bundles .bundle .pricing {
    float: right;
    line-height: 100%;
}
#pageOffer #section-bundles .bundles .bundle .eyecatcher {
    background: url(/cms/assets/templates/b2b/images/b2b-membership_bundleEyecatcher.png);
    display: block;
    width: 190px;
    height: 55px;
    color: #FFF;
    position: absolute;
    margin-top: -45px;
    margin-left: 60px;
    text-align: center;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 5px;
    box-sizing: border-box;
    padding-right: 10px;
}
#pageOffer #section-bundles .bundles .bundle .eyecatcher strong {
    display: block;
    font-size: 16px;
    text-align: center;
}
#pageOffer #section-bundles .bundles .bundle .header {
    display: block;
    padding: 10px;
    text-align: center;
    background: #0DBEDC;
    color: #FFFFFF;
    font-size: 13px;
}
#pageOffer #section-bundles .bundles .bundle .header strong {
    display: block;
    text-align: center;
    font-size: 22px;
}
#pageOffer #section-bundles .bundles .bundle .values {
    min-height: 310px;
    padding: 10px;
}
#pageOffer #section-bundles .bundles .bundle .values li {
    border-top: 1px dotted #DAD9D5;
    padding: 10px 0;
}
#pageOffer #section-bundles .bundles .bundle .values li.check {
    background-image: url(/cms/assets/templates/b2b/images/b2b-membership_bundleCheckCuracao.png);
    background-repeat: no-repeat;
    background-position: 240px 3px;
}
#pageOffer #section-bundles .bundles .bundle .values li:first-child {
    border-top: none;
    padding-top: 0;
}
#pageOffer #section-bundles .bundles .bundle .values em {
    display: block;
    color: #B1B2AE;
    font-size: 13px;
    line-height: 120%;
}
#pageOffer #section-bundles .bundles .bundle .discount {
    padding: 10px;
    font-weight: bold;
    display: block;
}
#pageOffer #section-bundles .bundles .bundle .discount .pricing {
    font-size: 22px;
}
#pageOffer #section-bundles .bundles .bundle .sum {
    border-top: 3px solid #0DBEDC;
    padding: 10px;
    display: block;
    font-size: 13px;
    transition: 0.2s all;
}
#pageOffer #section-bundles .bundles .bundle:hover .sum {
    background: #0DBEDC;
    transition: 0.2s all;
    font-size: 16px;
    color: #FFFFFF;
}
#pageOffer #section-bundles .bundles .bundle .sum .pricing {
    font-size: 22px;
    font-weight: bold;
}
#pageOffer #section-bundles .bundles .bundle .button {
    transition: 0.2s all;
    display: block;
    padding: 10px 0;
}
#pageOffer #section-bundles .bundles .bundle:hover .button {
    background: #0DBEDC;
    transition: 0.2s all;
}
#pageOffer #section-bundles .bundles .bundle .btnBig {
    width: 220px;
    margin-left: 40px;
    margin-top: 0;
}
/*colors*/
#pageOffer #section-bundles .bundles .bundle.berry .header {
    background: #D20078;
}
#pageOffer #section-bundles .bundles .bundle.berry .values li.check {
    background-image: url(/cms/assets/templates/b2b/images/b2b-membership_bundleCheckBerry.png);
}
#pageOffer #section-bundles .bundles .bundle.berry .sum {
    border-top-color: #D20078;
}
#pageOffer #section-bundles .bundles .bundle.berry:hover .sum {
    background: #D20078;
}
#pageOffer #section-bundles .bundles .bundle.berry:hover .button {
    background: #D20078;
}
#pageOffer #section-bundles .bundles .bundle.kiwi .header {
    background: #CCE300;
}
#pageOffer #section-bundles .bundles .bundle.kiwi .values li.check {
    background-image: url(/cms/assets/templates/b2b/images/b2b-membership_bundleCheckKiwi.png);
}
#pageOffer #section-bundles .bundles .bundle.kiwi .sum {
    border-top-color: #CCE300;
}
#pageOffer #section-bundles .bundles .bundle.kiwi:hover .sum {
    background: #CCE300;
}
#pageOffer #section-bundles .bundles .bundle.kiwi:hover .button {
    background: #CCE300;
}
#pageOffer #section-bundles .bundles .bundle.ananas .header {
    background: #FFDC0F;
    color: #000000;
}
#pageOffer #section-bundles .bundles .bundle.ananas .values li.check {
    background-image: url(/cms/assets/templates/b2b/images/b2b-membership_bundleCheckKiwi.png);
}
#pageOffer #section-bundles .bundles .bundle.ananas .sum {
    border-top-color: #FFDC0F;
}
#pageOffer #section-bundles .bundles .bundle.ananas:hover .sum {
    background: #FFDC0F;
}
#pageOffer #section-bundles .bundles .bundle.ananas:hover .button {
    background: #FFDC0F;
}
#pageOffer .package-fullsize-cta {
    margin-top: 40px;
    border-top: 10px solid #FFDC0F;
    border-bottom: 10px solid #FFDC0F;
    padding: 20px 0;
    text-align: center;
}
#pageOffer #section-conversion-rate {
    margin-top: 30px;
}
#pageOffer #section-conversion-rate h2 {
    padding-bottom: 27px;
    padding-top: 34px;
}
#pageOffer #section-conversion-rate .right {
    margin-top: 30px;
}
#pageOffer #section-conversion-rate .stopper {
    float: left;
}
#pageOffer #section-conversion-rate .unit {
    float: right;
    min-height: 150px;
    width: 620px;
}
#pageOffer #section-conversion-rate .unit p {
    width: 450px;
}
#pageOffer #section-conversion-rate .unit.second p {
    width: 100%;
}
#pageOffer #section-conversion-rate .unit.first {
    padding-left: 20px;
}
#pageOffer #section-conversion-rate .unit.first img {
    float: right;
}
#pageOffer #section-conversion-rate .unit.second img {
    float: left;
    margin-right: 100px;
}
#pageOffer #section-conversion-rate .unit.third img {
    float: right;
}
#pageOffer #section-conversion-rate .unit h4 {
    margin-bottom: 20px;
}
#pageOffer #section-conversion-rate .unit p.small {
    color: #9d9d95;
    margin-top: 15px;
    padding: 0;
    height: auto;
}
#pageOffer #section-conversion-rate .unit.third {
    margin-top: 5px;
}
#pageOffer .containerBorder {
    background: url(/cms/assets/templates/b2b/images/pointed_line.png) no-repeat bottom center;
    margin-bottom: 8px;
}
#pageOffer #section-members {
    background: url(/cms/assets/templates/b2b/images/pointed_line.png) no-repeat top center;
    margin-top: 8px;
}
#pageOffer #section-members h2 {
    padding-top: 34px;
}
#pageOffer #section-members #carousel {
    margin: 0 auto;
}
#pageOffer #section-members #carousel > div {
    position: relative;
}
#pageOffer #section-members #carousel .wrapper > div {
    position: relative;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#pageOffer #section-members #carousel p {
    color: #545651;
    font-size: 13px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 17px;
    margin-bottom: 30px;
}
#pageOffer #section-members #carousel p img {
    padding: 0 5px 0 0;
}
#pageOffer #section-members #carousel em {
    bottom: 0;
    color: #9d9d95;
    font-style: normal;
    position: absolute;
    font-size: 13px;
}
#pageOffer #section-members #carousel img.logo {
    bottom: 0;
    position: absolute;
    right: 20px;
}
#pageOffer #section-members .container {
    position: relative;
    margin-top: 30px;
}
.ui-carousel {
    height: 100px;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    width: 300px;
}
.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}
.ui-carousel > .wrapper > * {
    border: 0;
    display: block;
    float: left;
    height: 100px;
    overflow: hidden;
    width: 100px;
}
.carousel-prev,
.carousel-next {
    background: url(/cms/assets/templates/b2b/images/carousel-arrow-sprite.png) no-repeat 0 50%;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0;
    width: 20px;
}
.carousel-next {
    left: auto;
    right: 0;
    background-position: -20px 50%;
}
#pageOffer #section-clientstories {
    background: url(/cms/assets/templates/b2b/images/pointed_line.png) no-repeat top center;
    margin-top: 70px;
}
#pageOffer #section-clientstories h2 {
    padding-top: 34px;
    padding-bottom: 20px;
}
#pageOffer #section-clientstories .carousel_wrapper {
    position: relative;
}
#pageOffer #section-clientstories #clientstories_carousel {
    position: relative;
    width: 960px;
    margin-left: -10px;
    max-height: 260px;
    overflow: hidden;
}
#pageOffer #section-clientstories .storyContainer {
    display: block;
    padding-top: 20px;
    height: 260px;
}
#pageOffer #section-clientstories .storyContainer .grid_6.text {
    width: 400px;
}
#pageOffer #section-clientstories .video {
    display: block;
    background: url(/cms/assets/templates/b2b/images/b2b-membership-clientstories-videobackground.jpg) no-repeat 0 0;
    width: 323px;
    height: 172px;
    padding: 13px 0 0 17px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    margin-left: 60px;
}
#pageOffer #section-clientstories .video .playButton {
    background: url(/cms/assets/templates/b2b/images/video_play_button.png) no-repeat 0 -115px transparent;
    display: block;
    height: 115px;
    width: 115px;
    position: absolute;
    top: 25px;
    right: 55px;
}
#pageOffer #section-clientstories .video:hover .playButton {
    background-position: 0 0;
}
#pageOffer #section-clientstories p.logo {
    text-align: right;
    width: 275px;
    margin: 0 auto;
}
#pageOffer #section-clientstories h3 {
    color: #545651;
    font-size: 22px;
    margin-top: 10px;
}
#pageOffer #section-clientstories p {
    font-size: 13px;
}
#pageOffer #section-clientstories p.cite {
    color: #9d9d95;
}
#pageOffer #section-team {
    background: url(/cms/assets/templates/b2b/images/pointed_line.png) no-repeat top center;
    margin-top: 70px;
}
#pageOffer #section-team h2 {
    padding-top: 34px;
    padding-bottom: 20px;
}
#pageOffer #section-team .video {
    background: url(/cms/assets/templates/b2b/images/img_team_video.jpg);
    float: left;
    height: 181px;
    margin-right: 5px;
    position: relative;
    width: 319px;
    top: 0;
    left: 0;
    z-index: 4;
}
#pageOffer #section-team .video .play {
    background: url(/cms/assets/templates/b2b/images/video_play_button.png) no-repeat scroll 0 -115px transparent;
    left: 111px;
    position: absolute;
    top: 36px;
}
#pageOffer #section-team .video .play:hover {
    background-position: 0 0;
}
#pageOffer #section-team p {
    float: left;
    font-size: 13px;
    line-height: 17px;
    margin-right: 5px;
    margin-top: 13px;
    width: 300px;
}
#pageOffer #section-team button {
    margin-top: 47px;
}
#pageOffer #section-team #band {
    margin-top: 40px;
    position: relative;
}
#pageOffer #section-team #band .header li {
    background: #ecece7 url(/cms/assets/templates/b2b/images/band_normal_right.png) no-repeat 100% 50%;
    font-size: 16px;
    font-weight: bold;
    float: left;
    line-height: 20px;
    text-align: center;
    width: 153px;
}
/* obsolete #pageOffer #section-team #band .header li span  { display: block; height: 50px; } */
#pageOffer #section-team #band .header li.first {
    padding-right: 0;
    width: 143px;
}
#pageOffer #section-team #band .header li.second {
    padding-right: 10px;
    width: 173px;
}
#pageOffer #section-team #band .header li.third {
    padding-right: 10px;
}
#pageOffer #section-team #band .header li.fourth {
    padding-right: 0;
    width: 143px;
}
#pageOffer #section-team #band .header li.last {
    padding-right: 0;
}
#pageOffer #section-team #band .header li.last {
    background: #ecece7;
}
#pageOffer #section-team #band .header li:hover {
    background: #ffdc0f url(/cms/assets/templates/b2b/images/band_hover_right.png) no-repeat 100% 50%;
    cursor: pointer;
}
#pageOffer #section-team #band .header li.last:hover {
    background: #ffdc0f;
}
#pageOffer #section-team #band .header li.hoverLeft {
    background: #ecece7 url(/cms/assets/templates/b2b/images/band_hover_left.png) no-repeat 100% 50%;
}
#pageOffer #section-team #band .readmore {
    background: #fff;
    clear: left;
    color: #363833;
    margin-top: 3px;
    padding: 1px 1px 2px;
    position: relative;
    text-align: right;
    top: 1px;
    width: 936px;
}
#pageOffer #section-team #band .readmore a {
    color: #363833;
    text-decoration: underline;
}
#pageOffer #section-team #band .list {
    display: none;
    background: #ffffff;
    clear: both;
}
#pageOffer #section-team #band .list li {
    color: #9d9d95;
    font-size: 12px;
    float: left;
    line-height: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 153px;
}
#pageOffer #section-team #band .list li.first {
    padding-right: 30px;
    width: 130px;
}
#pageOffer #section-team #band .list li.second {
    padding-right: 30px;
    width: 138px;
}
#pageOffer #section-team #band .list li.third {
    padding-right: 30px;
    width: 132px;
}
#pageOffer #section-team #band .list li.fourth {
    padding-right: 14px;
    width: 129px;
}
#pageOffer #section-team #band .list li.fifth {
    padding-right: 20px;
    width: 132px;
}
#pageOffer #section-team #band .readmoreClose {
    border-bottom: 3px solid #ffdc0f;
    display: none;
}
#pageOffer #section-team #band .readmoreClose a.close {
    background: url(/cms/assets/templates/b2b/images/icon_close.png) no-repeat 50% 50%;
    bottom: 5px;
    height: 14px;
    position: absolute;
    right: 0px;
    width: 14px;
}
#pageOffer #section-team #band .readmoreClose a.close:hover {
    background: url(/cms/assets/templates/b2b/images/icon_hover_close.png) no-repeat 50% 50%;
}
/* FIX FOR VERTICAL ALIGNED ELEMENTS */
#pageOffer #section-team #band .header li.first .outerContainer {
    display: table;
    height: 50px;
    overflow: hidden;
    width: 135px;
}
#pageOffer #section-team #band .header li.first .innerContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#pageOffer #section-team #band .header li.second .outerContainer {
    display: table;
    height: 50px;
    overflow: hidden;
    width: 174px;
}
#pageOffer #section-team #band .header li.second .innerContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#pageOffer #section-team #band .header li.third .outerContainer {
    display: table;
    height: 50px;
    overflow: hidden;
    width: 155px;
}
#pageOffer #section-team #band .header li.third .innerContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#pageOffer #section-team #band .header li.fourth .outerContainer {
    display: table;
    height: 50px;
    overflow: hidden;
    width: 130px;
}
#pageOffer #section-team #band .header li.fourth .innerContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#pageOffer #section-team #band .header li.fifth .outerContainer {
    display: table;
    height: 50px;
    overflow: hidden;
    width: 140px;
}
#pageOffer #section-team #band .header li.fifth .innerContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#pageOffer #section-team #band .header li.last .outerContainer {
    display: table;
    height: 50px;
    overflow: hidden;
    width: 155px;
}
#pageOffer #section-team #band .header li.last .innerContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#pageOffer #section-package {
    background: url(/cms/assets/templates/b2b/images/pointed_line.png) no-repeat top center;
    margin-top: 70px;
}
#pageOffer #section-package h2 {
    margin-bottom: 30px;
    padding-top: 34px;
}
#pageOffer #section-package .phone {
    background: url(/cms/assets/templates/b2b/images/offer-icons-international-v1.png) no-repeat 0px -250px;
    color: #9d9d95;
    font-size: 22px;
    float: right;
    line-height: 30px;
    margin-right: 2px;
    margin-top: 10px;
    padding-left: 40px;
    height: 30px;
}
#pageOffer #section-package ul {
    margin-top: 5px;
    padding-left: 0;
}
#pageOffer #section-package ul.options ul {
    float: left;
    margin-top: 5px;
    min-height: 240px;
}
#pageOffer #section-package .upgradeCenter {
    border-top: 1px dotted #dad9d5;
    padding: 30px 0;
}
#pageOffer #section-package .upgradeCenter .btnAnanas {
    margin-top: 0;
    margin-bottom: 20px;
}
#pageOffer #section-package .upgradeCenter .buttonText {
    font-size: 11px;
}
#pageOffer #section-package ul li span {
    background: url(/cms/assets/templates/b2b/images/offer-icons-international-v1.png) no-repeat 0px -300px;
    float: left;
    height: 65px;
    width: 70px;
}
#pageOffer #section-package ul.imrg li span {
    background: url(/cms/assets/templates/b2b/images/p01-en-UK-imrgInPackage-clr.png) no-repeat 0 5px;
    float: left;
    height: 65px;
    width: 70px;
}
#pageOffer #section-package ul.imrg li a {
    color: #9d9d95;
    text-decoration: underline;
}
#pageOffer #section-package ul.imrg li a:hover {
    color: #3D87FF;
}
#pageOffer #section-package ul li p {
    margin-left: 70px;
    margin-top: 10px;
}
#pageOffer #section-package h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 21px;
    margin-top: 40px;
}
#pageOffer #section-package button {
    left: 160px;
    position: relative;
    top: -20px;
}
#pageOffer #section-package ul li p.buttonText {
    color: #9D9D95;
    font-size: 8pt;
}
#pageOffer #section-updates {
    border-top: 1px dotted #DAD9D5;
    padding-top: 20px;
}
#pageOffer #section-updates a h3 {
    color: #2A5DB0;
}
#pageOffer #section-updates a:hover h3 {
    color: #3D87FF;
}
#pageOffer #section-updates a span.more {
    color: #2A5DB0;
}
#pageOffer #section-updates a:hover span.more {
    color: #3D87FF;
}
#pageOffer #section-merchants {
    margin-top: -10px;
}
#pageOffer #section-merchants h2 {
    padding-top: 29px;
}
#pageOffer #section-merchants div.en-EU {
    background: url(/cms/assets/templates/b2b/images/b2b-01-merchants-en-EU.jpg) no-repeat center center;
    display: block;
    min-height: 1015px;
    position: relative;
}
#pageOffer #section-merchants div.de-AT {
    background: url(/cms/assets/templates/b2b/images/b2b-01-merchants-de-AT.jpg) no-repeat center center;
    display: block;
    min-height: 1015px;
    position: relative;
}
#pageOffer #section-merchants div.de-CH {
    background: url(/cms/assets/templates/b2b/images/b2b-01-merchants-de-CH.jpg) no-repeat center center;
    display: block;
    min-height: 1015px;
    position: relative;
}
#pageOffer #section-merchants div.de-DE {
    background: url(/cms/assets/templates/b2b/images/b2b-01-merchants-de-DE.jpg) no-repeat center center;
    display: block;
    min-height: 1015px;
    position: relative;
}
#pageOffer #section-merchants div.es-ES {
    background: url(/cms/assets/templates/b2b/images/b2b-01-merchants-es-ES.jpg) no-repeat center center;
    display: block;
    min-height: 1015px;
    position: relative;
}
#pageOffer #section-merchants div.en-GB {
    background: url(/cms/assets/templates/b2b/images/b2b-01-merchants-en-GB.jpg) no-repeat center center;
    display: block;
    min-height: 1015px;
    position: relative;
}
#pageOffer #section-merchants div.pl-PL {
    background: url(/cms/assets/templates/b2b/images/b2b-01-merchants-pl-PL.jpg) no-repeat center center;
    display: block;
    min-height: 1015px;
    position: relative;
}
#pageOffer #section-merchants div.fr-FR {
    background: url(/cms/assets/templates/b2b/images/b2b-01-merchants-fr-FR.jpg) no-repeat center center;
    display: block;
    min-height: 1015px;
    position: relative;
}
#pageOffer #section-merchants div.it-IT {
    background: url(/cms/assets/templates/b2b/images/b2b-01-merchants-it-IT.jpg) no-repeat center center;
    display: block;
    min-height: 1015px;
    position: relative;
}
#pageOffer #section-merchants div.nl-NL {
    background: url(/cms/assets/templates/b2b/images/b2b-01-merchants-nl-NL.jpg) no-repeat center center;
    display: block;
    min-height: 1015px;
    position: relative;
}
#pageOffer #section-merchants div.nl-BE {
    background: url(/cms/assets/templates/b2b/images/b2b-01-merchants-nl-NL.jpg) no-repeat center center;
    display: block;
    min-height: 1015px;
    position: relative;
}
#pageOffer #section-merchants div.fr-BE {
    background: url(/cms/assets/templates/b2b/images/b2b-01-merchants-fr-FR.jpg) no-repeat center center;
    display: block;
    min-height: 1015px;
    position: relative;
}
#pageOffer #section-merchants div p {
    color: #9d9d95;
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    top: 910px;
}
#pageOffer #section-merchants-legalnote {
    color: #9D9D95;
    font-size: 13px;
    line-height: 15px;
}
#pageOffer #retailers.container_12 {
    border-top: 1px dotted #dad9d5;
    padding: 40px 0;
}
#pageOffer #retailers.container_12 .retailerLogos > div {
    margin-bottom: 20px;
}
#pageOffer #retailers.container_12 img {
    border: 1px  solid #dad9d5;
}
#pageOffer #contact_form_link,
#pageOffer .hideLink {
    display: none;
}
#pricing_lightbox {
    background: #ffffff;
    height: 621px;
    width: 960px;
    font-size: 13px;
    line-height: 100%;
}
#pricing_lightbox .first {
    float: left;
    padding-left: 10px;
    padding-top: 19px;
    padding-right: 20px;
    width: 365px;
}
#pricing_lightbox .first h2 {
    font-family: arial, sans-serif;
    font-size: 50px;
}
#pricing_lightbox .first h3 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 34px;
    padding-top: 15px;
}
#pricing_lightbox .first h3.trustmark {
    padding-top: 44px;
}
#pricing_lightbox .first p {
    color: #6e6d62;
    font-size: 13px;
    line-height: 17px;
}
#pricing_lightbox .second {
    float: left;
    padding-top: 19px;
    position: relative;
    width: 240px;
}
#pricing_lightbox .second .feeStopper {
    background: url(/cms/assets/templates/b2b/images/fee_stopper_bg.png) no-repeat 0 0;
    color: #ffffff;
    height: 90px;
    position: absolute;
    right: -10px;
    top: 31px;
    width: 250px;
    z-index: 2;
}
#pricing_lightbox .second .feeStopper p {
    font-size: 16px;
    padding: 4px 0 0 1px;
    color: #ffffff;
    margin: 0;
    margin-bottom: 10px;
}
#pricing_lightbox .second .feeStopper span {
    display: block;
    font-size: 13px;
    margin-top: -3px;
    padding-left: 40px;
}
#pricing_lightbox .second .feeStopper span strong {
    font-size: 50px;
    font-weight: bold;
}
#pricing_lightbox .second .feeStopper span strong em {
    font-size: 22px;
}
#pricing_lightbox .second .trustmarkFee span {
    display: block;
    font-size: 13px;
    margin-top: -3px;
    padding-left: 8px;
}
#pricing_lightbox .second .trustmarkFee span strong {
    font-size: 50px;
    font-weight: bold;
}
#pricing_lightbox .second .trustmarkFee span strong em {
    font-size: 22px;
    font-style: normal;
}
#pricing_lightbox .second .trustmarkFee p {
    padding-top: 0px;
}
#pricing_lightbox .second .starts {
    margin-top: 150px;
}
#pricing_lightbox .second .starts div {
    display: block;
    font-size: 13px;
    margin-top: -3px;
    padding-left: 10px;
}
#pricing_lightbox .second .starts div p {
    float: left;
    padding-right: 6px;
    padding-top: 19px;
}
#pricing_lightbox .second .starts div strong {
    float: left;
    font-size: 50px;
    font-weight: bold;
}
#pricing_lightbox .second .starts div strong em {
    font-size: 22px;
    font-style: normal;
}
#pricing_lightbox .second ul {
    margin-bottom: 62px;
    margin-top: 6px;
}
#pricing_lightbox .second ul li {
    background: url(/cms/assets/templates/b2b/images/fee_table_bg.png) repeat-x 0 100%;
    display: block;
    padding: 1px 0 17px 0;
    margin-bottom: 0px;
}
#pricing_lightbox .second ul li div {
    float: left;
}
#pricing_lightbox .second ul li .to {
    width: 60px;
    float: left;
}
#pricing_lightbox .second ul li .revenue {
    text-align: right;
    width: 65px;
    float: left;
}
#pricing_lightbox .second ul li .fee {
    text-align: right;
    width: 110px;
    float: left;
}
#pricing_lightbox .right {
    background: #ecece7 url(/cms/assets/templates/b2b/images/lightbox_right_bg.png) repeat-y 0 0;
    float: left;
    height: 100%;
    padding: 0 11px;
    width: 300px;
}
#pricing_lightbox .right a.close {
    color: #6e6d62;
    position: absolute;
    right: -10px;
    text-align: right;
    text-decoration: none;
    top: 5px;
}
#pricing_lightbox .right a.close:hover {
    color: #3D87FF;
}
#pricing_lightbox .right p {
    color: #9d9d95;
}
#pricing_lightbox .right p.downloads {
    text-align: right;
    margin-bottom: 41px;
    margin-top: 75px;
    padding: 0;
}
#pricing_lightbox .right p.info {
    line-height: 16px;
    margin-top: 56px;
}
#pricing_lightbox .right p a {
    color: #2a5db0;
    text-decoration: none;
}
#pricing_lightbox .right p a:hover {
    color: #3D87FF;
}
#pageOffer #section-intro-right a.sales_link,
#pageOffer #section-intro-right a.sales_link:visited {
    color: #9d9d95;
    text-decoration: underline;
}
#pageOffer #section-intro-right a.sales_link:hover {
    color: #3D87FF;
    text-decoration: underline;
}
#pageOffer #section-package a.sales_link {
    color: #9d9d95;
    text-decoration: underline;
}
#pageOffer #section-package a.sales_link:hover {
    color: #3D87FF;
    text-decoration: underline;
}
/* individual OfferPages */
#pageOffer #section-intro-right #partner-discount {
    color: #363833;
    font-size: 13px;
    padding-left: 0px;
    padding-top: 320px;
    text-align: right;
}
#pageOffer #section-intro-right #partner-discount #label {
    color: #fff;
    background: #c80019;
    display: inline;
}
#pageOffer #section-intro-right #partner-discount .pricing {
    display: block;
}
#pageOffer #section-intro-right #partner-discount strike {
    color: #c80019;
}
#pageOffer #section-intro-right #partner-discount strike span {
    color: #363833;
}
#pageOffer #partner-box {
    border-top: 1px dotted #dad9d5;
    margin-top: 40px;
    padding-top: 20px;
    clear: both;
}
#pageOffer #partner-box .left {
    float: left;
    width: 740px;
}
#pageOffer #partner-box p {
    width: 700px;
    padding-bottom: 5px;
}
#pageOffer #partner-box .bttn_container {
    float: left;
    width: 330px;
}
#pageOffer #partner-box .offer-price {
    float: left;
    width: 410px;
}
#pageOffer #partner-box .offer-label {
    display: block;
    padding-top: 35px;
    float: left;
    padding-right: 10px;
    text-align: right;
    padding-left: 10px;
}
#pageOffer #partner-box .pricing em {
    font-size: 16px;
    font-style: normal;
    line-height: 15px;
    position: absolute;
    padding-left: 105px;
    padding-top: 20px;
}
#pageOffer #partner-box .pricing strong {
    font-size: 75px;
    font-weight: bold;
    line-height: 28px;
    position: absolute;
    padding-top: 20px;
}
#pageOffer #partner-box .dongel-container {
    float: left;
    width: 200px;
}
#pageOffer #partner-box .canvas {
    position: absolute;
    margin-left: 40px;
    z-index: 1;
}
#pageOffer #partner-box .partner-logo {
    position: absolute;
    margin-left: 51px;
    margin-top: 5px;
    z-index: 2;
}
#pageOffer #partner-box .partner-offer {
    position: absolute;
    margin-left: 30px;
    margin-top: 65px;
    z-index: 3;
}
#pageOffer .customerReviewOffer {
    border-top: 1px dotted #dad9d5;
    margin: 40px 20px 0 0;
    padding-top: 10px;
}
#pageOffer .customerReviewOffer.fr-FR {
    background: url(/cms/assets/templates/b2b/images/customerreviews_offer_fr-FR.gif) no-repeat right bottom;
}
#pageOffer .customerReviewOffer p {
    padding-right: 20px;
}
#pageOffer .customerReviewOffer .grid_4 {
    height: 110px;
}