/*= deals */
.deal .mainInfo {
    padding: 13px 10px 5px 10px;
    position: relative;
}
.deal .mainInfo h1, .deal.mainInfo h1 {margin:0;}
.deal h1 span.location, .deal h3 span.location, .deal h3 span.date {
    float:left;
/*	background-color:#107613;
    padding:0 5px;
    line-height: 18px;*/
    font-size:12px;
/*	color:#fff;*/
    margin-bottom:10px;
    font-weight:bold;
/*	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;*/
}
.deal h3 span.date { margin-left: 10px; float:right; }
.past .deal h3 {margin-bottom:3px;}
.pastDeals .sold_deals {
    width:50%;
    float:left;
    padding-top:23px;
}
.pastDeals .sold_deals strong {
    display:block;
    font-size:70px;
    line-height:50px;
}
.past_deals_item_list {
    width:45%;
    float:right;
    list-style-type:none;
    margin:0;
    padding:0;
}
.past_deals_item_list li {
    margin-bottom:10px;
    padding: 10px 0 0;
}
.past_deals_item_list li + li {
    border-top:dotted 1px #ccc;
}
.past_deals_item_list li span {
    float:left;
    width:90px;
    line-height:14px;
}
.past_deals_item_list li strong {
    font-size:14px;
    line-height:14px;
}


#pay_method h3 {margin-bottom:3px;}

.faq a.question {
    color: #333;
    line-height:1.5em;
}
.faq {
    color: #888;
}
    .g9 .faq {	color: #000; }


.past .deal h3 a {font-size:16px;}
.deal .theTitle {
    font-size:16px;
    clear:both;
    display:block;
}
.deal .mainInfo h1 span.location span {display:none;}
.deal .mainInfo h1 a, .deal.mainInfo h1 a, .deal h3 a {
clear:both;
display:block;
color:#333;
font-weight:bold;
color:#333;
}

.deal h3 a strong {
    color: #333;
}

.deal h3 a  {color:#DF297D;}
.deal .mainInfo .subtitle , .deal.mainInfo .subtitle {
font-size:12px;
margin:0;
color:#888;
font-family:arial, sans-serif;
text-transform:inherit;
}

.deal .mainInfo h2 p { margin-bottom: 0px;}


.green { /*color:#107613*/ color:#333; }

.deal .mainInfo .shareThis, .deal.mainInfo .shareThis {
    margin-top:10px;
    clear:both;
    float:left;
}
.deal .mainInfo .shareThis ul, .deal.mainInfo .shareThis ul {
    margin:0;
    padding:0;
}
.deal h1 {font-size:22px;}
.shareThis h4 {color:#FF1980;font-size:14px;}
.shareThis li { list-style-type:none; float:left; padding:0;}
.shareThis .mail a {
    background: url(http://www.savemyday.nl/themes/site_themes/reduti/img/icons/social.png) 0 2px no-repeat;
    float:right;
    height:22px;
    padding-left:30px;
    line-height:20px;
    color:#5C75A9;
}
.shareThis li.twitter {width:80px;}
.shareThis li.twitter div { float:left; margin-left:10px;}
/*= COUNT DOWN */
/*
#dealCountDown {color:#6f6f6f}
.countDown, #amount_purchased {
width:125px;
    height:50px;
background-color: #333;
background: -moz-linear-gradient(100% 100% 90deg, #333, #666);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333));
float:left;
padding:0 5px;
margin-top:2px;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;

-moz-box-shadow: 0 0 3px #aaa;
    -webkit-box-shadow: 0 0 3px #aaa;
    box-shadow: 0 0 3px #aaa;
}
*/
#dealCountDown {
    color:#999;
    margin-top:5px;
}
.countDown, #amount_purchased {
    width:125px;
    height:50px;
    background-color: #f9f9f9;
    border:solid 1px #ccc;
    overflow:hidden;
    float:left;
    padding:0 5px;
    margin-top:2px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;

}
.countDown span {
width:40px;
float:left;
font-size:10px;
color:#bababa;
text-align:center;
padding-bottom:5px;
border-right: 1px solid #ccc;
}
.countDown span span{padding-bottom:0; border-width:0;}
.countDown span.seconds {
border-right: 0;
width:39px;
}
.countDown span.expired {
    float:none;
    width:auto;
    border-right-width:0;

}
.countDown span.expired strong{
    color:red;
    padding:0;
    font-size:26px;
    line-height:50px;
}
.countDown span strong {
display:block;
font-size:30px;
padding-top:6px;
font-weight:normal;
color:#888;
}
.countDown.moreThanADay span.minutes {
border-right: 0;
}

/*= PERSONS THAT PURCHASE */
#amountWrapper {
    margin:5px 2px 0 0;
    color:#999;
}
#amountWrapper span.title {
    color:#6f6f6f;
    padding-left:17px;
}
#amount_purchased {
    color:#888;
    height:50px;
    float:right;
}
#amount_purchased.unblocked {
/*	background-color:#2EC232;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2EC232', endColorstr='#26A429');
    background: -moz-linear-gradient(100% 100% 90deg, #26A429, #2EC232);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2EC232), to(#26A429));
    */
    background: #f9f9f9 url(http://www.savemyday.nl/themes/site_themes/reduti/img/icons/lockers.gif) no-repeat right top;
}
#amount_purchased.blocked {
/*	background-color:#CC0000;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AE0000', endColorstr='#CC0000');
    background: -moz-linear-gradient(100% 100% 90deg, #AE0000, #CC0000);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AE0000), to(#CC0000));
    */
    background: #f9f9f9 url(http://www.savemyday.nl/themes/site_themes/reduti/img/icons/lockers.gif) no-repeat right bottom;
}
#amount_purchased p {
/*
    margin:0;
    font-weight:bold;
    padding-left:17px;
    line-height:25px;
    background: url(http://www.savemyday.nl/themes/site_themes/reduti/img/icons/lock.gif) no-repeat left 2px;
    */
    display:none;
}
/*
#amount_purchased.blocked p {
    background-position:left -23px;
}
*/
#amount_purchased strong {

display: block;
font-size:34px;
line-height:49px;
font-weight:normal;
text-align:center;

}
#amount_purchased span {
    float:left;
    margin-top:6px;
    display:none;
}

.twitter iframe {
    width:55px !important;
}

.fb_users {
    clear:both;
    float:right;
    margin-top:20px;
    line-height:30px;
}
.fb_users .top {
    border-bottom:solid 1px #333;
    margin-right:24px;
}
.fb_users .top span {
    background-color:#fff;
    float:left;
    padding-right:4px;
    margin-top:-12px;
}
.fb_users  .faces {
    float:right;
    margin-right:24px;
    padding-bottom:10px;
    border-bottom:solid 1px #333;
}
.fb_users img {
    float:left;
    margin-right:3px;
}
.fb_users span.etc { line-height:22px; padding-top:10px; float:left;}
#countDownPanel, #purchasedNumber { margin-top:17px; padding-bottom:0;}

#dealInfoColum {
    width:297px;
    margin-right:13px;
    margin-top:5px;
}
.mainInfo .img { margin-top:5px; position:relative;}
.mainInfo .img .expiredImg  { position:absolute; z-index:1; left:4px; top:9px;}
.mainInfo .img .vipImg  { position:absolute; z-index:1; right:4px; top:9px;}
.highlightPanel {
    padding-top:5px;
    clear:both;
    min-height:172px;
    background:#f9f9f9;
    padding:5px;
    border:solid 1px #ccc;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
.onePic .highlightPanel {min-height:100px;}
.highlightPanel h2 {
    margin:0 0 4px 0;
}
.highlightPanel ul { margin:0; padding-left:20px;}

/*= BUY NOW */
.buyNow {
border:solid 1px #ccc;
background-color:#F9F9F9;
width:295px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;

}

.p45 .buyNow {
background: #F9F9F9 url(http://www.savemyday.nl/themes/site_themes/reduti/img/BuyNowBgArrow.gif) no-repeat -34px center;
height:129px;
overflow:hidden;
}

.buyNow ul {
list-style-type:none;
margin:0 0 0 5px;
height:123px;
position:relative;
padding-left:0;
}
.buyNow .value {padding-top:17px;}
.buyNow .discount {padding-top:26px;}
.buyNow .value, .buyNow .discount {
clear:both;
width:100px;
color:#4F4F4F;
}
.buyNow .value span, .buyNow .discount span {
display:block;
font-size:10px
}
.buyNow .value strong, .buyNow .discount strong {
font-size:20px;
line-height:26px;
float:left;
}
.buyNow .discount strong {
    font-size:30px;
    line-height:30px;
}
.buyNow .value strong p, .buyNow .discount strong p{ margin:0; line-height:26px;}
.buyNow .value span.coin, .buyNow .discount span.per {
float:left;
padding:5px 2px 0 0;
font-size:17px;
font-weight:bold;
}
.buyNow .discount span.per { padding:8px 0 0 2px; font-size:18px;}
.buyNow .current {
position:absolute;
top:4px;
right:0;
text-align:center;
font-size:34px;
line-height:50px;
padding:0;
width:200px;
color:#ff1981;
text-shadow:  2px 2px 3px #c6c6c6;
}
.buyNow .current.length_5 {font-size:37px;}
.buyNow .current.length_4 {font-size:42px;}
.buyNow .current.length_3 {font-size:45px;}
.buyNow .current.length_2 {font-size:50px;}
.buyNow .current.length_1 {font-size:50px;}

.buyNow .current span {display:none;}
.buyNow .current strong { font-size:1em; font-weight:bold }

.buyNow .current span.coin {
    display:inline-block; font-size:0.8em; font-weight:bold;
    position:relative; top:-2px;
}
.buyNow .action {
position:absolute;
top:55px;
right:23px;
}
.buyNow .action a, .buyNow .action span.expiredBuyButton, a.bigPinkBt {
display:block;
background: url(http://www.savemyday.nl/themes/site_themes/reduti/img/bigButtonEmpty.png) 0 0 no-repeat;
    width:152px;
    line-height:57px;
    font-family:'Yanone Kaffeesatz',arial,serif;
    text-transform:uppercase;
    font-size:33px;
    letter-spacing:1px;
    text-align:center;
    color:#fff;
    padding:0;
    border-width:0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

}
.buyNow .action a:hover, a.bigPinkBt:hover {
background-position:0 -69px;
}
.buyNow .action a span, .buyNow .action span.expiredBuyButton, a.bigPinkBt span {
    display:block;
    height:57px;
    text-align:center;
    text-shadow: 1px 1px 4px #666;
}
.buyNow .action a span:hover, a.bigPinkBt span:hover {
    text-shadow: 0px 0px 4px #fff;
}
.buyNow .registerFirst { font-size:10px; color:#FF1981; position:relative; top:-2px;}


#dealDetails {
    padding:0;
    background: #fff url(http://www.savemyday.nl/themes/site_themes/reduti/img/layout/dealDetails_sep.png) 304px 0 repeat-y;
}
#dealDetails .content { padding:5px 15px;}

#dealDetails .highlight {
    color:#333;
    -moz-border-radius-topleft:4px;
-webkit-border-radius-topleft:4px;
border-radius-topleft:4px;

}

.highlight ul {
    margin-left:0;
    padding: 0 0 5px 14px;
}

#dealDetails .description  .content{
/*	padding:5px 15px 5px 20px;
    border-left: 1px solid #DEDEDE;*/
}

#othersDeals .deal{
    border-top:dotted 1px #ccc;
    padding-top:5px;
    margin-top:5px;
}
#othersDeals .buyNow ul {
border-top: 1px dashed #CACACA;
height: auto;
margin-top: 6px;
padding-top: 5px;
}
#othersDeals h2 {margin-bottom:0;}
#othersDeals .title {margin-bottom:3px;}
#othersDeals .title a{
    color:#107613;
    font-weight:normal;
    font-size:14px;
}

#othersDeals .description  {
    height:66px;
    overflow:hidden;
}
#othersDeals .description p {
    font-size:10px;
    line-height:10px;
    color:#666;
    margin: 0 5px 0 20px;
}
#othersDeals .buyNow {
    background-color:#fff;
    border-width:0;
    width:100%;
    overflow:hidden;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#othersDeals .buyNow  li {padding:0;}
#othersDeals .buyNow  li.value {display:none;}
#othersDeals .buyNow  li.discount { width:65px;border-right:1px solid #cacaca; float:left;}
#othersDeals .buyNow  li.current { width:auto; position:static; float:right;margin:0; font-size:24px;}
#othersDeals .buyNow  li.current span { display:block; font-size:10px; color:#4F4F4F; line-height:13px; height:13px; text-align:right;}
#othersDeals .buyNow  li.current span.coin {float:left; padding-top:3px; line-height:26px;}
#othersDeals .buyNow  li.current strong{ float:left; line-height:26px; padding-right:2px;}
#othersDeals .buyNow  li.action { position:static; clear:both; padding-top:5px;}
#othersDeals .buyNow  li.action a {background:url(http://www.savemyday.nl/themes/site_themes/reduti/img/buyNowSmall.png) no-repeat center 0; height:28px; width:112px; margin:0 auto; font-size:20px; line-height:27px;}
#othersDeals .buyNow  li.action a:hover { background-position:center -30px;}
#othersDeals .buyNow  li.action a span {height:auto;}

#othersDeals .buyNow  li.current.length_5 {font-size:26px;}
#othersDeals .buyNow  li.current.length_4 { font-size:30px; padding-top:12px;}
#othersDeals .buyNow  li.current.length_3,
    #othersDeals .buyNow  li.current.length_2,
    #othersDeals .buyNow  li.current.length_1 { font-size:40px; padding-top:10px;}

.map .address {
    margin-bottom:10px;
    padding-left:38px;
    min-height:42px;
    background: url(http://www.savemyday.nl/themes/site_themes/reduti/img/nl/map_marker.png) 0 0 no-repeat;
}
.map .supplierName p {
    font-weight:bold;
    margin:0;
}

.map  .maplink {
    float:left;
    margin-top:3px;
}
.map .mapWrapper {
    border:solid 1px #ccc;
    padding:3px;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

.wrapperText { margin:0 10px 15px 10px;}

.mT15 {margin-top:15px;}

iframe header { display:none !important; }

#supplier {width:245px;}
#comments {margin-left:7px;}

#dealDetails .location { width: 305px;}
#dealDetails  .description  {width:400px;}

#pay_method { float:left; margin-top:5px;}

#pay_method table {border-width:0;}

#payPanel h2 {
    float:left;
    margin-right:5px;
}
#pay_method #paypalPanel, #pay_method #moneybookersPanel {
    width:220px;
    float:right;
    margin-top:10px;
}
#pay_method #paypalPanel .logo, #pay_method #moneybookersPanel  .logo {
    text-align:center;
    margin:0 auto 10px 30px;
    border:solid 2px #9AA0B9;

    height:80px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}
.logged_in #mb_sendForm {cursor:pointer;}
#pay_method #paypalPanel .logo a {
    display:block;
    height:100%;
    padding-left:5px;
}

#pay_method .logged_in #paypalPanel .logo:hover, #pay_method .logged_in #moneybookersPanel  .logo:hover {
    background-color:#EFF2FF;
    cursor:pointer;
}

#pay_method #paypalPanel .p, #pay_method #moneybookersPanel .p {

}
#pay_method #paypalPanel img {margin-top:18px;}
#pay_method #moneybookersPanel img { margin-top:0; padding:5px; }



#yourOrder td {text-align:center;}
#yourOrder  tbody .description {text-align:left;}
#yourOrder  tbody .description strong{font-size:11px;}
#yourOrder  tbody .price, #yourOrder  tbody .discount {
    font-size:12px;
    color: #333;
    padding:10px 0;
}

/*.sell_control_panel .p.logged_out { background-color: #FFDFEE; }*/
.sell_control_panel
.sell_control_panel p {clear:both;}

#pay_method .appLogin { float:left; margin-left:20px; }

#pay_method .appLogin  a{
    display:inline-block;
    background-color: #FF1980;
    border:solid 1px #FF1980;
    color:#fff;
    line-height:35px;
    padding:0 15px;
    margin:0 10px;
    font-size:14px;
    font-weight:bold;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
#pay_method span.number {font-size:150%;}
#pay_method .appLogin  a:hover {
    background:#fff;
    color: #FF1980;
}

#pay_method .faq_container .question {
    /*font-weight:bold;*/
    margin:0;
}
.separator {
    border-bottom:dotted 1px #ccc;
    height:5px;
    margin-bottom:5px;
}

#payment_success #notificationArea, #payment_success .notificationArea {
    padding:80px 0;
}



/* how it works */

.wrapperTitle {
    background: #EFFEDE url(http://www.savemyday.nl/themes/site_themes/reduti/img/icons/tickets.png) no-repeat 20px 10px;
    border: 2px solid #BED1A3;
    -moz-border-radius:4px;
    webkit-border-radius:4px;
    border-radius:4px;
    padding:0 20px 0 155px;
    min-height:130px;
}

.wrapperTitle .titWorks {
    font-size:20px;
    padding:5px 0;
    margin:0;
}

.wrapperTitle p {font-size:13px;}
.listHow {
    list-style-type: none;
    margin: 30px 70px 10px 20px;
    padding: 0;
}

.listHow li { padding-bottom:20px;padding: 5px 140px 15px 20px;  }

.listHow li + li { border-top:1px dotted #DADADA; }

.listHow .daily {
    background: url(http://www.savemyday.nl/themes/site_themes/reduti/img/icons/ico_calendar.png) no-repeat right 1px;
}
.listHow .buy {
    background: url(http://www.savemyday.nl/themes/site_themes/reduti/img/icons/ico_buy.png) no-repeat right 1px;

}
.listHow .share {
    background: url(http://www.savemyday.nl/themes/site_themes/reduti/img/icons/ico_share.png) no-repeat right 16px;

}
.listHow li strong {font-size:15px;}
.listHow li p { margin:10px 0 ;}

article {overflow:hidden;}
.mT15 .p.contentWrapper {margin-top:15px;}


.dealPriceInfo { list-style-type:none; margin:0; padding:0; }
.dealPriceInfo li {
    float:left;
    width:25%;
    margin-top:20px;
}
.dealPriceInfo.hasCredit li {width:21%;}
.dealPriceInfo.hasCredit li.credit div {
    background:#F00063;
    color:#fff;
    margin:-5px 5px;
    padding:5px;

    border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;
    box-shadow: 0 0 2px #000;
}
.dealPriceInfo.hasCredit li.current { width: 35%;}
.dealPriceInfo.hasCredit li.current strong {font-size:38px;}
.multipurchase .dealPriceInfo li {width:29%;}
.multipurchase .dealPriceInfo li.amount {width:20%;}
.multipurchase .dealPriceInfo li.total_own_price {width:20%;}
.dealPriceInfo li span { float:left; padding:0 3px;}
.dealPriceInfo li strong {
    display:block;
    clear:both;
    float:left;
    padding:0 3px;
    font-size:18px;
    line-height:30px;
    font-family:Arial,sans-serif;
    font-weight:normal;
    white-space:nowrap;
}
.dealPriceInfo li.current {
    margin-top:0px;
    width:49%;
}
.dealPriceInfo li.current strong {
    font-size:50px; font-weight:bold;
    line-height:50px;
    color:#FF1981;
    text-shadow:2px 2px 3px #C6C6C6;
}
/*
.dealPriceInfo li.value  strong {
background: url(http://www.savemyday.nl/themes/site_themes/reduti/img/deals/cross.png) no-repeat center center;
}
*/
.login .label_w15 .fieldNote.forgPass {
    clear: both;
    display: block;
    font-weight: bold;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}
.forgPass a{
    font-size: 11px;
    font-weight: bold;
    line-height:19px;
}
#sell_control_panel .forgPass a {padding-left:5px;}

/* purchased deal */
.title_underline .title {
    float: left;
    font-family: 'Yanone Kaffeesatz',arial,serif;
    font-size: 30px;
    text-transform: uppercase;
}
.deal h1.title_underline span.location {
    float:right;
    margin-top:5px;
}
.title_underline div {
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    padding-bottom: 3px;
}
.wrapperDeals {
    width:704px;
    margin:0 auto;
}
.w315 {
    width:315px;
    float:left;
}


.faq ol {
    margin-left:0;
    padding:0 10px 0 25px;
}

.marginCheck {
    margin-right:5px;
    margin-top:2px;
}

.lessContent p {margin:0;}

.deal .fb_button {
    background: #ECEEF5 url(http://www.savemyday.nl/themes/site_themes/reduti/img/icons/fb_share_16.png) 0 1px no-repeat;
    border:solid 1px #C4CEE3;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.deal .fb_button:hover {border-color:#54599A;}
.shareThis .facebook .fb_button_large {
/*	background-position:left -211px*/
}

.shareThis .facebook .fb_button span {
    color:#54599A;
    font-size: 11px;
    padding: 0pt 7px 0pt 22px !important;
    line-height: 18px;
}


.pastDeals .p, .competition_item .p {
    border-size:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    padding:0;
}

.pastDeals .infoColumn, .competition_item .infoColumn {
    padding:5px 8px 0;
    width: 436px;
}

.no_city {
    -moz-border-radius:8px;
    -o-border-radius: 8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    background-color: #FFFFFF;
    border-color: #333333;
    border-right: 2px solid #333333;
    border-style: solid;
    border-width: 2px;
    margin: 100px auto 20px;
    padding: 8px;
    width:70%;
    font-size:22px;
}

.no_city header {float:right}

.no_city h2 {
    font-size: 45px;
    clear:none;
    float:left;
    padding:10px 20px
}

.no_city div {
    padding:10px 20px
}

.no_city select {
    font-size:20px;
    width:auto;
    height:auto;
    float:none;
}
.no_city .alignCen {text-align:center;}

.highlightPanel .content p , #dealDetails .content p  , #otherDeals .description p{
    text-align: justify;
}

.infoColumn .buyNow {
    width:420px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.infoColumn .buyNow .discount {padding-top:10px;}

.infoColumn .buyNow .current{width:235px;}

.infoColumn .buyNow .discount span, .infoColumn .buyNow .value span {
    font-size: 12px;
}

.infoColumn .buyNow .discount span.per {font-size:18px;}
.infoColumn .buyNow .value span.coin {font-size:16px;}

.infoColumn .buyNow .action {right:37px;}

.infoColumn #dealCountDown {
    color:#999;
    margin-left: 85px;
}

.bottomDeal {
    margin-top: 0pt;
    padding: 10px 0;
    background:#dfdfdf;
}

.bottomDeal .countDown span {width:89px;}
.bottomDeal .countDown span strong { float:left; margin-left:5px;}
.bottomDeal .countDown { width:270px; height:auto; height:41px; overflow:hidden;}
.bottomDeal #dealCountDown > span { float:left; margin-top:20px; margin-right: 15px; }
.bottomDeal .countDown span span{ width:40px;text-align:left; margin-left:10px; margin-top:17px; }
.bottomDeal #dealCountDown {margin-left:90px;}
.deal .mainInfo .bottomDeal .date .shareThis {margin-top:0;}
.bottomDeal #dealCountDown {margin-top:10px}

.pastDeals .deal_image  {
    float:left;
    position:relative;
}

.pastDeals .deal_info  {
    float:left;
    margin-left:0;
}

.exp_date {margin-top:-10px;}

.list .shareThis .facebook .fb_button span {
    color: #54599A;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    padding: 0 7px 0 10px;
    width: 0;
}

.deal .mainInfo .date .shareThis {
    margin-left: 15px;
}

.deal_image img { padding: 3px; border: 1px solid silver; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin: 5px; }

.pastDeals .pf_w35 .buyNow { background: #F9F9F9 url(http://www.savemyday.nl/themes/site_themes/reduti/img/BuyNowBgArrow.gif) no-repeat left center;  }

.dealPriceInfo li strong strong {float:none;display:inline;}

#payOptions { clear:both; margin-left:20px; float:left;}
#payOptions input {margin-top:11px;}

#payOptions.logout input {display:none;}
#confirmBuy {margin-top:35px;}


.titShare {font-size:10px;}

#pay_method #paypalPanel {display:none;}

.answer { margin:10px 20px; }
.option.mTop18 {margin-top:18px;}

/* Interstitial */

.inter_locale .inter_panel {
    background-color: #fff;

    margin: 100px auto;
    padding: 20px;
    width: 605px;

    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;

    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}
    .inter_locale #claim {width:69%;}
    .inter_locale h1 {
        margin:40px 0 0 20px;
        font-size:15px;
        font-weight:bold;
    }
    .inter_locale #inter_form {margin-left:20px;}
    .inter_locale #inter_form label {
        font-size:14px;
        font-weight:bold;
        margin-top:0; padding-top:0;
    }
    .inter_locale #inter_form .checkboxGroup {
        padding:0;
        margin:0;
    }
    .inter_locale #inter_form #newsletter_terms {
        margin-left:0; margin-top:0;
    }
    .inter_locale #inter_form .checkboxGroup label {
        font-size:11px;
        font-weight:normal;
        width:auto;
    }
    .inter_locale .suscribe {
        margin-top:10px;
        line-height:11px;
    }
    .inter_locale .suscribe a { color:#FA056C ;}
    .inter_locale #inter_footer .top_line {
        height:5px;
        background: #FA056C url(http://www.savemyday.nl/themes/site_themes/reduti/img/dotted_line.png) repeat-x left center;
    }
    .inter_locale #inter_footer .content {padding-top:10px;}
        .inter_locale #inter_footer .content p{
            text-align:center;
            color:#aaa;
            font-style: italic;
            margin:0;
        }
#interstitial_page #body-bg {background:#000;}
#interstitial_page #body-bg img {
    -moz-opacity:.60; filter:alpha(opacity=60); opacity:.60;
}

/* end of interstial */


#newsletter_terms {  margin-left: 10px; margin-right: 10px; margin-top: 10px; }
.accept { margin-bottom: 10px; margin-top: 6px; }
#loginForm .accept { margin-left: 15px; width: 200px; }

#login_right_col {width:49%;}

#login_city {
    width:180px;
    float:left;
}
#login_zip {
    width:100px;
    float:left;
}
#login_zip input, #login_zip label{width:90px;}

#loginForm select#bday_y {width:87px;}

#loginForm select#bday_d, #loginForm select#bday_m {
    width:83px;
    margin-right:3px;
}

#payPanel {position:relative;}
#payPanel #confirmBuy {
    position:absolute;
    bottom:30px;
    right:15px;
}
#payPanel #selectPayMethod {
    position:absolute;
    bottom:30px;
    right:15px;
    font-size:28px;
    background-position:left top;
    background-color:transparent;
}
#payPanel #selectPayMethod:hover {background-color:transparent;}
#moneybookers_iframe {
    border-bottom:dotted 1px #000;
    margin-bottom:10px;
    padding-bottom:10px;
}

#webpay_mxForm {margin-left:20px;}
    #webpay_mxForm  .fg label {padding-left:0;}
    #webpay_mxForm  .fg input {margin-top:3px;}
    #webpay_mxForm #cardName {width:200px;}
    #webpay_mxForm #cardNumber {width:120px;}
    #webpay_mxForm #cvv {width:40px;}
    #webpay_mxForm #cardExpiration_month { width:50px; clear:both; margin-top:3px; margin-bottom:10px;}
    #webpay_mxForm #cardExpiration_year { width:50px; margin-top:3px;}
    #webpay_mxForm .slash { float:left; margin:7px 5px 0;}

#yourOrderPanel .total {
    background-color:#FCB5D5;
    color:#fff;
    height:75px;
    position:relative;

    margin: 0 -10px -5px;
    padding: 10px 15px 5px 10px;

    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
    #yourOrderPanel .total span {
        line-height:50px;
        color:#333;
    }
    #yourOrderPanel .total #total_cost {
        position:absolute;
        top:10px;
        right:15px;

        font-size:34px;
        line-height:50px;
        padding:0;
        color:#333;

    }
    #yourOrderPanel #deal_amount { width:60px; margin:5px; clear:both;}

#gift_panel { border-top:dotted 1px #ccc; padding-top:3px; }
#gift_panel label {
    padding: 5px 2px;
    width: 242px;
}
#gift_panel #gif_input_wrapper input { width: 200px; }
#gift_panel .checkboxGroup {
    margin: 10px 0;
    padding: 5px 1px;
    width: 230px;
}
    .multipurchase #gift_panel .checkboxGroup {
        width: 269px;
    }
    #gift_panel .checkboxGroup label {
        width: 230px;
    }
    #gift_panel .checkboxGroup input {
        margin: 3px 5px 0;
    }
    #gift_panel .amount span {display:block;}
    #gift_panel .amount select { width:60px; margin-top:5px;}
    #gift_panel .amount {width:116px;}
    #gift_panel .dealPriceInfo { float:left; display:none;}
    #gift_panel .dealPriceInfo  li{ width:100%; margin-top:-6px;}

#gif_input_wrapper {margin-left:24px;}
    #gif_input_wrapper .error input, form .error input  {border-color:red;}
    #gif_input_wrapper .error .fieldNote, form .error .fieldNote {
        float:left;
        margin-top:2px;
        color:red;

    }
    #gif_input_wrapper .error .fieldNote {margin-left:250px;}

.fb_message {
    border:1px solid #C1C1C1;
    padding:5px;
    background-color:#F2F2F2;
    margin-bottom:10px;
    color:#808080;
    line-height:1.2em;
}

#payOptions .paypal img {
    height: 25px;
    margin-top: 5px;
}

#logo .beta {display:none;}

.creditPanel h2 {text-align:center;}
.creditPanel .color_panel {
    background: #F00063 url(http://www.savemyday.nl/themes/site_themes/reduti/img/icons/hand_white.png) left center no-repeat;
    padding:10px;
    margin:0 -8px 10px -8px;
}
    .creditPanel p {line-height:1.2em;}
    .creditPanel .color_panel p {
        margin:0 0 0 105px;
        color:#fff;
        font-weight:bold;
        text-align:center;

    }
    .creditPanel .color_panel p strong {
        display:block;
        font-size:26px;
        line-height:26px;
        margin-bottom:3px;
    }
    .creditPanel table {
        margin-top:5px;
        border-width:0;
    }
    .creditPanel table tr { border-top:solid 1px #ccc;}
        .creditPanel table tbody tr:nth-child(2n) {background-color:#fff;}
        .creditPanel table .amount { text-align:right; font-weight:bold;}

    #payCreditPanel {
        float: left;
        width: 100%;
    }

    #payCreditPanel span {
        float:left;
        padding-top:7px;
        padding-left:95px;
    }
    #payCreditPanel strong {
        display:block;
        clear:both;
        font-size:18px;
        line-height:24px;
        font-weight:normal;
        padding-left:95px;
    }
    #payCreditPanel p {
        padding-right:5px;
        margin:2px 0;
        text-align:right;
        font-size:9px;
    }
    #payCreditPanel p#payCreditLiteralAmount,#payCreditPanel p#payCreditLiteralAll {
        border-top: dotted 1px #fff;
        padding-top:5px;
        margin-top:5px;
    }
    #payCreditPanel p strong {
        display:inline;
        clear:none;
        font-size:11px;
        font-weight:bold;
        line-height:14px;
        padding-left:3px;
    }
    #payCreditPanel p#payCreditLiteralAll { height:26px; line-height:10px; padding-top:9px; text-align:center;}

.pinkHandPanel {
    background: #F00063 url(http://www.savemyday.nl/themes/site_themes/reduti/img/icons/hand_white_small.png) left 10px  no-repeat;
    min-height:50px;
    margin: 0 0 10px 0;
    padding-bottom:2px;
    color:#fff;

    border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;

    box-shadow: 0 0 2px #000;
}
.pinkInverseHandPanel {
    background: #fff url(http://www.savemyday.nl/themes/site_themes/reduti/img/icons/hand_color_small.png) left 10px  no-repeat;
    min-height:50px;
    margin: 0 0 10px 0;
    padding-bottom:2px;
    color:#F00063;

    border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;

    box-shadow: 0 0 2px #000; -moz-box-shadow: 0 0 2px #000; -webkit-box-shadow: 0 0 2px #000;
}
    #multilocationPanel {
        float: left;
        width: 100%;
    }

    #multilocationPanel label {
        clear: both;
        display: block;
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
        height:38px;
        padding: 10px 0 0 95px;
        border-bottom: 1px dotted #FFFFFF;
        float:none;
    }

    #multilocationPanel select {
        width:230px;

        margin:0px 0 6px 95px;
    }



.bt_bold span{
    font-size:14px;
    font-weight:bold;
    color:#fff !important;
}

/*= Creadit Page */


.bottom_big_arrow_panel {
    padding-bottom:94px;
    background:  url(http://www.savemyday.nl/themes/site_themes/reduti/img/layout/bottom_big_arrow.png) center bottom  no-repeat;
    margin-right:40px;
}
    .bottom_big_arrow_panel .content{
        background-color:#FF1981;
        border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px;
        padding:20px;
    }
    .bottom_big_arrow_panel h2 {
        font-family: 'Yanone Kaffeesatz',arial,serif;
        font-weight:bold;
        font-size:30px;
    }
#edit_share_list {
    list-style-type:none;
    width:320px;
    margin:10px auto;
}
    #edit_share_list li {
        float:left;
        width:80px;
        height:80px;
    }
        #edit_share_list li  a {cursor:default;}
        #edit_share_list li .icon {
            background: url(http://www.savemyday.nl/themes/site_themes/reduti/img/icons/share_big_icons.png) left top  no-repeat;
            width:51px;
            height:51px;
            display:block;
            margin:0 auto;
        }
            #edit_share_list li.twitter .icon  { background-position: -54px 0;}
            #edit_share_list li.mail .icon  { background-position: -108px 0;}
        #edit_share_list li strong {
            text-align:center;
            font-family: 'Yanone Kaffeesatz',arial,serif;
            text-shadow:  2px 2px 3px #000;
            font-weight:bold;
            font-size:20px;
            color:#fff;
            margin-top:5px;
            display:block;
        }
        #edit_share_list li a:hover strong {display:block;}

/* end of credit page */

#promoCode { border-top: 1px dotted #CCC; padding-top:20px; }
#promoCode .title { /*font-weight:bold;*/ padding-top:3px;}
#promoCode label {padding-top:7px;}
#promoCode input {/* border-color:#333; background-color:#F4F4F4; height:24px;*/}
#promoCode strong { font-size:18px; line-height:30px; font-weight:normal;}
#promoCode em {display:block;}
#promoCode .code { float:left; min-width:97px; padding-top: 6px;}
#promoCode .code strong {padding-right:10px;}
#promoCode .amount { float:left; width:100px;  padding-top: 6px; }
#promoCode .infoVoucher { clear:both; border:dotted 1px #8E0000; padding:10px; margin:0 0 10px 0; background-color:#FCE3E3; }

/* #yourOrderPanel .pf_w3 .pf_l  {position:relative;}*/
#yourOrderPanel .pf_w3 .pf_l  .vipImg { position:absolute; top:0; right:12px;}



#inviteFriends .password_note {
    font-size:10px;
    margin-left:10px;
    width:230px;
    float:left;
}
    #inviteFriends .password_note strong { display:block; margin-bottom:3px;}
#invite_submit {margin-left:90px;}

#inviteFriends_emails {
    border:solid 1px #ccc;
    max-height:100px;
    overflow-y:auto;
    margin:0 0 20px 0;
    padding:5px 0 5px 5px;
    width:490px;
}
    #inviteFriends_emails .fg {
        margin:0 0 3px;
    }
    #inviteFriends_emails .checkbox {margin-right:5px;}
    #inviteFriends_emails label { width:auto; cursor:pointer;}

#invite_message { width:400px; height:60px;}


#creditBanner .bannerIcon {
    background: #DE0C6B url(http://www.savemyday.nl/themes/site_themes/reduti/img/icons/credit_banner_icons.png) left top  no-repeat;
    width:184px;
    height:34px;
    display:block;
    margin:0 auto;
}
    #creditBanner  p { margin:10px 0 0; text-align:center;}
    #creditBanner .bt {
        margin: 15px auto 0;
        text-align: center;
        width: 179px;
    }
    #creditBanner .bt span {
        font-size: 14px;
        font-weight: bold;
    }

	
#multiInterForm {
	position:relative;
	
	border:solid 4px #fff;
	
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	
	color:#fff;
	width:660px;
	padding:40px 20px 0;
	margin:100px auto 0;
	
	font-size:14px;
	
	-moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
	
	-moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
}	
	#multiInterForm h1 {
		color:#F00063;
		font-size:22px;
		margin:0;
	}
	#multiInterForm .fg label {
		color:#fff;
		display:block;
		float:none;
		margin-bottom:3px;
	}
	#multiInterForm #zipGroup {margin-left:20px;}
	
	#multiInterForm #accept_terms_group {
		margin:0;
		padding:20px 0 0 0;
	}
	#multiInterForm #accept_terms_group label {
		padding:0 0 0 5px;
		margin:0;
		float:left;
	}
	
	#multiSiteLogo {
		width:200px;
		min-height:60px;
		
		position:absolute;
		top: -34px;
		left:250px;
		
		background:#fff;
		
		-moz-box-shadow: 0 0 3px #000;
		-webkit-box-shadow: 0 0 3px #000;
		box-shadow: 0 0 3px #000;
		
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
	}
