/* product desc */
/* primary_block ***************************************************************************** */
#primary_block {
    margin-top:15px;
}

/* pb-right-column ***************************************************************************** */
#pb-right-column {

}

#pb-right-column #image-block {
    position:relative;
    text-align: center;
    border:1px solid #e9e9e9;
}

#pb-right-column #image-block img {
    display: inline-block;
}

#pb-right-column #image-block #view_full_size {
    display:block;
    cursor:pointer;
}

#pb-right-column #image-block #view_full_size .span_link {
    position: absolute;
    bottom: 0;
    right: 10px;
    display: block;
    color: #fff;
    background-image: url(../img/icon/zoom.png);
    background-repeat: no-repeat;
    background-position: 10px 4px;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    width: 92%;
    margin-bottom: 20px;
    padding: 6px;
}

#pb-right-column #image-block #view_full_size .span_link img {
    position:relative;
    top:3px;
    left:-3px;
    border:none;
    padding-right:2px;
}

/* miniatures */
#views_block {

    position: relative;
    margin-top: 10px;
    text-align: center;
}

#thumbs_list {
    display: inline-block;
    overflow: hidden;
    width: 320px;
}

#thumbs_list ul#thumbs_list_frame {
    list-style-type:none;
    padding-left:0;
}

#thumbs_list li {
    cursor:pointer;
    display:inline-block;
    float: left;

}
#thumbs_list li a {
    display: block;
    text-align: center;
    width: 80px;
}
#thumbs_list li img {
    display: inline-block;
    border:1px solid #e9e9e9;
    width: 80%;
    height: 70px;
}

span.view_scroll_spacer {

    height:16px;
    width:21px;
}

#view_scroll_left,
#view_scroll_right {
    background: url("../img/default/thumbs_left.gif") no-repeat scroll 5px 5px;
    top: 20px;
    width: 20px;
    height: 30px;
    z-index: 999;
    position: absolute;
    left: -10px;
    font-size: 0;
}

#view_scroll_right {
    background: url("../img/default/thumbs-left-right.png") no-repeat scroll 5px 5px;
    left: auto;
    right: -10px;
}

.resetimg {
    padding:10px 0 0;
}

/* link list */
#usefull_link_block {
    list-style-type:none;
    margin-top:20px;
}

#usefull_link_block li {
    margin-bottom: 5px;
}

#usefull_link_block li.print {
    padding-left:20px;
    background:url(../img/icon/print.gif) no-repeat 0 0;
}

#usefull_link_block li.sendtofriend {
    padding-left:20px;
    background:url(../img/icon/send_friend.gif) no-repeat 0 0;
}

#usefull_link_block li#left_share_fb {
    padding-left:20px;
    background:url(../img/icon/picto_fb.png) no-repeat 0 0;
}

/* pb-left-column ****************************************************************************** */
#pb-left-column{}


#pb-left-column h1 {
    color: #a24e68;
    font-weight: normal;
    font-size: 23px;
    padding-top:0;
    margin-bottom: 20px;
    line-height: 28px;

}

#pb-left-column #short_description_block {
    color:#898888;
    width: 375px;
}

#pb-left-column #short_description_block .buttons_bottom_block {
    display:none;
}

/* form */
#pb-left-column #buy_block {
    position: relative;
}

#buy_block p {
    padding-bottom:10px;
}
#quantityAvailable{
    color: #f2711f;
}
#pb-left-column #buy_block label {
    display:inline-block;
    font-weight:700;
    font-size:12px;
    text-align:right;
}
#quantity_wanted_p label{
    float:left;
    text-align: left;
    line-height: 29px;
    margin-right:10px;
}
.product_attributes .price {
    /*float: left;
    margin-right: 30px;*/
    float: right;
    position: absolute;
    width: 30%;
    right: 0px;
    top: -50px;
}
.product_quantity_button{
    float:left;
    position:relative;
}
.product_quantity{
    float:left;
    margin-right: 40px;
}
.product_quantity_button .product-quantity-down,
.product_quantity_button .product-quantity-up{
    position:absolute;
    left: 18px;
    display:none;
}
.product_quantity_button .product-quantity-down{top:-15px;}
/* color_picker */
#pb-left-column #color_picker p {
    padding-bottom:5px;
    font-weight:700;
}

#attributes fieldset {
    padding-bottom:10px;
    margin: 10px 0px;
}

#attributes fieldset label {

}

#attributes .attribute_list {
    display:inline-block;
}

.ie7 #attributes .attribute_list {
    display:inline;
    zoom:1;
    float:right
}

#attributes .attribute_list ul{
    list-style:none
}

#attributes .attribute_list ul li{
    clear:both
}

#attributes .attribute_list input.attribute_radio{float: left;margin-left: 3px;}
#attributes .attribute_list span{float: left;margin-bottom: 5px;margin-left: 3px;}

.ie7 #attributes .attribute_list span{margin-top:1px}

#attributes .attribute_list #color_to_pick_list {
    list-style-type:none;
}

#attributes .attribute_list #color_to_pick_list li {
    float:left;
    margin:0 5px 8px 0;
    padding:1px;
    border:1px solid #ccc;
    clear:none
}

#attributes .attribute_list #color_to_pick_list li.selected {
    border:1px solid #000;
    border: 1px dashed #e1e1e1;
}

#attributes .attribute_list #color_to_pick_list a.color_pick {
    display:block;
    height:15px;
    width:15px;
}

.product_attributes {
    border-top: 1px dashed #e1e1e1;
    padding: 15px 0px;
    margin-top: 15px;
    position: relative;
}
.product_attributes span.discount{
    /*position: initial;*/
}
/* attributes */
#attributes select {
    border:1px solid #cdcdcd;
}

/* quantity_wanted */
#quantity_wanted_p input {
    width:50px;
    border:1px solid #cdcdcd;
}

/* availability_statut */
#availability_statut {
    margin: 10px 0 0 0;
    min-width: 255px;
}

#availability_date_label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-right: 1%;
    text-align: right;
    width: 23.4043%;
}
#availability_statut span#availability_label{display:inline-block;}
#availability_statut #availability_value {
    background-color:green;
    color:#ffffff;
    text-shadow:none;
    padding:0 10px;
    text-transform: uppercase;
    font-size:10px;
    font-weight: bold;
    display:inline-block;
}

#availability_statut #availability_value.warning_inline {
    background-color:#9B0000;
}

/* prices */
#buy_block p.price {
    padding:0;
}

.discount {
    display:none;
}

#buy_block p#old_price {
    padding-bottom:15px;
    font-size:14px;
    text-decoration:line-through;
    color:#ccc;
    font-family:arial;
    margin-top:10px;
    position: absolute;
    top: 0px;
    left: -60px;

}

.our_price_display {
    padding-bottom:10px;
    font-size:24px;
}

#reduction_percent,#reduction_amount {
    display:block;
    float:right;
    font-weight:700;
    font-size:12px;
    color:#fff;
    background:#00be90;

}

#reduction_percent{}
#reduction_percent span,#reduction_amount span {
    display:block;
    padding:0;
    background:#00be90;
} 
#buy_block #reduction_percent{
    padding-bottom: 0px;
    position: absolute;
    top: -60px;
    right: 32px;
    padding: 2px 10px;
    min-width: 70px;
}
#pb-left-column .content_prices{
    /*background: #ee662a;
    right: 0px;
    max-width: 120px;
    text-align: center;
    margin-bottom: 20px;*/
    background: #ee662a none repeat scroll 0 0;
    float: right;
    margin-bottom: 20px;
    max-width: 120px;
    position: absolute;
    right: 242px;
    text-align: center;
    top: -160px;
}
#pb-left-column #reduction_percent span,#reduction_amount span {
    display:block;
    padding:0;
    text-align: center;
}
/* online_only */
#buy_block p.online_only {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    padding: 2px 10px;
    position: initial;
}

/* add_to_cart */
.content_prices #add_to_cart {
    position:relative;
    padding:0; 
    display: inline;
}

.content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled {
    height: 26px;
    line-height: 14px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*hack Chrome and Safari */

    .content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled {
        padding:6px 7px 4px 15px;
    }

}

.ie9 .content_prices #add_to_cart .exclusive, .ie9 .content_prices #add_to_cart .exclusive_disabled {
    padding:8px 7px 4px 15px;
    line-height:12px;
}

:first-child+html .content_prices #add_to_cart .exclusive {
    padding:4px 3px 4px 11px;
}



/* */
.buttons_bottom_block {
    clear:both;
}

.buttons_bottom_block #wishlist_button {
    font-weight:700;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
}

#send_friend_form h2 {
    padding:8px 11px;
    font-size:12px;
    color:#fff;
    text-shadow:0 1px 0 #000;
    text-transform:uppercase;
    background:#383838;
}

#send_friend_form .product {
    margin:20px 10px;
}

#send_friend_form .product img {
    float:left;
    margin:0 10px 0 0;
    border:1px solid #ccc;
}

#send_friend_form .product .product_desc {
    float:left;
    width:380px;
}

#send_friend_form .product .product_desc p {
    padding:0 10px 0 0;
    color:#333;
}

#send_friend_form .product .product_desc p.product_name {
    font-size:12px;
    color:#000;
}

#send_friend_form .send_friend_form_content {
    margin:0 10px 20px;
}

#send_friend_form .form_container {
    padding:10px 15px;
    border:1px solid #ccc;
    background:#eee;
}

#send_friend_form .form_container p.intro_form {
    padding-bottom:14px;
    font-weight:700;
    font-size:13px;
    color:#333;
}

#send_friend_form .form_container p.txt_required {
    padding-bottom:0;
    color:/* SEND TO FRIEND (pop-in) ##################################################################### */
        #666;
}

#send_friend_form .form_container .text {

}

#send_friend_form .form_container .text label {

}

#send_friend_form .form_container .text input {


}

#send_friend_form .submit {
    margin-top:20px;
    padding-bottom:0;
    text-align:right;
}

/* PACK ##################################################################### */
#blockpack {
    margin-top:20px;
    padding-top:20px;
    border-top:1px dotted #999;
}

/* PERSONNALISATION ##################################################################### */
.customization_block {
}

.customization_block p.infoCustomizable {
    margin:10px 0 20px;
    padding:0 0 0 20px;
    background:url(../img/icon/infos.gif) no-repeat 0 0 transparent;
}

ul#uploadable_files,ul#text_fields {
    list-style-type:none;
}

.customizableProductsFile,.customizableProductsText {
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px dotted #ccc;
}

.customizationUploadLine {
    padding-bottom:10px;
}
.customizationUploadBrowse img + a {
    position: relative;
    top: -51px;
}
.customizationUploadLine label {
    display:inline-block;
    width:150px;
    vertical-align:top;
}

.customizationUploadLine textarea {
    height:50px;
    width:300px;
    border:1px solid #ccc;
}

#customizedDatas {
    float:right;
}

.accessories_block div ul li a {
    display:inline-block;
}

.accessories_block div ul li .s_title_block a, .accessories_block div ul li .s_title_block span  {
    font-weight:bold;
}
#product #pb-left-column .on_sale {
    font-size: 16px;
    background: #e06228;
    color: #fff;
    padding: 2px 10px;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
#add_to_cart{
    text-align: right;
}
