@charset "utf-8";

@import "grid960.css";


/* General
----------------------------------------------------------------------------------------------------*/
html {
    overflow-y: scroll;
}
body {
    background-color:#333;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
img,
a img {
    border: 0;
}
hr {
    display: none;
}
.hr12,
.hr12full,
.hr12fullcko {
    background: #e5e5e5;
    display: inline;
    float: left;
    height: 1px;
    line-height: 1px;
    margin: 10px 0 20px 20px;
    overflow: hidden;
    width: 660px;
}
.hr12f,
.hr12first {
    background: #e5e5e5;
    display: inline;
    float: left;
    height: 1px;
    line-height: 1px;
    margin: 10px 0 20px 0;
    overflow: hidden;
    width: 660px;
}
.hrckoxs {
    background: #e5e5e5;
    display: inline;
    float: left;
    height: 1px;
    line-height: 1px;
    margin: 0 0 12px 0;
    overflow: hidden;
    width: 450px;
}
.hr12first {
    margin-top: 0;
}
.hr12full {
    width: 900px;
}
.hr12fullcko {
    margin: 7px 0 11px 20px;
    width: 900px;
}
.hrdeal {
    background: #a9d0db;
    display: block;
    height: 1px;
    line-height: 1px;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.block {
    display: block;
}
.indented {
    text-indent: 35px;
}
.center {
    text-align: center;
}
.floatleft {
    float: left;
    margin: 0 10px 12px 0;
}
.floatright {
    float: right;
    margin: 0 0 12px 10px;
}
.bildinline {
    float: left;
    margin: 0 20px 12px 0;
}
.bildinlinelast {
    float: left;
    margin-right: 0;
}
.fwn {
    font-weight: normal;
}
.fs14 {
    font-size: 14px;
}
.fs12 {
    font-size: 12px;
}
.teltab {
    float: left;
    width: 73px;
}
.bonustab {
    float: left;
    width: 83px;
}
.credittab {
    float: left;
    width: 160px;
}
.versalien {
       text-transform: uppercase;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
#header {
    border-top: 2px solid #66c4dd;
    color: #fff;
    float: left;
    width: 100%;
    background-color:#333;
    background-image: -moz-radial-gradient(26% -44%, circle cover, #5d5d5d, #333333 29%);
    background-image: -webkit-radial-gradient(26% -44%, circle cover, #5d5d5d, #333333 29%);
    background-image: -o-radial-gradient(26% -44%, circle cover, #5d5d5d, #333333 29%);
    background-image: -ms-radial-gradient(26% -44%, circle cover, #5d5d5d, #333333 29%);
    background-image: radial-gradient(26% -44%, circle cover, #5d5d5d, #333333 29%);
}
#navigation {
    background-color:#46bad1;
    float: left;
    min-height: 20px;
    height: auto !important;  /*moderne Browser*/
    height: 20px;  /*IE*/
    width: 100%;
}
#content {
    background-color:#46bad1;
    float: left;
    width: 100%;
    padding-bottom:20px;
}
.hidefooter {
       padding-bottom: 200px !important;
}

.main {
    background-color:#fff;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-topright: 8px;
    border-radius: 0 8px 8px 8px;
    -webkit-box-shadow: 3px 2px 5px #2f7c90;
    -moz-box-shadow: 3px 2px 5px #2f7c90;
    box-shadow: 3px 2px 5px #2f7c90;
    position:relative;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}

.full {
    background: #fff url(/skin/frontend/DD/greybeard/images/gfx/bg_full.jpg) repeat-y 0 0;
}
.fulltop {
    background: url(/skin/frontend/DD/greybeard/images/gfx/bg_full_top.jpg) no-repeat 0 0;
}
.fulltop2 {
    background: url(/skin/frontend/DD/greybeard/images/gfx/bg_full_top2.jpg) no-repeat 0 0;
}
.fullbottom {
    background: url(/skin/frontend/DD/greybeard/images/gfx/bg_full_bottom.jpg) no-repeat left bottom;
    padding-bottom: 25px;
}
#sidebar {
    float: left;
    margin-left: -3px;
    background-color:#fff;
}
#sidebartop {
    float: left;
    padding-top: 10px;
}
#sidebarbottom {
    float: left;
    padding-bottom: 10px;
}
#footer {
    color: #999;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 7px 0 20px 0;
    width: 100%;
    background-color:#333333;
    background-image: -moz-radial-gradient(50% 0%, circle cover, #5d5d5d, #333333 59%);
    background-image: -webkit-radial-gradient(50% 0%, circle cover, #5d5d5d, #333333 59%);
    background-image: -o-radial-gradient(50% 0%, circle cover, #5d5d5d, #333333 59%);
    background-image: -ms-radial-gradient(50% 0%, circle cover, #5d5d5d, #333333 59%);
    background-image: radial-gradient(50% 0%, circle cover, #5d5d5d, #333333 59%);
}

.clearfix{
    clear:both;
}

.paddingTop10{
    padding-top:10px;
}

/* Links
----------------------------------------------------------------------------------------------------*/
a,
a:visited {
    color: #198593;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #198593;
    text-decoration: underline;
}
a.homelink,
a:visited.homelink {
    color: #65c3dc;
    font-size: 11px;
    text-decoration: underline;
}
a:hover.homelink {
    color: #65c3dc;
    text-decoration: underline;
}
a.enlargecard,
a:visited.enlargecard {
    background: url(/skin/frontend/DD/greybeard/images/gfx/lupe.png) no-repeat 0 0;
    color: #198593;
    line-height: 24px;
    padding-left: 20px;
    text-decoration: none;
}
a:hover.enlargecard {
    color: #198593;
    text-decoration: underline;
}
a.geschenkbutton,
a:visited.geschenkbutton {
    position: relative;
    color: #fff;
    font-size: 12px;
    display: block;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 0 12px;
    text-align: left;
    text-decoration: none;
    text-shadow: #5f7b21 1px 1px 0;
    width: 188px;
}
a.geschenkbutton:after {
    content: "";
    width: 40px;
    height: 30px;
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_icons.png) no-repeat -510px -448px;
    position: absolute;
    display: block;
    right: 10px;
    top: -5px;
}
a.greenbutton,
a:visited.greenbutton {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    text-shadow: #5f7b21 1px 1px 1px;
    width: 176px;
}
a:hover.greenbutton {
    color: #fff;
    text-decoration: none;
}
a.button212,
a:visited.button212 {
    background: #a8cb54 url(/skin/frontend/DD/greybeard/images/gfx/button212.jpg) no-repeat 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: #5f7b21 1px 1px 1px;
    width: 212px;
}
a:hover.button212 {
    background: #badb67 url(/skin/frontend/DD/greybeard/images/gfx/button212.jpg) no-repeat 0 -24px;
    color: #fff;
    text-decoration: none;
}
.googleFollow{
    float:right;
    margin:-14px 16px 0 0;
    text-decoration:none;
}

a.followGoogle,
a:visited.followGoogle,
a.followfacebook,
a:visited.followfacebook,
a.followtwitter,
a:visited.followtwitter,
a.followstudivz,
a:visited.followstudivz,
a.followrss,
a:visited.followrss {
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 3px;
    padding-left: 35px;
    text-decoration: none;
    position: relative;
}
a.followfacebook:after,
a.followGoogle:after,
a.followtwitter:after,
a.followstudivz:after,
a.followrss:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px;
    display: block;
}
a.followGoogle:after,
a:visited.followGoogle {
     background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png) no-repeat -169px -510px;

}


a.followfacebook:after,
a:visited.followfacebook {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png) no-repeat -17px -13px;
}

a.followtwitter:after,
a:visited.followtwitter {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png) no-repeat -156px -13px;
}
a.followstudivz:after,
a:visited.followstudivz {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png) no-repeat -84px -104px;
}
a.followrss:after,
a:visited.followrss {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png) no-repeat -155px -103px;
}
a.followGoogle span,
a:visited.followGoogle span,
a.followfacebook span,
a:visited.followfacebook span,
a.followtwitter span,
a:visited.followtwitter span,
a.followstudivz span,
a:visited.followstudivz span,
a.followrss span,
a:visited.followrss span {
    color: #12616c;
}
a:hover.followGoogle,
a:hover.followfacebook,
a:hover.followtwitter,
a:hover.followstudivz,
a:hover.followrss {
    color: #333;
    text-decoration: none;
}
a.forgetpw,
a:visited.forgetpw {
    float: left;
    font-size: 11px;
    padding-top: 7px;
    text-decoration: none;
}
a:hover.forgetpw {
    text-decoration: underline;
}
a.forgetpasswd,
a:visited.forgetpasswd {
    color: #004b7b;
    float: right;
    font-size: 11px;
    margin-right: 42px;
    padding-top: 7px;
    text-decoration: none;
}
a:hover.forgetpasswd {
    color: #004b7b;
    text-decoration: underline;
}
a.loginlogout,
a:visited.loginlogout {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_header.png) no-repeat -85px -172px;
    color: #fff;
    float: left;
    line-height: 22px;
    padding: 0 18px 4px 0;
    text-decoration: none;
    text-shadow: #333 1px 1px 1px;
    width: 70px;
}
a:hover.loginlogout {
    color: #fff;
    text-decoration: none;
    text-shadow: #333 1px 1px 1px;
}
#footer a,
#footer a:visited {
    color: #52ddf8;
    text-decoration: none;
}
#footer a:hover {
    color: #52ddf8;
    text-decoration: underline;
}
#footer a.footerhome,
#footer a:visited.footerhome {
    color: #fff;
    text-decoration: none;
}
#footer a:hover.footerhome {
    color: #fff;
    text-decoration: underline;
}
#footer a.trustedshops,
#footer a:visited.trustedshops {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png) no-repeat -150px -411px;
    color: #fff;
    display: block;
    margin-left: 20px;
    padding-top: 52px;
    text-decoration: none;
}
#footer a:hover.trustedshops {
    text-decoration: underline;
}
#footer a.tuevsued,
#footer a:visited.tuevsued {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png) no-repeat -150px -293px;
    color: #fff;
    display: block;
    margin-left: 20px;
    padding-top: 52px;
    text-decoration: none;
}
#footer a:hover.tuevsued {
    text-decoration: underline;
}
.newpm {
    font-size: 12px;
    font-weight: bold;
    margin-left: 6px;
}

/* Modalbox
----------------------------------------------------------------------------------------------------*/
#modalbox {
       background: url(/skin/frontend/DD/greybeard/images/gfx/modalbox_bottom.png) no-repeat center bottom;
       color: #333;
       margin: 0 auto;
       padding: 0 0 7px 0;
       width: 728px;
}
#innermodalbox {
        background: #fff url(/skin/frontend/DD/greybeard/images/gfx/modalbox.png) repeat-x left bottom;
        color: #333;
        margin: 0 auto;
        padding: 10px 20px 20px 20px;
        width: 688px;
}
h2.modalhead,
h2.tickerhead {
    float: left;
    font-size: 28px;
    margin: 0 0 5px 0;
    padding: 0;
}
.hrmodal {
    background: #e5e5e5;
        clear: both;
    display: inline;
    float: left;
    height: 1px;
    line-height: 1px;
    margin: 10px 0 20px 0;
    overflow: hidden;
    width: 100%;
}
a.modclose,
a:visited.modclose {
    background: url(/skin/frontend/DD/greybeard/images/gfx/close.png) no-repeat right 12px;
    color: #198593;
    font-weight: bold;
    float: right;
    margin: 0;
    padding: 10px 20px 0 0;
    text-decoration: none;
}
a:hover.modclose {
    background: url(/skin/frontend/DD/greybeard/images/gfx/close.png) no-repeat right 12px;
    color: #198593;
    text-decoration: underline;
}
.modalteaser {
    font-size: 21px;
    font-weight: bold;
    line-height: 26px;
}
.xxs {
        font-size: 11px;
        line-height: normal;
}
#modalreg,
#modalempfehlung {
    float: left;
    margin: 0;
    padding: 0;
}
#modalreg p {
    float: left;
    font-weight: normal;
    width: 344px;
}
#modalreg p.submitmodal {
    float: left;
    margin-left: 150px;
}
#modalreg label {
    float: left;
    font-weight: normal;
    width: 150px;
}
#modalreg label.cityl {
    padding-left: 10px;
    width: 130px;
}
#modalbox .submit90 {
}
#modalempfehlung p {
       clear: both;
}
#modalempfehlung label {
       float: left;
       width: 250px;
}
.inputmempf {
       border: 1px solid #999;
       display: block;
       padding: 0;
       width: 434px;
}
.nachricht {
       border: 1px solid #999;
       font-family: inherit;
       font-size: inherit;
       height: 120px;
       width: 434px;
}




.modalsb {
       background: url(/skin/frontend/DD/greybeard/images/gfx/socialbookmarksmodal.png) no-repeat 0 0;
       display: inline;
       float: left;
       height: 37px;
       margin: 0;
       width: 100%;
}
ul.modalsbicons {
       float: right;
       margin: 1px 0 0 0;
       padding: 0;
}
ul.modalsbicons li {
       display: inline;
       float: left;
       list-style: none;
       margin: 0;
       padding: 0 11px 0 0;
}
p.modalfriends {
       clear: none;
       color: #fff;
       float: left;
       font-size: 15px;
       font-weight: bold;
       line-height: 33px;
       margin: 0;
       padding: 1px 20px 3px 12px;
       text-shadow: #555 1px 1px 1px;
}



/* Layout
----------------------------------------------------------------------------------------------------*/
.ddblue {
    color: #17727f;
}
.grey {
    color: #999;
}
.smallgrey {
    color: #999;
    font-weight: normal;
    font-size: 11px;
}
.whiteshadow {
    color: #fff;
    text-shadow: #333 1px 1px 1px;
}
.fs12 {
    font-size: 12px;
}
.lh150 {
    line-height: 1.5em;
}
.both20 {
    margin-left: 20px;
    margin-right: 20px;
}
.both10 {
    margin-left: 10px;
    margin-right: 10px;
}
.left20 {
    margin-left: 20px !important;
}
.top18 {
    margin-top: 18px !important;
}
.top12 {
    margin-top: 12px !important;
}
.left5 {
    margin-left: 5px !important;
}
.left12 {
    margin-left: 12px !important;
}
.left113 {
    margin-left: 113px !important;
}
.left118 {
    margin-left: 118px !important;
}

.left148 {
    margin-left: 148px !important;
}
.leftp10 {
    padding-left: 12px;
}
.right20 {
    margin-right: 20px !important;
}
.third1,
.third2,
.third3 {
    display: inline;
    float: left;
    margin: 0 0 0 15px;
    padding: 0;
    width: 290px;
}
.third1 {
    margin-left: 20px;
}
#userbar {
    font-size: 12px;
    font-weight: bold;
    float: right;
    height: 26px;
    padding: 0;
    text-align: right;
    text-shadow: #3c7381 1px 1px 1px;
}
#userbar p {
    margin: 0;
    padding: 0;
}
span.register {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_header.png) no-repeat -8px -213px;
    float: left;
    line-height: 20px;
    min-width: 160px;
    padding: 0 0 6px 0;
    text-align: left;
}
span.register em {
    font-style: normal;
    padding: 0 14px 0 21px;
    display: block;
}
span.forgotpasswordcontainer {
    margin-left: 20px;
}
span.forgotpasswordcontainer {
    margin-left: 20px;
}
#loginerror, #emailerrors  {
    background: #333;
    color: #fff;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 0;
    display: none;
/*  commented out for a reason: extra space even without error message at top
    height: 28px;
*/
    text-align: center;
    width: 100%;
}
#loginerror p, #emailerrors p {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_icons.png) no-repeat -735px -248px;
    line-height: 28px;
    margin: 0 auto;
    padding: 0 0 0 20px;
    text-align: left;
    width: 940px;
}
#emailerrors p, #loginerror p {
    height: 28px;
}
#loginerror p label, #emailerrors p label  {
    padding: 0;
    width: 940px;
}
#loginerror p label p {
    background: none;
    height: 0px;
}
.success_messages {
    background: url(/skin/frontend/DD/greybeard/images/gfx/error.png) no-repeat 0 50%;
    line-height: 28px;
    padding: 0 0 0 20px;
    text-align: left;
    width: 900px;
    overflow: hidden;
    color: #ff0000;
    margin: 0 0 0 20px;
}
.error_messages {
    background: url(/skin/frontend/DD/greybeard/images/gfx/error.png) no-repeat 0 50%;
    line-height: 28px;
    padding: 0 0 0 20px;
    text-align: left;
    width: 900px;
    overflow: hidden;
    color: #ff0000;
    margin: 0 0 0 20px;
}
#myaccountloginerrors p, #registererrors, #nlcustregerr {
    margin: 0 0 0 20px;
}
#myaccountloginerrors p label, #registererrors, #checkoutLoginErrors p label {
    background: url(/skin/frontend/DD/greybeard/images/gfx/error.png) no-repeat 0 50%;
    line-height: 22px;
    padding: 0 0 0 20px;
    text-align: left;
    width: 900px;
    overflow: hidden;
    color: #ff0000;
}
#nlcustregerr {
    background: url(/skin/frontend/DD/greybeard/images/gfx/error.png) no-repeat 0 50%;
    line-height: 28px;
    padding: 0 0 0 20px;
    text-align: left;
    overflow: hidden;
    color: #ff0000;
}

p.error {
    background: url(/skin/frontend/DD/greybeard/images/gfx/error.png) no-repeat 0 50%;
    clear: both;
    color: #f00;
    line-height: normal;
    padding: 3px 0 3px 20px;
    text-align: left;
}
div.error_voucher,
p.error_zw,
p.error_voucher,
p.error_agb {
    background: url(/skin/frontend/DD/greybeard/images/gfx/error.png) no-repeat 0 50%;
    border: 1px solid red;
    clear: both;
    color: #f00;
    line-height: normal;
    margin: 10px 0;
    padding: 5px 0 5px 24px;
    text-align: left;
}

p.error_options {
    width: 415px;
    padding: 5px 6px 5px 25px;
}
div.error_voucher>p {
    margin: 0;
}
p.error_account {
    background: url(/skin/frontend/DD/greybeard/images/gfx/error.png) no-repeat 0 50%;
    border: 1px solid red;
    clear: both;
    color: #f00;
    line-height: normal;
    padding: 5px 0 5px 24px;
    text-align: left;
}
p.error_voucher {
    font-size: 12px;
    margin-bottom: 2px;
    width: 233px;
}
p.error_agb {
    margin: 10px 20px;
}
.voucherok {
    background: url(/skin/frontend/DD/greybeard/images/gfx/okay2.png) no-repeat right 50%;
    line-height: normal;
    margin: 0;
    padding-right: 16px;
    text-align: left;
}
#deal {
    color: #333;
    height: 364px;
    width: 660px;
    margin: 0 0 30px 10px;
    -webkit-box-shadow: 0px 0px 10px #4f4f4f;
    -moz-box-shadow: 0px 0px 10px #4f4f4f;
    box-shadow: 0px 0px 10px #4f4f4f;
    position:relative;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}
.dealbild {
    display: block;
    float: left;
    padding: 0;
    position: relative;
    width: 440px;
    height: 364px;
    overflow: hidden;
}

.dealbild img {
    overflow: hidden;
    position: relative;
}

.iecoupontext {
       font-size: 12px;
       margin: 35px 0;
}
.missed_overlay {
       right: 5px;
       top: 11px;
       position: absolute;
       z-index: 10001;
}
#dealfacts {
    background: #4C95A8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4C95A8), to(#5ba9bf));
    background: -webkit-linear-gradient(#4C95A8, #5ba9bf);
    background: -moz-linear-gradient(#4C95A8, #5ba9bf);
    background: -ms-linear-gradient(#4C95A8, #5ba9bf);
    background: -o-linear-gradient(#4C95A8, #5ba9bf);
    background: linear-gradient(#4C95A8, #5ba9bf);
    -pie-background: linear-gradient(#4C95A8, #5ba9bf);
    display: inline;
    float: left;
    height: 295px;
    padding: 69px 0 0 0;
    position: relative;
    overflow: hidden;
    width: 220px;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}
.sparinfo,
.sparinfo4 {
    background: #fff;
    display: inline;
    float: left;
    margin: 0 10px 10px 10px;
    width: 200px;
}
.sparinfo4 {
    margin-bottom: 1px;
}
.timebox,
.timebox_v {
    display: inline;
    float: left;
    margin: 0px 10px 10px 10px;
    width: 200px;
}

.dsales {
    float: left;
    height: 44px;
    margin: 0;
    padding: 0;
}
.skala {
    background: url(/skin/frontend/DD/greybeard/images/gfx/bg_balken.png) no-repeat 0 1px;
    display: inline;
    float: left;
    height: 25px;
    margin: 2px 0 3px 0;
    position: relative;
    width: 200px;
}
.fortschritt {
        background: url(/skin/frontend/DD/greybeard/images/gfx/bg_fortschritt.png) no-repeat 0 1px;
    display: inline;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0;
}
.dealcounter {
    display: inline;
    float: left;
    height: 83px;
    margin: 10px 10px 20px 10px;
    width: 200px;
}
.socialbookmarks {
    background: #c4c4c4 url(/skin/frontend/DD/greybeard/images/gfx/socialbookmarks.jpg) repeat 0 0;
    display: inline;
    float: left;
    height: 37px;
    margin: 0 0 0 20px;
    width: 660px;
}
.deal_missed {
    display: inline;
    height: 290px;
    float: left;
    padding: 0;
    overflow: hidden;
    width: 319px;
    margin: 5px 10px 20px 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    background: -webkit-gradient(linear, 0 0, 0 90%, from(#FFF), to(#cacaca));
    background: -webkit-linear-gradient(#FFF, #cacaca 90%);
    background: -moz-linear-gradient(#FFF, #cacaca 90%);
    background: -ms-linear-gradient(#FFF, #cacaca 90%);
    background: -o-linear-gradient(#FFF, #cacaca 90%);
    -pie-background: linear-gradient(#fff, #cacaca); /*PIE*/

    -webkit-box-shadow: 1px 2px 5px 2px #ccc;
    -moz-box-shadow: 1px 2px 5px 2px #ccc;
    box-shadow: 1px 2px 5px 2px #ccc;
    position:relative;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);

}
.misseddealfacts {
    height: 300px;
    float: left;
    width: 120px;
    background-color:#46bad1;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-topleft: 8px;
    border-radius: 8px 0 0 8px;
    position:relative;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}
.misseddealtext {
    height: 249px;
    float: left;
    margin-left: 10px;
    width: 180px;
    padding: 5px 0 0 0;
}
.investor {
    display:inline;
    float: left;
    position: relative;
    margin: 0 0 20px 0;
    width: 330px;
}
.investor img {
    float: left;
    margin-right: 10px;
}
.fblogintxt {
    float: left;
    line-height: 30px;
    margin: 0 0 10px 20px;
}
.fblogintxt span {
    padding-right: 30px;
}
.facebooklogin {
    float: left;
    margin: 5px 0 0 5px;
    text-align: right;
    width: 100px;
}
.facebooklogin2 {
    float: left;
    margin: 5px 0 0 5px;
}
/*empfehlung*/
.empfehlung1,
.empfehlung2,
.empfehlung3,
.empfehlung4,
.empfehlung5,
.empfehlung6 {
       background: url(/skin/frontend/DD/greybeard/images/gfx/empfehlung1.jpg) no-repeat 0 0;
       display: inline;
       float: left;
       height: 389px;
       width: 690px;
}
.empfehlung2 {
       background: url(/skin/frontend/DD/greybeard/images/gfx/empfehlung2.jpg) no-repeat 0 0;
}
.empfehlung3 {
       background: url(/skin/frontend/DD/greybeard/images/gfx/empfehlung3.jpg) no-repeat 0 0;
       height: 370px;
}
.empfehlung4 {
       background: url(/skin/frontend/DD/greybeard/images/gfx/empfehlung3.jpg) no-repeat right bottom;
       height: 72px;
       padding: 14px 0 0 0;
       margin-bottom: 20px;
}
.empfehlung5 {
       background: url(/skin/frontend/DD/greybeard/images/gfx/empfehlung5.jpg) no-repeat 20px 0;
       height: 64px;
       padding: 18px 0 0 0;
}
.empfehlung6 {
    background: url(/skin/frontend/DD/greybeard/images/gfx/empfehlung7.jpg) no-repeat 9px 0;
    height: 232px;
       padding: 0;
}
.empf6left {
       float: left;
       width: 355px;
}
.empf6right {
       float: left;
       width: 320px;
}
p.trusts2 {
    margin: 23px 0 0 20px;
    padding: 0;
    text-align: center;
}
.empfehlung1 p,
.empfehlung2 p,
.empfehlung3 p {
       font-family: Georgia, "Times New Roman", Times, serif;
       font-size: 21px;
       font-style: italic;
       line-height: normal;
       margin: 0 0 15px 350px;
       padding: 0;
       width: 310px;
}
.empfehlung1 p em,
.empfehlung2 p em,
.empfehlung3 p em {
       font-weight: bold;
       font-size: 28px;
}
.empfehlung4 p,
.empfehlung5 p {
       color: #fff;
       float: left;
       font-size: 15px;
       line-height: normal;
       margin: 0 0 0 30px;
       padding: 0;
       text-shadow: #333 1px 1px 1px;
       width: 450px;
}
.empfehlung5 p {
       margin-left: 40px;
}
.empfehlung4 p strong,
.empfehlung5 p strong {
       font-size: 21px;
}
.empfehlung4 ul.sbicons,
.empfehlung5 ul.sbicons {
       float: left;
       margin: 6px 0 0 0;
       padding: 0;
}
.empfehlung4 ul.sbicons li,
.empfehlung5 ul.sbicons li {
       display: inline;
       float: left;
       list-style: none;
       margin: 0;
       padding: 1px 0 0 14px;
}

.noOverflow {
    overflow: hidden;
}

/*checkout*/
.h74 {
    height: 74px;
}
.h30 {
    height: 30px;
}
.h44 {
    height: 44px;
}
.sidebox {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sidebox.jpg) repeat-y center top;
    float: left;
    width: 222px;
}
.sideboxbottom {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sidebox_bottom.jpg) no-repeat center bottom;
    float: left;
    padding: 0 10px;
    width: 202px;
}
.sideboxcontent {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sideboxcontent.jpg) no-repeat top center;
    padding: 11px 13px 10px 13px;
    width: 176px;
}
.e404 {
    border-bottom: 1px solid #e5e5e5;
    display: inline;
    float: left;
    margin: 0;
    padding: 0 230px 60px 0;
    position: relative;
    width: 430px;
    min-height: 280px;
    height: auto !important;  /*moderne Browser*/
    height: 280px;  /*IE*/
}
.e404img {
    bottom: -60px;
    right: 15px;
    position: absolute;
}


/* Sliding Content
----------------------------------------------------------------------------------------------------*/
#city-panel {
    background: #1c1c1c url(/skin/frontend/DD/greybeard/images/gfx/bg_city-panel.jpg) no-repeat center bottom;
    border-bottom: 4px solid #66c4dd;
    display: none;
    float: left;
    padding: 30px 0 30px 0;
    width: 100%;
}
#newaddress-panel {
    display: none;
    float: left;
    padding: 40px 0 0 0;
    width: 100%;
}
ul#citylist {
    margin: 0;
    padding: 0;
}
ul#citylist li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0 15px 8px 0;
    padding: 0;
}
ul#countryList {
    clear: both;
    margin: 0;
}

ul#countryList li.country {
    display: inline-block;
    float: right;
    list-style: none;
    margin: 0 15px 8px 0;
    padding: 0;
}

ul#countryList li.country a,
ul#countryList li.country a:visited {
    display: block;
    width: 255px;
    padding-left: 50px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 50px;
    text-decoration: none;
}

ul#countryList li.country {
    position: relative;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,.4);
    -pie-background: rgba(0,0,0,.4);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}

ul#countryList li.country:hover {
    background: #62BCD3;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#62BCD3), to(#498D9F));
    background: -webkit-linear-gradient(#62BCD3, #498D9F);
    background: -moz-linear-gradient(#62BCD3, #498D9F);
    background: -ms-linear-gradient(#62BCD3, #498D9F);
    background: -o-linear-gradient(#62BCD3, #498D9F);
    background: linear-gradient(#62BCD3, #498D9F);
    -pie-background: linear-gradient(#62BCD3, #498D9F);
}

ul#countryList .country_at a {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_header.png) no-repeat 2px -317px;
}
ul#countryList .country_ch a {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_header.png) no-repeat 2px -347px;
}
ul#countryList .country_de a {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_header.png) no-repeat 2px -377px;
}

ul#citylist li.austria {
    margin-left: 640px;
}
ul#citylist li a,
ul#citylist li a:visited {
    color: #62c4dd;
    display: block;
    position: relative;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 10px;
    text-decoration: none;
    width: 135px;

    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,.4);
    -pie-background: rgba(0,0,0,.4);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}
ul#citylist li a:hover {
    background: #62BCD3;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#62BCD3), to(#498D9F));
    background: -webkit-linear-gradient(#62BCD3, #498D9F);
    background: -moz-linear-gradient(#62BCD3, #498D9F);
    background: -ms-linear-gradient(#62BCD3, #498D9F);
    background: -o-linear-gradient(#62BCD3, #498D9F);
    background: linear-gradient(#62BCD3, #498D9F);
    -pie-background: linear-gradient(#62BCD3, #498D9F);

    color: #fff;
    text-decoration: none;
    text-shadow: #356a78 1px 1px 1px;
}
ul#citylist li.austria {
    margin-left: 640px;
}
ul#citylist li.austria a,
ul#citylist li.austria a:visited {
    background: url(/skin/frontend/DD/greybeard/images/gfx/alistlink.png) no-repeat 0 0;
    color: #fff;
    font-size: 12px;
    padding-left: 50px;
    width: 255px;
}
ul#citylist li.austria a:hover {
    background: url(/skin/frontend/DD/greybeard/images/gfx/alistlink.png) no-repeat 0 -26px;
}

ul#citylist li.germany {
    margin-left: 640px;
}
ul#citylist li.germany a,
ul#citylist li.germany a:visited {
    background: url(/skin/frontend/DD/greybeard/images/gfx/delistlink.png) no-repeat 0 0;
    color: #fff;
    font-size: 12px;
    padding-left: 50px;
    width: 255px;
}
ul#citylist li.germany a:hover {
    background: url(/skin/frontend/DD/greybeard/images/gfx/delistlink.png) no-repeat 0 -26px;
}
/*login*/
#login-panel {
    border-bottom: 4px solid #66c4dd;
    color: #fff;
    display: none;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0 15px 0;
    text-shadow: #333 1px 1px 1px;
    width: 100%;
    padding-top:18px;
}
#loginform {
    float: left;
}
input.loginbutton {
    border: none;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    display: block;
    height: 29px;
    margin: -3px 0 0 0;
    padding: 0;
    text-shadow: #333 1px 1px 1px;
    width: 88px;
}
.loginckb {
    float: left;
    padding-right: 10px;
    width : 170px;
}
input.loginmail,
input.loginpasswd {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,.4);
    -pie-background: rgba(0,0,0,.4);
    border: none;
    color: #fff;
    float: left;
    font-weight: bold;
    height: 24px;
    margin: 0 10px 0 0;
    padding: 2px 6px 0 6px;
    width: 218px;

    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}
input.loginpasswd {
    padding-right: 26px;
    width: 198px;
}
/*Links*/
a.regclose,
a:visited.regclose {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_icons.png) no-repeat -783px -200px;
    width: 16px;
    height: 16px;
    color: #fff;
    float: right;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 16px;
    text-decoration: none;
}

a.cityclose,
a:visited.cityclose {
    color: #fff;
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px 15px 0;
    padding: 0 20px 0 0;
    text-decoration: none;
    position: relative;
    line-height: 16px;

}

.cityclose:after {
    content: "";
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_icons.png) no-repeat -783px -200px;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}

a.yourcity,
a:visited.yourcity {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding: 0 40px 0 0;
    text-decoration: none;
    text-shadow: #356a78 1px 1px 1px;
}
a.yourcity span {
    height: 35px;
    padding-left: 14px;
    display: block;
    position: relative;
}
a.yourcity:after {
    content: "";
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_icons.png) no-repeat -976px 0px;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 8px;
    top: 5px;
}
a:hover.yourcity:after {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_icons.png) no-repeat -926px -50px;
}
a.yourcity2,
a:visited.yourcity2 {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding: 0px 30px 0px 0px;
    text-decoration: none;
    text-shadow: #356a78 1px 1px 1px;
}
a.yourcity2:after {
    content: "";
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_icons.png) no-repeat -882px -99px;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 5px;
    top: 2px;
}
a:hover.yourcity2:after {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_icons.png) no-repeat -832px -149px;
}
a.yourcity2 span {
    height: 24px;
    padding-left: 10px;
    display: block;
    position: relative;
}
a.pdfbig,
a:visited.pdfbig {
    background: url(/skin/frontend/DD/greybeard/images/gfx/pdfbig.png) no-repeat 0 0;
    color: #198593;
    display: block;
    font-size: 21px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 15px;
    padding: 0 0 0 57px;
    text-decoration: none;
}
a:hover.pdfbig {
    background: url(/skin/frontend/DD/greybeard/images/gfx/pdfbig.png) no-repeat 0 0;
    color: #198593;
    text-decoration: underline;
}
a.fpwdlink,
a:visited.fpwdlink {
       text-decoration: underline;
}
a:hover.fpwdlink {
       text-decoration: none;
}


/* Typo
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 28px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 15px;
}
h1.modalheader {
    font-size: 24px;
    margin: 20px 0 15px 0;
}

h2.dealhead {
    font-size: 28px;
    margin: 20px 20px 10px 20px;
}
h1.dealhead {
    font-size: 28px;
    margin: 20px 20px 10px 20px;
}
h2.dealhead span {
    color: #12616c;
}
h2.middletexthead {
    font-size: 24px;
    margin: 20px 20px 10px 20px;
}
h2.smalltexthead {
    font-size: 21px;
    margin: 20px 20px 10px 20px;
}
h2.bigtexthead {
    font-size: 28px;
    margin: 20px 0 10px 0;
}
h3.texthead {
    font-size: 18px;
    margin-bottom: 10px;
}
h3.smalltexthead {
    font-size: 19px;
    margin-bottom: 10px;
}
h3.checkouthead {
    font-size: 16px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
h3.dealheadline,
h3.dealheadline4 {
    color: #fff;
    font-size: 15px;
    margin: 0 0 3px 0;
    padding: 0;
    text-shadow: #356a78 1px 1px 1px;
}
h3.texthead-deal-description{
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 20px;
    text-align: justify;
}
h3.empfehlungshead {
       color: #fff;
       font-size: 21px;
       line-height: 58px;
       margin: 0 0 25px 30px;
       padding: 0;
       text-shadow: #333 1px 1px 1px;
}
.empfehlung6 h3.empfehlungshead {
       margin: 0 0 13px 40px;
}
h3.dealheadline4 {
    margin-top: 0;
}
h3.howitworks {
    font-size: 21px;
    margin: 0 0 18px 0;
    padding: 0;
}
h3.result {
    font-size: 18px;
    margin: 26px 0 4px 0;
    padding: 0;
}
h3.sidehead,
h3.sideheadfirst {
    background: #383838 url(/skin/frontend/DD/greybeard/images/gfx/bg_sidehead.jpg) no-repeat center top;
    color: #e6e6e6;
    font-size: 20px;
    height: 45px;
    padding: 0;
    text-shadow: #000 1px 1px 1px;
}
h3.sidehead img,
h3.sideheadfirst img {
    margin: 19px 12px 0 22px;
}
h3.sideheadfirst {
    background: #383838 url(/skin/frontend/DD/greybeard/images/gfx/bg_sidehead_first.jpg) no-repeat center top;
}
h4.cochead {
    font-size: 14px;
    line-height: 45px;
    margin: 0 0 10px 0;
    padding: 0;
}
h4.cheapdeals {
    font-size: 18px;
    margin: 0 0 10px 0;
    padding: 0;
}
h4.footerhead {
    border-bottom: 1px solid #999;
    color: #fff;
    font-size: 18px;
    margin: 18px 0 10px 0;
    padding: 0 0 3px 20px;
}
.null {
    margin-bottom: 0 !important;
}
blockquote {
    margin: 0;
    padding: 0;
}
.kundenzitat {
    font-style: normal;
    font-size: 14px;
    margin-bottom: 30px;
}
.kundenzitat em {
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 21px;
    padding-top: 4px;
    padding-left: 72px;
}
.kundenzitat p {
    line-height: 26px;
}
.visioncite {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 21px;
    padding: 4px 0 30px 0;
}
.visioncite p {
    line-height: 26px;
}
ul {
    margin: 0 0 0 15px;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
}
ul.stdlline {
    display: inline;
    float: left;
    margin: 0 0 0 32px;
    padding: 0;
    width: 445px;
}
ul.stdlline li {
    background: url(/skin/frontend/DD/greybeard/images/gfx/stdlline.png) no-repeat 0 7px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}
ul.joblline {
    margin: 0 0 16px 32px;
    padding: 0;
}
ul.joblline li {
    background: url(/skin/frontend/DD/greybeard/images/gfx/stdlline.png) no-repeat 0 7px;
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}
ul.joblist {
    margin: 0 0 16px 32px;
    padding: 0;
}
ul.joblist li {
    list-style: none;
    margin: 0;
    padding: 0 0 3px 10px;
}
ul.joblist li a,
ul.joblist li a:visited,
ul.joblist li a:hover {
    font-weight: bold;
}
ul.joblist li a span,
ul.joblist li a:visited span,
ul.joblist li a:hover span {
    color: #333;
    font-weight: normal;
}
ul#kundenzufriedenheit {
    background: url(/skin/frontend/DD/greybeard/images/gfx/tuev-sued_klein.jpg) no-repeat 8px 0;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0 0 10px 0;
    padding: 8px 0 0 66px;
    min-height: 37px;
    height: auto !important;  /*moderne Browser*/
    height: 37px;  /*IE*/
    width: 325px;
}
ul#kundenzufriedenheit li {
    background: url(/skin/frontend/DD/greybeard/images/gfx/ok.png) no-repeat 0 50%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
ul#tuevlist {
    background: url(/skin/frontend/DD/greybeard/images/gfx/trusted-shops_klein.jpg) no-repeat 8px 0;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0 0 10px 0;
    padding: 8px 0 0 66px;
    min-height: 37px;
    height: auto !important;  /*moderne Browser*/
    height: 37px;  /*IE*/
    width: 325px;
}
ul#tuevlist li {
    background: url(/skin/frontend/DD/greybeard/images/gfx/ok.png) no-repeat 0 50%;
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
ul.advantagelist,
ul.factlist {
    display: inline;
    float: left;
    font-size: 14px;
    margin: 0 0 0 50px;
    padding: 0 0 10px 0;
    width: 610px;
}
ul.factlist {
    margin-top: 15px;
}
ul.advantagelist {
    font-weight: bold;
}
ul.advantagelist li,
ul.factlist li {
    background: url(/skin/frontend/DD/greybeard/images/gfx/advantage.png) no-repeat 0 0;
    list-style: none;
    margin: 0 0 23px 0;
    padding: 0 0 0 20px;
}
ul.factlist li {
    background: url(/skin/frontend/DD/greybeard/images/gfx/advantage.png) no-repeat 0 2px;
    display: block;
    margin-bottom: 14px;
}
ul.presslist {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.presslist li {
    display: block;
    float: left;
    height: 33px;
    list-style: none;
    margin: 0 0 3px 0;
    padding: 0;
    width: 220px;
}
ul.pressarchiv {
    margin: 0 0 25px 75px;
    padding: 0;
}
ul.pressarchiv li {
    list-style: none;
    margin: 0;
    padding: 0 0 2px 0;
}
ul.videolist {
    margin: 0 0 0 34px;
    padding: 0;
}
ul.videolist li {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}
ul#affilegend {
    color: #313131;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
ul#affilegend li {
    list-style: none;
    margin: 0;
    padding: 11px 0 11px 28px;
}
li.as1 {
    background: url(/skin/frontend/DD/greybeard/images/gfx/as1.png) no-repeat 0 7px;
}
li.as2 {
    background: url(/skin/frontend/DD/greybeard/images/gfx/as2.png) no-repeat 0 7px;
}
li.as3 {
    background: url(/skin/frontend/DD/greybeard/images/gfx/as3.png) no-repeat 0 7px;
}
li.as4 {
    background: url(/skin/frontend/DD/greybeard/images/gfx/as4.png) no-repeat 0 7px;
}
ul#ordersteps {
    color: #999;
    display: inline;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0 7px 17px;
    padding: 0 0 10px 0;
}
ul#ordersteps li,
ul#ordersteps li.lastoderstep {
    background: url(/skin/frontend/DD/greybeard/images/gfx/pfeile.png) no-repeat 0 0;
    color: #fff;
    display: block;
    float: left;
    height: 27px;
    line-height: 26px;
    list-style: none;
    margin: 0;
    padding: 0 16px 0 11px;
    width: 280px;
}
ul#ordersteps li.lastoderstep {
    background: url(/skin/frontend/DD/greybeard/images/gfx/endpfeile.png) no-repeat 0 0;
    padding-right: 0;
    width: 282px;
}
ul#ordersteps li.currentstep {
    background-position: 0 -27px !important;
    color: #fff !important;
    text-shadow: #356a78 1px 1px 1px !important;
}
ul#ordersteps .donestep {
}
ul#accountsteps {
    color: #999;
    font-size: 15px;
    font-weight: bold;
    margin: 8px 20px 6px 20px;
    padding: 0;
}
ul#accountsteps li {
    border-right: 1px solid #333;
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0 8px;
}
ul#accountsteps li.firstaccountstep {
    border-left: none;
    padding-left: 0;
}
ul#accountsteps li.lastaccountstep {
    border-right: none;
    padding-right: 0;
}
ul#accountsteps .currentstep {
    color: #333;
}
ul#gratisdeal {
    background: url(/skin/frontend/DD/greybeard/images/gfx/gratisdeal.png) no-repeat 0 0;
    float: left;
    height: 28px;
    margin: 0;
    padding: 109px 0 8px 12px;
    width: 188px;
}
ul#gratisdeal li {
    list-style: none;
    margin: 0;
    padding: 0 6px 0 0;
    float: left;
}
ul#gratisdeal li a,
.modalsbicons li a {
    text-indent: -9999px;
}
ul.footermenu {
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    width: 200px;
}
ul.footermenu li {
    list-style: none;
    margin: 0;
    padding: 0 0 5px 0;
}
ul.highlights {
    margin: 8px 30px 8px 40px;
    padding: 0;
}
ul.highlights li {
    margin: 0;
    padding: 0 0 2px 0;
}
ul.konditionen {
    margin: 8px 0 8px 20px;
    padding: 0;
}
ul.konditionen li {
    margin: 0;
    padding: 0 0 2px 0;
}
p {
    line-height: 19px;
    margin: 0 0 12px 0;
    padding: 0;
}
p.sp {
    line-height: 19px;
    margin: 0 0 3px 0;
    padding: 0;
}
p.pint {
    padding-left: 72px;
}
p.pint2 {
    line-height: normal;
    padding-left: 25px;
}
p.portrait {
    float: left;
    margin: 10px 20px 5px 0;
}
p.buttonlinkp,
p.buttonlinkpend {
    float: left;
    margin: 0 12px 12px 0;
    padding: 0;
}
p.buttonlinkpend {
    margin-right: 0;
}
.trustsigns {
    float: left;
    width: 400px;
}
p.kundenzufriedenheit {
    background: url(/skin/frontend/DD/greybeard/images/gfx/trusted-shops_klein.jpg) no-repeat 8px 0;
    clear: none;
    float: left;
    font-size: 12px;
    line-height: 14px;
    padding: 0 35px 0 65px;
    width: 250px;
    min-height: 45px;
    height: auto !important;  /*moderne Browser*/
    height: 45px;  /*IE*/
}
p.startwert,
p.endwert {
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 0 8px;
    padding: 0;
    text-shadow: #333 1px 1px 1px;
}
p.endwert {
    float: right;
    right: 8px;
    margin: 0;
    top: 0;
    position: absolute;
}
p.mindestmenge,
p.verkauftedeals,
p.verkauftedeals_on {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 14px 0 0 0;
    padding: 0;
    text-shadow: #356a78 1px 1px 1px;
}
p.verkauftedeals_on {
    font-size: 15px;
    line-height: 15px;
    display: block;
    padding: 0;
    margin: 15px 0 8px 0;
    text-align: center;
}
p.verkauftedeals a,
p.verkauftedeals a:visited {
    background: url(/skin/frontend/DD/greybeard/images/gfx/info.png) no-repeat right 6px;
    color: #fff;
    display: block;
    float: left;
    line-height: 16px;
    padding-right: 18px;
    text-decoration: none;
    width: 92px;
}
p.verkauftedeals a:hover {
    background: url(/skin/frontend/DD/greybeard/images/gfx/info.png) no-repeat right -58px;
    color: #fff;
    text-decoration: none;
}
p.friends a,
p.friends a:visited {
    background: url(/skin/frontend/DD/greybeard/images/gfx/info_tr.png) no-repeat right 8px;
    color: #fff;
    display: block;
    float: left;
    padding-right: 25px;
    text-decoration: none;
    text-shadow: #555 1px 1px 1px;
}
p.friends a:hover {
    background: url(/skin/frontend/DD/greybeard/images/gfx/info_tr.png) no-repeat right -44px;
    color: #fff;
    text-decoration: none;
}
a.info,
a:visited.info {
    background: url(/skin/frontend/DD/greybeard/images/gfx/info_tr.png) no-repeat right 0;
    color: #333;
    display: block;
    float: left;
    height: 19px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 147px;
}
a:hover.info {
    background: url(/skin/frontend/DD/greybeard/images/gfx/info_tr.png) no-repeat right -52px;
    color: #000;
    text-decoration: none;
}
p.null {
    line-height: normal;
    margin: 0;
    padding: 0;
}
p.infop {
    background: url(/skin/frontend/DD/greybeard/images/gfx/infored.png) no-repeat left 2px;
    padding-left: 22px;
}

p.yourcityp,
p.yournlp {
    font-size: 12px;
    line-height: 18px;
    margin: 6px 0 0 0;
    padding: 0 0 0 15px;
}
p.yournlp {
    float: right;
    width: 250px;
    text-align: right;
    padding-right: 5px;
}
p.timeboxp,
p.timeboxpend,
p.dealsalesp,
p.timeboxp4,
p.timeboxpend4 {
    background-color: #fff;
    display: block;
    float: left;
    font-size: 10px;
    line-height: normal;
    margin: 0 4px 6px 0;
    padding: 0;
    text-align: center;
    width: 64px;
    height: 34px;



}
p.timeboxp4,
p.timeboxpend4 {
    line-height: 10px;
    padding: 0 0 6px;
    margin: 0 4px 0 0;
}
p.timeboxpend {
    margin-right: 0;
}
p.timeboxp4 {
    width: 47px;
}
p.timeboxpend4 {
    margin-right: 0;
    width: 47px;
}
p.dealsalesp {
    width: 84px;
}
p.dealsalesonp {
    background-color: #fff;
    display: block;
    font-size: 10px;
    line-height: normal;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 84px;
    height: 34px;
}
p.timeboxp strong,
p.timeboxpend strong,
p.dealsalesp,
p.dealsalesonp,
p.timeboxp4 strong,
p.timeboxpend4 strong {
    font-size: 28px;
}
p.timeboxp4 strong,
p.timeboxpend4 strong {
    line-height: 28px;
}
p.zw_choice img {
    float: left;
    padding: 3px 5px 0 0;
}
div.logo {
    line-height: normal;
    margin: 22px 0px 3px 0;
    padding: 0;
    background: url('/skin/frontend/DD/greybeard/images/gfx/dailydeal.png') no-repeat scroll 0% 0% transparent;
    height: 52px;
    width: 220px;
}

div.sprite_logo {
    line-height: normal;
    margin: 22px 0px 8px 0;
    padding: 0;
    background: url('/skin/frontend/DD/greybeard/images/gfx/sprite_header.png') no-repeat scroll -10px -250px transparent;
    height: 52px;
    width: 220px;
}

img.logo{
    margin: 22px 0px 3px 0;
    padding:0;
    border:0 none;
}
.logosolo {
    line-height: normal;
    margin: 25px 0 0 0;
    padding: 0;
}
p.support {
    float: right;
    font-size: 12px;
    line-height: 24px;
    margin: 21px 22px 0 0;
    padding: 0;
    text-align: right;
}
p.support strong {
    font-size: 16px;
}
p.praemiehead {
    font-size: 12px;
    line-height: normal;
    margin: 0 0 3px 0;
    padding: 0;
}
p.dealp {
    line-height: normal;
    margin: 7px 11px;
    padding: 0;
}
p.sparinfop {
    font-size: 18px;
    line-height: 18px;
    margin: 6px 0;
    padding: 0;
    text-align: center;
    width: 95px;
    display: inline-block;
    float: left;
}
.sparinfo .sparinfop:first-child {
    border-right: 2px solid #ccc;
}

p.sparinfopSingle{
    border: 0px !important;
    font-size: 20px !important;
    line-height: 20px;
    margin: 6px 0;
    padding: 0;
    text-align: center;
    width:100% !important;
}

.singleLayerSpecial{
    width:155px;
    margin: 0 10px 10px 30px;
}

#sparinfosinglelayer{
    display:none;
}

.margin10l{
    margin-left:10px !important;
}


p.sales {
  /*  background: url(/skin/frontend/DD/greybeard/images/gfx/sales.png) no-repeat 0 0; */
    color: #fff;
    display: inline;
    float: left;
    font-weight: bold;
    font-size: 12px;
    height: 50px;
    line-height: 16px;
    margin: 12px 0 0 10px;
    padding: 5px 0 0 0;
    text-align: center;
    text-shadow: #333 1px 1px 1px;
    width: 100px;
    background: #B8DA63;
    z-index:1000;
    position:relative;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#B8DA63), to(#61870e));
    background: -webkit-linear-gradient(#B8DA63, #61870e);
    background: -moz-linear-gradient(#B8DA63, #61870e);
    background: -ms-linear-gradient(#B8DA63, #61870e);
    background: -o-linear-gradient(#B8DA63, #61870e);
    background: linear-gradient(#B8DA63, #61870e);
    -pie-background: linear-gradient(#B8DA63, #61870e);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}
p.sales strong {
    font-size: 31px;
    line-height: 26px;
}
p.saved {
    /* background: url(/skin/frontend/DD/greybeard/images/gfx/sales.png) no-repeat 0 bottom; */
    display: inline;
    float: left;
    font-weight: bold;
    font-size: 14px;
    height: 25px;
    margin: -10px 0 19px 10px;
    padding: 10px 0 0 0;
    text-align: center;
    width: 100px;
    background-color:#fff;
}
p.saved strong {
    font-size: 15px;
}
p.dealvalue,
p.dealprice,
p.dealsaved {
    color: #fff;
    display: inline;
    float: left;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-shadow: #333 1px 1px 1px;
    width: 47px;
}

p.dealvalueCH,
p.dealpriceCH,
p.dealsavedCH {
    color: #fff;
    display: inline;
    float: left;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-shadow: #333 1px 1px 1px;
    width: 90px;
    text-align:center;
}
p.dealvalue,
p.dealvalueCH {
    margin-left: 10px;
    margin-right: 6px;
}
p.dealsaved,
p.dealsavedCH {
    font-size: 15px;
    line-height: 24px;
    margin-top: 18px;
    margin-left: 10px;
    width: 100px;
}
p.dealvalue strong,
p.dealprice strong,
p.dealvalueCH strong,
p.dealpriceCH strong,
p.dealsaved strong,
p.dealsavedCH strong {
    background: #1c8796;
    font-size: 14px;
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    text-shadow: none;
}
p.dealsaved strong,
p.dealsavedCH strong {
    font-size: 22px;
    height: 34px;
    line-height: 34px;
}
p.citydate {
    font-size: 10px;
    line-height: 12px;
    margin: 8px 0 4px 0;
    padding: 0;
}
h3.misseddealhead {
    font-size: 15px;
    font-weight: bold;
    height: 109px;
    line-height: 17px;
    margin: 0;
    padding: 0;
}
.sidebp {
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 12px 0;
    padding: 0;
}
p.sidebpsmall {
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 6px 0;
    padding: 0;
}
ul.sbicons {
    float: left;
    margin: 0;
    padding: 0;
}
ul.sbicons li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 1px 0 0 10px;
}
p.friends {
    background: #888 url(/skin/frontend/DD/greybeard/images/gfx/sb-arrow.jpg) no-repeat right top;
    clear: none;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 33px;
    margin: 0;
    padding: 1px 20px 3px 12px;
    text-shadow: #555 1px 1px 1px;
}
div.friendsLink {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_standard.png) no-repeat -130px -179px;
    clear: none;
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 33px;
    margin: 0;
    width:460px;
    padding: 1px 20px 3px 12px;
    text-shadow: #555 1px 1px 1px;
}
div.socialsLogos{
    float:left;
    width:160px;
}
p.followus {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 33px;
    margin: 20px 0 30px 0;
    padding: 0 0 0 20px;
}


/* Tabellen
-----------------------------------------------*/
table {
    border: none;
    margin: 0;
    padding: 0;
}
td, th {
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: left;
}
table#provisionstab {
    table-layout: fixed;
    width: 440px;
}
#provisionstab td {
    margin: 0;
    padding: 0;
}
#provisionstab .ptdt {
    width: 105px;
}
#provisionstab .ptdd {
    font-weight: bold;
    text-align: right;
}
#provisionstab .ptdd strong {
    padding-right: 120px;
}
#provisionstabwrapper {
    float: left;
    margin: 0 0 10px 72px;
}
table#affitable {
    color: #313131;
    font-size: 12px;
    margin: 0;
    table-layout: fixed;
    width:346px;
}

.bg_grey{
    background-color:#e2e2e2;
    height:25px;
}

.bg_darkgrey{
    background-color:#ccc;
    height:25px;
}
.vabottom {
    vertical-align: bottom !important;
}

#affitable th, td{
    height: 30px;
    margin: 0;
    padding: 5px;
}

.lineUnderTable{
   width:70%;
   border-bottom:1px solid #ccc;
   padding:10px 0 10px 0;
}

.formHeadlineKontakt{
   font-size:14px;
   font-wigth:bold;
   margin-bottom:25px !important;
}

#affitable .xstxt {
    font-size: 10px;
}

.tableTdWidth{
    width:30%;
}

.errorBorder{
    border:1px solid #ff0000;
}



 .option_1, .option_2, .option_3, .option_4, .option_5, .option_6, .option_7 {
    display:none;
}

#contact_form_new{
    width:100px;
    color:#fff;
    padding:5px;
}

.tableContact{
    height: 10px !important;
    margin: 0;
    padding: 2px !important;
}
.affiname {
   /* width: 94px; */
}
.affistatus {
    width: 62px;
}
#affitable .affiwert {
    padding-right: 22px;
    text-align: right;
    width: 56px;
}
#affi {
   /* background: url(/skin/frontend/DD/greybeard/images/gfx/affi.jpg) repeat-y 0 0; */
    float: left;
    margin: 20px 0 0 20px;
    padding: 0;
    width: 346px;
}
#affitop {
   /* background: url(/skin/frontend/DD/greybeard/images/gfx/affitop.jpg) no-repeat 0 0;*/
    float: left;
    margin: 0;
    padding: 0;
    width: 346px;
    border:1px solid #ccc;
    padding:8px 5px 0 5px;
}

#affibottom {
   /* background: url(/skin/frontend/DD/greybeard/images/gfx/affibottom.jpg) no-repeat left bottom;*/
    display: inline;
    float: left;
    margin: 0;
    padding: 0px 0 10px 0px;
    width: 326px;
}
/*checkout*/
#checkoutwrapper {
    background: url(/skin/frontend/DD/greybeard/images/gfx/bg_checkout.jpg) repeat-y 0 0;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    width: 930px;
}
#checkoutwrappertop {
    background: url(/skin/frontend/DD/greybeard/images/gfx/bg_checkout_top.jpg) no-repeat 0 0;
    float: left;
    margin: 0;
    padding: 5px 0 0 0;
    width: 930px;
}
#checkoutwrapperbottom {
    background: url(/skin/frontend/DD/greybeard/images/gfx/bg_checkout_bottom.jpg) no-repeat left bottom;
    float: left;
    margin: 0;
    padding: 4px 0 20px 30px;
    width: 900px;
}
table#checkoutcart {
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 880px;
    font-size:14px;
}
table#checkoutcart th {
    font-weight: bold;
    height: 26px;
}
table#checkoutcart td,
table#checkoutcart th {
    margin: 0;
    padding: 0;
}
table#checkoutcart td {
    padding-top: 3px;
}
table#checkoutcart td.cocdesc,
table#checkoutcart th.cocdesc {
    padding-right: 30px;
    width: 560px;
}
table#checkoutcart td.cocnumber,
table#checkoutcart th.cocnumber {
    width: 60px;
}
table#checkoutcart th.cocsinglp {
    padding-right: 20px;
    text-align: right;
    width: 120px;
}
table#checkoutcart td.cocsingleprice {
    padding-right: 20px;
    text-align: right;
}

table#checkoutcart th.cosummp {
    text-align: right;
    font-weight: bold;
}
.cosumtotal {
    font-weight: bold;
}
table#checkoutcart td.cosummp,
table#checkoutcart td.cosum {
    text-align: right;
}
.price {
    padding-right: 30px !important;
    text-align: right !important;
}
.singleprice {
    padding-right: 20px !important;
    text-align: right !important;
}

table#warenkorb {
    font-size: 12px;
    table-layout: fixed;
    width: 290px;
}
#warenkorb td {
    margin: 0;
    padding: 0;
}
#warenkorb .wknumb {
    width: 60px;
}
#warenkorb .wksingle {
    width: 155px;
}
#warenkorb .wksum {
}
#warenkorb .wkright {
    text-align: right;
}
.tmswt {
    font-size: 10px !important;
}




/* Formulare
-----------------------------------------------*/
form {
    margin: 0;
    padding: 0;
}
.nlhi {
    float: left;
    height: 16px;
    margin: 8px 0 0 8px;
    padding: 0 0 0 2px;
    width: 180px;
}
.nlbtn {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_icons.png) no-repeat -473px -497px;
    border: none;
    display: block;
    height: 30px;
    margin-left: 3px;
    padding:0;
    float: left;
    width: 29px;
    cursor: pointer;
}
.nlbtn:hover {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_icons.png) no-repeat -423px -547px;
}
.myaccount {
    font-size: 12px;
}
input.stdti {
    width: 174px;
}
#misseddetail {
       height: 80px;
       left: -10px;
       top: 15px;
       position: absolute;
       width: 267px;
       z-index: 9999;
}
form#nlanmeldungform {
    float: right;
    height: 34px;
    padding-top: 2px;
    width: 230px;
    margin-right: 4px;
}
form#buynow {
    height: 80px;
    left: -10px;
    top: 15px;
    position: absolute;
    width: 267px;
    z-index: 9999;
}
.ehform {
    min-height: 86px;
    height: auto !important;  /*moderne Browser*/
    height: 86px;  /*IE*/

}
.copredata {
    background: url(/skin/frontend/DD/greybeard/images/gfx/copredata.jpg) repeat-y scroll left bottom #e8e8e8;
    float: left;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0 0 2px;
    width: 450px;
}
.copredata th {
    padding-top:4px;
}
.copredata td, .copredata th {
    margin:0;
    padding:1px 2px 1px 6px;
}
.copdhead {
    background:url(/skin/frontend/DD/greybeard/images/gfx/praemie3.jpg) repeat-y scroll right top #e8e8e8;
}

#deal_sold_out,
#deal_missed {
    width: 240px;
    height: 53px;
}

#deal_sold_out p,
#deal_missed p {
    position: relative;
    display: block;
    text-shadow: #333 1px 1px 1px;
    font-family: arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 56px;
    color: #fff;
}

#deal_sold_out p {
    font-size: 26px;
}

input.kaufbutton {
    position: relative;
    zoom: 1;
    border: none;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    display: block;
    height: 55px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-shadow: #5f7b21 1px 1px 1px;
    font-family: arial, sans-serif;
    width: 240px;
    cursor: pointer;
}

input.kaufbuttonLocked {
    position: relative;
    zoom: 1;
    border: none;
    color: #fff;
    font-size: 29px;
    font-weight: bold;
    display: block;
    height: 55px;
    line-height: 36px;
    margin: 0;
    padding: 0 40px 0 0;
    text-shadow: #5f7b21 1px 1px 1px;
    font-family: arial, sans-serif;
    width: 240px;
    cursor: pointer;
}

.multibuttonTextRight{
    padding: 0 90px 5px 0 !important;
    width:250px !important;
    font-size:24px !important;

}



.multidealButtonOption {
    background: url(/skin/frontend/DD/greybeard/images/gfx/green_arrow_down.png) no-repeat 69px 16px;
    width: 90px;
    height: 37px;
    position: absolute;
    display: block;
    right: 15px;
    top:1px;
    z-index:200;
    font-size:13px;
    color:#fff;
    padding:18px 0 0 6px;
    margin: 0 0 0 5px;
    font-weight:bold;
    cursor:pointer;
    text-shadow: 1px 1px 1px #5f7b21;
    display:none;
}

.shadow-line{
    background: url(/skin/frontend/DD/greybeard/images/gfx/shadow_line.png) no-repeat 0 0;
    height:54px;
    width:3px;
    float:left;
    margin:  -20px 5px 0 0 ;
}

input.absendebutton {
    background: url(/skin/frontend/DD/greybeard/images/gfx/button_gruen_klein.png) no-repeat 0 0;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: block;
    height: 25px;
    margin: 0;
    padding: 0 0 4px 0;
    text-shadow: #5f7b21 1px 1px 1px;
    width: 176px;
}
input:hover.absendebutton {
    background: url(/skin/frontend/DD/greybeard/images/gfx/button_gruen_klein.png) no-repeat 0 0;
    cursor: pointer;
    color: #fff;
}
#angemeldetbleiben {
    float: left;
}
/*checkout+myaccount*/
#chologin,
#choaad,
#choadress,
#choadress-logged-in,
#choadress-logged-out,
#myaaddress,
#changemyaaddress,
#changemyaccount,
#myaadress,
#chobillingadress,
#chobillinginfo,
#contactform,
#register,
#pwdforget,
#schon_reg,
#neu_reg,
#chokdlogin, #checkoutLogin {
    float: left;
    font-size: 13px;
}
.nextstep {
    background: url(/skin/frontend/DD/greybeard/images/gfx/nextstep.png) no-repeat 390px 50px;
    min-height: 210px;
    height: auto !important;  /*moderne Browser*/
    height: 210px;  /*IE*/
}
.nextstep2 {
    background: url(/skin/frontend/DD/greybeard/images/gfx/nextstep2b.png) no-repeat 223px 0;
    min-height: 125px;
    height: auto !important;  /*moderne Browser*/
    height: 210px;  /*IE*/
}
.nextstep3 {
    background: url(/skin/frontend/DD/greybeard/images/gfx/swoosh.png) no-repeat 362px 5px;
    min-height: 210px;
    height: auto !important;  /*moderne Browser*/
    height: 210px;  /*IE*/
}
#choadress {
    margin: 0 0 0 20px;
}
#choadress-logged-in,
#choadress-logged-out {
    margin: 0 0 0 20px;
    width: 450px;
}
#choadress-logged-in.nextstep3,
#choadress-logged-out.nextstep3,
#choadress.nextstep3 {
    padding-top: 20px;
}
#chokdlogin, #checkoutLogin {
    margin: 0 0 0 20px;
        width: 100%;
}
#choaad {
    margin: 0 0 25px 20px;
    width: 900px;
}
#register {
    width: 323px;
}
#contactform {
    /* border-top: 1px solid #e5e5e5; */
    margin-top: 10px;
    padding-top: 15px;
}
#chobillingadress {
    width: 100%;
}
#chobillinginfo {
    width: 450px;
}
fieldset.fsbanking,
fieldset.fscreditcard,
fieldset.fspaypal,
fieldset.fsvoucher,
fieldset.fssofort {
    border: none;
    /*border-top: 1px solid #e5e5e5;*/
    float: left;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}
fieldset.chkend {
    border: none;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 500px;
}

fieldset.chkendNew {
    border: none;
    display: inline;
    float: right;
    margin: 0 10px 0 0;
    padding: 0;
    width: 500px;

}

.innerchkend {
    float: left;
    margin: 0 0 0 44px;
    padding: 0;
    width: 456px;
}
.praemie3 {
    background: #e8e8e8 url(/skin/frontend/DD/greybeard/images/gfx/praemie3.jpg) repeat-y 0 0;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    width: 450px;
}
.innerpraemie3 {
    background: url(/skin/frontend/DD/greybeard/images/gfx/praemie3_bottom.jpg) no-repeat left bottom;
    float: left;
    margin: 0;
    padding: 5px 6px;
    width: 438px;
}
p.agbchbp {
    margin-left: 6px;
}
p.sendorderp {
    background: url(/skin/frontend/DD/greybeard/images/gfx/swoosh.png) no-repeat 6px 0;
    float: left;
    margin: 0 0 0 0px;
    padding: 16px 0 8px 81px;
}
fieldset.chkend1,
fieldset.chkend2 {
    border: none;
    float: left;
    margin: 0;
    padding: 0;
}
fieldset.chkend1 {
    width: 590px;
}
fieldset.chkend2 {
    /*padding-top: 36px;*/
    width: 310px;
}
fieldset.fsgrid8 {
    border: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 450px;
}
.ckblabel {
    float: left;
    font-size: 11px;
    font-weight: normal;
    width: 420px;
}
.choad1,
.choad2 {
    border: none;
    float: left;
    margin: 0;
    padding: 10px 0;
    width: 450px;
}
.choad1 {
    margin-left: 20px;
    width: 306px;
}
.choad2 {
    width: 367px;
}
#myaaddress,
#changemyaccount,
#changemyaaddress {
    margin-top: 10px;
}
#chologin p,
#schon_reg p,
#neu_reg p,
#choaad p,
#myaaddress p,
#changemyaaddress p,
#changemyaccount p,
#myaadress p,
#chobillingadress p,
#chobillinginfo p,
#register p,
#choadress p,
#choadress-logged-out p,
#choadress-logged-in p,
#pwdforget p,
#partnerreg p {
    clear: both;
    margin: 0 0 5px 0;
}
#partnerlogin p {
       clear: both;
       margin: 0 0 11px 0;
}
#chokdlogin p, #checkoutLogin p {
    float: left;
    margin: 0;
}
#chokdlogin p.pwf2, #checkoutLogin p.pwf2 {
    clear: none;
    display: inline;
    float: left;
    font-size: 11px;
    margin: 5px 20px 0 8px;
}
#chokdlogin p.pwf, #checkoutLogin p.pwf {
    clear: both;
    display: inline;
    float: left;
    font-size: 11px;
    margin: 0 0 0 320px;
    width: 250px;
}
#partnerlogin {
    background: url(/skin/frontend/DD/greybeard/images/gfx/partnerlogin.jpg) no-repeat 0 0;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 180px;
    margin: 0;
    padding: 0;
    width: 346px;
}
.partnerlogintext {
    display: inline;
    float: left;
    margin: 10px 12px 0 0;
    padding: 0;
    width: 316px;
}
#partnerlogin fieldset {
    border: none;
    margin: 13px 0 0 24px;
    padding: 0;
}
#partnerlogin p.pl_header {
    clear: both;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 14px 0;
}
#partnerlogin label {
    float: left;
    font-weight: normal;
    width: 97px;
}
#checkout1 label {
    float: left;
    font-weight: normal;
    padding-right: 8px;
    width: auto;
}
#checkout1 .voucherlabel {
    font-weight: bold;
    font-size: 14px;
    width: 100%;
}
#chokdlogin label {
    float: left;
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
    width: auto;
}
#checkoutLogin label {
    float: left;
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
    width: auto;
    margin-right: 12px;
}
#checkoutLogin label {
    float: left;
    font-weight: normal;
    font-size: 12px;
    margin-top: 5px;
    width: auto;
    margin-right: 12px;
}
#chokdlogin label.kdmaillabel {
    width: 52px;
}
#chokdlogin label.kdpwlabel {
    width: 75px;
}
#partnerlogin .plinput{
    background: none;
    border: none;
    width: 190px;
}
#partnerlogin  .ckblabelpl {
    float: left;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    width: auto;
}
#partnerlogin .ckbpl {
    float: left;
    margin: 0 8px 0 97px;
    width: auto;
}
#chologin label {
    float: left;
    width: 98px;
}
#schon_reg label {
    float: left;
    width: 105px;
}
#neu_reg label {
    float: left;
    width: 98px;
}
#choaad label {
    float: left;
    line-height: normal;
    margin-bottom: 5px;
    width: 100%;
}
#chobillingadress label {
    float: left;
    width: 90px;
}
#contactform label,
#pwdforget label {
    float: left;
    font-weight: bold;
    width: 113px;
}
#pwdforget label.mandatorytxt {
    width: 100%;
    font-weight:normal;
}
#emailerrorside label {
    font-weight:normal;
    color:#ff0000;
    font-size:0.95em;
    height:80px;
}

#partnerreg .pr_pdata,
#partnerreg .pr_info {
    border: none;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
    width: 320px;
}
#partnerreg .pr_info {
    padding-left: 20px;
}
#partnerreg .pr_pdata label {
    float: left;
    font-weight: bold;
    width: 150px;
}
#partnerreg .pr_info label {
    float: left;
    font-weight: bold;
    width: 138px;
}
#myaadress label,
.myaccount label {
    float: left;
    font-weight: bold;
    width: 110px;
}
.myaccount p {
       clear: both;
}
#register label {
    float: left;
    font-weight: bold;
    width: 140px;
}
.fsvoucher label {
    float: left;
    font-weight: bold;
    margin-left: 0;
    width: 100%;
}
.fsbanking label {
    float: left;
    font-weight: bold;
    margin-left: 26px;
    width: 104px;
}
.fscreditcard label {
    float: left;
    font-weight: bold;
    margin-left: 26px;
    width: 160px;
}
.fssofort label {
    float: left;
    font-weight: bold;
    margin-left: 26px;
    width: 160px;
}
.fspaypal label {
    float: left;
    font-weight: bold;
    margin-left: 26px;
    width: 104px;
}
label.ckbzw {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}
label.ckbpraemie {
    float: none;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: auto;
}
.rizw {
    float: left;
    margin: 4px 6px 0 0;
    width: auto;
}
#zwlastschriftlabel {
    background: url(/skin/frontend/DD/greybeard/images/gfx/ec3.png) no-repeat right center;
    float: left;
    padding: 0 20px 5px 0;
}
#zwkreditkartelabel {
    background: url(/skin/frontend/DD/greybeard/images/gfx/zw_cc3.png) no-repeat right center;
    float: left;
    padding: 0 120px 5px 0;
}
#zwsofortlabel {
    background: url(/skin/frontend/DD/greybeard/images/gfx/sofortueberweisung.png) no-repeat right center;
    float: left;
    padding: 0 60px 5px 0;
}
#zwpaypallabel {
    background: url(/skin/frontend/DD/greybeard/images/gfx/paypal_2.png) no-repeat right center;
    float: left;
    padding: 0 60px 5px 0;
}
#zwpostfinancelabel {
    background: url(/skin/frontend/DD/greybeard/images/gfx/pf.png) no-repeat right center;
    float: left;
    padding: 0 120px 5px 0;
}
#myaaddress label {
    float: left;
    font-weight: bold;
    width: 118px;
}
#changemyaccount label,
#changemyaaddress label {
    float: left;
    font-weight: bold;
    width: 200px;
}
.ckb {
    float: left;
    margin: 2px 6px 0 0;
    width: auto;
}
#myaaddress .ckbmya {
    float: left;
    margin: 0 8px 0 120px;
    width: auto;
}
#changemyaccount .ckbmya,
#changemyaaddress .ckbmya {
    float: left;
    margin: 0 8px 5px 200px;
    width: auto;
}
.ckbpreg {
    float: left;
    margin: 0 8px 0 138px;
    width: auto;
}
.ckbbl {
    float: left;
}
#myaaddress .ckblabelmya,
#changemyaccount .ckblabelmya,
#changemyaaddress .ckblabelmya {
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    width: 160px;
}
.ckblabelpreg {
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    width: 450px;
}
.sftitle {
    border: 1px solid #999;
    width: 67px;
}
.sfcountry,
.sfcountry187,
.sf180,
.sffull,
.sfbirthday,
.sfbirthmonth,
.sfbirthyear,
.sfnkd,
.sfnkdanrede {
    border: 1px solid #999;
    width: 180px;
}
.sfcountry187 {
    width: 187px;
}
.sfnkd {
    width: 212px;
}
.sfnkdanrede {
    width: 75px;
}
.sffull {
    width: 100%;
}
.sfaddressbook {
    float: left;
    width: 725px;
}
.sfjahr,
.sfmonat {
    border: 1px solid #999;
    width: 68px;
}
.sfmonat {
    margin-right: 5px;
    width: 110px;
}
.sfbirthday {
    display: inline;
    margin-right: 5px;
    padding: 0;
    width: 45px;
}
.sfbirthmonth {
    display: inline;
    margin-right: 5px;
    padding: 0;
    width: 97px;
}
.sfbirthyear {
    margin-right: 0;
    padding: 0;
    width: 60px;
}
.input160,
.input180,
.input187,
.inputvoucher,
.input210,
.inputxs,
.inputplz,
.inputort,
.inputnkd {
    border: 1px solid #999;
    display: block;
    padding: 0;
    width: 156px;
}
.inputnkd {
    width: 210px;
}
.inputplz {
    float: left;
    margin-right: 5px;
    width: 43px;
}
.inputort {
    width: 160px;
}
.inputkdlogin {
    border: 1px solid #999;
    height: 20px;
    margin: 6px 10px 0 0;
    padding: 0;
    width: 160px;
}
.input180 {
    width: 177px;
}
.input210 {
    width: 210px;
}
.input187 {
    width: 183px;
}
.inputxs {
    width: 26px;
}
.inputvoucher {
    color: #999;
    float: left;
    font-size: 11px;
    margin: 6px 8px 0 0;
    width: 190px;
}
p.voucher {
    line-height: 30px;
}
.affilink {
    font-size: 12px;
    padding: 1px 2px;
    width: 460px;
}
.fsvoucher .input187 {
    float: left;
    margin-right: 8px;
    margin-top: 6px;
}
input.mandatory,
.mandatory160,
input.mandatory180,
.mandatory187,
.mandatoryxs,
#paymentBox input.mandatorytxt {
    background: #fbebe7;
    border: 1px solid #f00;
}
#myaaddress label.mandatory180 {
    width:auto;
}
label.mandatorytxt {
    background: url(/skin/frontend/DD/greybeard/images/gfx/mandatorytxt.png) no-repeat 0 50% transparent;
    clear: both;
    color: #f00;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding-left: 15px;
}
#paymentBox label.mandatorytxt {
    width: 188px;
}
#paymentBox p {
    overflow: hidden;
}
#paymentEntryLastschrift label.mandatorytxt {
    margin-left: 132px;
}
#payment_form_onestep_cc label.mandatorytxt {
    margin-left: 188px;
}
p.agbmand {
    margin-left: 6px;
}
#partnerreg .pr_pdata .mandatorytxt {
    margin-left: 150px;
}
#partnerreg .pr_info .mandatorytxt {
    margin-left: 138px;
}
label {
    float: left;
    font-weight: bold;
    width: 150px;
}

label.msgContLp {
    float: left;
    font-weight: normal;
    width: 100%;
    color: #ff1111;
}
#chologin .mandatorytxt,
#neu_reg .mandatorytext {
    margin-left: 98px;
}
#myaaddress .mandatorytxt,
#changemyaaddress .mandatorytxt {
    margin-left: 118px;
}
#myaaddress .mandatorytxt,
#changemyaaddress .mandatorytxt {
    margin-left: 118px;
    font-weight:normal;
}
#register .mandatorytxt {
    margin-left: 140px;
}
#schon_reg .mandatorytxt {
    margin-left: 105px;
}
#chobillinginfo .fscreditcard .mandatorytxt {
    margin-left: 185px;
}
#chobillinginfo .mandatorytxt {
    margin-left: 130px;
}
#chobillingadress .mandatorytxt {
    margin-left: 90px;
}
#choadress-logged-in label,
#choadress-logged-out label,
#choadress label {
    font-weight: normal;
    padding-right: 8px;
    text-align: right;
    width: 130px;
}
#choadress-logged-in label.labelort,
#choadress-logged-out label.labelort,
#choadress label.labelort {
    width: 30px;
}
#choadress-logged-in label.mandatorytxt,
#choadress-logged-out label.mandatorytxt,
#choadress label.mandatorytxt {
    margin-left: 128px;
    width: 200px;
    text-align: left;
}
#choadress-logged-in .choad1 label,
#choadress-logged-out .choad1 label,
#choadress .choad1 label {
    width: 90px;
}
#choadress-logged-in .choad1 .mandatorytxt,
#choadress-logged-out .choad1 .mandatorytxt,
#choadress .choad1 .mandatorytxt {
    margin-left: 90px;
}
#choadress-logged-in label.mandatory180,
#choadress-logged-out label.mandatory180,
#choadress label.mandatory180 {
    width: 180px;
}
.kommentar {
    border: 1px solid #999;
    height: 160px;
    padding: 0 2px;
    width: 530px;
}
.fpwp {
    float: left;
    margin-left: 5px;
    line-height: 32px;
}
.submit60,
.submit90,
.submit150,
.submit220,
.submitlogin {
    background: url(/skin/frontend/DD/greybeard/images/gfx/submit60.png) no-repeat 0 0;
    border: none;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
    text-shadow: #5f7b21 1px 1px 1px;
    width: 61px;
}
.submit90 {
        background: url(/skin/frontend/DD/greybeard/images/gfx/submit90.png) no-repeat 0 0;
    width: 91px;
}
.submitlogin {
    background: url(/skin/frontend/DD/greybeard/images/gfx/submitlogin.png) no-repeat 0 0;
    height: 24px;
    width: 87px;
}
.submit150 {
    background: url(/skin/frontend/DD/greybeard/images/gfx/submit150.jpg) no-repeat 0 0;
    width: 150px;
}
.submit220 {
    background: url(/skin/frontend/DD/greybeard/images/gfx/submit220c.jpg) no-repeat 0 0;
    font-size: 17px;
    line-height: 17px;
    height: 41px;
    padding: 0 0 0 18px;
    text-align: left;
    width: 220px;
}
.trustbuttons {
    display: inline;
    float: left;
    margin: 3px 0 0 15px;
}
.submit60:hover {
    background: url(/skin/frontend/DD/greybeard/images/gfx/submit60.png) no-repeat 0 -30px;
    cursor: pointer;
    color: #fff;
}
.submit90:hover {
    background: url(/skin/frontend/DD/greybeard/images/gfx/submit90.png) no-repeat 0 -30px;
    cursor: pointer;
    color: #fff;
}
.submitlogin:hover {
    background: url(/skin/frontend/DD/greybeard/images/gfx/submitlogin.png) no-repeat 0 -24px;
    cursor: pointer;
    color: #fff;
}
.submit150:hover {
    background: url(/skin/frontend/DD/greybeard/images/gfx/submit150.jpg) no-repeat 0 -30px;
    cursor: pointer;
    color: #fff;
}
.submit220:hover {
    background: url(/skin/frontend/DD/greybeard/images/gfx/submit220c.jpg) no-repeat 0 -41px;
    cursor: pointer;
    color: #fff;
}
.submit60:hover,
.submit90:hover,
.submit220:hover {
    cursor: pointer;
    color: #fff;
}
.submitvoucher {
    background: url(/skin/frontend/DD/greybeard/images/gfx/submitvoucher2.png) no-repeat 0 0px;
    border: none;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0 0 5px 0;
    text-align: center;
    text-shadow: none;
    width: 70px;
    height: 18px;
}
.submitvoucher:hover {
    background: url(/skin/frontend/DD/greybeard/images/gfx/submitvoucher2.png) no-repeat 0 0px;
    height: 18px;
}
.nextbutton,
.nextbuttonmt {
    float: right !important;
}
.nextbuttonmt {
    margin-top: -8px;
}
#contactform .submit90 {
    display: inline;
    margin-left: 113px;
}
#partnerreg .submit90 {
    margin-left: 138px;
}
#chologin .submit60 {
    margin-left: 98px;
}
#choadress-logged-in .submit90,
#choadress-logged-out .submit90,
#choadress .submit90 {
    margin-left: 98px;
}
#choaad .submit60 {
}
#myaaddress .submit60,
#changemyaccount .submit60,
#changemyaaddress .submit60 {
    margin-left: 118px;
}
.fsbanking .submit60 {
    margin-left: 130px;
}
.fscreditcard .submit60 {
    margin-left: 160px;
}
.required {
    color: #f00 !important;
}
.requiredmarker {
    color: #f00 !important;
    float: left;
    line-height: 30px;
}


/* Navigationen
-----------------------------------------------*/
ul#menu {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 13px 0 0 0;
    padding: 0;
    width: 100%;
}
ul#menu li {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#menu li a,
ul#menu li a:visited {
    background: #e7e7e7 url(/skin/frontend/DD/greybeard/images/gfx/bg_menu_a.jpg) no-repeat 0 0;
    color: #555;
    float: left;
    line-height: 30px;
    margin: 0 3px 0 0;
    padding: 0;
    text-decoration: none;
}
ul#menu li a span {
    background: url(/skin/frontend/DD/greybeard/images/gfx/bg_menu_a_span.jpg) no-repeat right 0;
    cursor: pointer; /*IE7*/
    float: left;
    line-height: 28px;
    margin: 0;
    padding: 2px 11px 0 11px;
    text-decoration: none;
}
ul#menu li a:hover {
    color: #333;
    text-decoration: none;
}
ul#menu li a.current,
ul#menu li a:visited.current {
    background: #fff url(/skin/frontend/DD/greybeard/images/gfx/bg_menu_a_current.jpg) no-repeat 0 0;
    color: #333;
    text-decoration: none;
}
ul#menu li a.current span {
    background: url(/skin/frontend/DD/greybeard/images/gfx/bg_menu_a_current_span.jpg) no-repeat right 0;
    float: left;
    line-height: 28px;
    margin: 0;
    padding: 2px 11px 0 11px;
    text-decoration: none;
}
ul#menu li a:hover.current {
    color: #333;
    text-decoration: none;
}
ul#menu li a span.travel {
    background: url(/skin/frontend/DD/greybeard/images/gfx/bg_menu_a_span_new.jpg) no-repeat right 0;
    cursor: pointer; /*IE7*/
    float: left;
    line-height: 28px;
    margin: 0;
    padding: 2px 50px 0 11px;
    text-decoration: none;
}
ul#menu li a span.newdeals {
    background: url(/skin/frontend/DD/greybeard/images/gfx/bg_menu_a_span_new.jpg) no-repeat right 0;
    cursor: pointer; /*IE7*/
    float: left;
    line-height: 28px;
    margin: 0;
    padding: 2px 50px 0 11px;
    text-decoration: none;
}
ul#menu li a.current span.travel {
    background: url(/skin/frontend/DD/greybeard/images/gfx/bg_menu_a_current_span_new.jpg) no-repeat right 0;
    float: left;
    line-height: 28px;
    margin: 0;
    padding: 2px 50px 0 11px;
    text-decoration: none;
}
ul#menu li a.current span.newdeals {
    background: url(/skin/frontend/DD/greybeard/images/gfx/bg_menu_a_current_span_new.jpg) no-repeat right 0;
    float: left;
    line-height: 28px;
    margin: 0;
    padding: 2px 50px 0 11px;
    text-decoration: none;
}

.no-display {
    display: none;
}
label.validation-advice-refer {
    background:url("/skin/frontend/DD/redesign/images/validation_advice_bg.gif") no-repeat scroll 2px 1px transparent;
    clear:none;
    font-size:0.95em;
    font-weight:normal;
    line-height:1.25em;
    margin:3px 0 0 249px;
    min-height:15px;
    padding-left:16px;
    color:#ff0000;
}
input.validation-failed, textarea.validation-failed {
    background:none repeat scroll 0 0 #FEF0ED;
    border:1px dashed #D6340E;
}
.loading {
    background:url("/skin/frontend/DD/default/images/opc-ajax-loader.gif");
    width:24px;
    height:24px;
    min-width:24px;
    min-height:24px;
    float:left;
    display:none;
}
.loadingRight {
    background:url("/skin/frontend/DD/default/images/opc-ajax-loader.gif");
    width:24px;
    height:24px;
    min-width:24px;
    min-height:24px;
    float:right;
    display:none;
}
.success_account {
    border:1px solid #95a486 !important;
    color:#3d6611 !important;
    background:#eff5ea url(/skin/frontend/DD/redesign/images/success_msg_icon.gif)  no-repeat 4px 50%;
    clear: both;
    line-height: normal;
    padding: 5px 0 5px 24px;
    text-align: left;
}
#success-service {
    font-size: 10pt;
}
input.couponbutton{
    display:inline;
}
#checkout-payment-method-load label.validation-advice {
    margin-left:150px;
}
#cboxOverlay {
    opacity:0.65 !important;
}
#changemyaccount label.mandatorytxt
{
    margin-left: 200px;
    font-weight:normal;
    width:300px;
}
#billingJsonError {
       background: url(/skin/frontend/DD/greybeard/images/gfx/infored.png) no-repeat left 2px;
       padding-left: 22px;
}
.notificationClose {
       background: url(/skin/frontend/DD/greybeard/images/gfx/sprite_icons.png) no-repeat -783px -200px;
       margin-top: 3px;
       float:right;
       width:31px;
       height:20px;
       cursor:pointer;
}
label p span.notificationClose {
    margin-right: 20px;
}
.conditions {
    font-size:16px;
}
#checkout-review-address {
    float:left;
    width:45%;
}
#checkout-review-payment {
    float:right;
    width:45%;
}
.paymentradio {
    margin-bottom:12px;
    vertical-align:top;
}
.discount-credit {
    display:none;
}
.discount-voucher {
    display:none;
}
#checkout-please-wait {
    margin-top: 8px;
    margin-left: 20px;
    position: absolute;
}
.bgloader {
    background: #fff url("/skin/frontend/DD/default/images/opc-ajax-loader.gif") no-repeat right;
}
form.payment {
    width: 450px;
    float:left;
}
#paymentBox {
    float:left;
    width:450px;
}
.fsbanking label.validation-failed {
    margin-left: 130px;
    font-weight: normal;
    float: none;
    color: #FF0000;
    background: url("/skin/frontend/DD/redesign/images/validation_advice_bg.gif") no-repeat scroll 2px 1px transparent;
    padding-left:15px;
}
.fscreditcard label.validation-failed {
    margin-left: 185px;
    font-weight: normal;
    float: none;
    color: #FF0000;
    background: url("/skin/frontend/DD/redesign/images/validation_advice_bg.gif") no-repeat scroll 2px 1px transparent;
    padding-left:15px;
}
.specialbox {
    background:url("/skin/frontend/DD/greybeard/images/gfx/specialbox.jpg") repeat scroll 0 0 transparent;
    float:left;
    width:202px;
}
.specialbottom {
    background:url("/skin/frontend/DD/greybeard/images/gfx/sidebox_bottom.jpg") no-repeat scroll center bottom transparent;
    float:left;
    /*padding:0 10px 10px;*/
    width:202px;
}
.specialbox p {
    float:left;
    margin:0;
    padding:0;
}
.specialbox p.sblast {
    margin-bottom:0;
}
.specialbox img {
    float:left;
}
.input-box {
    margin-bottom: 4px;
}
.tooltip {
    display:none;
    background:transparent url(/skin/frontend/DD/greybeard/images/gfx/tooltip-box-3lines.png);
    font-size:12px;
    font-family: Arial,Helvetica,sans-serif;
    height:62px;
    width:160px;
    padding:25px;
    color:#fff;
}
.tooltipPayPal {
    display:none;
    background:transparent url(/skin/frontend/DD/greybeard/images/gfx/tooltip-box-4lines.png);
    font-size:11px;
    font-family: Arial,Helvetica,sans-serif;
    height:72px;
    width:160px;
    padding:25px;
    color:#fff;
}
.dealinfobox {
   /*  background:url("/skin/frontend/DD/greybeard/images/gfx/bg_dealinfobox.png") repeat-y scroll 0 0 transparent; */
    float:left;
    margin:0 0 8px 10px;
    padding:0;
    width:686px;
}
.dealinfoboxbottom {
    /* background:url("/skin/frontend/DD/greybeard/images/gfx/bg_dealinfobox_bottom.png") no-repeat scroll left bottom transparent; */
    float:left;
    width:660px;
    padding-bottom: 16px;
    margin: 0 0 0 10px;
}
.dib_body {
    float: left;
    width:661px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    background-color:#46bad1;
}

.dibsurvey{
    ;
}
.dealinfoboxtop, .dealinfoboxtopopen {
    /* background:url("/skin/frontend/DD/greybeard/images/gfx/bg_dealinfobox_top.png") no-repeat scroll 0 0 transparent; */
    float:left;
    padding:0 0 0 1px;
    overflow: hidden;
    height: 42px;
    width: 100%;
    position:relative;
    border: 1px solid #ccc;
    background: -webkit-gradient(linear, 0 0, 0 70%, from(#cbcbcb), to(#9c9c9c));
    background: -webkit-linear-gradient(#cbcbcb, #9c9c9c 70%);
    background: -moz-linear-gradient(#cbcbcb, #9c9c9c 70%);
    background: -ms-linear-gradient(#cbcbcb, #9c9c9c 70%);
    background: -o-linear-gradient(#cbcbcb, #9c9c9c 70%);
    background: linear-gradient(#cbcbcb, #9c9c9c 70%);
    -pie-background: linear-gradient(#cbcbcb, #9c9c9c 70%);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}
.dealinfoboxtop {
    cursor:pointer;
}
.dealinfoboxnodeal,.customeraccountnoaddress {
    float:left;
    padding:0 0 0 20px;
    width:686px;
}
h4.dibhead {
    color:#fff;
    font-size:14px;
    font-weight:bold;
    line-height:30px;
    margin:0;
    padding: 6px 0 0 24px;
   text-shadow:1px 1px 1px #666666;
}
.dibthumb {
    padding-right: 12px;
    vertical-align: middle;
}
.dibcontent {
    float:left;
    line-height:normal !important;
    padding:12px 15px 0;
    width:298px;
    background-color:#fff;
    height:125px;
}
.dibtext {
    float:left;
    font-weight:bold;
    height:90px;
    font-size: 14px;
}
.dibprice, .dibsave, .dibvalid {
    color:#fff;
    display:block;
    float:left;
    font-size:12px;
    font-weight:bold;
    line-height:22px;
    margin:0 0 9px 8px;
}
.dibprice {
    margin-top:25px;
}
.t_dealinfobox th {
    color:#2d2d2d;
    font-weight:bold;
    padding-bottom:2px;
    padding-top:3px;
   /* text-shadow:1px 1px 1px #777777; */
}
.dib_number {
    text-indent:40px;
    width:95px;
}
.dib_voucher {
    width:180px;
}
.dib_download {
    width:180px;
}
.dib_view {
    width:122px;
}
.dib_change {
    /* background:url("/skin/frontend/DD/greybeard/images/gfx/icon_coupon_help.png") no-repeat scroll 132px center transparent; */
}
a.dibapdf, a.dibapdf:visited {
    background:url("/skin/frontend/DD/greybeard/images/gfx/icon_coupon_pdf.png") no-repeat scroll right center transparent;
    color:#333333;
    padding:2px 25px 2px 0;
}
a.dibaview, a.dibaview:visited {
    background:url("/skin/frontend/DD/greybeard/images/gfx/icon_coupon_html.png") no-repeat scroll right center transparent;
    color:#333333;
    padding:2px 25px 2px 0;
}
a.diba1, a.diba1:visited, a.diba2, a.diba2:visited, a.diba3, a.diba3:visited {
    color:#333333;
    display:block;
    padding:2px 0;
    width:150px;
}
a.diba1, a.diba1:visited {
    background:url("/skin/frontend/DD/greybeard/images/gfx/icon_coupon_status_1.png") no-repeat scroll right center transparent;
}
a.diba2, a.diba2:visited {
    background:url("/skin/frontend/DD/greybeard/images/gfx/icon_coupon_status_2.png") no-repeat scroll right center transparent;
}
a.diba3, a.diba3:visited {
    background:url("/skin/frontend/DD/greybeard/images/gfx/icon_coupon_status_3.png") no-repeat scroll right center transparent;
}
span.diba1 {
    background:url("/skin/frontend/DD/greybeard/images/gfx/icon_coupon_status_2.png") no-repeat scroll right center transparent;
    display:block;
    padding:2px 0;
    width:150px;
}
span.diba3 {
    background:url("/skin/frontend/DD/greybeard/images/gfx/icon_coupon_status_3.png") no-repeat scroll right center transparent;
    display:block;
    padding:2px 0;
    width:150px;
}
p.dibimg, p.dibimg img {
    float:left;
    margin:0;
    padding:0;
    background-color:#fff;
}
.dibprice span, .dibsave span, .dibvalid span {
    float:left;
    text-shadow:1px 1px 1px #3096AA;
    width:76px;
}
.dibprice strong, .dibsave strong, .dibvalid strong {
    /* background:none repeat scroll 0 0 #3096AA; */
    display:block;
    float:left;
    text-align:left;
    width:70px;
}
table.t_dealinfobox {
    /* background:url("/skin/frontend/DD/greybeard/images/gfx/bg_dealinfobox_gradient.png") repeat-x scroll 0 0 #FFFFFF; */
    font-size:12px;
    margin:0;
    padding:0 0 8px 0;
    table-layout:fixed;
    width:663px;
    position:relative;
    border:1px solid #ccc;
    border-top:1px solid #fff;
    background: -webkit-gradient(linear, 0 0, 0 70%, from(#c9c9c9), to(#fff));
    background: -webkit-linear-gradient(#c9c9c9, #fff 70%);
    background: -moz-linear-gradient(#c9c9c9, #fff 70%);
    background: -ms-linear-gradient(#c9c9c9, #fff 70%);
    background: -o-linear-gradient(#c9c9c9, #fff 70%);
    background: linear-gradient(#c9c9c9, #fff 70%);
    -pie-background: linear-gradient(#c9c9c9, #fff 70%);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}
.dib_footer {
    float:left;
}
.dealinfoboxtopborder {
   /*  background:url("/skin/frontend/DD/greybeard/images/gfx/bg_dealinfobox_top.png") no-repeat scroll 10px 0 transparent; */
    width:700px;
    height:20px;
    float:left;
}
.dealinfoboxbottomborder {
    background:url("/skin/frontend/DD/greybeard/images/gfx/bg_dealinfobox_bottom.png") no-repeat scroll 10px -35px transparent;
    width:700px;
    float:left;
    height: 30px;
}
.dib_toggle {
    background:url("/skin/frontend/DD/greybeard/images/gfx/bg_coupon_toggle.png") no-repeat 0px 0px transparent;
    width:28px;
    height:26px;
    float:right;
    margin-right: 28px;
}
.dib_toggle:hover {
    background:url("/skin/frontend/DD/greybeard/images/gfx/bg_coupon_toggle.png") no-repeat 0px -30px transparent;
}
ul#dibsteps {
    background:url("/skin/frontend/DD/greybeard/images/gfx/dashboard-navi-bar.png") no-repeat scroll 0 0 transparent;
    float:left;
    margin:10px 0 10px 20px;
    padding:0;
    width:660px;
}
ul#dibsteps li {
    display:block;
    float:left;
    font-weight:bold;
    list-style:none outside none;
    margin:0;
    padding:0 0 0 41px;
}
ul#dibsteps li {
    display:block;
    float:left;
    font-weight:bold;
    list-style:none outside none;
    margin:0;
    padding:0 0 0 41px;
}
ul#dibsteps li a, ul#dibsteps li a:visited {
    color:#FFFFFF;
    display:block;
    float:left;
    line-height:30px;
    padding:0 0 13px;
}
.currentdibstep {
    background:url("/skin/frontend/DD/greybeard/images/gfx/dib_current.png") no-repeat scroll center bottom transparent;
}
#previous_payment_method label {
    padding-top:4px;
}
#previous-actions {
    margin-top: 40px;
}
#onestep-unselect-previous, #onestep-select-previous, #onestep-delete-previous {
    cursor:pointer;
    color: #198593;
    font-size:12px;
    text-decoration: underline;
}
#onestep-delete-previous {
    float:right;
}
#dashboard-stored-payment {
    float: left;
    width: 300px;
    margin: 10px 20px;
}
.sp label {
    width:150px;
}
#changemyaccount label, #changemyaaddress label {
    width:150px;
}
#storedPaymentMethod {
    margin-left:-6px;
}
.dd_fblogin{
    width: 700px;
    margin-top: -3px;
}
.miniLoginBar{
    float:left;
    width: 920px;
}
.miniLoginBar .loginckb .ckbbl{
    width: 115px;
}
.miniLoginBar .loginckb{
    padding-left: 30px;
    margin-top: -10px;
}
.miniLoginBar .loginckb #forgotpasswordloginlink{
    padding-left: 28px;
}
.miniLoginBar .facebooklogin2{
    margin-left: 30px;
    margin-top: 0px;
}
#login-panel a.regclose{
    margin-right: 24px !important;
/*    margin-left: 20px;*/
}

.footer-about {
    color : #ffffff;
}
.extradeal {
    background: #383838 url(/skin/frontend/DD/greybeard/images/gfx/bg_sidehead.jpg) no-repeat center top;
/*    background: #383838 url(/skin/frontend/DD/greybeard/images/gfx/sidebox_top.jpg) no-repeat center top !important;*/
    margin-top: 10px !important;
    height: 21px !important;
}
.sidebar_extradeal_head {
    background: #FFFFFF url(/skin/frontend/DD/greybeard/images/gfx/bg_sidehead_block.jpg) repeat-x left top;
}
/**
 * checkout onestep payment hide/show
 */

.stored-payment,
.standard-payment,
.free-payment {
    display: none;
}

.active-stored .stored-payment,
.active-standard .standard-payment,
.active-free .free-payment {
    display: block;
}

/**
 * checkout onestep address logged-in / logged-out hide / show
 */

.address-logged-out,
.address-logged-in {
    display: none;
}

.active-logged-in .address-logged-in,
.active-logged-out .address-logged-out {
    display: block;
}


/**
 * checkout onestep stored payments link hide / show
 */
.onestep-select-standard-link,
.onestep-select-stored-link {
    display: none;
}

.active-onestep-stored .onestep-select-stored-link,
.active-onestep-stored .onestep-select-standard-link {
    display: block;
}

/**
 * checkout onestep stored payment subtype hide / show
 */

.onestep-stored-cc,
.onestep-stored-elv {
    display: none;
}

.active-stored-cc .onestep-stored-cc,
.active-stored-elv .onestep-stored-elv {
    display: block;
}

/**
 * checkout onestep newsletter hide / show
 */
.onestep-newsletter-no-discount,
.onestep-newsletter-discount,
.onestep-newsletter-line {
    display: none;
}

.active-newsletter .onestep-newsletter-no-discount,
.active-newsletter .onestep-newsletter-line,
.active-newsletter-discount .onestep-newsletter-discount,
.active-newsletter-discount .onestep-newsletter-line {
    display: block;
}

#no-rebate-info {
    color: #7f7f7f;
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
}

/***********************/
._text_white{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

._shadowed_text{
    text-shadow: 1px 1px 1px #356A78;
}

._centering_helper_cont {
    display: inline-block;
    position: relative;
    left: 50%;
}
._centering_helper {
    position: relative;
    left: -50%;
}

.box_content {
    background-color: #fff;
    font-size: 28px;
    font-weight: bold;
    height: 34px;
    padding: 0 8px;
    position: relative;
    display: block;
    text-align: center;
}

.maxDealCounter {
    margin: 30px 10px;
}

.maxDealCounter .indicator {
    position: relative;
    height: 30px;
}

.maxDealCounter .indicator .indicator_bar {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
    height: 24px;
}

.indicator_bar {
    -webkit-box-shadow: #444 2px 2px 2px;
    -moz-box-shadow: #444 2px 2px 2px;
    box-shadow: #444 2px 2px 2px;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}

.indicator_bar.gray {
    background: #EEEEEE;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEEEEE), to(#a6a6a6));
    background: -webkit-linear-gradient(#EEEEEE, #a6a6a6);
    background: -moz-linear-gradient(#EEEEEE, #a6a6a6);
    background: -ms-linear-gradient(#EEEEEE, #a6a6a6);
    background: -o-linear-gradient(#EEEEEE, #a6a6a6);
    background: linear-gradient(#EEEEEE, #a6a6a6);
    -pie-background: linear-gradient(#EEEEEE, #a6a6a6);
}

.indicator_bar.red {
    background: #ee5300;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ee5300), to(#bf0a07));
    background: -webkit-linear-gradient(#ee5300, #bf0a07);
    background: -moz-linear-gradient(#ee5300, #bf0a07);
    background: -ms-linear-gradient(#ee5300, #bf0a07);
    background: -o-linear-gradient(#ee5300, #bf0a07);
    background: linear-gradient(#ee5300, #bf0a07);
    -pie-background: linear-gradient(#ee5300, #bf0a07);
}

.indicator_bar.yellow {
    background: #ebe200;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ebe200), to(#e9b600));
    background: -webkit-linear-gradient(#ebe200, #e9b600);
    background: -moz-linear-gradient(#ebe200, #e9b600);
    background: -ms-linear-gradient(#ebe200, #e9b600);
    background: -o-linear-gradient(#ebe200, #e9b600);
    background: linear-gradient(#ebe200, #e9b600);
    -pie-background: linear-gradient(#ebe200, #e9b600);
}

.indicator_bar.green {
    background: #b3d65d;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b3d65d), to(#60870a));
    background: -webkit-linear-gradient(#b3d65d, #60870a);
    background: -moz-linear-gradient(#b3d65d, #60870a);
    background: -ms-linear-gradient(#b3d65d, #60870a);
    background: -o-linear-gradient(#b3d65d, #60870a);
    background: linear-gradient(#b3d65d, #60870a);
    -pie-background: linear-gradient(#b3d65d, #60870a);
}

#layer_sold_out {
    z-index: 9000;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 440px;
    height: 364px;
    background-color: rgba(0,0,0,.4);
    -pie-background: rgba(0,0,0,.4);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}

#layer_deal_missed_image {
    position: absolute;
    display: none;
    z-index: 9001;
    top: 0;
    right: 0;
    background-image: url(/skin/frontend/DD/greybeard/images/gfx/deal_verpasst_overlay.png);
    background-position: top right;
    background-repeat: no-repeat;
    width: 440px;
    height: 364px;
}

/* rounded Corners */
.roundedCornersTop{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-radius: 8px 8px 0 0;
    position:relative;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}


.roundedCornersBottom{
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-radius: 0 0 8px 8px;
    position:relative;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}

.roundedCornersLeft {
    -webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    border-radius: 8px 0px 0px 8px;
    position:relative;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}

.roundedCornersRight {
     border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    position:relative;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}

.roundedCornersBottom{
     border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    position:relative;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}

.roundedCorners{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position:relative;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}


/* finish rounded corners */
/* Shadow */
.shadow {
    -webkit-box-shadow: 3px 2px 5px #666666;
    -moz-box-shadow: 3px 2px 5px #666666;
    box-shadow: 3px 2px 5px #666666;
    position:relative;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}
/* finish Shadow */

/* Gradients */
.gradientGreen {
    position: relative;
    background: #B8DA63;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#B8DA63), to(#61870e));
    background: -webkit-linear-gradient(#B8DA63, #61870e);
    background: -moz-linear-gradient(#B8DA63, #61870e);
    background: -ms-linear-gradient(#B8DA63, #61870e);
    background: -o-linear-gradient(#B8DA63, #61870e);
    background: linear-gradient(#B8DA63, #61870e);
    -pie-background: linear-gradient(#B8DA63, #61870e);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}
.gradientGreen:hover {
    position: relative;
    background: #B7D765;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#B7D765), to(#85a735));
    background: -webkit-linear-gradient(#B7D765, #85a735);
    background: -moz-linear-gradient(#B7D765, #85a735);
    background: -ms-linear-gradient(#B7D765, #85a735);
    background: -o-linear-gradient(#B7D765, #85a735);
    background: linear-gradient(#B7D765, #85a735);
    -pie-background: linear-gradient(#B7D765, #85a735);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}
.gradientLightGray {
    background: #FBFBFB;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FBFBFB), to(#d4d4d4));
    background: -webkit-linear-gradient(#FBFBFB, #d4d4d4);
    background: -moz-linear-gradient(#FBFBFB, #d4d4d4);
    background: -ms-linear-gradient(#FBFBFB, #d4d4d4);
    background: -o-linear-gradient(#FBFBFB, #d4d4d4);
    background: linear-gradient(#FBFBFB, #d4d4d4);
    -pie-background: linear-gradient(#FBFBFB, #d4d4d4);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
    position: relative;
}
.gradientLightGray:hover {
    background: #FAFAFA;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FAFAFA), to(#d3d3d3));
    background: -webkit-linear-gradient(#FAFAFA, #d3d3d3);
    background: -moz-linear-gradient(#FAFAFA, #d3d3d3);
    background: -ms-linear-gradient(#FAFAFA, #d3d3d3);
    background: -o-linear-gradient(#FAFAFA, #d3d3d3);
    background: linear-gradient(#FAFAFA, #d3d3d3);
    -pie-background: linear-gradient(#FAFAFA, #d3d3d3);
}
.gradientGray {
    position: relative;
    background: #B8B8B8;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#B8B8B8), to(#8a8a8a));
    background: -webkit-linear-gradient(#B8B8B8, #8a8a8a);
    background: -moz-linear-gradient(#B8B8B8, #8a8a8a);
    background: -ms-linear-gradient(#B8B8B8, #8a8a8a);
    background: -o-linear-gradient(#B8B8B8, #8a8a8a);
    background: linear-gradient(#B8B8B8, #8a8a8a);
    -pie-background: linear-gradient(#B8B8B8, #8a8a8a);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}
.gradientDarkGray {
    position: relative;
    background: #777777;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#777777), to(#3a3a3a));
    background: -webkit-linear-gradient(#777777, #3a3a3a);
    background: -moz-linear-gradient(#777777, #3a3a3a);
    background: -ms-linear-gradient(#777777, #3a3a3a);
    background: -o-linear-gradient(#777777, #3a3a3a);
    background: linear-gradient(#777777, #3a3a3a);
    -pie-background: linear-gradient(#777777, #3a3a3a);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}
.gradientTurquoise {
    position: relative;
    background: #74D7F4;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#74D7F4), to(#539db1));
    background: -webkit-linear-gradient(#74D7F4, #539db1);
    background: -moz-linear-gradient(#74D7F4, #539db1);
    background: -ms-linear-gradient(#74D7F4, #539db1);
    background: -o-linear-gradient(#74D7F4, #539db1);
    background: linear-gradient(#74D7F4, #539db1);
    -pie-background: linear-gradient(#74D7F4, #539db1);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}
.gradientTurquoise:hover {
    background: #71D9F6;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#71D9F6), to(#61bbd3));
    background: -webkit-linear-gradient(#71D9F6, #61bbd3);
    background: -moz-linear-gradient(#71D9F6, #61bbd3);
    background: -ms-linear-gradient(#71D9F6, #61bbd3);
    background: -o-linear-gradient(#71D9F6, #61bbd3);
    background: linear-gradient(#71D9F6, #61bbd3);
    -pie-background: linear-gradient(#71D9F6, #61bbd3);
}
/* Gradients End */

/* classes for Infobox "facebook connect" */
#infoBox{
    width:920px;
    margin-top:10px;
    padding:5px 5px 5px 10px;
    background-color:#fff;
}

#showContentLayer{
    display:none;
    margin-top:20px;
}

#showButtonInfoBox{
    cursor:pointer;
    padding:5px 0 0 170px;
}

#contentHeaderInfoBox{
    color:#ff0000;
    font-size:16px;
    float:left;
    font-weight:bold;
    line-height:35px;
    padding-left:5px;
    width:560px;
}

#closeButtonInfoBox{
    cursor:pointer;
    display:none;
    padding:5px 0 0 320px;
}

#contentInfoBox{
    float:left;
    width:560px;
    padding-left:5px;
}

#imageInfoBox{
    float:left;
    padding:0 0 0 30px;
}

/* Navigation */
.tabBox .tabs {
    margin: 10px 0 -1px 0;
    padding: 0;
    overflow: hidden;
    height: 40px;
}

.tabBox .tabs li {
    float: left;
    list-style: none;
    margin: 0 0 0 -1px;
    padding: 12px 5px 10px 0;
    height: 2em;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #FFF;
}

.tabBox .tabs li.selected {
    z-index: 3;
}

.tabBox .tabs a {
    float: left;
    height: 2em;
    line-height: 2em;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-box-shadow: #CCC 0 0 .25em;
    -moz-box-shadow: #CCC 0 0 .25em;
    box-shadow: #CCC 0 0 .25em;
    background: #EEE;
    border: 1px solid #CCC;
    border-bottom: 0;
    padding: 0 10px;
    color: #333;
    text-decoration: none;
    font-size:13px;
    font-weight: bold;
    background: -webkit-gradient(linear, 0 0, 0 70%, from(#EEF), to(#FFF));
    background: -webkit-linear-gradient(#EEF, #FFF 70%);
    background: -moz-linear-gradient(#EEF, #FFF 70%);
    background: -ms-linear-gradient(#EEF, #FFF 70%);
    background: -o-linear-gradient(#EEF, #FFF 70%);
    background: linear-gradient(#EEF, #FFF 70%);
    -pie-background: linear-gradient(#EEF, #FFF 70%);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}

.tabBox .tabs .selected a {

}

.tabBox .tabs li .current  {
    background: #fff;
    -webkit-box-shadow: #fff 0 0 .25em;
    -moz-box-shadow: #fff 0 0 .25em;
    box-shadow: #fff 0 0 .25em;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}

.tabBox .tabs a:hover{
    background: -webkit-gradient(linear, 0 0, 0 70%, from(#FFF), to(#EEF));
    background: -webkit-linear-gradient(#FFF, #EEF 70%);
    background: -moz-linear-gradient(#FFF, #EEF 70%);
    background: -ms-linear-gradient(#FFF, #EEF 70%);
    background: -o-linear-gradient(#FFF, #EEF 70%);
    background: linear-gradient(#FFF, #EEF 70%);
    -pie-background: linear-gradient(#FFF, #EEF 70%);
}

.tabBox .content {
    clear: left;
    position: relative;
    z-index: 2;
    padding: 2em 1em;
    border: 1px solid #CCC;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #CCC 0 0 .25em;
    -moz-box-shadow: #CCC 0 0 .25em;
    box-shadow: #CCC 0 0 .25em;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc)

}

.bubbleBusiness{
    background: url('/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png') no-repeat 19px -410px transparent;
    padding: 0 50px 0 1px;
    width:55px;
    height:26px;
    position:absolute;
}

.bubbleTravelch{
    background: url('/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png') no-repeat 42px -410px transparent;
    padding: 0 70px 0 1px;
    width:55px;
    height:26px;
    position:absolute;
}

.bubbleTravelat{
    background: url('/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png') no-repeat 48px -410px transparent;
    padding: 0 70px 0 1px;
    width:55px;
    height:26px;
    position:absolute;
}
/* finish Navigation */

/*Sprite Payment Options*/
div.sofortueberweisung{
    background: url('/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png') no-repeat -17px -200px;
    width:52px;
    height:25px;
    float:left;
    padding:1px;
}

div.ec{
    background: url('/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png') no-repeat -84px -198px;
    width:28px;
    height:25px;
    float:left;
    padding:1px;
}

div.mastercard{
    background: url('/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png') no-repeat -155px -198px;
    width:39px;
    height:25px;
    float:left;
    padding:1px;
}

div.visa{
    background: url('/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png') no-repeat -17px -292px;
    width:54px;
    height:25px;
    float:left;
    padding:1px;
}

div.paypal{
    background: url('/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png') no-repeat -84px -292px;
    width:53px;
    height:25px;
    float:left;
    padding:1px;
}

div.postfinance{
    background: url('/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png') no-repeat -68px -510px;
    width:66px;
    height:25px;
    float:left;
    padding:1px;
}
/*finish Sprite Payment Options*/

/*Social Network Logos*/
.logoFacebook{
   width:30px;
   height:30px;
   float:left;
   padding:1px;
   background: url('/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png') no-repeat -10px -8px;
}

.logoTwitter{
   width:30px;
   height:30px;
   float:left;
   padding:1px;
   background: url('/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png') no-repeat -156px -9px;
}

.logoVz{
   width:30px;
   height:30px;
   float:left;
   padding:1px;
   background: url('/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png') no-repeat -16px -99px;
}

.logoEmail{
   width:30px;
   height:30px;
   float:left;
   padding:1px;
   background: url('/skin/frontend/DD/greybeard/images/gfx/sprite_standard_small.png') no-repeat -82px -8px;
}

.logoBlog{

}

.logoRss{

}
/*finish Social Network Logos*/


/* Start Layer Multideals*/
#showmultideal .multiDeal{
    font-size:18px;
    color:#fff;
    font-weight:bold;
    margin: 0;
    width:70.5%;
    height:22px;
    padding:15px;
    float:left;
    position:relative;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#777777), to(#868484));
    background: -webkit-linear-gradient(#777777, #868484);
    background: -moz-linear-gradient(#777777, #868484);
    background: -ms-linear-gradient(#777777, #868484);
    background: -o-linear-gradient(#777777, #868484);
    background: linear-gradient(#777777, #868484);
    -pie-background: linear-gradient(#777777, #868484);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.php);
}

#showmultideal #multiList{
    margin:0;
    padding:0;
}

#showmultideal .optionColorHover{
     background-color:#eaf6f9;
}
#showmultideal .optionColorFont{
     color:#333333 !important;
}

#showmultideal .showListing{
    list-style:none;
    width:97%;
    padding: 5px;
    margin:0 0 0 5px;
    border-top:1px solid #ccc;

}

#showmultideal .dealTitle{
    padding: 10px 0 0 10px;
    font-size:13px;
    width:50%;
    float:left;
    cursor:pointer;
}

#showmultideal .multidealPrice{
    color:#000;
    font-size:13px;
    text-align:right;
    float:left;
    margin: 2px -80px 0 0;
    width:150px;

}

#showmultideal .multidealBuy{
   float:left;
    width:180px;
}

#showmultideal .rightBox{
    float:right;
    margin:5px 0 0 0;

}
/*finish Social Network Logos*/

#showmultideal .availableDeals{
   padding: 30px 0 5px 0px;
    color: #6A9017;
    font-weight: bold;
    text-align: right;
}


#showmultideal .availableDealsFinish{
    color: #cc0000;
    padding: 3px 7px 5px 38px;
    font-weight: bold;
    text-align: right;
    float:right;
    margin-left:75px;
}

#showmultideal .optionSaving{
    font-size:11px;
    color:#666;
    text-align:left;
    width:190px;
    padding-left:0;

}


#showmultideal .showListing {
    margin-bottom:5px
}

#showmultideal .smallPrice{
    font-size:12px;
    padding-right:5px;
}

#showmultideal a{
    color:#fff;
    text-decoration:none;
}

#showmultideal a:hover{
    color:#fff !important;
    text-decoration:none !important;
}

#showmultideal descriptionLink{
    color:#666 !important;
}

#showmultideal .buyButton{
    width:80px;
    height:20px;
    cursor:pointer;
    color:#fff;
    font-weight:bold;
    font-size:13px;
    padding: 3px 0 0 0;
    text-align:center;
    border:1px solid #fff;
    margin: -3px 0 0 0;
    float:right;

}

#showmultideal .buyButtonGrey{
    width:80px;
    height:20px;
    background: #B8DA63;
    position:relative;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#999999), to(#c6c9c0));
    background: -webkit-linear-gradient(#999999, #c6c9c0);
    background: -moz-linear-gradient(#999999, #c6c9c0);
    background: -ms-linear-gradient(#999999, #c6c9c0);
    background: -o-linear-gradient(#999999, #c6c9c0);
    background: linear-gradient(#999999, #c6c9c0);
    -pie-background: linear-gradient(#999999, #c6c9c0);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.php);
    color:#fff;
    font-weight:bold;
    font-size:13px;
    padding: 3px 0 0 0;
    text-align:center;
    margin: -3px 0 0 0;
    float:right;

}

.optiontext{
    float:left;
    margin:0;
    padding:15px;
    width:21%;
    height:22px;
    font-size:16px;
    position:relative;
    color:#fff;
    font-weight:bold;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#B8DA63), to(#61870e));
    background: -webkit-linear-gradient(#B8DA63, #61870e);
    background: -moz-linear-gradient(#B8DA63, #61870e);
    background: -ms-linear-gradient(#B8DA63, #61870e);
    background: -o-linear-gradient(#B8DA63, #61870e);
    background: linear-gradient(#B8DA63, #61870e);
    -pie-background: linear-gradient(#B8DA63, #61870e);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.php);

}

.greenArrowDown{
    background: url(/skin/frontend/DD/greybeard/images/gfx/green_arrow_down.png) no-repeat 1px top;
    width:78px;
    height:25px;
    float:right;
    z-index:100;
}

.multidealOption{
    width:60px;
    margin:  10px 0 0 -10px;
    padding:7px 7px 7px 16px;
    font-weight:bold;
    font-size:13px;
    color:#000;
}

.shadowText{
     text-shadow:1px 1px 1px #5F7B21;
}


#showmultideal .finalPrice{
    font-size:16px;
    font-weight:bold;
    color:#666;
}

/* Finish Layer Multideals*/
#salesforces_submit{
    padding:6px;
    color:#fff;
    font-weight:bold;font-size:12px;
    text-shadow: 1px 1px 1px #5F7B21;
}

/** Styles for Gift Voucher FAQ **/
#GiftVoucherFaq h2 {
    margin: 20px 0px;
}

#GiftVoucherFaq ul {
    list-style: none;
    margin-left: 0;
}

#GiftVoucherFaq ul li p {
    padding-top: 20px;
    font-size: 18px;
}

#GiftVoucherFaq ul li img {
    padding: 0px 20px 20px 0px;
    float: left;
}

#GiftVoucherFaq ul li span.clear {
    clear: both;
}

/** Styles for Gift Voucher Banner **/
#GiftVoucherTouchpoint {
    position: absolute;
    width: 241px;
    height: 46px;
    background-color: transparent;
    top: -44px;
    left: -1px;
    display: block;
    cursor: pointer;
}

div.xmas_logo_static {
    line-height: normal;
    margin: 5px 0px 10px -5px;
    padding: 0;
    background: url('/skin/frontend/DD/xmas/images/gfx/xmas_logo.png') no-repeat scroll 0px 1px transparent;
    height: 80px;
    width: 247px;
}

/** Locked Button of Buy-Button **/


.lockedGoldButton{
    background: url('/skin/frontend/DD/greybeard/images/gfx/padlock/bu_padlock_gold_240x55.png') no-repeat 0px 0px;
}

.lockedGoldButton:hover{
    background: url('/skin/frontend/DD/greybeard/images/gfx/padlock/bu_padlock_gold-hover_240x55.png') no-repeat 0px 0px;
}


#showlockeddeal .padlockHeader{
    font-size:15px;
    padding:10px;
    font-weight:bold;
    color:#333;
}

#showlockeddeal .headlineGold{
    font-size:23px;
    color:#bc9146;
    font-weight:bold;
    margin-left:-2px;
}

#showlockeddeal .padlockContent{
     padding:10px;
}

#showlockeddeal .codeForm{
    margin:10px 0 0 0;
    background-color:#e3e3e3;
    padding:20px 10px 20px 10px;
    width:540px;
}

#showlockeddeal input{
    height:30px;
    border:0;
    padding-left:5px;
    -webkit-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px 8px 8px 8px;
    position:relative;
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}

#showlockeddeal .ajaxLoaderScreen{
    background: url("/skin/frontend/DD/greybeard/images/gfx/ajax-loader.gif") no-repeat scroll 0 0 transparent;
    display:none;
    width:24px;
    height:24px;
    margin:-28px 15px 0 400px;

}

#showlockeddeal .padlocktext{
    font-size:12px;
    color:#333;
}

#showlockeddeal .goldClosed{
    float:left;
    width:55px;
    height:55px;
    background: url('/skin/frontend/DD/greybeard/images/gfx/padlock/icon_padlock_gold_240x55.png') no-repeat 0px 0px;
    margin:-5px 0 0 10px;
}

#showlockeddeal .padlockDescription{
    margin: 10px 0 0 0;
    font-size:11px;
    color:#999;
}

#showlockeddeal .dealKeyFont{
    font-size:13px;
    width:110px;
    margin-left:20px;
    padding:7px 0 0 0;
    color:#333;
}


#sendCode{
    background: url('/skin/frontend/DD/greybeard/images/gfx/padlock/bu_padlock_layer_gold_157x34.png') no-repeat 0px 0px;
    width:157px;
    height:34px;

    cursor:pointer;
    margin: -33px 0 0 380px;
}

#sendCode:hover{
    background: url('/skin/frontend/DD/greybeard/images/gfx/padlock/bu_padlock_layer_gold-hover_157x34.png') no-repeat 0px 0px;
    width:157px;
    height:34px;

    cursor:pointer;
    margin: -33px 0 0 380px;
}


#showlockeddeal .errorCode {
    display:none;
    border:0;
    padding:5px 0 0 20px;
    color:#ff0000;
    margin:1px 0 0 2px;
    background:url("/skin/frontend/DD/greybeard/images/gfx/mandatorytxt.png") no-repeat scroll 0 5px transparent

}


#showlockeddeal{
   margin:30px;
   height:350px;
}
/** Styles for DD Widgets **/
.dd_widget {
    background: #ffffff;
    position: relative;
    border: 3px solid #53C5DA;
    overflow: hidden;
    width: 100%;
    z-index: 100;
}

.dd_widget_loader {
    background: url("/skin/frontend/DD/default/images/opc-ajax-loader.gif") no-repeat 50% 50%;
}

/** Deal Overview **/
.DealOverview {
    clear: both;
}

.DealOverview.outerDealFrame {
    border: 1px solid #ccc;
    height: 380px;
    padding: 8px;
    overflow: hidden;
    background: rgb(224, 224, 224); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(224, 224, 224) 0%, rgb(255, 255, 255) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(224, 224, 224)), color-stop(100%, rgb(255, 255, 255))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(224, 224, 224) 0%, rgb(255, 255, 255) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(224, 224, 224) 0%, rgb(255, 255, 255) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(224, 224, 224) 0%, rgb(255, 255, 255) 100%); /* IE10+ */
    background: linear-gradient(top, rgb(224, 224, 224) 0%, rgb(255, 255, 255) 100%); /* W3C */
    -pie-background: linear-gradient(#c0c0c0, #ffffff);
    behavior: url(/skin/frontend/DD/greybeard/css/PIE.htc);
}

.DealOverview .innerDealFrame,
.DealOverview .DealImageFrame {
    border: 1px solid #ccc;
}

.DealOverview h2 {
    background-color: #2d2d2d;
    color: white;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    clear: both;
    overflow: hidden;
}

.DealOverview h2 span {
    overflow: hidden;
    float: left;
}

.DealOverview h2 .deal_title {
    text-transform: uppercase;
    width: 120px;
}

.DealOverview h2 .deal_old_price {
    font-weight: normal;
    text-decoration: line-through;
    width: 85px;
    text-align: center;
}

.DealOverview h2 .deal_price {
    width: 90px;
    font-size: 13px;
    float: right;
    text-align: right;
}

.DealOverview .deal_discount {
    font-weight: normal;
    text-align: center;
}

.DealOverview .deal_image {
    height: 254px;
    overflow: hidden;
}

.DealOverview .deal_image img {
    width: 306px;
    height: 254px;
    background-color: #fff;
}

.DealOverview .deal_button {
    text-align: center;
    margin-top: -25px;
}

.DealOverview .deal_button a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 10px;
    text-shadow: #333 1px 1px 1px;
}

.DealOverview .deal_description {
    overflow: hidden;
    margin: 20px 0px 10px 0px;
    font-size: 14px;
}

.DealOverview .deal_description p {
    line-height: 16px;
}

.TwoInARow .column,
.ThreeInARow .column {
    float: left;
    padding: 0px 5px 10px 0px;
}

.TwoInARow .column:last-child,
.ThreeInARow .column:last-child {
    padding: 0px 0px 10px 0px;
}

.TwoInARow,
.ThreeInARow {
    margin-top: 10px;
    clear: both;
}

/** Styles for two boxes in one row */
.TwoInARow .column {
    width: 325px;
}

/** Styles for three boxes in one row */
.ThreeInARow .column {
    width: 215px;
}

.ThreeInARow .DealOverview.outerDealFrame {
    height: 320px;
    padding: 6px;
}

.ThreeInARow .DealOverview .deal_image {
    height: 166px;
}

.ThreeInARow .DealOverview .deal_image img {
    width: 201px;
    height: 166px;
}

.ThreeInARow .deal_price_amount {
    font-size: 11px;
    float: right;
}

.ThreeInARow .DealOverview .deal_title {
    width: 80px;
    font-size: 11px;
}

.ThreeInARow .DealOverview .deal_old_price {
    font-size: 10px;
    width: 55px;
}

.ThreeInARow .DealOverview .deal_discount {
    font-size: 10px;
    width: 60px;
}

.ThreeInARow .deal_description {
    font-size: 12px;
    margin: 10px 0px;
    height: 65px;
}

.ThreeInARow .deal_description p {
    line-height: 15px;
}

.ThreeInARow .deal_button {
    margin-top: 0;
}

.ThreeInARow .deal_button a {
    font-size: 20px;
}

