/* Clear utilities */
.clr_10, .clr_20, .clr_hr {
    clear: both;
    height: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}
.clr_10 { height: 10px; }
.clr_20 { height: 20px; }
.clr_hr { border-bottom: 1px solid #CCC; }

/* Base styles */
#ao_facebookpsconnect p {
    padding: 0;
    margin: 0;
}

/* Button base styles */
.ao_bt_fpsc,
.ao_bt_fpsc:hover,
.ao_bt_fpsc:active,
.ao_bt_fpsc:visited {
    color: #FFF;
}

.ao_bt_fpsc {
    text-shadow: 0 1px 1px #333;
    font-size: 12px;
    line-height: 30px;
    margin: 10px 8px 0;
    display: inline-block;
    height: 30px;
    padding: 0 20px 0 5px;
    background: url(../img/bt_sprite2.png) 0 0 repeat-x;
    border-radius: 3px;
    box-shadow: 1px 2px 2px #AAA;
}

.ao_bt_fpsc:active {
    box-shadow: 1px 1px 1px #BBB;
}

.ao_bt_fpsc span {
    font-weight: bold;
    height: 28px;
    display: block;
    float: left;
}

.ao_bt_fpsc span.picto {
    width: 30px;
    background: url(../img/bt_sprite2.png) 0 0 no-repeat;
}

.ao_bt_fpsc span.title {
    padding-left: 10px;
}

/* Social network specific styles */
/* Facebook */
.ao_bt_fpsc.ao_bt_fpsc_facebook {
    border: 1px solid #3f6387;
    background-position: 0 -5;
}
.ao_bt_fpsc.ao_bt_fpsc_facebook:hover {
    background-position: 0 0;
}
.ao_bt_fpsc.ao_bt_fpsc_facebook span.picto {
    background-position: 0 -156px;
    border-right: 1px solid #3a5f81;
}
.ao_bt_fpsc.ao_bt_fpsc_facebook span.title {
    border-left: 1px solid #5d85a9;
}

/* Twitter */
.ao_bt_fpsc.ao_bt_fpsc_twitter {
    border: 1px solid #008CB3;
    background-position: 0 -85px;
}
.ao_bt_fpsc.ao_bt_fpsc_twitter:hover {
    background-position: 0 -80px;
}
.ao_bt_fpsc.ao_bt_fpsc_twitter span.picto {
    background-position: 0 -235px;
    border-right: 1px solid #33bcf1;
}
.ao_bt_fpsc.ao_bt_fpsc_twitter span.title {
    border-left: 1px solid #008CB3;
}

/* Google */
.ao_bt_fpsc.ao_bt_fpsc_google {
    border: 1px solid #a51012;
    background-position: 0 -45px;
}
.ao_bt_fpsc.ao_bt_fpsc_google:hover {
    background-position: 0 -40px;
}
.ao_bt_fpsc.ao_bt_fpsc_google span.picto {
    background-position: 0 -195px;
    border-right: 1px solid #d14c4c;
}
.ao_bt_fpsc.ao_bt_fpsc_google span.title {
    border-left: 1px solid #a40000;
}

/* PayPal */
.ao_bt_fpsc.ao_bt_fpsc_paypal {
    border: 1px solid #0082C2;
    background-position: 0 -125px;
}
.ao_bt_fpsc.ao_bt_fpsc_paypal:hover {
    background-position: 0 -120px;
}
.ao_bt_fpsc.ao_bt_fpsc_paypal span.picto {
    background-position: 0 -275px;
    border-right: 1px solid #0096D0;
}
.ao_bt_fpsc.ao_bt_fpsc_paypal span.title {
    border-left: 1px solid #0082C2;
}

/* Amazon */
.ao_bt_fpsc.ao_bt_fpsc_amazon {
    border: 1px solid #9D6C00;
    background-position: 0 -316px;
}
.ao_bt_fpsc.ao_bt_fpsc_amazon:hover {
    background-position: 0 -321px;
}
.ao_bt_fpsc.ao_bt_fpsc_amazon span.picto {
    background-position: 0 -367px;
    border-right: 1px solid #9D6C00;
}
.ao_bt_fpsc.ao_bt_fpsc_amazon span.title {
    border-left: 1px solid #FFDF95;
    color: #000000;
    text-shadow: 0 1px 0 #FFF;
}

/* User account block */
.fbpsc_block_user_account {
    background: #EEE;
    color: #666666;
    text-shadow: 0 1px 0 #FFF;
}
.fbpsc_block_user_account .content {
    border: 1px solid #CCC;
    padding: 10px;
    background: #EEE;
    height: 150px;
}
.fbpsc_block_user_account .ao_input {
    border: 1px solid #CCC;
    padding: 0 5px;
    color: #999999;
    height: 20px;
}
.fbpsc_block_user_account fieldset {
    border: none;
}
.fbpsc_block_user_account p {
    display: block;
    padding-bottom: 20px;
}
.fbpsc_block_user_account .ao_input,
.fbpsc_block_user_account .button {
    margin: 0;
}

/* Mini buttons */
.fbpsc_mini_button .ao_bt_fpsc {
    padding: 0;
    height: 20px;
    width: 20px;
    overflow: hidden;
    background: url(../img/bt_sprite_mini.png) 0 0 repeat-x;
    margin-right: 10px;
}
.fbpsc_mini_button .ao_bt_fpsc span.picto {
    height: 20px;
    width: 20px;
    background: url(../img/bt_sprite_mini.png) 0 0 no-repeat;
}
.fbpsc_mini_button .ao_bt_fpsc .title {
    display: none;
}
.fbpsc_mini_button .ao_bt_fpsc span {
    border: none !important;
}
.fbpsc_mini_button .btn-mini-fbpsc {
    text-align: center !important;
    margin-right: 10px !important;
}
.fbpsc_mini_button a:first-child {
    margin-left: 0;
}
.fbpsc_mini_button a:last-child {
    margin-right: 0;
}

/* Mini button social network specific styles */
.fbpsc_mini_button .ao_bt_fpsc.ao_bt_fpsc_facebook {
    background-position: 0 -5;
}
.fbpsc_mini_button .ao_bt_fpsc.ao_bt_fpsc_facebook span.picto {
    background-position: 2px -97px;
}
.fbpsc_mini_button .ao_bt_fpsc.ao_bt_fpsc_twitter {
    background-position: 0 -48px;
}
.fbpsc_mini_button .ao_bt_fpsc.ao_bt_fpsc_twitter span.picto {
    background-position: 3px -143px;
}
.fbpsc_mini_button .ao_bt_fpsc.ao_bt_fpsc_google {
    background-position: 0 -24px;
}
.fbpsc_mini_button .ao_bt_fpsc.ao_bt_fpsc_google span.picto {
    background-position: 3px -119px;
}
.fbpsc_mini_button .ao_bt_fpsc.ao_bt_fpsc_paypal {
    background-position: 0 -71px;
}
.fbpsc_mini_button .ao_bt_fpsc.ao_bt_fpsc_paypal span.picto {
    background-position: 3px -167px;
}
.fbpsc_mini_button .ao_bt_fpsc.ao_bt_fpsc_amazon {
    background-position: 0 -197px;
}
.fbpsc_mini_button .ao_bt_fpsc.ao_bt_fpsc_amazon span.picto {
    background-position: 2px -228px;
}

/* Header user styles */
#header_user .fbpsc_mini_button {
    margin: 0;
    padding: 0;
    text-align: right;
    line-height: 25px;
}
#header_user .fbpsc_mini_button .ao_bt_fpsc {
    margin: 0 8px;
}

/* FBPSC block styles */
#fbpsc .btn {
    margin-right: 10px;
}
#fbpsc .block .title_block,
.block h4 {
    margin-bottom: 0 !important;
}
#fbpsc .block-account-title {
    font-size: 15px;
    text-align: center;
}
#fbpsc .btn-warning {
    font-style: normal !important;
}
#fbpsc_block_user_account .block .title_block {
    margin: -1px;
}

/* Authentication styles */
#authenticationAlign {
    text-align: center !important;
}
#authenticationAlign a {
    display: inline-block;
    margin-bottom: 20px;
}
#connectorText {
    border: 2px solid #385b94;
    border-right: none;
    border-left: none;
    color: #385b94;
    padding: 10px 10px 10px 85px !important;
    min-height: 60px;
    line-height: 20px;
}

/* Fancybox styles */
#fpcFancyboxContent h3 {
    border: none !important;
    background: #333;
    color: #FFF;
    padding: 10px 20px !important;
    line-height: 20px;
}
#fpcFancyboxContent {
    width: 850px !important;
    text-align: center;
    padding: 15px;
}

/* Social message styles */
#socialMessage button {
    margin-bottom: 20px;
    margin-top: 20px;
}
#socialMessage label {
    display: inline;
    font-weight: bold;
    font-size: 12px;
}

/* Alert styles */
.alert.error {
    padding: 10px 15px;
    color: #ff0000;
    border: 1px solid #EC9B9B;
    background-color: #FAE2E3;
    margin-top: 10px;
}
.alert.valide {
    padding: 10px 15px;
    color: #3a811d;
    border: 1px solid #b8c8b3;
    background-color: #dff0d8;
    margin-top: 10px;
}
.alert-info {
    border-bottom: none;
    border-top: none;
    border-right: none;
}

/* Voucher popup styles */
.fbpsc_voucher_popup {
    width: 500px;
    text-align: center;
}
.fbpsc_voucher_popup h3 {
    background-color: #000000;
    color: #f5f5f5;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.fbpsc_voucher_popup h4 {
    font-size: 13px;
}
.fbpsc_voucher_popup > .alert-success {
    padding: 15px;
    position: relative;
    border: none;
    border-left: solid 3px #3c763d;
    background-color: #dff0d8;
    color: #3c763d;
    text-align: center;
}
.fbpsc_voucher_popup > .alert-info {
    padding: 15px;
    text-align: center;
}
.fbpsc_voucher_popup_button {
    text-align: right;
}

/* PrestaShop 1.7 specific styles */
#fbpsc .a_link_17 {
    color: #2fb5d2 !important;
    font-size: 12px;
    padding-bottom: 10px;
}
.fbpsc_funnel_17_above {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.25);
    padding: 15px;
    margin-bottom: 10px;
}
.fbpsc_funnel_17_below {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.25);
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* PrestaShop 1.5 specific styles */
#fbpsc .login-form-15 {
    border: none;
    padding: 10px;
}
#fbpsc #login_form #email,
#fbpsc #login_form #passwd {
    width: 150px;
}
#fbpsc .submit-15 {
    padding-right: 15px;
}
