@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Oswald:700);
@import url(//fonts.googleapis.com/css?family=Raleway);

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

legend {
    color: #000;
}

.cf {
    zoom: 1;
}

.cf:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

body {
    font: normal 14px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
    color: #203344;
}

a {
    color: #3272d3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.side-tip a {
    color: #1175c3;
    font-weight: bold;
    text-decoration: underline
}

span.money {
    font-family: Helvetica, arial, sans-serif;
}

span.required {
    color: red;
}

.f-input, input.date, input.number {
    font-size: 14px;
    padding: 3px 4px;
    border-color: #ababab;
    border-style: solid;
    border-width: 1px;
}

.h-input, input.date, input.number {
    font-size: 12px;
    padding: 2px 3px;
    border-color: #ababab;
    border-style: solid;
    border-width: 1px;
}

.f-text {
    font-size: 14px;
    padding: 3px 4px;
    border-color: #89B4D6;
    border-style: solid;
    border-width: 1px;
}

.xheditor-simple {
    font-size: 14px;
    padding: 3px 4px;
    border-color: #7c7c7c #c3c3c3 #ddd;
    border-style: solid;
    border-width: 1px;
}

.f-select {
    font-size: 14px;
    padding: 3px 0 3px 4px;
    border-color: #89B4D6;
    border-style: solid;
    border-width: 1px;
}

ul.filter form {

}

ul.filter form input.formbutton {
    margin: -4px 10px 0 0
}

ul.filter li {
    float: left;
    margin: 0 10px 0 0;
    display: block;
}

ul.filter {

    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 15px;
}

div.big-list ul.filter {
    top: 50px;
    width: 920px;
}

div.big-list ul.filter input.h-input {
    width: 100px
}

div.big-list ul.filter li {
    margin-right: 0px
}

div.big-list ul.filter li input.formbutton {
    margin-right: 0px
}

ul.filter li.current a:hover {
    text-decoration: none
}

#deal-buy input.formbutton {
    float: none
}

input.disabled {
    border: 1px solid #ccc;
    background: #eee;
    color: #999;
    cursor: default;
}

button.formbutton {
    height: 23px;
    padding: 0 1.5em;
    border: 1px solid;
    border-color: #82D0D4 #92D6D9 #54A3A7 #4D989B;
    background: #63C5C8;
    color: #fff;
    letter-spacing: .3em;
    cursor: pointer;
    line-height: 23px;
}

dd.formbutton:focus {
    border-color: #000;
}

.paginator {
    padding: 10px 0 10px;
    white-space: nowrap;
    text-align: right;
    font-size: 12px;
}

.paginator li {
    display: inline;
    margin: 0 1px;
    *vertical-align: middle;
}

.paginator li.current {
    *height: 24px;
    margin: 0 6px;
    font-weight: bold;
    *line-height: 24px;
}

.paginator li a {
    *display: inline-block;
    *height: 22px;
    padding: 3px 6px 4px;
    *padding: 0 6px;
    border: 1px solid #bbb;
    text-decoration: none;
    *line-height: 22px;
    *position: relative;
}

.paginator li a:hover {
    *height: 24px;
    padding: 4px 7px 5px;
    *padding: 0 7px;
    border: none;
    *line-height: 24px;
    background: #00ADB2;
    color: #fff;
    text-decoration: none;
}

.paginator li a.nolink {
    color: #ccc;
    cursor: default;
}

.paginator li a.nolink:hover {
    background: transparent;
    *height: 22px;
    padding: 3px 6px 4px;
    *padding: 0 6px;
    border: 1px solid #ccc;
    *line-height: 22px;
}

/* sysmsg */
.sysmsgw {
    clear: both;
    padding: 8px 0 10px 37px;
    color: #000;
    font-size: 14px;
}

.sysmsg {
    position: relative;
    width: 850px;
    margin: auto;
    padding-left: 30px;
    padding-right: 80px;
    z-index: 3;
}

.sysmsg .close {
    position: absolute;
    top: 0;
    right: 20px;
    padding-right: 16px;
    background: url(i/bg-sysmsg-close.gif) 100% 50% no-repeat;
    font-size: 12px;
    cursor: pointer;
}

#sysmsg-error {
    border: 1px solid #d01e5e;
    background: #ffdcd7;
    color: #d01e5e;
}

#sysmsg-success {
    border-top: 2px solid #690;
    border-bottom: 2px solid #690;
    background: #EDFEDA;
    color: #690;
}

#sysmsg-error .sysmsg {
    background: url(i/bg-sysmsg-error.gif) no-repeat 0 0;
}

#sysmsg-success .sysmsg {
    background: url(i/bg-sysmsg-success.gif) no-repeat 0 0;
}

#sysmsg-tip {
    position: relative;
    top: -15px;
    left: 8px;
    width: 948px;
    font-size: 14px;
}

#sysmsg-tip .sysmsg-tip-top {
    background: url(i/bg-sysmsg-tip.gif) no-repeat 0 0;
    height: 12px;
    overflow: hidden;
}

#sysmsg-tip .sysmsg-tip-content {
    background: #FDC260;
    padding: 0 30px 0 30px;
    border-left: 2px solid #79939A;
    border-right: 2px solid #79939A;
}

#sysmsg-tip .sysmsg-tip-bottom {
    background: url(i/bg-sysmsg-tip.gif) no-repeat 0 -13px;
    height: 12px;
    overflow: hidden;
    font-size: 12px;
}

#sysmsg-tip .sysmsg-tip-close {
    display: none;
    position: absolute;
    top: 12px;
    right: 20px;
    padding-right: 16px;
    background: url(i/bg-sysmsg-close.gif) 100% 50% no-repeat;
    font-size: 12px;
    color: #699701;
    cursor: pointer;
}

#sysmsg-tip .deal-close {
    position: relative;
    z-index: 1;
}

#sysmsg-tip .deal-close .focus {
    position: absolute;
    z-index: 2;
    top: -12px;
    left: -31px;
    width: 163px;
    height: 60px;
    padding: 12px 35px;
    background: url(i/bg-sysmsg-tip-focus.gif) no-repeat 0 0;
    font-weight: bold;
}

#sysmsg-tip .deal-close .body {
    height: 30px;
    padding-left: 220px;
}

#sysmsg-tip .deal-close .subscribe-succ {
    display: block;
    padding-top: 5px;
}

#sysmsg-tip .deal-close td {
    line-height: 1;
    *line-height: 1.2;
    vertical-align: middle;
    padding-top: 1px;
}

#sysmsg-tip .deal-close .f-text {
    width: 216px;
    color: #333;
}

#sysmsg-tip .deal-close .commit {
    width: 51px;
    height: 28px;
    background: url(i/button-subscribe-b.gif) no-repeat 0 0;
    text-indent: -999em;
    border: none;
}

.sysmsg-tip-deal-close {
    margin-bottom: 15px;
}

#sysmsg-guide {
    position: relative;
    z-index: 1;
    zoom: 1;
    top: -10px;
    left: 0;
    margin: 0 0 10px 8px;
    dpadding-top: 25px;
    width: 951px;
    height: 156px;
    background: url(i/bg-newbie-guide.gif) no-repeat 0 0;
}

#sysmsg-guide .link {
    padding-top: 25px;
}

#sysmsg-guide .link a {
    display: block;
    width: 950px;
    height: 110px;
}

#sysmsg-guide .close {
    display: block;
    position: absolute;
    top: 2px;
    *top: 1px;
    _top: 2px;
    right: 14px;
    height: 20px;
    line-height: 20px;
    *padding-top: 2px;
    _padding-top: 0;
    padding-right: 20px;
    background: url(i/bg-newbie-close.gif) no-repeat center right;
    font-size: 12px;
    color: #666;
}

/* end sysmsg */

body.bg-alt {
    background: #ccd3dc url(i/bg-deal.jpg) no-repeat 50% 150px;
}

body.newbie {
    background-position: 50% 326px;
}

/*#bdw{min-height:1000px;}*/
#ftw {
    background: url(i/bg-ft.gif) repeat-x 0 0;
    height: 345px;
}

#hd {
    position: relative;
    z-index: 2;
    width: 960px;
    margin: 0 auto;
}

#hd .nav {
    position: absolute;
    top: 144px;
    left: 0;
    padding-left: 43px;
}

#hd .logins {
    position: absolute;
    top: 145px;
    right: 0;
    width: 417px;
}

#hd .refer {
    position: absolute;
    top: 0;
    right: 0;
    width: 234px;
    height: 29px;
    padding: 7px 0px 0;
    background: url(i/header_aba.gif) 0 0 no-repeat;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

#hd .subscribe-form {
    position: absolute;
    top: 0;
    right: 0;
}

#hd .subscribe-form div.inline {
    float: left;
    padding-right: 10px;
}

#hd .subscribe-form div.last {
    padding-right: 2px;
}

#hd .subscribe-form label.f-label {
    font-size: 0.7em;
    width: 150px;
    padding: 0;
    text-align: left;
}

#hd .subscribe-form input.f-input {
    border: medium none !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1) inset;
    height: 30px;
    padding: 0;
    margin-left: 0;
    width: 150px;
}

#hd .subscribe-form label.error {
    font-size: 0.7em;
    display: block;
    font-weight: bold;
    font-style: normal;
    width: 150px;
}

#hd .subscribe-form input[type="submit"] {
    border: medium none;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #0088C2;
    margin-top: 15px;
    padding: 6px 10px;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
    text-decoration: none;
    font-family: Helvetica, arial, sans-serif;
    line-height: 18px;
}

#hd .subscribe-form input[type="submit"]:hover {
    box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 0.65);
    background-color: #83CA26;
}

#hd .refer a {
    color: #fff;
}

#hd .nav li {
    float: left;
}

#hd .logins .line {
    float: right;
    background: url(i/bg-logins-line.gif) no-repeat 0 50%;
    width: 115px;
    height: 42px;
}

#hd .logins .islogin {
    width: 2px;
}

#hd .logins ul {
    float: right;
}

#hd .logins li {
    float: left;
}

#hd .nav a {
    float: left;
    height: 42px;
    line-height: 40px;
    color: #fff;
    padding: 0 40px;
    font-size: 16px;
    font-weight: bold;
}

#hd .logins a {
    color: #fff;
    font-size: 14px;
    font-weight: bold
}

#hd .logins .username {
    ddbackground: #ccc;
    dwidth: 65px;
    height: 42px;
    line-height: 42px;
    padding: 0 6px 0 25px;
    text-align: center;
    font-family: Helvetica, arial, sans-serif;
    color: #fff;
}

#hd .logins .account {
    width: 100px;
    text-align: center;
}

#hd .logins .account a {
    outline: 0;
}

#hd .logins .logout, #hd .logins .login, #hd .logins .signup {
    width: 80px;
    text-align: center;
}

#hd .nav li.current a {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

#hd .nav a:hover {
    text-decoration: none;
    text-shadow: 0px 0px 10px #000000;
    filter: dropshadow(color=#000000, offx=0, offy=0);
}

#hd .logins a:hover, #hd .logins a.hover {
    text-decoration: underline;
    font-weight: bold;
}

#nav {
    position: relative;
}

#nav ul {
    font-size: 16px;
    font-weight: bold;
}

#logo {
    padding-top: 0px;
    padding-left: 0px;
}

#hd .guides {
    position: absolute;
    right: 0px;
    top: 54px;
    z-index: 3;
}

#hd .city {
    float: left;
    margin-left: 30px; /*width:114px;*/
    width: 110px;
    height: 25px;
    line-height: 25px;
    background: url(i/bg-guides-city.gif) no-repeat 0 0;
    z-index: 2
}

#hd .city h2 {
    text-align: center;
    color: #fff;
}

#hd .change {
    float: left;
    width: 80px;
    padding: 3px 8px;
    *padding-top: 5px;
    _padding-top: 3px;
    color: #000;
    font-size: 12px;
    cursor: pointer;
}

#hd .city-list {
    display: none;
    clear: both;
    float: left;
    width: 154px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px 0px;
    z-index: 3;
    background: url(i/coupon.png) no-repeat 0 0;
    height: 272px
}

#hd .city-list ul {
    float: left;
    padding-left: 35px;
    padding-bottom: 0px;
    padding-top: 60px
}

#hd .city-list li {
    float: left;
    width: 100px;
    margin-bottom: 3px;
    margin-left: 0px;
    dborder: 1px dashed #666;
}

#hd .city-list li a {
    display: block;
    padding: 2px 5px;
    text-align: center;
    color: #fff;
}

#hd .city-list li a:hover {
    background: #6BB423;
    color: #2F2F2F
}

#hd .city-list li.current a {
    color: #2F2F2F;
}

#hd .city-list li.current a:hover {
    color: #2F2F2F;
}

#hd .city-list .other {
    clear: both;
    border-top: 1px dashed #666;
    padding-top: 5px;
    font-size: 12px;
    zoom: 1;
}

#hd .city-list .other a {
    float: right;
    width: 60px;
    padding: 2px 5px;
    color: #399;
}

#hd .city-list .other a:hover {
    background: #666;
    color: #399;;
    text-decoration: none;
}

#hd #facebookbutton {
    position: absolute;
    left: 30px;
    top: 12px;
    z-index: 2;
}

#hd #logintop {
    position: absolute;
    right: 10px;
    top: 18px;
    z-index: 2;
}

#hd .facebookpic {
    position: absolute;
    right: 0px;
    bottom: 12px;
    z-index: 2;
}

#myaccount-menu {
    display: none;
    position: absolute;
    right: 60px;
    top: 157px;
    padding: 8px 0 8px;
    dborder: 1px solid #76a045;
    border-top: 0;
    font-weight: normal;
    font-size: 14px;
    background-color: #63c5c8;
}

#myaccount-menu li {
    width: 150px;
    padding: 5px 0;
    border-bottom: 1px dashed #47abad;
}

#myaccount-menu li a {
    display: block;
    padding-left: 20px;
    color: #eef9fd;
}

#myaccount-menu li a:hover {
    color: #0981be;
    text-decoration: none;
}

#ft {
    width: 960px;
    margin: 0 auto;
}

#ft .contact {
    height: 58px;
    line-height: 58px;
    font-weight: bold;
    text-align: right;
}

#ft .contact a {
    color: #FF6C00;
}

#ft ul {
    background: #061A23;
}

#ft ul, #ft ul a, #ft .copyright {
    color: #fff;
}

#ft .copyright {
    font-size: 10px;
}

#ft li.col {
    float: left;
    display: inline;
    width: 135px;
    height: 130px;
    padding: 20px 0 0 30px;
}

#ft li.col .end {
    border-right: 0px dashed #FFFFFF !important;
    border-color: #FFFFFF !important;
}

#ft li.end {
    border: none;
    padding-left: 70px;
}

#ft h3 {
    font-size: 14px;
    color: #FF6C00;
}

#ft .sub-list {
    margin-top: 5px;
    font-size: 12px;
}

#ft .sub-list li {
    list-style-position: inside;
    list-style-type: disc;
    line-height: 20px;
}

#ft .logo-footer {
    padding-top: 10px;
}

#miibeian {
    color: #ddd;
}

dd#bd {
    position: relative;
    z-index: 1;
    width: 960px;
    margin: 0 auto;
    padding: 30px 0 65px;
}

#bd {
    position: relative;
    z-index: 1;
    width: 1000px;
    margin: 10px auto 65px;
}

#content {
    float: left;
    width: 720px;
    _display: inline;
    margin-left: 8px;
    margin-right: 20px;
    padding: 0;
}

#content.mainwide {
    float: left;
    width: 944px;
    _display: inline;
    margin-left: 8px;
    margin-right: 16px;
    padding: 0;
}

/*
.box-top{background:url(i/bg-box-702.gif) no-repeat 0 0;height:20px;overflow:hidden;}
.box-bottom{/background:url(i/bg-box-702.gif) no-repeat 0 -21px;height:20px;overflow:hidden;} 
*/

/*
.mainwide .box-top{background:url(i/bg-box-944.gif) no-repeat 0 0;}
.mainwide .box-bottom{background:url(i/bg-box-944.gif) no-repeat 0 -21px;}
.box-split .box-top{background:url(i/bg-box-split-702.gif) no-repeat 0 0;}
*/
.box-split .box-content {
    border: none;
}

/*
.box-split .box-bottom{
	background:url(i/bg-box-split-702.gif) no-repeat 0 -21px;
	}
*/

.sbox {
    width: 230px;
    margin: 0px;
}

/*.sbox-top{background:url(i/bg-sbox-230.gif) no-repeat 0 0;height:13px;overflow:hidden;}*/
/*
.sbox-content{
	background:#fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	color: #000;
}*/
/*.sbox-bottom{background:url(i/bg-sbox-230.gif) no-repeat 0 -14px;height:13px;}*/
.sbox-white {
    width: 230px;
}

.sbox-white .sbox-top {
    background: url(i/bg-sbox-230-white.gif) no-repeat 0 0;
    height: 12px;
    overflow: hidden;
}

.sbox-white .sbox-content {
    background: #fff;
    border: none;
}

.sbox-white .sbox-bottom {
    background: url(i/bg-sbox-230-white.gif) no-repeat 0 -13px;
    height: 12px;
}

.clear {
    clear: both;
}

.dashboard {
    position: relative;
    bottom: -2px;
    z-index: 2;
    _display: inline;
    margin-left: 24px;
    zoom: 1;
}

.dashboard ul {
    float: left;
    _display: inline;
}

.dashboard li {
    float: left;
    _display: inline;
    margin-right: 4px;
    font-size: 13px;
}

.dashboard li a {
    float: left;
    height: 27px;
    padding: 7px 7px 0 17px;
    background: url(i/bg-dashboard-tab.gif) no-repeat 0 -200px;
    outline: 0;
    color: #0C394C
}

.dashboard li a:hover {
    color: #EF7F01;
    text-decoration: none
}

.dashboard li span {
    float: left;
    width: 10px;
    height: 34px;
    background: url(i/bg-dashboard-tab.gif) no-repeat -161px -300px;
}

.dashboard li.current a {
    background-position: 0 0;
}

.dashboard li.current span {
    background-position: -161px -100px;
}

.coupons-table {
    margin: 10px 10px 30px;
}

.coupons-table td, .coupons-table th {
    padding: 10px;
    border: 1px solid #fff;
}

.coupons-table td {
    background: #fff;
}

.coupons-table .last {
    white-space: nowrap;
}

.coupons-table .last form {
    text-align: center;
}

.coupons-table .last form p {
    margin-top: 4px;
}

.coupons-table .last .f-input {
    width: 90px;
    float: none;
    margin-bottom: 4px;
}

.coupons-table .alt td {
    background: #f1f1f1;
}

.coupons-table a.deal-title {
    color: #626061;
}

.coupons-table a.deal-title:hover {
    color: #626061;
}

.coupons-table .op {
    font-size: 14px;
    color: gray;
}

.coupons-table td.author {
    font-size: 12px;
    color: gray;
}

#dialog .coupons-table td, #dialog .coupons-table th {
    padding: 2px;
}

.sendsms-failure {
    color: #c00;
}

/* content */
.deals-table {
    margin: 10px 10px 30px;
}

.deals-table td, .deals-table th {
    padding: 10px;
    border: 1px solid #fff;
}

.deals-table th {
    text-align: right;
    vertical-align: top;
}

.bizs-table th {
    text-align: right;
    vertical-align: top;
}

#content .head {
    padding: 10px 10px 10px 10px;
}

#content .head h2 {
    display: inline;
    padding-left: 10px;
    font-size: 18px;
    color: #1D6CA6;
}

#content .head .headtip {
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
}

#content div.success {
    height: 60px;
    padding-left: 255px;
    padding-top: 50px;
    background: url(i/bg-pay-return-success.gif) no-repeat 145px 25px;
}

#content div.error {
    height: 60px;
    padding-left: 232px;
    padding-top: 38px;
    background: url(i/bg-pay-return-error.gif) no-repeat 145px 25px;
}

#content div.success h2, #content div.error h2 {
    font-size: 28px;
    font-family: helvetica, arial, sans-serif;
}

#content .title {
    padding: 0 10px;
}

#content .title h3 {
    display: inline;
    padding-left: 10px;
    font-size: 1.5em;
}

#content .sect {
    /*width:678px;*/
    padding: 20px 10px 50px;
    /*border-top:1px solid #FFCF86;*/
}

#content.mainwide .sect {
    /*width:920px;*/
    padding: 20px 20px 50px;
    /*border-top:1px solid #FFCF86;*/
    clear: both;
}

#content .field {
    clear: left;
    float: none;
    *float: none;
    _display: inline;
    width: 650px;
    padding: 0 10px 2px;
    margin: 5px auto 10px;
}

#content.mainwide .field {
    clear: left;
    float: left;
    *float: none;
    _display: inline;
    width: 892px;
    padding: 0 10px 2px;
    margin: 5px auto 10px;
}

#content .field label {
    float: left;
    padding-right: 20px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
    color: #333;
}

#content .field .f-input {
    float: left;
    width: 320px;
    margin: 3px 0 0;
}

#content.mainwide .field .f-input {
    float: left;
    width: 480px;
    margin: 3px 0 0;
}

.field input.number {
    float: left;
    width: 88px;
    margin: 3px 15px 0 0;
}

.field input.date {
    float: left;
    width: 80px;
    margin: 3px 15px 0 0;
}

#content #deal-buy-box .f-input {
    width: 240px;
}

#content .field .xheditor-simple {
    float: left;
    width: 320px;
    height: 120px;
    margin: 3px 0 0;
}

#content.mainwide .field .xheditor-simple {
    float: left;
    width: 480px;
    height: 120px;
    margin: 3px 0 0;
}

#forum #content .field .f-input {
    width: 480px;
}

#forum #content .field .xheditor-simple {
    width: 480px;
    height: 120px;
}

#forum #content .avatar {
}

#forum #content div.author {
    background-color: #EAEAEA;
    padding: 2px 5px;
}

#forum #content .topic-content {
    padding: 10px 5px;
}

#forum #content .topic-reply .topic-content {
}

#forum .consult-form {
    padding: 35px 55px 15px;
    width: auto;
}

#forum .consult-form .commit {
    margin-top: 10px;
}

#forum .consult-form .xheditor-simple {
    width: 480px;
    height: 100px;
}

#forum .consult-form .succ {
    display: none;
    padding: 10px 0;
}

#content .field .f-check {
    float: left;
    margin-top: 3px;
    *margin-top: 0;
}

#content .readonly {
    color: #666;
    background: #f1f1f1;
}

#content .hint {
    clear: left;
    float: left;
    width: 320px;
    margin-left: 110px;
    font-size: 12px;
    color: #989898;
}

#content.mainwide .hint {
    clear: left;
    float: left;
    width: 560px;
    margin-left: 110px;
    font-size: 12px;
    color: #989898;
}

#content .act {
    clear: left;
    padding: 0 10px 0;
    margin-left: 110px;
}

#content .act .button {
    width: 158px;
    height: 33px;
    padding-left: 0;
    cursor: pointer;
}

#content .notice-title {
    font-size: 16px;
}

#content .notice {
    padding: 10px;
}

#content .notice-special {
    margin: 10px;
    padding: 10px;
    border: 1px dashed #ccc;
    background: #f1f1f1;
}

#content .wholetip h3 {
    padding: 8px 18px;
    font-size: 16px;
}

#content .inputtip {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

#content .city_list a {
    margin-right: 12px;
}

#content .head {
    position: relative;
}

#content .d7cfb1 {
    position: absolute;
    top: 25px;
    right: 10px;
}

#content .d7cfb1 li {
    float: left;
    margin: 0 5px 0 0;
    font-size: 12px;
}

#content .d7cfb1 a {
    padding: 3px 1px;
}

#content .d7cfb1 .current a {
    padding: 3px 7px;
    background: #0C394C;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* signup */
#signup .f-input-tip {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

#signup .email .f-input {
    font-weight: bold;
}

#signup .username .f-input {
    font-weight: bold;
}

#signup .city {
    margin-bottom: 0;
}

#signup .f-city {
    float: left;
    margin-top: 4px;
    color: #333;
}

#signup .field .f-cityname {
    width: 100px;
    color: #333;
}

#signup .enter-city {
    float: left;
    margin-top: 3px;
    *margin-top: 0;
    margin-left: 15px;
    color: #333;
}

#signup .subscribe {
    width: 300px;
    margin-left: 80px;
    *margin-left: 107px;
    padding-bottom: 0;
    margin-top: 5px;
}

#signup .subscribe label {
    width: 200px;
    margin-top: 0;
    *margin-top: 2px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    padding-left: 3px;
}

#signup .act {
    margin-top: 10px;
    *margin-top: 0;
}

#signuped .sect {
    width: auto;
    padding: 50px 50px 50px;
}

#signuped .notice-content {
    padding: 5px 0;
    color: #666;
}

#signuped .help-tip {
    margin-top: 25px;
    background: #f7f7f7;
    padding: 20px 30px 20px 25px;
    font-size: 12px;
}

#signuped .help-list {
    margin: 10px 0 0;
}

#signuped .help-list li {
    margin-bottom: 5px;
    list-style-position: inside;
    list-style-type: disc;
    color: #666;
}

.signup-gotoverify {
    margin-top: 15px;
    text-align: center;
}

#verify .sect {
    width: auto;
    padding: 50px 50px 50px;
}

#verify .notice-content {
    padding: 5px 0;
    color: #666;
}

#login .email .f-input {
    font-weight: bold;
}

#login .autologin {
    width: 200px;
    margin-left: 110px;
    padding-bottom: 0;
    margin-top: 0;
}

#login .autologin label {
    margin-top: 0;
    *margin-top: 2px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    padding-left: 3px;
}

#login .lostpassword {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
}

#coupons .head {
    position: relative;
}

#coupons .d7cfb1 {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 540px;
    text-align: right
}

#coupons .d7cfb1 li {
    float: left;
    margin: 0 5px 0 0;
    font-size: 12px;
}

#coupons .d7cfb1 a {
    padding: 3px 1px;
}

#coupons .d7cfb1 .current a, .filter .current a {
    padding: 3px 7px;
    background: #0C394C;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block
}

ul.filter a {
    padding: 3px 7px;
    display: block
}

#coupons .delivery-text {
    color: #808080;
}

#coupons .sbox {
    margin-top: 34px;
}

#coupons .invalid {
    color: #ddd;
}

#credit .sect {
    padding: 15px 20px 40px;
    width: auto;
}

#credit .credit-title {
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f1f1;
}

#credit .credit-title strong {
    font-size: 24px;
    color: #EF7F01;
}

#credit p.charge {
    background: #fff;
    border: 1px solid #EF7F01;
    margin: 0 0 10px;
    padding: 10px;
}

#credit p.charge span {
    color: #000;
}

#credit p.charge a {
    text-decoration: underline;
}

#credit .coupons-table {
    margin: 1px 0 0;
    width: 100%;
}

#credit .coupons-table th, #credit .coupons-table td {
    border: none;
}

#credit .coupons-table .income {
    color: #b2302d;
}

#credit .coupons-table .expense {
    color: #469800;
}

#credit .coupons-table a {
    color: #666;
}

#credit .paginator {
    margin-top: 20px;
}

#credit .notice {
    padding: 10px 0;
}

#credit .rail {
    margin-top: 34px;
}

#credit .credit-card-box {
    margin-top: 20px;
}

#credit .credit-card {
    padding: 4px 10px 4px 15px;
}

#credit .credit-card .f-input {
    display: block;
    width: 185px;
}

#credit .credit-card .act {
    margin-top: 10px;
}

#credit .credit-card-notice {
    padding: 5px 0 5px;
    color: red;
}

#credit .credit-card-link {
    background: url(i/blue_arrow.gif) no-repeat 0 5px;
    padding-left: 12px;
}

#credit .credit-card .captcha {
    display: none;
    margin-top: 10px;
}

#credit .credit-card .captcha img {
    display: block;
    margin-top: 5px;
}

#credit .credit-card .show {
    display: block;
}

#biz .autologin {
    margin-left: 110px;
    padding-bottom: 0;
    margin-top: 0;
}

#biz .autologin label {
    margin: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    padding-left: 5px;
}

#biz .field .coupon-code {
    clear: left;
    float: left;
    width: 500px;
    font-size: 25px;
    height: 30px;
    padding: 10px;
}

#biz .verify {
    margin-left: 0;
}

#biz .verify .formbutton {
    padding: .5em 1.5em;
    margin-right: 10px;
}

#biz .verify-noti {
    margin: 30px 10px 0;
}

#biz .verify-noti dt {
    margin: 20px 0 5px;
    font-size: 16px;
    font-weight: bold;
}

#biz .edit-password th {
    font-weight: normal;
    text-align: right;
}

#mis .xheditor-simple {
    width: 430px;
    height: 200px;
}

#mis .f-input {
    width: 430px;
}

#feedback .notice {
    margin: 0px 10px 10px;
}

#feedback .xheditor-simple {
    width: 430px;
}

#feedback .f-input {
    width: 430px;
}

#about .sect h3 {
    margin: 20px 0 10px;
    padding-left: 10px;
    font-size: 1.2em;
}

#about .sect h4 {
    margin: 25px 0 10px;
    padding-left: 10px;
    font-size: 1em;
}

#about .sect p {
    margin: 10px;
    line-height: 1.5em;
    text-align: justify;
}

#about .sect ol.list {
    margin: 10px 20px;
}

#about .sect ol.list li {
    list-style-position: inside;
    list-style-type: decimal;
}

#about .sect ul.list {
    margin: 10px 20px;
}

#about .about .sect {
    padding: 10px 10px;
}

#about .about ul.list {
    margin: 5px 10px 30px 30px;
}

#about .about dl {
    margin-top: 20px;
    margin-left: 10px;
}

#about .about dt {
    font-weight: bold;
}

#about .about h3.contact {
    padding: 8px 18px;
    background: #E8F9FF;
    font-size: 16px;
}

#about .about dl.contact {
    margin-left: 18px;
}

#about .job .caption {
    margin: 0 20px;
}

#about .job .faith {
    margin: 10px 10px 30px;
    padding-left: 21px;
    *padding-left: 21px;
}

#about .job .joinus {
    padding-left: 21px;
    *padding-left: 23px;
}

#about .job .job-title {
    padding: 3px 30px;
    background: #E8F9FF url(i/bg-toggle-fold.gif) no-repeat 10px -89px;
    cursor: pointer;
    zoom: 1;
}

#about .job .fold {
    background-position: 10px -89px;
}

#about .job .unfold {
    background-position: 10px 11px;;
}

#about .job .job-desc {
    display: block;
}

#about .job .job-desc p {
    margin-left: 30px;
    margin-bottom: 0;
}

#about .job .job-desc p.continue {
    margin-bottom: 20px;
}

#about .job .job-desc ul {
    margin: 5px 20px 0 45px;
    *margin-left: 47px;
}

#about .job .job-desc ol {
    margin: 5px 20px 20px 50px;
    *margin-left: 53px;
}

#about .job .job-desc ul li {
    list-style-position: outside;
    list-style-type: disc;
}

#about .job .job-desc ol li {
    list-style-position: outside;
    list-style-type: decimal;
}

#about .job .job-desc h4 {
    font-size: 16px;
}

#about .job .job-desc h5 {
    margin-left: 30px;
}

#learn .intro {
    margin: 0 10px;
}

#learn .step {
    margin: 10px 10px 20px;
}

#learn .first {
    margin-top: 0;
}

#learn .guide {
    padding: 20px 30px;
    width: auto;
}

#learn .guide-steps {
    color: #666;
}

#learn .guide-steps li {
    position: relative;
    z-index: 1;
}

#learn .guide-steps h3 {
    width: 370px;
    height: 38px;
    margin-top: 50px;
    color: #0C394C;
    font-size: 20px;
}

#learn .guide-steps h3.step1 {
    margin-top: 0;
    background: url(i/step1.gif) 0 0 no-repeat;
    padding-left: 45px
}

#learn .guide-steps h3.step2 {
    background: url(i/step2.gif) 0 0 no-repeat;
    padding-left: 45px;
    padding-top: 4px
}

#learn .guide-steps h3.step3 {
    background: url(i/step3.gif) 0 0 no-repeat;
    padding-left: 45px;
    padding-top: 4px
}

#learn .guide-steps h3.step4 {
    background: url(i/step4.gif) 0 0 no-repeat;
    padding-left: 45px;
    padding-top: 4px
}

#learn .guide-steps .text {
    width: 290px;
    padding-left: 50px;
    margin-top: 5px;
}

#learn .guide-steps .text img {
    display: block;
    margin-top: 10px;
}

#learn .bubble {
    position: absolute;
    top: 0;
    left: 370px;
}

#learn .bubble-top {
    width: 237px;
    padding: 20px 10px 20px 28px;
    background: url(i/bg-learn-guide-bubble.gif) no-repeat 0 0;
}

#learn .bubble-bottom {
    width: 275px;
    height: 12px;
    zoom: 1;
    overflow: hidden;
    background: url(i/bg-learn-guide-bubble.gif) no-repeat 0 -588px;
}

#learn .bubble li {
    list-style-position: inside;
    list-style-type: decimal;
}

#learn .bubble ol.buy li {
    margin-bottom: 25px;
}

#learn .bubble ol.buy li.last {
    margin-bottom: 0;
}

#learn .bubble ol.coupon li {
    margin-top: 5px;
}

#learn .bubble ol.coupon p {
    font-size: 12px;
    padding-left: 20px;
}

#learn .bubble ol.coupon p img {
    display: block;
    margin-top: 12px;
    margin-left: -18px;
}

#help .sect {
    padding-top: 16px;
}

#help .sect h3 {
    margin: 20px 0 10px;
    padding-left: 10px;
    font-size: 1.2em;
}

#help .sect h4 {
    margin: 25px 0 5px;
    padding-left: 10px;
    font-size: 1em;
}

#help .sect h4.first {
    margin: 0;
}

#help .sect p {
    margin: 5px 10px;
    line-height: 1.5em;
}

#help .faq .sect {
    padding: 16px 20px;
    width: auto;
    background-color: #fff;
}

#help .faq .faqlist li {
    margin-bottom: 12px;
    padding: 10px;
    list-style-position: inside;
    list-style-type: decimal;
}

#help .faq .faqlist li.alt {
    background: #f6f6f6;
}

#help .faq .faqlist h4 {
    display: inline;
    color: #333;
}

#help .faq .faqlist p {
    margin: 8px 20px 0;
    *margin-left: 16px;
    line-height: 1.5em;
    color: #666;
}

#help .faq .paytype p {
    padding-top: 10px;
    *padding-top: 15px;
    padding-left: 140px;
}

#help .faq .paytype .paypal {
    height: 35px;
    background: url(i/paypal_bouton.gif) no-repeat 0 2px;
}

@media screen and(-webkit-min-device-pixel-ratio: 0) {
    #help .faq .faqlist p {
        margin-left: 17px;
    }
}

/* sidebar */
#sidebar {
    float: left;
    width: 234px;
    _display: inline;
}

#sidebar h2 {
    font-size: 1.2em;
    padding-bottom: 8px;
    color: #0C394C;
}

#sidebar .credit {
    padding: 10px;
}

#sidebar .side-tip {
    padding: 10px 10px 10px 15px;
}

#sidebar .side-tip h3 {
    margin: 15px 0 5px;
    color: #0C394C;
}

#sidebar .side-tip h3.first {
    margin-top: 0;
    color: #0C394C;
}

#sidebar .side-tip p {
    margin: 5px 0 10px;
    color: #0C394C;
    border-bottom: 1px solid #425662;
    padding-bottom: 10px;
}

#sidebar .side-invite-tip .tip {
    padding: 4px 15px;
}

#sidebar .side-invite-tip h2 {
    padding-top: 0;
    padding-bottom: 5px;
}

#sidebar .side-invite-tip p {
    line-height: 1.5;
}

#sidebar .side-invite-tip .text {
    /*padding-left:78px;*/
    height: 79px;
    padding-top: 5px;
    line-height: 18px;
    background: url(i/bg-deal-default-icons.gif) no-repeat 0 0;
    color: #000;
    padding-left: 20px;
}

#sidebar .side-invite-tip .link {
    margin-top: 8px;
}

#sidebar .side-invite-tip strong {
    color: #fff;
}

#sidebar .side-invite-tip a {
    font-weight: bold;
    font-size: 12px;
}

#sidebar .side-vote-tip {
    margin-top: 20px;
}

#sidebar .side-vote-tip .tip {
    padding: 4px 13px;
}

#sidebar .side-vote-tip h2 {
    padding-top: 0;
    padding-bottom: 10px;
}

#sidebar .side-vote-tip .text {
    padding-left: 55px;
    line-height: 18px;
    background: url(i/bg-deal-default-icons.gif) no-repeat 0 -94px;
    color: #333;
}

#sidebar .side-vote-tip .text .mark {
    margin-bottom: 2px;
}

#sidebar .side-vote-tip .link {
    margin-top: 12px;
    text-align: center;
}

#sidebar .side-vote-tip .link a {
    font-weight: bold;
    font-size: 12px;
}

#side-business ul {
    margin-top: 7px;
}

#side-business li {
    margin: 0 0 3px 0;
}

#side-business li.address {
    margin-bottom: 10px;
}

#sidebar .side-others .tip {
    padding: 4px 15px;
}

#sidebar .side-others h2 {
    padding-top: 0;
    padding-bottom: 5px;
}

#sidebar .side-others p {
    line-height: 1.5;
}

#sidebar .side-others strong {
    color: #c33;
}

#sidebar .side-others a {
    font-weight: bold;
    font-size: 12px;
}

#sidebar .side-business .tip {
    padding: 4px 15px;
}

#sidebar .side-business h2 {
    padding-top: 0;
    padding-bottom: 5px;
}

#sidebar .side-business p {
    line-height: 1.5;
}

#sidebar .deal-consult h2 {
    font-size: 16px;
    zoom: 1;
}

#sidebar .cardcode {
    padding: 10px;
}

#sidebar .cardcode .f-input {
    display: block;
    width: 195px;
}

#sidebar .cardcode .formbutton {
    display: block;
    margin-top: 5px;
}

#sidebar .cardcode .act {
    display: none;
}

#sidebar #cardcode-link {
    background: url(i/blue_arrow.gif) no-repeat 0 5px;
    padding-left: 12px;
}

#login .side-tip h2, #signup .side-tip h2 {
    padding-bottom: 0;
    color: #0C394C;
}

#login .side-tip p, #signup .side-tip p {
    margin-top: 10px;
}

#maillist .side-business .tip {
    padding: 4px 15px;
}

#maillist .side-business h2 {
    padding-top: 0;
    padding-bottom: 5px;
}

#maillist .side-business p {
    line-height: 1.5;
}

#help .side-tip-help {
    padding: 10px 12px 1px;
    color: #0C394C
}

#help .side-tip-help img {
    display: block;
}

#help .side-tip-help span {
    display: block;
    margin: 5px 0 15px;
    padding-left: 10px;
}

#sidebar .sbox {
    margin-top: 0px;
    margin-bottom: 15px;
}

/* deal */
#deal-share .deal-share-fix {
    float: left;
    width: 10px;
    height: 42px;
    background: url(i/bg-share-corner.gif) no-repeat 100% -50px;
}

#deal-share .deal-share-top {
    float: left;
    _display: inline;
    margin-left: 24px;
    background: url(i/bg-share-corner.gif) no-repeat 0 0;
}

#deal-share .deal-share-links {
    float: left;
    width: 453px;
    height: 35px;
    padding: 7px 0 0 20px;
    margin-left: 220px;
    margin-top: 25px;
}

#deal-share .deal-share-links h4 {
    float: left;
    font-weight: normal;
}

#deal-share .deal-share-links ul {
    zoom: 1;
}

#deal-share .deal-share-links li {
    float: left;
    margin-top: 2px;
    margin-left: 3px;
}

#deal-share img.facebook {
    width: 32px;
    height: 32px;
    background: url(i/widget32x32.png) 0px -224px;
}

#deal-share img.twitter {
    width: 32px;
    height: 32px;
    background: url(i/widget32x32.png) 0px -640px;
}

#deal-share img.addthis_button_email {
    width: 32px;
    height: 32px;
    background: url(i/widget32x32.png) 0px -160px;
}

#deal-share img.msn {
    width: 32px;
    height: 32px;
    background: url(i/widget32x32.png) 0px -448px;
}

#deal-share .payant {
    background-position: 0 -251px;
}

#deal-share-im-c {
    display: none;
    clear: both;
    width: 483px;
    margin-left: 24px;
}

#deal-share-im-c .deal-share-im-b {
    height: 50px;
    padding: 10px 10px 10px 20px;
    border-left: 1px solid #89b4d6;
    border-right: 1px solid #89b4d6;
    background-color: #e5f8ff;
}

#deal-share-im-c .f-input {
    width: 345px;
    *width: 320px;
}

#deal-share-im-c .formbutton {
    display: none;
    *display: inline;
}

#deal-intro {
    clear: both;
    padding: 2px 14px 15px;
    border: 2px solid #89A6AE;
    background: #fff;
}

#deal-intro .main {
    float: left;
    width: 215px;
    margin-right: 15px;
    _margin-right: 10px;
    _display: inline;
    font-family: Helvetica, arial, sans-serif;
}

#deal-intro .side {
    float: left; /*width:450px;*/
    width: 700px;
    margin-right: 0;
}

/*#deal-intro .side .deal-buy-cover-img img{width:440px; }*/
#deal-intro .side .digest {
    margin-top: 15px;
    margin-left: 10px;
    padding-left: 65px;
    padding-right: 40px;
    color: #000;
    text-align: justify;
    text-justify: auto;
}

#deal-intro h1 {
    padding: 0 50px 20px;
    font-size: 30px;
    line-height: 1.2;
    font-family: 'Open Sans', arial, sans-serif;
    color: #000;
    height: 48px;
    overflow: hidden;
}

#deal-intro h1 span {
    font-family: arial, sans-serif;
}

#deal-intro .deal-buy {
    position: relative;
}

#deal-intro .deal-today-link {
    text-decoration: none;
}

#deal-intro .deal-price-tag {
    position: absolute;
    z-index: 1;
    left: -72px;
    width: 237px;
    height: 97px;
    padding-left: 50px;
    background: url(i/bg-deal-price.png) no-repeat 0 0;
    _background: transparent;
    _d7cfb1: progid: DXImageTransform . Microsoft . AlphaImageLoader(src = '/static/css/i/bg-deal-price.png');
}

#deal-intro .deal-price {
    position: absolute;
    z-index: 2;
    left: -72px;
    width: 237px;
    height: 97px;
    line-height: 82px;
    padding-left: 50px;
}

#deal-intro .deal-price span {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 146px;
    color: #fff;
}

#deal-intro .deal-price span.deal-price-expire, #deal-intro .deal-price span.deal-price-soldout {
    padding-left: 10px;
    width: 140px;
    background: url(i/bg-deal-close-text.gif) no-repeat 0 16px;
    color: #666;
}

#deal-intro .deal-price span. {
    width: 140px;
    height: 84px;
    background: url(i/bg-deal-expired-text.gif) no-repeat 6px 17px;
}

#deal-intro .deal-price span.deal-price-soldout {
    width: 140px;
    height: 84px;
    background: url(i/bg-deal-soldout-text.gif) no-repeat 6px 17px;
}

#deal-intro .deal-price strong {
    float: left;
    margin-left: 5px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}


#deal-intro .deal-price span a {
    display: block;
    width: 144px;
    /*height:53px;
	line-height:53px;*/
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    outline: 0;
}

.deal-price a:hover {
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.5);
}

.deal-price a {
    margin-top: 1px !important;
    width: 141px !important;
    height: 50px !important;
    border-radius: 4px;
}

#deal-intro .progress-pointer {
    float: left;
    zoom: 1;
    padding: 3px 0;
}

#deal-intro .progress-pointer span {
    float: left;
    width: 14px;
    height: 13px;
    background: url(i/bg-progress-pointer.gif) no-repeat 0 0;
}

#deal-intro .progress-bar {
    float: left;
    height: 17px;
    padding: 0 2px;
    width: 198px;
    background: url(i/bg-progress-bottom.gif) no-repeat left top;
}

#deal-intro .progress-left, #deal-intro .progress-right {
    float: left;
    height: 9px;
    margin-top: 3px;
    *margin-top: 3px;
    background: url(i/bg-progress-top-l.gif) no-repeat left top;
}

#deal-intro .progress-left {
    margin-left: 2px;
    _margin-left: 1px;
}

#deal-intro .progress-right {
    width: 6px;
    background-image: url(i/bg-progress-top-r.gif);
}

#deal-intro .hide {
    display: none;
}

#deal-intro .min {
    clear: both;
    float: left;
    font-weight: bold;
}

#deal-intro .max {
    float: right;
    font-weight: bold;
}

.deal-consult {
    clear: both;
    position: relative;
    font-size: 12px;
}

.deal-consult .sbox-bubble {
    position: absolute;
    top: 37px;
    left: -17px;
    width: 19px;
    height: 30px;
    background: url(i/bg-sbox-bubble.gif) no-repeat 0 0;
}

.deal-consult .nav {
    padding: 0;
    color: #000;
}

.deal-consult-tip {
    padding: 3px 15px 8px;
    margin-bottom: -40px;
}

.deal-consult-tip .noconsult {
    margin: 12px 0;
    color: #60605E;
}

.deal-consult-tip .list {
    color: #626061;
    zoom: 1;
}

.deal-consult-tip .list a {
    color: #626061;
}

.deal-consult-tip .list li {
    padding: 5px 0;
    border-bottom: 1px dashed #cdccca;
}

.deal-consult-tip .list .last {
    border: none;
}

.deal-consult-tip .custom-service {
    margin-top: 12px;
    padding: 15px 15px 12px;
    text-align: center;
    background: #E0E9EE;
    zoom: 1;
}

.deal-consult-tip .custom-service .time {
    font-size: 12px;
}

.deal-subscribe {
    position: relative;
    width: 240px;
    margin-left: -5px;
}

.deal-subscribe .top {
    height: 76px;
    background: url(i/bg-deal-subscribe-t.gif) no-repeat 0 0;
}

.deal-subscribe .body {
    padding: 15px;
    background: #fff;
}

.deal-subscribe .bottom {
    height: 12px;
    background: url(i/bg-deal-subscribe-b.gif) no-repeat 0 0;
}

.deal-subscribe .text {
    margin-top: 10px;
    padding-right: 50px;
    background: url(i/bg-deal-subscribe-m.gif) no-repeat right center;
    font-size: 12px;
    color: #999;
}

.deal-subscribe .address {
    width: 100%;
}

.deal-subscribe .address td {
    vertical-align: top;
}

.deal-subscribe .f-text {
    width: 147px;
    color: #999;
    font-size: 12px;
}

.deal-discount {
    width: 215px;
    margin-left: 14px;
    margin-top: 77px;
    /*border:1px solid #3C748B;*/
    background: #FFF;
    font-weight: bold;
    color: #1D6CA6;
}

.facebookbox {
    margin-top: 0px; /*width:230px;height:295px;*/
    width: 256px;
    height: 185px;
    background-color: #FFF
}

.facebookbox .fb_iframe_widget iframe {
    height: 185px !important;
    width: 256px !important;
}

.facebookbox .fb_iframe_widget span {
    height: 185px !important;
    width: 256px !important;
}

.deal-discount th, .deal-discount td {
    padding: 0 5px;
    text-align: center;
}

.deal-discount th {
    padding-top: 20px;
    font-size: 12px;
    font-weight: normal;
}

.deal-discount td {
    padding-bottom: 10px;
    font-size: 16px;
}

.deal-box {
    width: 215px;
    margin-top: 12px;
    margin-left: 14px;
    /*border:1px solid #ccc;*/
    background: #FFF;
    /*padding:8px;*/
}

.deal-timeleft {
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    /*background-image:url(i/bg-deal-open.gif);*/
    background-position: 90% 50%;
    background-repeat: no-repeat;
    color: #1D6CA6;
}

.deal-timeleft h3 {
    font-size: 14px;
    font-weight: normal;
}

.deal-timeleft li {
    font-weight: bold;
    font-size: 30px
}

.deal-timeleft li span {
    float: left;
    width: 22px;
    font-weight: bold;
    margin-right: 4px;
    text-align: right;
    *margin-top: -1px;
    padding-right: 2px;
    *padding-right: 0;
}

/*.deal-off{background-image:url(i/bg-deal-end.gif);}*/
.deal-status {
    padding: 8px 0px;
    text-align: center;
}

.deal-available-tip {
    clear: both;
    font-size: 12px;
    color: #333;
}

.deal-invite h3 {
    text-align: center;
    color: #1D6CA6;
    margin-bottom: 5px;
}

.deal-invite p {
    width: 95px;
    float: left;
    font-size: 12px;
}

.deal-invite {
    padding: 8px 0px;
}

.deal-invite div.cf {
    padding: 0px 10px;
}

.deal-buy-tip-top {
    line-height: 1.2;
    font-size: 15px;
    font-weight: bold;
}

.deal-buy-tip-total {
    margin-top: 10px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
}

.deal-buy-tip-notice {
    font-size: 12px;
}

.deal-buy-ended {
    margin: 5px 0 12px;
    color: #333;
    font-size: 12px;
}

.deal-buy-on {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #1D6CA6;
}

.deal-buy-on img {
    position: relative;
    vertical-align: middle;
}

.deal-buy-tip-btm {
    font-size: 12px;
}

.deal-buy-soldout {
    height: 110px;
}

.deal-buy-success {
    height: 116px;
}

.deal-buy-failure {
    height: 106px;
}

.more-details-bar {
    background-color: #1D6CA6;
    padding: 10px;
    font-size: 17px;
    margin: 0 14px;
    text-transform: uppercase;
}

.more-details-bar a.more {
    color: #fff;
    padding: 2px 40px;
    background-image: url("i/picto_offre.png");
    background-repeat: no-repeat;
    background-position: 0px -43px;
}

.more-details-bar a.more.open {
    background-position: 0px -8px;
}

.pull-right {
    float: right;
}

#deal-stuff .deal-price strong {
    float: left;
    color: #fff;
    font-size: 250%;
}

#deal-stuff {
    position: relative;
    margin-top: 22px;
}

#deal-stuff .main, #deal-stuff .side {
    float: left;
    padding: 6px 23px;
}

/*#deal-stuff .main{width:413px;}*/
#deal-stuff .side {
    width: 195px;
}

#deal-stuff h2 {
    font-size: 16px;
}

#deal-stuff .main .blk {
    margin: 7px 0 30px;
}

#deal-stuff .main .blk p {
    margin: 10px 0 15px;
}

#deal-stuff .main .detail p {
    margin: 5px 0;
}

#deal-stuff .main .detail p img {
    display: block;
    margin: 5px auto;
}

#deal-stuff .deal-detail-intro {
    margin-bottom: 30px;
}

#deal-stuff .deal-detail-intro h2 {
    margin: 0;
    font-size: 16px;
}

#deal-stuff .deal-detail-intro ul {
    margin-top: 5px;
}

#deal-stuff .deal-detail-intro li {
    list-style-position: inside;
    list-style-type: disc;
    line-height: 1.6;
}

#deal-stuff .main ul.list {
    margin: 10px 0 15px;
    padding-left: 15px;
}

#deal-stuff .main ul.list li {
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 5px;
}

#deal-stuff .main ol.list {
    margin: 10px 0 15px;
    padding-left: 18px;
    *padding-left: 23px;
}

#deal-stuff .main ol.list li {
    list-style-position: outside;
    list-style-type: decimal;
    margin-bottom: 5px;
}

#deal-stuff .main dt {
    font-weight: bold;
    margin: 10px 0 2px;
}

/*#deal-stuff .review ul li{background:url(i/quote.gif) no-repeat 0 2px;margin-bottom:10px;padding:0 0 0 20px;}*/
#deal-stuff .review ul span {
    display: block;
    text-align: right;
}

#deal-stuff .go-top {
    position: absolute;
    z-index: 1;
    zoom: 1;
    left: 737px;
    bottom: 0;
    width: 50px;
    font-size: 12px;
}

#deal-stuff .go-top a {
    color: #32989a;
}

#deal-stuff .go-top a:hover {
    text-decoration: none;
}

#deal-stuff .go-top .top-arrow {
    padding-right: 3px;
}

#deal-stuff ul {
    margin: 1px 0px 1px 20px;
    list-style-type: circle;
}

#deal-stuff ul li {
    margin: 1px 1px 1px 1px;
    list-style-type: circle;
}

#deal-stuff .main .blk.review {
    text-align: justify;
    top: 0px;
    position: inherit;
    /*margin-top: -100px !important;*/
}

#side-business {
    /*margin-top: 100px;*/
}

#deal-business {
    border: 2px solid #76a045;
    background: #ddedcc;
    padding: 8px;
}

#deal-buy {
    margin-bottom: 16px;
    padding-bottom: 14px;
}

#deal-buy .form-submit {
    text-align: right;
}

#deal-buy table {
    width: 100%;
}

#deal-buy h3.mobile {
    margin-top: 20px;
    padding: 0 0 4px 16px;
}

#deal-buy p.mobile {
    margin: 0;
    padding-left: 16px;
}

#deal-buy p.mobile label {
    padding-left: 5px;
}

#deal-buy .sect {
    width: auto;
    padding: 20px 20px 20px;
}

#deal-buy .input-text {
    width: 50px;
    margin-bottom: 3px;
    font-size: 140%;
    text-align: center;
}

#deal-buy .order-table th, #deal-buy .order-table td {
    padding: 10px 16px;
    text-align: left;
}

#deal-buy .order-table th {
    background: #0098D3;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
}

#deal-buy .order-table td {
    border-bottom: 1px solid #EFF8FF;
    background-color: rgba(0, 145, 207, 0.15);
}

#deal-buy .order-table .deal-buy-desc {
    width: auto;
    padding-left: 16px;
    text-align: left;
}

#deal-buy .deal-buy-quantity {
    width: 80px;
}

#deal-buy .deal-buy-multi {
    width: 15px;
}

#deal-buy .deal-buy-price {
    width: 50px;
}

#deal-buy .deal-buy-equal {
    width: 15px;
}

#deal-buy .order-table .deal-buy-total {
    width: 80px;
    padding-right: 12px;
    text-align: right;
}

#deal-buy .order-table .deal-buy-credit-total {
    width: 80px;
    padding-right: 12px;
    text-align: right;
}

#deal-buy .order-table .order-total td {
    border: none;
    #color: #EF7F01;
}

#deal-buy td.deal-buy-total {
    font-size: 20px;
}

#deal-buy .order-total .deal-buy-total {
    font-weight: bold;
}

#deal-buy h3.address {
    padding: 10px 0 10px 16px;
    background: #EFF8FF;
    color: #333;
}

#deal-buy h3.address span {
    font-weight: normal;
}

#deal-buy h3.delivery {
    margin-top: 0;
    padding: 12px 0 4px 16px;
}

#deal-buy p.address {
    margin: 10px 0 5px;
    padding-left: 16px;
}

#deal-buy .address-table {
    margin: 5px 0 5px;
}

#deal-buy .address-table th {
    width: 95px;
    vertical-align: top;
    padding: 5px 0;
    font-weight: normal;
    text-align: right;
}

#deal-buy .address-table td {
    padding: 5px;
    width: 480px;
}

#deal-buy .address-table .blk-error {
    display: none;
    width: 440px;
    border: 1px solid #f60;
    height: 25px;
    line-height: 25px;
    margin: 5px 0 0;
    padding-left: 28px;
    padding-right: 10px;
    background: #fff2e9 url(i/bg-sys-icons.gif) no-repeat 5px 5px;
}

#deal-buy .address-list {
    margin-left: 30px;
}

#deal-buy .address-zipcode {
    width: 100px;
}

#deal-buy .address-detail {
    width: 470px;
}

#deal-buy .address-name {
    width: 120px;
}

#deal-buy .address-phone {
    width: 120px;
}

#deal-buy .address-list li {
    line-height: 2;
}

#deal-buy .address-list .selected {
    background: #ffc;
}

#deal-buy .address-list label {
    padding-left: 10px;
}

#deal-buy .delivery-type {
    margin-left: 30px;
}

#deal-buy .delivery-type li {
    line-height: 2;
}

#deal-buy .delivery-type label {
    padding-left: 10px;
}

#deal-buy .delivery-comment {
    padding-left: 30px;
}

#deal-buy-update {
    font-size: 12px;
}

#deal-buy-box h2 span {
    margin-left: 10px;
    font-size: 14px;
    font-weight: normal;
}

#deal-buy-form-signup {
    margin-top: 10px;
    margin-left: -80px;
}

#deal-buy-login {
    position: absolute;
    top: 110px;

    *top: 100px;
    right: 20px;
    width: 240px;
    padding: 12px;
    background-color: #FDFEEE;
    border: 1px solid #FFCF86;
}

#deal-buy-login p {
    margin: 10px 0;
}

#deal-buy-login-form p span {
    display: inline-block;
    width: 55px;
    padding-right: 10px;
    text-align: right;
}

#deal-buy-login .f-input {
    width: 160px;
}

#deal-buy-login-tip strong {
    padding: 3px 15px;
    border: 1px solid;
    border-color: #82D0D4 #92D6D9 #54A3A7 #4D989B;
    background: #63C5C8;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}

#content #deal-buy-login-form .act {
    margin-left: 55px;
    padding: 0;
}

#content #order-paytype .sect {
    padding-bottom: 24px;
}

#deal-buy .order-check-form {
    margin-top: 12px;
    border-top: 1px solid #44ACAF;
    padding-top: 20px;
}

#deal-buy .has-credit {
    border: none;
    padding-top: 0;
}

#deal-buy .order-pay-credit h3 {
    padding: 8px 16px;
    background: #EFF8FF;
    color: #333;
}

#deal-buy .order-pay-credit p {
    padding: 12px 16px;
}

#deal-buy .order-pay-credit p strong {
    color: #c33;
}

#deal-buy .order-pay-credit div {
    padding: 5px 16px;
}

#deal-buy .order-pay-credit div p {
    padding: 5px 0;
}

#deal-buy .order-pay-credit div li {
    padding-left: 20px;
}

#deal-buy .order-pay-credit div strong {
    color: #000;
}

#deal-buy .choose-pay-type {
    padding-left: 16px;
}

#deal-buy .paytype h2 strong {
    color: #c00;
}

#deal-buy .paytype .check-act {
    margin-top: 32px;
    padding-left: 16px;
    text-align: right;
}

#deal-buy .paytype .typelist {
    margin-left: 16px;
}

#deal-buy .paytype .typelist li {
    clear: both;
    float: left;
    margin-top: 10px;
    width: 640px;
}

#deal-buy .paytype .typelist input {
    float: left;
    margin-top: 15px;
}

#deal-buy .paytype .typelist label {
    float: left;
    padding-top: 12px;
    *padding-top: 15px;
    width: 420px;
    padding-left: 160px;
}

#deal-buy .paytype .typelist .paypal {
    height: 35px;
    background: url(i/paypal_bouton.gif) no-repeat 20px 2px;
}

#deal-buy .paytype .mobile {
    margin: 10px;
}

#deal-buy .paytype .address {
    padding-left: 16px;
}

#deal-buy .paytype .address span {
    color: #666;
}

#deal-buy .gotopay {
    padding: 10px 1.5em;
    font-size: 16px;
}

#deal-buy .back-to-check {
    margin-top: 20px;
}

#order-pay .total-money {
    color: #c33;
}

#order-pay-return .sect {
    padding: 20px 50px 50px;
    width: auto;
}

#order-pay-return h3.mobile {
    margin: 20px 0 10px;
    font-size: 18px;
}

#order-pay-return p.mobile .f-text {
    width: 150px;
    font-size: 12px;
    color: #666;
}

#order-pay-return .info {
    margin-left: 32px;
    font-size: 18px;
    font-weight: bold;
}

#order-pay-return .info .delta {
    color: #c33;
}

#order-pay-return .coupon-tip {
    margin-top: 15px;
    background: #f7f7f7;
    padding: 6px;
}

#order-pay-return .coupon-tip-title {
    margin-top: 10px;
    margin-left: 25px;
}

#order-pay-return .coupon-tip-title p {
    color: #666;
    font-size: 12px;
}

#order-pay-return .coupon-tip-list {
    margin-top: 10px;
    padding: 15px 25px 5px;
    background: #fff;
}

#order-pay-return .coupon-tip-list h5 {
    font-size: 12px;
    font-weight: normal;
    color: #666;
}

#order-pay-return .coupon-tip-list ol {
    margin-top: 15px;
}

#order-pay-return .coupon-tip-list li {
    margin-bottom: 10px;
    list-style-position: inside;
    list-style-type: decimal;
}

#order-pay-return .coupon-tip-list p {
    font-size: 12px;
    padding-left: 20px;
    *padding-left: 16px;
    color: #666;
}

#order-pay-return .coupon-tip-list a {
    text-decoration: underline;
}

#order-pay-return .invite {
    width: 596px;
    margin-top: 30px;
}

#order-pay-return .invite h3 {
    font-size: 18px;
}

#order-pay-return .invite p {
    line-height: 2;
    *line-height: 1.5;
}

#order-pay-return .invite .top {
    height: 17px;
    background: url(i/bg-pay-return-box.gif) no-repeat 0 0;
}

#order-pay-return .invite .content {
    padding: 0 32px;
    background: #BCDDEE;
}

#order-pay-return .invite .bottom {
    height: 17px;
    background: url(i/bg-pay-return-box.gif) no-repeat 0 -18px;
}

#order-pay-return .invite .f-text {
    width: 375px;
}

#order-pay-return .invite .formbutton {
    display: none;
    *display: inline;
}

#order-pay-return .wait {
    padding: 15px 25px;
}

#order-pay-return .wait label {
    display: block;
    padding-bottom: 5px;
    color: #666;
    font-weight: bold;
}

#order-pay-return .wait p.mobile .f-text {
    width: 185px;
}

#order-pay-return .error-tip {
    margin: 30px 0;
    font-weight: bold;
    text-align: center;
}

#order-pay-dialog .bd {
    padding: 1px;
    background: #fff;
}

#order-pay-dialog h3 {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #dddddd;
    text-align: left;
}

#order-pay-dialog h3 span {
    float: right;
}

#order-pay-dialog .close {
    float: right;
    padding-right: 20px;
    background: url(i/bg-newbie-close.gif) no-repeat 100% 50%;
    *background-position: 100% 45%;
    color: #2f2f2f;
    cursor: pointer;
    font-weight: normal;
}

#order-pay-dialog .info {
    margin: 20px 15px 20px;
    min-height: 56px;
    padding-left: 70px;
    background: url(i/bg-sys-icon-info.gif) no-repeat 0 0;
    font-size: 16px;
    font-family: arial, sans-serif;
    display: block;
}

#order-pay-dialog .notice {
    padding-left: 35px;
    margin: 5px 0;
}

#order-pay-dialog .notice input {
    width: 180px;
}

#order-pay-dialog .act {
    margin: 15px 35px 20px;
}

#order-pay-dialog .retry {
    margin: 10px 35px 20px;
}

#referrals h3.succlist {
    margin: 0 10px 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #daeaca;
    font-size: 1.2em;
}

#content p.notice-total {
    background: #87ce28;
    color: #000;
    border: 1px solid #000;
    margin: 0 10px 10px;
    padding: 10px;
}

#content p.notice-total strong {
    color: #0f5c88;
    font-size: 24px;
}

#referrals .coupons-table {
    margin-top: 0;
}

#referrals .intro {
    margin: 0 10px;
}

#referrals .login {
    margin: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #061A23;
}

#referrals .referrals-side .invalid {
    margin: 5px 0 10px;
    padding-left: 15px;
    border-bottom: 1px solid #425662;
    padding-bottom: 10px
}

#referrals .referrals-side .invalid li {
    list-style-position: outside;
    list-style-type: disc;
    color: #fff;
}

#referrals .box {
    position: relative;
    z-index: 1;
}

#referrals .refers .islogin {
    margin-right: 2px
}

#referrals .refers .islogin {
    padding-bottom: 1px;
    background: url(i/prdollars_side.jpg) no-repeat bottom right;
}

#referrals .coupons-table th, #referrals .coupons-table td {
    text-align: center;
}

#referrals .refer-box {
    margin-top: 25px;
    width: 497px;
}

#referrals .refer-box-top {
    height: 60px;
    background: url(i/bg-referrals-box.gif) no-repeat 0 0;
}

#referrals .refer-box-content {
    padding: 0 31px;
    background: #E0E9EE;
}

#referrals .refer-box-bottom {
    height: 20px;
    background: url(i/bg-referrals-box.gif) no-repeat 0 -61px;
}

#referrals .share-links {
    margin: 10px 10px 20px;
}

#referrals .share-links a {
    margin-right: 10px;
}

#referrals .refer-box .share-list {
    margin-top: 20px;
    margin-left: 10px;
}

#referrals .share-list li {
    float: left;
    margin: 4px 0;
    font-size: 14px;
}

#referrals .share-list .logo {
    float: left;
    width: 48px;
    height: 48px;
    border: 1px solid #ccc;
    background-color: #fff;
}

#referrals .share-list .formbutton {
    display: none;
    *display: inline;
    font-size: 14px;
}

#referrals .share-list .im {
    float: left;
    width: 500px;
    font-size: 14px;
}

#referrals .share-list .link {
    float: left;
    width: 145px;
    height: 50px;
    line-height: 50px;
}

#referrals .share-list .link a {
    font-weight: bold;
    text-decoration: underline;
}

#referrals .nodeal {
    margin-top: 10px;
}

#referrals .nodeal li {
    margin: 10px 0;
}

#referrals .nodeal .link {
    width: 500px;
}

#referrals .deal-info {
    width: 100%;
    background: #fff;
}

#referrals .deal-info td {
    width: 150px;
    padding: 10px 10px;
    vertical-align: middle;
}

#referrals .deal-info .pic a {
    margin: 0;
}

#referrals .deal-info .pic img {
    display: block;
}

#referrals .deal-info .deal-title {
    width: 240px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
}

#consult .consult-hd {
    float: left;
    width: 702px;
    _display: inline;
    margin-left: 8px;
    margin-right: 16px;
}

#consult .consult-bd {
    float: left;
    margin-top: 25px;
}

#consult .deal-info {
    clear: both;
    border: 2px solid #89b4d4;
    background: #fff;
}

#consult .deal-info table {
    width: 100%;
}

#consult .deal-info .link {
    padding: 22px 20px 25px 25px;
    vertical-align: top;
}

#consult .deal-info .link h2 {
    margin-top: 3px;
    font-size: 22px;
}

dd#consult .deal-info .link h2 span {
    font-family: arial, sans-serif;
}

#consult .deal-info .buy {
    width: 235px;
    vertical-align: middle;
    padding: 25px 0;
    background: #DEF9F0 url(i/bg-consult-deal-buy.gif) no-repeat 100% 52%;
}

#consult .deal-info .buy a {
    float: right;
    width: 185px;
    height: 85px;
    text-indent: -9999px;
}

#consult .consult-list {
    padding: 10px 23px 18px;
    width: auto;
}

#consult .consult-list .item {
    margin: 0 0 23px 0;
    padding: 10px 22px 20px;
}

#consult .consult-list .alt .item {
    background: #f6f6f6;
}

#consult .consult-list .item a {
    color: #666;
}

#consult .consult-list .item a:hover {
    color: #666;
}

#consult .consult-list .user {
    font-size: 12px;
    color: #999;
}

#consult .consult-list .user strong {
    float: left;
    width: 300px;
}

#consult .consult-list .user span {
    float: right;
    width: 200px;
    text-align: right;
}

#consult .consult-list .text {
    clear: both;
    margin-top: 8px;
}

#consult .consult-list .reply {
    margin-top: 8px;
    color: #CB3234;
}

#consult .consult-form {
    padding: 35px 55px 15px;
    width: auto;
    height: 152px;
}

#consult .consult-form .commit {
    margin-top: 10px;
}

#consult .consult-form .xheditor-simple {
    width: 480px;
    height: 100px;
}

#consult .consult-form .succ {
    display: none;
    padding: 10px 0;
}

#maillist .sect {
    padding: 10px 23px 22px;
    width: auto;
    height: 277px;
}

#maillist .enter-address {
    margin-top: 20px;
    padding: 15px 20px 30px;
    background: #FDFEEE;
    border: 1px solid #FFCF86;
}

#maillist .intro {
    margin-top: 30px;
}

#maillist .enter-address-c {
    float: left;
    margin-top: 22px;
    font-size: 12px;
    width: 620px;
}

#maillist .enter-address-c label {
    display: block;
    padding-bottom: 5px;
    width: 175px;
}

#maillist .enter-address-c .mail {
    float: left;
    width: 230px;
    margin-right: 20px;
}

#maillist .enter-address-c .f-mail {
    width: 220px;
}

#maillist .enter-address-c .city {
    float: left;
    width: 370px;
}

#maillist .enter-address-c .f-city {
    width: 175px;
    float: left;
    margin-right: 20px;
}

#maillist .enter-address-c .f-cityname {
    width: 175px;
}

#maillist .enter-address-c span.tip {
    display: block;
    padding-top: 5px;
    color: #EF7F01;
}

#maillist .side-pic p {
    line-height: 1;
    padding-bottom: 10px;
}

#maillist .succ {
    padding: 10px 0;
}

#maillist .unsubscribe {
    margin-top: 20px;
}

#maillist .unsubscribe label {
    display: block;
}

#maillist .welcome-notice {
    padding: 0;
}

#maillist .welcome-title {
    color: #c33;
    font-size: 16px;
    font-weight: bold;
}

#maillist .recent-title {
    margin-top: 25px;
}

#maillist .recent-title h2 {
    font-size: 2em;
}

#maillist .welcome .sect {
    height: auto;
}

#maillist .welcome .deals-list {
    margin-top: 15px;
}

#maillist .welcome .deals-list li {
    clear: both;
}

#maillist .welcome .deals-list li.last {
    padding-top: 30px;
    zoom: 1;
}

#maillist .welcome .pic {
    float: left;
    width: 215px;
    margin-right: 18px;
    _display: inline;
}

#maillist .welcome .info {
    float: left;
    width: 410px;
}

#maillist .welcome .price {
    margin-top: 10px;
    *margin-top: 6px;
    padding: 5px 15px;
    background: #E1F4FA;
    font-size: 12px;
}

#maillist .welcome .price strong {
    font-size: 14px;
}

#maillist .welcome .price strong.count {
    font-size: 16px;
}

#maillist .welcome .price strong.count .number {
    font-size: 20px;
    color: #c33;
}

#maillist .welcome .detail {
    margin-top: 8px;
    color: #666;
    font-size: 12px;
}

#recent-deals .sect {
    width: auto;
    padding: 5px 30px;
    background-image: url("i/deal_intro_back.png");
}

#recent-deals .deals-list li {
    float: left;
    width: 315px;
    height: 228px;
}

#recent-deals .deals-list li.first {
    height: 213px;
}

#recent-deals .deals-list li.alt {
    padding-left: 20px;
    border-right: none;
}

#recent-deals .deals-list .time {
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

#recent-deals .deals-list .first .time {
    margin-top: 0;
}

#recent-deals .deals-list h4 {
    margin-top: 5px;
    height: 42px;
    padding-right: 10px;
    font-weight: normal;
}

#recent-deals .deals-list h4 a {
    color: #0C394C;
}

#recent-deals .pic {
    position: relative;
    z-index: 1;
    float: left;
    width: 200px;
    height: 121px;
    margin: 8px 0 20px;
    _display: inline;
    zoom: 1;
}

#recent-deals .pic .soldout {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    _bottom: -1px;
    width: 122px;
    height: 69px;
    background: url(i/bg-deals-default-soldout.png) no-repeat 0 0;
    _background: transparent;
    _d7cfb1: progid: DXImageTransform . Microsoft . AlphaImageLoader(src = '/static/css/i/bg-deals-default-soldout.png');
}

#recent-deals .pic .soldoutlink {
    display: block;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 122px;
    height: 69px;
    outline: 0;
    text-indent: -999em;
}

#recent-deals .pic .isopen {
    position: absolute;
    z-index: 1;
    right: -15px;
    bottom: -15px;
    width: 78px;
    height: 78px;
    background: url(i/bg-deals-default-isopen.png) no-repeat 0 0;
    _background: transparent;

    _d7cfb1: progid: DXImageTransform . Microsoft . AlphaImageLoader(src = '/static/css/i/bg-deals-default-isopen.png');
}

#recent-deals .pic .isopenlink {
    display: block;
    position: absolute;
    z-index: 2;
    right: -13px;
    bottom: -7px;
    width: 65px;
    height: 65px;
    outline: 0;
    text-indent: -999em;
}

#recent-deals .pic img {
    display: block;
    border: 2px solid #dddddd;
}

#recent-deals .info {
    float: left;
    padding-top: 5px;
    padding-left: 15px;
    width: 100px;
    color: #666;
    font-size: 12px;
}

#recent-deals .total strong {
    color: #EF7F01;
    font-size: 20px;
}

#recent-deals .price {
    margin-top: 10px;
    *margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
}

#recent-deals .price strong {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

#recent-deals .price strong.discount {
    font-size: 14px;
    font-weight: bold;
    color: #EF7F01;
}

#recent-deals .price strong.old {
    text-decoration: line-through;
}

#recent-deals .detail {
    margin-top: 8px;
    color: #666;
    font-size: 12px;
}

#recent-deals .deal-subscribe {
    margin-top: 0;
}

#verify-coupon-id {
    cursor: pointer;
}

/* order view detail */
#order-detail .sect {
    padding: 26px 20px 50px;
    width: auto;
}

#order-detail .data-table th, #order-detail .data-table td {
    padding: 8px 0 8px 10px;
    vertical-align: top;
}

#order-detail .data-table th {
    width: 140px;
    padding-left: 15px;
}

#order-detail .data-table td {
    padding-left: 0;
    color: #666;
}

#order-detail .data-table td.orderid {
    padding-right: 5px;
    color: #c33;
}

#order-detail .data-table .other-coupon {
    color: #c33;
}

#order-detail .info-table {
    margin: 13px 0 28px;
    width: 100%;
}

#order-detail .info-table th, #order-detail .info-table td {
    padding: 7px 10px;
    text-align: center;
}

#order-detail .info-table th {
    background: #e6f9fa;
    border-bottom: 3px solid #fff;
}

#order-detail .info-table td {
    background: #f6f6f6;
}

#order-detail .info-table .left {
    padding-left: 15px;
    text-align: left;
}

#order-detail .info-table .total {
    color: #c33;
}

#order-detail .info-table .status {
    color: #c33;
}

/* account charge */
#account-charge .charge {
    margin: 0 10px;
}

#account-charge .number {
    margin-top: 10px;
}

#account-charge .number .f-text {
    width: 150px;
}

#account-charge .tip {
    height: 20px;
    color: #349835;
}

#account-charge .choose {
    padding-top: 5px;
}

#account-charge .choose-pay-type {
    padding-left: 0;
}

#account-charge .typelist {
    margin-left: 0;
}

#account-charge .typelist li {
    clear: both;
    float: left;
    margin-top: 10px;
    width: 640px;
}

#account-charge .typelist input {
    float: left;
    margin-top: 15px;
}

#account-charge .typelist label {
    float: left;
    padding-top: 12px;
    *padding-top: 15px;
    width: 420px;
    padding-left: 160px;
}

#account-charge .typelist .paypal {
    height: 35px;
    background: url(i/paypal_bouton.gif) no-repeat 20px 2px;
}

#account-charge .commit {
    margin-top: 30px;
}

/* image rotate */
#team_images {
    /*width:440px;*/
    width: 686px;
    margin-bottom: 0px; /*height:280px;*/
    height: 335px;
    overflow: hidden;
}

#team_images ul {
    list-style: none;
}

#team_images a {
    outline: none;
    cursor: pointer;
}

#team_images .mid {
    width: 440px;
    padding: 0;
    position: relative;
}

#team_images .mid ul {
    width: 440px;
    height: 280px;
    position: relative;
    overflow: hidden;
}

#team_images .mid ul li {
    width: 440px;
    height: 280px;
    position: absolute;
    left: 440px;
    top: 0;
}

#team_images .mid ul .first {
    left: 0;
}

#team_images #img_list {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#team_images #img_list a {
    display: block;
    float: left;
    margin: 2px 0 0 4px;
    border: solid 1px #333;
    line-height: 20px;
    padding: 0 5px;
    background: #fff;
    color: #000;
}

#team_images #img_list a.active {
    line-height: 24px;
    padding: 0 7px;
    border-color: #ff6600;
    font-weight: bold;
    margin-top: 0;
    color: #ff6600;
}

/* end */

/*dialog*/
#dialog {
    position: absolute;
    z-index: 9999;
    border: 4px solid #dddddd;
    display: none;
}

/*end*/

/*validator*/
span.errorTip {
    font-size: 12px;
    color: #C00;
    display: none;
}

div.errorTip {
    font-size: 12px;
    color: #C00;
    display: none;
}

div.validTip, span.validTip {
    font-size: 12px;
    display: none;
}

span.require {
    color: #C00;
    font-weight: bold;
}

.noerror .errorTip, .noerror .validTip {
    display: none;
}

.errorInput {
    background-color: #EF7F01;
    color: #000 !important;
}

.lead h4 {
    color: #042838
}

.lksbt {
    background: url(i/btpro2.png) no-repeat center top;
    width: 145px;
    height: 31px;
    display: block;
    color: #000;
    padding: 1px 0 0 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto 0 auto;
}

.psdp2 .lksbt:hover {
    text-decoration: none;
    background-position: 0 bottom;
}

.tip a, .deal-consult-tip p.nav a {
    color: #0C394C
}

.tip a:hover, .deal-consult-tip p.nav a:hover {
    color: #203344
}

p.time {
    color: #000
}

#hd .logins .fconnectC a.hover, #hd .logins .fconnectC a:hover {
    background: none;
    color: #328889;
    text-decoration: none;
    font-weight: bold;
}

#hd .fbloginbtn a, #hd .fbloginbtn a:hover {
    height: 20px;
    line-height: 14px;
}

#referrals .sect h3 {
    margin: 10px 0 10px;
    padding-left: 10px;
    font-size: 1.2em;
}

#referrals .sect h4 {
    margin: 10px 0 10px;
    padding-left: 10px;
    font-size: 1em;
}

#referrals .sect p {
    margin: 10px;
    line-height: 1.5em;
}

#referrals .sect ol.list {
    margin: 0px 0px;
}

#referrals .sect ol.list li {
    margin: 5px 20px 20px 50px;
    *margin-left: 53px;
}

#referrals .sect ul.list {
    margin: 10px 40px;
    list-style-type: disc;
}

#referrals .sect ul.list li {
    margin: 5px 5px 5px 5px;
    list-style-type: disc;
}

/* 2013 JG */

/* ALL */

body, #doc {
    font: normal 14px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
    color: #203344;
    background-color: #DADFE4;
    /*background-image: url('i/Back2013.png') !important;
	background-repeat: repeat !important;
	background-attachment: fixed !important;*/
}

/* HEADER */

#realLogo {
    background-image: url("i/Logo2013.png") !important;
    background-repeat: no-repeat;
    height: 207px;
    margin-left: -20px;
    margin-top: -30px;
    pointer-events: none !important;
    position: absolute;
    width: 515px;
    z-index: 99;
}

#hdw {
    background-image: url("i/BackHeader.png") !important;
    height: 200px;
}

.nav li {
    background-image: url("i/BackMenu.png") !important;
    border-left: 1px solid #000;
    height: 42px;
    margin-left: -35px;
    margin-right: 35px;
}

.nav li.last {
    border-right: 1px solid #000;
}

.nav li:hover, .nav li:active {
    background-image: url("i/BackMenuActive.png") !important;
    /*border-left: 1px groove #000;*/
    height: 48px;
}

.nav {
    margin-top: 4px;
    text-shadow: 1px 1px 2px #000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}

#MenuEND {
    border-right: 2px groove #5C8BA3;
    height: 45px;
    width: 2px;
    position: absolute;
    margin-top: 150px;
    margin-left: 588px;
}

.refer a {
    margin-right: 18px;
    margin-left: 0px;
}

.refer {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("i/MenuUtil.png") !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #203344;
    height: 50px !important;
    margin-top: -4px;
    width: 234px !important;
    font-size: 14px !important;
    padding-left: 8px !important;
    padding-top: 16px !important;

    text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}

.guides {
    background-image: url("i/ChangeVille.png") !important;
    height: 51px !important;
    width: 233px !important;
    position: absolute !important;
    margin-left: 218px;
    margin-top: 15px;
}

.city {
    background: none !important;
}

.city h2 {
    color: #959595 !important;
    text-align: left !important;
    margin-left: -15px;
    margin-top: 12px;
}

#hd .change {
    padding: 3px 8px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: -20px;
    position: relative;
    text-transform: uppercase;
    width: 82px;
    float: left;
    height: 20px;
    padding: 0px;
    margin-top: 13px;
    text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}

.city-list a:hover {
    background: none !important;
}

.city-list ul {
    margin-left: -19px;
}

.city-list {
    background-image: url("i/EtiquetteVille.png") !important;
    width: 138px !important;
    height: 288px !important;
    margin-left: 105px !important;
    margin-top: 24px !important;
}

/* FACEBOOK ET LOGINS */
.logins {
    background-image: url("i/ConnectBack.png") !important;
    height: 61px !important;
    margin-top: -10px !important;
    width: 315px !important;
    text-shadow: 1px 1px 2px #000000;
}

.logins .line {
    visibility: hidden;
}

.logins ul {
    margin-top: 10px;
    padding-right: 10px;
    text-shadow: 1px 1px 2px #000000;
}

.facebookbutton {
    margin-left: -5px !important;
}

/* BOUTONS DE PARTAGE DE L'OFFRE */

/*
#deal-share img.facebook {
    background: url("i/ShareFB.png") !important;
    height: 53px !important;
    margin-right: 5px !important;
    width: 53px !important;
}

#deal-share img.twitter {
    background: url("i/ShareTW.png") !important;
    height: 53px !important;
    margin-right: 5px !important;
    width: 53px !important;
}

#deal-share .addthis_button_email {
    background: url("i/ShareML.png") repeat scroll 0 0 transparent !important;
    height: 53px !important;
    margin-right: 5px !important;
    width: 53px !important;
    display: block;

}

#deal-share .addthis_button_email img {
    visibility: hidden;
}
*/

/* FOOTER */

#ftw {
    background-image: url("i/FooterBack.png") !important;
    background-repeat: repeat !important;
    height: 320px !important;
    background-color: #071820;
}

/* LIST DU FOOTER */

#ftw h3 {
    color: #1D6CA6;
!important;
    font-size: 16px !important;
}

#ftw .cf .col {
    border-right: 1px dotted #FFFFFF;
}

html > body #ftw .cf .col {
    border-right: 1px dotted #0C394C;
}

#ftw .cf .end {
    border-right: 1px dotted rgba(255, 255, 255, 0) !important;
}

#ftw .cf ul, .cf li {
    background: none !important;
}

#ftw .cf {
    background-color: white !important;
}

html > body #ftw .cf {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

#ftw .col .end {
    border: none !important;
}

#ftw .cf li a {
    color: #333333 !important;
}

#ftw .cf ul li {
    list-style-type: disc !important;
    color: #76b52f !important;
}

#ftw .end {
    border: none !important;
}

#ftw .end img {
    margin-left: -70px !important;
    margin-top: -7px;
}

#ftw li.end {
    padding-left: 135px;
}

.contact a {
    color: #FFFFFF !important;
}

/* MILLIEU DU SITE / OFFRES */

/* PARTAGE */
.deal-share-links, .deal-share-top, .deal-share-fix {
    background: none !important;
}

#deal-share {
    /*clear:both;
    position: relative;
    width: 240px;
	height:auto;*/
    float: right;
    /*margin-top:20px;*/
    margin-top: -4px;
    margin-right: 10px;
}

#deal-share a {
    float: left;
    padding-left: 14px;
}

#deal-share span.share {
    color: #fff;
    padding-right: 34px;
}

/* AUTRE */

/* RIGHT SIDEBAR */
#sidebar {
    /*position: absolute;
    left: 750px;
    top: 40px;*/
}

/* TITRE DE LOFFRE */
#deal-intro {
    /*margin-top: 35px;*/
    border: none !important;
    /*background-color: transparent !important;*/
    /*background-image: url("i/deal_intro_back.png") !important;*/
    background-repeat: repeat-y;
    min-height: 50px;
    /*width: 720px !important;*/

    background-color: #EAEEF2 !important;
    width: auto;
    padding: 2px 0 15px;
    margin: 0 14px;
}

#deal-intro h1 a {
    color: #1D6CA6;
    font-family: Tahoma;
    font-size: 30px;
    font-weight: normal !important;
    margin-top: -75px;
    position: absolute;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #FFFFFF;
    filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
}

#deal-intro-title h1 {
    color: #000;
    font-size: 20px;
    font-family: Raleway, 'Open Sans', arial, sans-serif;
}

/*OFFRE DU JOUR*/

/*
.deal-discount, .deal-timeleft, .deal-status, .digest {
	background: none !important;
	border: none !important;
}*/

#deal-intro-title {
    border: none !important;
    background-color: transparent !important;
    /*background-image: url("i/OffreDuJourBack.png") !important;*/
    background-repeat: no-repeat;
    /*width: 702px !important;*/
    width: 720px;
}

#deal-intro-title .top {
    background-image: url("i/box_title_top.png") !important;
    background-repeat: no-repeat;
    height: 17px;
}

#deal-intro-title .middle {
    background-image: url("i/box_title_middle.png") !important;
    background-repeat: repeat-y;
    min-height: 30px;
    padding: 15px 10px;
}

#deal-intro-title .bottom {
    background-image: url("i/box_title_bottom.png") !important;
    height: 19px;
}

.deal-buy-cover-img {
    margin-left: 15px;
    margin-top: -2px;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1);
}

/* ETIQUETTE */

.deal-price-tag {
    background-color: transparent !important;
    background-image: url("i/Etiquette.png") !important;
    background-repeat: no-repeat;
    border: medium none !important;
    height: 106px !important;
    width: 306px !important;
    margin-left: 14px;
    margin-top: -5px;
}

/* BOUTONS D'ÉTIQUETTE */

#deal-intro .deal-price a {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
    text-decoration: none;
}

#deal-intro .deal-price span {
    background: url("i/EtiquetteBTN.png") no-repeat transparent !important;
    height: 51px !important;
    width: 142px !important;
    margin-top: 15px;
    margin-left: 10px;
}

#deal-intro .deal-price span.deal-price-expire {
    /*background: url("i/EtiquetteBTN_expire.png") no-repeat transparent !important;
    height: 51px !important;
    width: 142px !important;
    margin-top: 15px;
    margin-left: 10px;*/
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
    text-decoration: none;
    line-height: 50px;
    padding-left: 0px;
}

#deal-intro .deal-price span.deal-price-soldout {
    background: url("i/EtiquetteBTN_vendu.png") no-repeat transparent !important;
    height: 51px !important;
    width: 142px !important;
    margin-top: 15px;
    margin-left: 10px;
}

/* TEMPS RESTANTS ETC... */
.deal-discount th {
    padding-bottom: 7px !important;
    color: #3c3c3c !important;
    width: 215px
}

.deal-discount-sep {
    height: 61px;
    width: 20px;
    background: url("i/discountsep.gif") no-repeat;
    background-position: center;
}

/*
.deal-discount {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #3C748B;
    font-weight: bold;
    margin-top: 77px;
    width: 100%;
    color: #1D6CA6 !important;
}
*/
/*
#deal-timeleft ul li {
    font-size: 30px !important;
}
#deal-timeleft h3 {
    color: #3c3c3c;
}

#deal-timeleft {
    margin-top: 30px;
    color: #1D6CA6;
    margin-left: 10px;
    font-size:  !important;
}



.deal-status .deal-buy-tip-top {
    margin-top: 15px;
    margin-left: 67px !important;
    color: #3c3c3c;
}

.deal-status {
    padding: 10px 8px;
    text-align: left;
    height: 60px;
}

.deal-buy-tip-top {
    font-size: 15px !important;
    line-height: 1.2;
    margin-bottom: 5px;
    font-size: normal;
    text-transform: uppercase;
    position: absolute;
    margin-left: 28px !important;
}
*/
/*
.deal-buy-on {
    background: url("i/OffreActive.png") no-repeat scroll -5px 5px transparent !important;
    color: #1D6CA6;
    font-size: 15px !important;
    margin-left: 36px;
    margin-top: 26px;
    position: absolute !important;
    background-repeat: no-repeat;
}

.deal-buy-on img {
    visibility: hidden;
}
*/
/*
.deal-status a {
    margin-left: 15px;
    position: absolute;
    margin-top: 15px;
}
*/
/* OFFRE PLUS D'INFO */

.box-content {
    background-image: none;
    margin-left: 10px;
    margin-right: 10px;

    /*width: 700px;*/
    /*margin-top: -50px;*/
}

.box-content {
    background-color: white !important;
}

html > body .box-content {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.box-top, .box-bottom {
    display: none;
}

/* DEAL BOX 2 */

#deal-stuff h2 {
    /*color: #1D6CA6;*/
    background-image: url("i/picto_offre.png"); /* TODO : à changer */
    background-repeat: no-repeat;
    background-color: #1D6CA6;
    color: #FFFFFF;
    line-height: 40px;
    padding-left: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#deal-stuff h2.details {
    background-position: 5px -140px;
}

#deal-stuff h2.coords {
    background-position: 5px -70px;
}

#deal-stuff h2.obtenez {
    background-position: 5px -105px;
}

#deal-stuff .box, #deal-stuff .box-split .box-content {
    height: 100%;
}

#deal-stuff {
    /*min-height: 1000px;*/
    width: 634px;
    position: inherit;
    /*margin-left: 2px;*/
    /*color: #3c3c3c;*/
    color: #000;
    float: left;
    margin-left: 14px;
    margin-top: 14px;
}

#deal-stuff .main {
    /*margin-left: 230px;*/
}

#deal-stuff .box-content {
    background-color: #EAEEF2 !important;
    margin-left: 0px;
    margin-right: 14px;
}

#deal-stuff li {
    list-style-type: disc !important;
    /*color: #76b52f !important;*/
}

/* COL 1 ET 2 */
#deal-stuff .main .spacing-bottom {
    margin-bottom: 30px;
}

#deal-stuff .main .blk {
    /*float: left;*/
    text-align: justify;
    /*width: 328px;*/
    width: 270px;
    /*font-size: 13px !important;*/
    font-size: 12px !important;
    word-wrap: break-word;
}

/*
#deal-stuff .main #detail {
    margin-bottom: 10px !important;
    /*margin-left: -230px !important;*/
/*position: absolute !important;*/
/*border-bottom: 1px dotted;
    width: 310px;
}
*/

/* BLOC INFO GAUCHE HAUT */
#deal-stuff .main .left {
    /*margin-left: -230px !important;*/
    margin-top: 10px !important;
    margin-right: 10px;
    /*position: absolute !important;*/
    /*width: 310px;*/
    /*height: 440px;*/
    float: left;
}

/* BLOC INFO DROITE HAUT */
#deal-stuff .main .right {
    /*height: 440px;*/
    margin-top: 10px !important;
    /*width: 310px;*/
    margin-left: 10px;
    float: right;
}

/*
#deal-stuff .main #detailit {
    border-bottom: 1px dotted;
    width: 310px;
}
*/

#deal-stuff .main .cf, #deal-stuff .main #detailit {
    /*margin-left: 99px !important;*/
}

/* MORE INFO TITRE */
#deal-stuff .main #systemreview {
    /*margin-left: -230px !important;*/
    /*margin-top: 458px !important;*/
    /*position: absolute;*/
    border-bottom: 1px dotted;
    /*width: 655px;*/
    width: auto;
}

#deal-stuff .main #business_title {
    /*margin-left: -230px !important;*/
    /*margin-top: 458px !important;*/
    /*position: absolute;*/
    /*width: 655px;*/
    /*float:left;*/
    font-size: 20px;
    font-weight: bold;
}

/*
#deal-stuff .main #business_web {
	float:right;

}
*/

/* MORE INFO BOX */
#deal-stuff .main .review {
    font-size: 13px !important;
    /*width: 656px !important;*/
    width: auto;
    position: relative !important;
}

/* SIDE + IMG + COORD */
#deal-stuff .side img {
    margin-left: 35%;
    max-width: 250px !important;
    height: 200px !important;
    width: auto;
    margin-bottom: 15px;
}

/* CARTE INFO TITLE */
#deal-stuff .side h2 {
    border-bottom: 1px dotted;
}

/* CARTE INFO BOX */
#deal-stuff .side {
    font-size: 13px !important;
    /*margin-top: 75px !important;*/
    position: relative;
    width: 655px;
}

/* GOOGLE MAPS */
#deal-stuff .side small {
    visibility: hidden !important;
}

#deal-stuff .review iframe, #deal-stuff .review img {
    margin: 15px 0px;
    max-width: 574px;
}

#deal-stuff .review iframe[src*="maps.google"] {
    display: none;
}

#deal-stuff #googlemap {
    /*width: 350px;*/
    width: 340px; /*height: 300px;*/
    height: 340px;
    border: 0px;
    padding: 0px;
}

/* POP UP 01 */
#maillist #sidebar {
    /*visibility: hidden;*/
}

#maillist .box-top, #maillist .box-bottom, #maillist .box-content {
    background: none !important;
    border: none !important;
}

/*OFFRE EXPIRÉ*/
#sysmsg-tip {
    background: #ebeef2 !important;
    width: 699px !important;
    margin-left: 11px;
    border: 1px dotted #1D6CA6;
    padding: 10px 10px;
}

.sysmsg-tip-top, .sysmsg-tip-bottom {
    background: none repeat scroll 0 0 transparent !important;
    visibility: hidden !important;
    display: none;
}

.sysmsg-tip-content {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
}

.focus {
    background: none repeat scroll 0 0 transparent !important;
    margin-top: -6px;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    color: #1D6CA6;
}

/* RÉUSSI */
.deal-buy-tip-total {
    margin-top: -23px !important;
    margin-left: 10px;
}

/*
#deal-status {
    margin-bottom: -30px;
}
*/
.deal-buy-success {
    margin-top: -80px;
    margin-left: 85px;
    position: inherit;
    z-index: 99;
}

/* MAP EN BAS */
#moreinfo_txt iframe, #moreinfo_txt a[href*="maps.google"] {
    display: none;
}

#moreinfo_txt {
    min-height: 310px;
    height: 100%;
    /*min-height: 390px;*/
    /*width: 300px;*/
    width: 230px;
    /*height: 340px;*/
    /*border-right: 1px dotted #1D6CA6 !important;*/
    float: left;
    margin-top: 10px;
}

#moreinfo_txt p {

}

#moreinfo_txt img {
    /*
	display: none !important;
    height: 0 !important;
    width: 0 !important;*/
    max-width: 200px;
    height: auto;
}

#moreinfo_txt2 {
    /*width: 354px;*/
    height: 310px;
    /*border-right: 1px dotted #1D6CA6 !important;*/
    float: right;
    margin-top: 5px;
}

/* FACEBOOK */
#facebooklike {
    /*width: 400px;*/
    float: right;
    margin-top: 5px;

}

#facebooklike .fb_iframe_widget iframe {
    height: 20px !important;
    width: 101px !important;
}

#facebooklike .fb_iframe_widget span {
    height: 20px !important;
    width: 101px !important;
}

#pinit {
    float: right;
    width: 40px;
    margin-left: 10px;
    padding-top: 5px;
}

/*
.fb_edge_widget_with_comment {
    position: absolute !important;
    margin-top: -265px;
    margin-left: -326px;
}
*/
#side-business img {
    position: absolute !important;
    visibility: hidden;
}

/* SIDEBAR */

.sbox-content {
    background: rgba(255, 255, 255, 0.5);
    border: none;
    color: #1D6CA6;
}

.nobg {
    background: none !important;
}

.sbox-top, .sbox-bottom {
    visibility: hidden;
    height: 5px;
}

.sbox-content h2 {
    color: #3C3C3C !important;
    border-bottom: 1px dotted #1D6CA6 !important;
    margin-bottom: 10px !important;
}

#deal-intro h1 {
    color: #3C3C3C !important;
}

.sbox-bubble {
    visibility: hidden;
}

/* SIDE INFOLETTRE */
.deal-subscribe .body {
    background-color: rgba(255, 255, 255, 0.75) !important;
    background-image: none !important;
    border: 1px dotted #1D6CA6;
}

.deal-subscribe .top, .deal-subscribe .bottom {
    visibility: hidden;
    height: 0px !important;
}

#deal-subscribe-form-email {
    height: 20px !important;
    margin-bottom: 60px !important;
    width: 208px !important;
}

#buttoninfo {
    margin-left: -219px;
    margin-top: 14px;
    position: absolute;
    width: 222px;
}

/* OFFRES */
.offer {
    float: left;
    margin-top: 14px;
    margin-left: 14px;
    margin-right: 14px;
}

.offer .title {
    font-size: 16px;
    font-weight: bold;
    color: #1D6CA6;
    width: 276px;
    height: 24px;
    overflow: hidden;
}

.offer .boxtop {
    background: url("i/BackOffre2_top.png") no-repeat scroll 0 0 transparent;
    width: 296px;
    height: 14px;
    /*margin-left: -21px;*/
    margin-left: 0px;
}

.offer .boxmiddle {
    /*background: url("i/BackOffre2.png") no-repeat scroll 0 0 transparent;*/
    background-color: #FFF;
    color: #808080;
    font-size: 11px;
    /*height: 230px !important;*/
    /*margin-left: -21px;*/
    margin-left: 0px;
    padding: 20px;
    /*width:206px*/
    width: 256px;
    height: 190px;
}

.offer .boxbottom {
    background: url("i/BackOffre2_bottom.png") no-repeat scroll 0 0 transparent;
    width: 296px;
    height: 14px;
    /*margin-left: -21px;*/
    margin-left: 0px;
}

/*#BackOffre2 .btnoffer {
    width: 216px;
    margin-left: -4px;
}*/

.offers-footer .sbox {
    float: left;
    margin-top: 14px;
    margin-left: 14px;
    margin-right: 14px;
    background-color: #EAEEF2 !important;
    width: auto;
}

.offers-footer .sbox h2 {
    background-color: #1D6CA6;
    padding: 10px;
    color: #fff !important;
    text-transform: uppercase;
}

.offers-footer .sbox-content {
    font-size: 11px;
    padding: 20px;
    width: 256px;
    text-align: center;
}

/* Vue des offres */
#content.offers-view {
    float: none;
    width: auto;
}

.offers-view #deal-intro-title {
    width: auto;
}

.offers-view #deal-intro-title .middle {
    background-color: #FFFFFF;
}

.offers-view #deal-intro-title .top {
    background-image: url("i/box_title_top_big.png") !important;
}

.offers-view #deal-intro-title .middle {
    background-image: url("i/box_title_middle_big.png") !important;
}

.offers-view #deal-intro-title .bottom {
    background-image: url("i/box_title_bottom_big.png") !important;
}

/***************/

#sidebar .side-business .tip {
    height: auto;
}

#textoffre {
    height: 66px;
    overflow: hidden;
}

/* PAYANT 5$ */

/*
.invitetip p {
    width: 100px;
    /*margin-left: -60px;*//*
    font-size: 17px;
}

.invitetip img {
    margin-left: 12px;
    margin-top: -10px;
}

.invitetip {
    background: url("i/Payant.png") no-repeat scroll 0 0 transparent;
    height: 145px;
    margin-left: -20px;
    padding-top: 20px;
    width: 240px;
}
*/

.biztip p {
    color: #ffffff;
    margin-left: 10px;
    width: 220px;
    font-size: 14px;
}

.biztip img {
    margin-left: 12px;
    margin-top: -10px;
}

.biztip {
    height: 110px;
    background: url("i/BackBiz.png") no-repeat scroll 0 0 transparent;
    margin-left: -20px;
    padding-top: 20px;
    width: 240px;
}

.asktip p {
    width: 100px;
    /*margin-left: -60px;*/
    font-size: 17px;
}

.asktip img {
    margin-left: 12px;
    margin-top: -10px;
}

.asktip {
    background: url("i/QRBack.png") no-repeat scroll 0 0 transparent;
    margin-left: -20px;
    padding-top: 20px;
    width: 240px;
}

/* SITE INFO */
#side-business a:link {
    position: absolute;
    margin-top: -20px !important;
    width: 655px !important;
    text-align: right;
}

/*
.deal-status-moneyback {
	background:transparent;
	text-align:center;
}
*/

/* Q & R a droite */

.deal-consult-tip .nav {
    font-size: 11px !important;
    height: 40px;
    margin-left: 20px !important;
    text-shadow: none;
    width: 210px !important;
    margin-top: -10px;
}

/* LES AUTRES OFFRES */

.box-content .head h2 {
    color: #1D6CA6 !important;
    font-size: 30px !important;
    font-weight: normal !important;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #FFFFFF;
    filter: dropshadow(color=#FFFFFF, offx=1, offy=1);
}

/* prix etc... */
.deals-list h4 {
    width: 210px;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: bold !important;
    color: #666666 !important;
}

.deals-list h4 a {
    color: #666666 !important;
}

.deals-list .time {
    color: #185795 !important;
    /*margin-left: 160px;*/
    top: 55px;
}

.deals-list li {
    height: 295px !important;
}

.deals-list .info {
    background: url("i/BackOffres.png") no-repeat scroll 0 0 transparent;
    height: 265px;
    margin-left: 230px;
    margin-top: -245px;
    width: 81px !important;
    text-align: center;
    padding: 0px !important;
}

.deals-list .prix {
    font-size: 16px !important;
}

.deals-list .discount {
    color: #185795 !important;
    font-size: 16px;
}

.deals-list .old {
    color: #505050 !important;
    font-size: 16px !important;
}

.deals-list li {
    border-right: 1px dotted #185795;
    padding-right: 4px;
    border-bottom: 1px dotted #185795;
}

.deals-list .isopen {
    margin-right: -5px !important;
}

.deals-list .count {
    color: #185795 !important;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.75);
}

/* CONTACT US et autres pages avec TABS */

.dashboard {
    position: inherit;
    margin-left: 24px;
    position: relative;
    /*top: 40px;*/
    z-index: 2;
    height: 40px;
}

.head {

    font-size: 20px;
    color: #1D6CA6;
    padding-left: 15px;

}

/* intérieur de texte des boites */

.sect a {
    color: #185795;
}

.sect h1, .guide h1 {
    padding: 10px 10px;
    font-size: 20px;
}

/* ONGLETS DE PAGES */

#dashboard li span {
    display: none;
}

#dashboard .current {
    background: rgba(255, 255, 255, 0.65) !important;
    color: #185795;
    font-weight: bold;
}

#dashboard li a {
    background: white;
}

html > body #dashboard li a {
    background: rgba(255, 255, 255, 0.35);
}

#dashboard li a:hover {
    background: white;
}

html > body #dashboard li a:hover {
    background: rgba(255, 255, 255, 0.9);
}

#dashboard li a:hover {
    box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.55);
}

#dashboard li a {
    background-image: none !important;
    padding-right: 20px;
    height: 33px;
    color: #185795;
}

/* Boite nous contactez */
.email .hint, .suggest .hint {
    margin-left: 140px !important;
    font-size: 10px !important;
    margin-top: 5px;
    margin-bottom: 20px;
}

.suggest .hint {
    margin-top: -15px;
}

input.formbutton {
    background: url("i/boutons.png");
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    /*font-size: 0px;*/
    font-weight: bold;
    height: 50px !important;
    text-align: left;
    width: 215px !important;
    margin-bottom: 10px;
    margin-top: 10px;

    font-size: 18px;
    text-transform: uppercase;
    padding-left: 10px !important;
    text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
    text-decoration: none;
    font-family: Helvetica, arial, sans-serif;
}

input.formbutton:hover {
    box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 0.65);
    background-position: 0 50px
}

input.formbutton_connect {
    /*background: url("i/connect.gif");*/
    background: url(i/boutons.png);
    margin-bottom: 10px;
}

input.formbutton_connect:hover {
    background-position: 0 50px;
}

input.formbutton_inscr {
    /*background:url(i/inscrire.gif);*/
    background: url(i/boutons.png);
}

input.formbutton_inscr:hover {
    background-position: 0 50px;
}

input.formbutton_t {
    color: #fff;
    width: 210px;
    height: 31px;
    display: inline;
    padding: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0px 20px 0 0;
    border: none;
    cursor: pointer;
    background-color: #0f5c88;
    margin: 5px;

}

input.formbutton_t:hover {

    background-color: #87ce28;
}

#feedback-user-form .field textarea {
    padding: 10px;
    width: 485px !important;
    margin-bottom: 20px !important;
}

#feedback-user-form .field input {
    height: 30px;
    padding-left: 10px;
    width: 495px !important;
    margin-bottom: 5px !important;
}

#feedback-user-form .field textarea, #feedback-user-form .field input {
    border: medium none;
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
    box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
}

#feedback-user-form .act {
    margin-left: 145px;
}

/* OFFRES RECENTE FLAG */

#WhiteFlag {
    background-image: url("i/WhiteFlag.png") !important;
    width: 692px;
    height: 77px;
    margin-left: -11px;
    margin-top: -35px;
    z-index: 2;
    position: relative;
    margin-bottom: -25px;
    font-size: 30px;
    color: #185795;
    padding-top: 20px;
    padding-left: 30px;
}

#WhiteFlag2 {
    background-image: url("i/WhiteFlag.png") !important;
    color: #185795;
    font-size: 30px;
    height: 77px;
    margin-bottom: -25px;
    margin-left: -11px;
    margin-top: -15px;
    padding-left: 30px;
    padding-top: 20px;
    position: relative;
    width: 692px;
    z-index: 2;
}

#WhiteFlag2 h2 {
    color: #666666 !important;
}

/* MESSAGE LOGIN TOP */

#account_2 {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    right: 10px;
    width: 180px;
    text-align: right;
    top: 10px;
}

#account_2 a {
    /*
	margin-bottom: 0px;
    position: inherit;
    text-align: right;
	*/
}

#account_1 {
    color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    position: absolute;
    width: 180px;
    left: 20px;
    top: 10px;
}

/* S'inscrire */

.f-label {
    padding: 3px 0 2px;
    text-align: right;
    display: inline-block;
    width: 200px;
}

.f-city {
    border: medium none !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1) inset;
    height: 30px;
    padding: 0;
    margin-left: 10px;
    /*padding-left: 5px;*/
    /*padding-top: 5px;*/
    width: 200px;
}

.f-mail {
    border: medium none !important;
    border-radius: 0 0 0 0 !important;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1) inset;
    height: 30px;
    /*padding-left: 5px;
    padding-top: 5px;*/
    padding: 0;
    margin-left: 10px;
    width: 200px;
}

/* MON COMPTE */

#settings-form select {
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.mailinglist, .telcom, .mailingsms, #settings-form input {
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
    box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.10);

    border: none !important;
    height: 30px;
    border-radius: 0px 0px 0px 0px !important;

    padding-top: 6px;
    padding-left: 6px;

    margin-bottom: 10px;
}

#settings-form .hint {
    margin-left: 140px;
    margin-bottom: 15px;
}

#GuilFin {
    background-image: url("i/GuilFin.png") !important;
    width: 30px;
    height: 28px;
    float: right;
    margin-right: -45px;
    margin-top: 5px;
}

#GuilDebut {
    background-image: url("i/GuilDebut.png") !important;
    width: 43px;
    height: 44px;
    float: left;
    margin-left: -55px;
    margin-top: 0px;
}

/* POPUP */
#backgroundPopup {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}

#popup {
    background-color: #7bc123;
    background-image: url("i/popup_bg_top.jpg");
    background-repeat: no-repeat;
    border: 0 solid #CECECE;
    border-radius: 20px !important;
    box-shadow: 0 0 100px 50px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
    font-size: 13px;
    height: 538px;
    left: 50% !important;
    margin-left: -330px !important;
    padding: 0;
    position: fixed !important;
    top: 25% !important;
    width: 660px;
    z-index: 4;
    background-position: top;
}

#middlepopup {
    background-image: url("i/popup_bg_middle.png");
    background-color: transparent;
    width: 682px;
    height: 145px;
    position: relative;
    top: 250px;
    left: -12px;
    font-size: 22px;
    text-align: center;
}

#pop-close {
    color: #1175c3;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    position: absolute;
    right: 11px;
    top: 9px;
}

#pop-button {
    text-align: center;
    margin: 100px;
}

.pop-email {
    height: 60px;
    position: absolute;
    text-align: center;
    top: 400px;
    padding: 20px;
    vertical-align: middle;
    z-index: 4;
}

#popup #enter-address-mail {
    width: 200px;
    border-radius: 6px !important;
    /*height: 45px;*/
    height: 50px;
    color: #acacac;
    float: left;
    margin-left: 0px;
    box-sizing: border-box;
}

#popup #enter-address-commit {
    float: left;
    margin: 0px 0px 0px 10px;
}

#popup .f-city {
    border-radius: 6px !important;
    /*height: 45px;*/
    height: 50px;
    width: 180px;
    padding: 0 auto;
    float: left;
    box-sizing: border-box;
}

.pop-tool {
    height: 60px;
    position: static;
    text-align: right;
    width: 620px;
    z-index: 2;
}

#pop_txt_bottom {
    height: 40px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    bottom: 8px;
    text-align: center;
    width: 100%;

}

#poptxt1 {
    font-size: 22px;
    width: 660px;
    text-align: center;
    margin-top: -50px;
    height: 110px;
}

img {
    border-width: 0;
}

#poptxt3 a:hover {
    text-shadow: 0px 0px 15px #FFFFFF;
    text-decoration: none;
}

#poptxt3 a {
    color: #FFFFFF !important;
}

#poptxt3 {
    text-shadow: 0px 0px 5px #000000;
    position: absolute;
    bottom: -20px;
    right: 5px;
}

.new-fb-btn {
    margin: 5px auto;
    display: inline-block;
}

.new-fb-btn, .new-fb-btn div {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-shadow: 0 0 1px RGBA(0, 0, 0, 1);
    white-space: nowrap;
    vertical-align: middle;
}

.new-fb-4, .new-fb-4 div {
    height: 35px;
    line-height: 32px;
    background: url('i/fb-btn.png') no-repeat 0 0;
}

div.new-fb-4 {
    padding: 0 0 0 4px;
    background-position: 0 -450px;
}

div.new-fb-4-1 {
    padding: 0 33px 0 0;
    background-position: right -550px;
}

div.new-fb-4-1-1 {
    background-repeat: repeat-x;
    background-position: 0 -500px;
    padding: 0 19px 0 18px;
    font-size: 12px;
}

.new-fb-7, .new-fb-7 div {
    height: 29px;
    line-height: 26px;
    background: url('i/fb-btn.png') no-repeat 0 0;
}

div.new-fb-7 {
    padding: 0 0 0 29px;
    background-position: 0 -800px;
}

div.new-fb-7-1 {
    padding: 0 4px 0 0;
    background-position: right -900px;
}

div.new-fb-7-1-1 {
    background-repeat: repeat-x;
    background-position: 0 -850px;
    padding: 0 10px 0 10px;
    font-size: 11px;
}

.new-fb-default-anim {
    opacity: 0.85;
    transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
}

.new-fb-default-anim:HOVER {
    opacity: 0.999;
}

#invite_sidebutton {
    /*margin-left:15px;
	background:url(i/invite.gif);
	width: 207px;
	height: 45px;
	margin-bottom:10px;*/
    background: url("i/Payant.png");
    width: 100px;
    height: 105px;
    float: right;
    background-position: 0px 0px;
}

#invite_sidebutton:hover {
    cursor: pointer;
    /*background-position:0 45px*/
    background-position: 0 105px;
}

#inscrire_sidebutton {
    /*background:url(i/suggest.gif);*/
    background: url(i/boutons.png);
    /*width: 207px;
	height: 45px;*/
    width: 215px;
    height: 50px;
    margin-left: -4px;
}

#inscrire_sidebutton:hover {
    background-position: 0 50px
}

#suggest_sidebutton {
    /*margin:10px 15px;*/
    margin: 9px 11px 10px 11px;
    /*background:url(i/suggest.gif);*/
    background: url(i/boutons.png);
    /*width: 207px;
	height: 45px;*/
    width: 215px;
    height: 50px;
    background-position: 0 50px;

}

#suggest_sidebutton:hover {
    background-position: 0 0px;
}

a.sidebutton_text {
    display: block;
    width: 215px;
    height: 50px;
    line-height: 50px;
    outline: 0;
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-left: 10px;
    text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
    text-decoration: none;
    font-family: Helvetica, arial, sans-serif;
}


/*  TEMP PATCH MATHIEU 2015-07*/


.payForm input, select {
    width: 240px;
    margin-left: 10px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.payForm input[type='checkbox'] {
    width: auto;
}

.payForm select {
    width: 240px;
    margin-left: 12px;
    padding: 0px;
}

.payForm .txt {
    width: 145px;
    float: left;
}

.payForm .small {
    width: 75px;
}

.payForm label {
    width: 400px;
    clear: left;
    float: left;
    text-align: right;
    padding: 3px 10px 6px;;
}

/* Bouton Paypal */
#paypalbutton {
    background-image:url(../img/paypal_bouton.gif);
    cursor:pointer;
    width:144px;
    height:33px;
    float:left;
}

/* Popup */
.background-popup {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000;
    z-index:2500;
    opacity:0.7;
}
.popup {
    position:fixed;
    z-index:3000;
    width:400px;
    height:300px;
    left:50%;
    top:55%;
    margin-left:-200px;
    background-color:#fff;
}
.popup-content {
    padding:20px;
}
.popup h3 {
    padding:10px;
    text-align:center;
    margin:0;
}
.popup .loading{
    background-image:url(../img/status.gif);
    background-size:32px 32px;
    background-repeat:no-repeat;
    background-position:center top;
    padding-top:40px;
    margin-top:20px;
}
.popup em{
    font-size:16px!important;
    display:block;
    font-style:normal;
}




/*  TEMP PATCH END */

#cc_payment_form input, select {
    width: 240px;
    margin-left: 10px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#cc_payment_form input[type='checkbox'] {
    width: auto;
}

#cc_payment_form select {
    width: 240px;
    margin-left: 12px;
    padding: 0px;
}

#cc_payment_form .txt {
    width: 145px;
    float: left;
}

#cc_payment_form .small {
    width: 75px;
}

#cc_payment_form label {
    width: 400px;
    clear: left;
    float: left;
    text-align: right;
    padding: 3px 10px 6px;;
}

#ccAddressInfo, #ccPaymentInfo {
    width: 420px;
    float: left;
    margin-left: 20px;
    border: 1px solid rgb(163, 163, 163);
    padding: 10px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#paypal_order_img {
    vertical-align: middle;
}

#paypal_order_img:hover {
    box-shadow: 5px 5px 10px 10px rgba(255, 255, 255, 0.65);
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8);
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

#sharebox {
    width: 200px;
    float: right;
    height: 10px;
}

#splitaddress {
    /*border-top: 1px dotted;*/
}

/**********SIGNUP**************/

#loginform2013 h2 {
    color: #185795;
    font-size: 20px;
}

/*
#villediv {
    text-align: right;
}

.cmxform .ville {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

#villediv label {
    width: 130px !important;
}

#iaccept {
    float: right;
    font-size: 15px;
    margin-bottom: 30px;
    width: 450px;
}
#iacceptbox {
    margin-left: 15px;
}
*/

#loading-div {
    width: 400px;
    height: 300px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    opacity: 1;
    display: none;
}

#loading-div p {
    margin: 20px;
}

#loading-div #loading-div-error {
    display: none;
}

#loading-div #loading-div-error h1 {
    color: red;
    font-size: 22px;
}

img .imgo {
    display: block;
    position: absolute;
    z-index: 2;
}

/***********************************/
form.cmxform {
    font-size: 16px;
    color: #333;
    background-color: #f6f7f9;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
    padding-top: 15px;
    padding-bottom: 15px;
}

form.cmxform legend {
    padding-left: 0px;
}

form.cmxform legend, form.cmxform label {
    color: #333;
}

form.cmxform legend {
    font-size: 18px;
}

form.cmxform fieldset {
    border: none;
}

form.cmxform fieldset fieldset {
    background: none;
    border: none;
}

form.cmxform fieldset fieldset legend {
    font-size: 16px;
}

form.cmxform fieldset {
    padding: 10px 15px 10px 15px;

}

form.cmxform label.error, label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
    font-style: italic;
    padding: 0px !important;
}

/*div.error { display: none; }
form.cmxform input[type='text'], input[type='password'], input[type='email'], select {	
border: 1px solid black; padding:1px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px 0px 5px 0px;
border-radius: 5px 0px 5px 0px;
}
*/

form.cmxform input, .cmxform select {
    -webkit-box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.10);
    box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.10);

    border: none;
    height: 30px;
    border-radius: 0px 0px 0px 0px;
}

/*
input.checkbox { border: none }
input:focus { border: 1px dotted black; */

input.error {
    border: 1px solid #F60;
    background-color: #FFEAC8;
}

form.cmxform .gray * {
    color: gray;
}

/*
label { display: inline-block; width: 100px; }
legend { padding: 0.5em; }
fieldset fieldset label { display: block; }
*/

#fLoginForm {
    width: 320px;
}

#loginErrorContainer, #registerErrorContainer {
    clear: both;
    float: right;
    padding: 7px 0px 7px;
    color: red;
    font-style: italic
}

#loginsplit {
    width: 1000px;
    background: none;
    display: block;
    overflow: hidden;
}

#loginsplit .left {
    width: 360px;
    float: left;
    margin: 4px;
    padding: 6px 23px;
}

#loginsplit .right {
    width: 530px;
    float: left;
    margin: 4px;
    padding: 6px 10px;
}

#loginsplit #loginForm, #loginsplit #fLoginForm {
    width: 360px;
}

#loginForm label {
    width: 320px;
    clear: right;
    float: right;
    text-align: right;
    padding: 3px 0px 2px;
}

#loginForm input {
    width: 200px;
    margin-left: 10px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

#loginForm p {
    width: 200px;
    clear: both;
    float: right;
    text-align: left;
    padding: 3px 10px 2px;
    font-size: 10px;

}

#signupForm label {
    width: 500px;
    clear: right;
    float: right;
    text-align: right;
    padding: 3px 0px 2px;
}

#signupForm input, #signupForm select {
    width: 250px;
    margin-left: 10px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

#signupForm #villediv label {
    width: 200px;
    float: left;
}

#signupForm #villediv input {
    width: auto;
    height: auto;
}

#signupForm #iacceptbox {

    height: auto;
}

#signupForm #iacceptbox input {
    width: auto;
    height: auto;
    float: left;
    vertical-align: -3px;
}

#signupForm #iacceptbox label {
    height: auto;
    text-align: left;
}

#signupForm #iacceptbox p {
    vertical-align: middle;
    text-align: left;
    float: left;
    width: 400px;
    margin: -6px 0px 0px 0px;
}

#facebookbutton_2 {
    float: right;
}

/* Overrides JqueryUI dialog */
.ui-dialog.ui-corner-all, .ui-dialog .ui-corner-all {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.ui-dialog {
    border: none;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0;
    font: normal 14px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
}

.ui-dialog .ui-dialog-titlebar {
    background: none repeat scroll 0 0 #83CA26;
    font-weight: bold;
    border: none;
    border-bottom: 1px solid #7bc123;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}

.ui-dialog .ui-dialog-title {
    margin: 0;
}

.ui-dialog .ui-button-icon-only .ui-button-text,
.ui-dialog .ui-button-icons-only .ui-button-text {
    padding: 2px 8px;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    background: none repeat scroll 0 0 #7bc123;
    border: none;
    color: #AAAAAA;
    cursor: pointer;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    margin-right: 0;
    height: auto;
    width: auto;
}

.ui-widget-overlay {
    background: none repeat scroll 0 0 #000000;
    opacity: 0.6;
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon:hover,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon.ui-state-hover {
    /*sur le CDN, l'image n'existe pas donc on prend celle en local*/
    background-image: url("i/ui-icons_ffffff_256x240.png");
}

.ui-dialog .ui-dialog-content {
    padding: 20px;
}

.ui-dialog .ui-dialog-buttonpane {
    border: none;
    padding: 0 20px 20px;
}

.ui-dialog .ui-dialog-buttonset .ui-button {
    color: #fff;
    border: none;
    text-align: center;
    background: none repeat scroll 0 0 #0088C2;
    padding: 5px 20px;
    margin: 0;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}

.ui-dialog .ui-dialog-buttonset .ui-button:hover,
.ui-dialog .ui-dialog-buttonset .ui-button.ui-state-hover {
    background: none repeat scroll 0 0 #83CA26;
    box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 0.65);
    border: none;
}

/* Ajout 2015-02-10 par Steven */
#settings-form #sectionPersonnalisationCourriel legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #1d6ca6;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333;
    display: block;
    font-size: 16px;
    line-height: inherit;
    margin-bottom: 5px;
    padding: 0;
    width: 95%;
    margin-left: 10px;
}

#settings-form .hint_forcealign {
    margin-left: 140px !important;
}

#settings-form input[type=checkbox] {
    visibility: hidden;
}

/**
 * Create the checked state
 */
#settings-form .checkboxNiceLook input[type=checkbox]:checked + label {
    background: #1d6ca6;
}

#settings-form .radioButtonNiceLook input[type=checkbox]:checked + label {
    background: #1d6ca6;
    /*background: url("i/chk_checked.png") no-repeat scroll 0 0 transparent;*/
}

#settings-form .Sub-Section-City-wrapper {
    margin-bottom: 30px;
    width: 90%;
}

#settings-form .Sub-Section-City {
    display: table;
    margin: 0 auto;
}

#settings-form .city-list-row {
    padding-top: 15px;
    width: 90%;
    border: 0px solid blue;
}

#settings-form .city-list-row div {
    width: 33%;
    border: 0px solid darkgray;
    display: inline;
    float: left;
    position: relative;
}

#settings-form .city-list-row div span {
    border: 0px solid darkgray;
    position: absolute;
    top: 50%;
    height: 30px;
    margin-top: -10px;
}

/**
 * Checkbox
 */
#settings-form .city-list-row div.checkboxNiceLook {
    width: 20px;
    height: 20px;
    background: #ddd;
    margin: 5px 12px;
    border-radius: 25%;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

/**
 * Create the checkbox button
 */
#settings-form .city-list-row div.checkboxNiceLook label {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 25%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #ffffff;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.offer-type-wrapper {
    width: 99%;
    border: 0px solid red;
    min-height: 210px;
}

.offer-type-wrapper-inner {
    display: table;
    margin: 0 auto;
}

.offer-type {
    float: left;
    margin-left: 14px;
    margin-right: 14px;
    margin-top: 14px;
}

.offer-type .imgDailyOffer {
    background: url("i/calendrier_quotidien.png") no-repeat scroll 0 0 transparent;
    height: 56px;
    margin-left: 0;
    width: 53px;
}

.offer-type .title {
    color: #1d6ca6;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    overflow: hidden;
    position: relative;
    width: 250px;
}

.offer-type .boxtop {
    background: url("i/BackOffre2_top.png") no-repeat scroll 0 0 transparent;
    height: 14px;
    margin-left: 0;
    width: 270px;
}

.offer-type .boxbottom {
    background: url("i/BackOffre2_bottom.png") no-repeat scroll 0 0 transparent;
    height: 14px;
    margin-left: 0;
    width: 270px;
}

.offer-type .boxmiddle {
    background-color: #fff;
    color: #808080;
    font-size: 11px;
    height: 70px;
    margin-left: 0;
    padding: 15px;
    position: relative;
    width: 240px;
}

.offer-type .boxmiddle i {
    position: absolute;
    top: 55%;
    height: 65px;
    margin-top: -35px;
    font-size: 48px;
    color: #1d6ca6;
    float: left;
}

.offer-type .boxmiddle div {
    position: absolute;
    top: 50%;
    height: 70px;
    margin-top: -35px;
    margin-left: 70px;
    border: 0px solid darkgray;
    display: table;
}

.offer-type .boxmiddle div span {
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    padding-right: 8px;
}

.offer-type .boxmiddle2 {
    background-color: #fff;
    color: #808080;
    font-size: 11px;
    height: 90px;
    margin-left: 0;
    padding: 20px;
    width: 230px;
    position: relative;
}

.offer-type .boxmiddle2 i {
    position: absolute;
    top: 55%;
    height: 85px;
    margin-top: -40px;
    font-size: 48px;
    color: #1d6ca6;
    float: left;
}

.offer-type .boxmiddle2 div {
    position: absolute;
    top: 50%;
    height: 90px;
    margin-top: -45px;
    margin-left: 70px;
    border: 0px solid darkgray;
    display: table;
}

.offer-type .boxmiddle2 div span {
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    height: 90px;
    padding-right: 12px;
}

.offer-type .title span {
    border: 0px solid darkgray;
    position: absolute;
    top: 50%;
    height: 30px;
    margin-top: -10px;
    float: left;
}

#sectionPersonnalisationCourriel .offer-type .checkboxNiceLook {
    width: 20px;
    height: 20px;
    background: #ddd;
    margin: 6px;
    border-radius: 25%;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    float: left;
}

#sectionPersonnalisationCourriel .offer-type .checkboxNiceLook label {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 25%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #ffffff;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}

/**
 * Checkbox Four
 */
#settings-form .radioButtonNiceLook {
    width: 20px;
    height: 20px;
    background: #ddd;
    margin: 6px;
    border-radius: 100%;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    float: left;
}

/**
 * Create the checkbox button
 */
#settings-form .radioButtonNiceLook label {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #ffffff;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.unsubscribe-content-box {
    padding-top: 0px;
    width: 99%;
    overflow: auto;
}

.unsubscribe-content-box p {
    margin-left: 15px;
}

.unsubscribe-content-box #LigneChoixDesabonnement {
    margin-left: 12px;
    width: 98%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.unsubscribe-content-box div {
    width: 33%;
    border: 0px solid darkgray;
    display: inline;
    float: left;
    position: relative;
}

.unsubscribe-content-box div span {
    border: 0px solid darkgray;
    position: absolute;
    top: 50%;
    height: 30px;
    margin-top: -10px;
}

#settings-form #unsubscribe-customer-reason {
    margin-left: 12px;
    width: 98%;
    min-height: 240px;
}

#settings-form #unsubscribe-customer-reason p {
    margin-left: 12px;
    margin-bottom: 10px;
}

#settings-form #unsubscribe-customer-reason .reason-list {
    width: 100%;
}

.errorMsgBox {
    border: 3px solid #ff6060;
    border-radius: 5px;
    margin-left: 10px;
    padding-bottom: 5px;
    background-color: red
}

.errorMsgBox p {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.errorMsgBox div label {
    background-color: red !important;
    color: white !important;
    font-weight: bold;
    margin-left: 20px;
}

/* This parent can be any width and height */
.msgBox {
    float: left;
    width: 98%;
    background-color: red !important;
}

.msgBoxHidden {
    float: left;
    width: 98%;
    background-color: red !important;
    visibility: hidden;
}

/* The ghost, nudged to maintain perfect centering */
.msgBox:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}

.errorMsg-IconeFont {
    display: inline-block;
    vertical-align: middle;
    width: 8%;
    font-size: 25px;
    color: white;
    text-align: center;
}

.errorMsg-List {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    color: white;
    font-weight: bold;
}

/* Fin Ajout 2015-02-10 */

/* Ajout 2015-02-23 par Steven*/

