/* product desc */


/* primary_block ***************************************************************************** */
#primary_block {padding: 5px 0 10px}	 

#more_info_block {padding: 0 0 15px 0}


/* pb-right-column ***************************************************************************** */
#pb-right-column {
	float:left;

}
#pb-right-column  #image-block {position:relative;}
#pb-right-column  #image-block img {
    
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);

}
#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:10px;
	left:32%;
	display:block;
	padding:0 12px 0 30px;
	line-height:20px;
	color:#fff;
	text-shadow: 0 1px 0 #000;
	text-align:center;
	text-transform:uppercase;
	background-image:url(../img/icon/zoom.png);
	background-repeat:no-repeat;
	background-position:10px 2px;
	background-color : rgb(0,0,0);
	background-color : rgba(0,0,0, 0.5);
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}
#pb-right-column  #image-block #view_full_size .span_link img {
	position:relative;
	top:3px;
	left:-3px;
	border:none;
	padding-right:2px;
}


/* miniatures */
#pb-right-column #views_block {
	height: 130px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;

	background: white;

	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}


#thumbs_list {
    position: absolute;
    overflow: hidden;
    margin-top: 10px; 
    z-index: 1000;

}
#thumbs_list ul#thumbs_list_frame {
   list-style-type: none;
   padding-left: 0
}
#thumbs_list li {
   cursor: pointer;
   float: left;
   height: 110px;
   margin: 0 9px 0 0;
   width: 116px;
}
#thumbs_list li img { 
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    border: 1px solid #E5E6E7;
    margin: 0 10px 0 0;
    padding:4px;
    width: 100px;

}

span.view_scroll_spacer {
   float: left;
   height: 80px;
   margin-top: 0;
   width: 17px;
}
#view_scroll_left, #view_scroll_right {		

   text-indent: -3000px;
   width: 20px;
   height: 20px
   
}

#view_scroll_left {
	
	background: url(../img/newparure/previous-20-bi-hoz.png) #F4F4F4 no-repeat;	
	border: 1px solid #E5E6E7; 
	float: left;	
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
}

#view_scroll_left:hover {
	
	background: url(../img/newparure/previous-20-bi-hoz.png) #656565 no-repeat;
	background-position:-20px 0px;	
	border: 1px solid #656565; 
	
}

#view_scroll_right {
	
	background: url(../img/newparure/next-20-bi-hoz.png) #F4F4F4 no-repeat;	
	border: 1px solid #E5E6E7; 
	float: right;	
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
}

#view_scroll_right:hover {
	
	background: url(../img/newparure/next-20-bi-hoz.png) #656565 no-repeat;
	background-position:-20px 0px; 
	border: 1px solid #656565; 
	
}
 



.resetimg {clear: both; padding: 10px 0 20px 5px;}


/* link list */
#usefull_link_block {  
    display: block;
    float: left;
	list-style-type:none;
	margin-top: 20px
}
#usefull_link_block li {
    float: left;
    margin-right: 15px;	
	line-height: 40px;
    width: auto;
	height: 40px
}
#usefull_link_block li a {
    color: #333333
}
#usefull_link_block li a:hover {
    color: #A0CE4E
}
#usefull_link_block li#left_share_fb a:hover {
    color: #125aaa
}


#usefull_link_block li.print {	


	padding-top: 5px;
 
}

#usefull_link_block span.imgadd {	
	display: inline-block;
	background: url(../img/newparure/print-40-bi.png) #F4F4F4 no-repeat center 0;
	border: 1px solid #E5E6E7; 
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
	height: 40px;
	width: 40px; 
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;

 
}
#usefull_link_block span.imgadd:hover {	

	background: url(../img/newparure/print-40-bi.png) #656565 no-repeat center -40px;
	border: 1px solid #656565; 
}

#usefull_link_block li.sendtofriend {

	padding-top: 4px;
} 

#usefull_link_block span.imgsend {	
	display: inline-block;
	background: url(../img/newparure/email-40-bi.png) #F4F4F4 no-repeat center 0;  
	border: 1px solid #E5E6E7;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
	height: 40px;
	width: 40px;  
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
 
}
#usefull_link_block span.imgsend:hover {	

	background: url(../img/newparure/email-40-bi.png) #656565 no-repeat center -40px;	
	border: 1px solid #656565;
 
}

#usefull_link_block li#left_share_fb {

	padding-top: 4px;
} 

#usefull_link_block span.imgsharefb {	
	display: inline-block;
	background: url(../img/newparure/facebook-bi.png) #F4F4F4 no-repeat center 0; 
	border: 1px solid #E5E6E7;
	-moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; 
	height: 40px;
	width: 40px;   
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
 
}
#usefull_link_block span.imgsharefb:hover {	

	background: url(../img/newparure/facebook-bi.png) #656565 no-repeat center -40px;	
	border: 1px solid #656565;
 
}


/* pb-left-column ****************************************************************************** */
#pb-left-column {
	float:left;
	

}
#pb-left-column h1 {
    padding: 12px 0;
	font-size: 24px;
	color: #CE9014;
	
	font-weight: normal;
	margin: 0 0 10px;
}
#pb-left-column #short_description_block {
    color:#7B7B7B;
	font-size: 15px;
	margin: 10px 0;

}
#pb-left-column #short_description_block p {
    padding-bottom: 5px;
}
#pb-left-column #short_description_block .buttons_bottom_block {display:none}


/* form */
#pb-left-column  #buy_block {margin-top:10px}
#buy_block p {float: right;}
#pb-left-column  #buy_block label {


	font-weight:normal;

	font-size: 17px;
	text-align:left;

} 


#pb-left-column  #bas {
    border-bottom: 1px solid #E5E6E7;
    border-top: 1px solid #E5E6E7; 
	background: #F4F4F4;
    margin: 10px 0;
    width: 100%;
} 


#pb-left-column  #quantity_wanted_p {
    float: left;
	height: 40px;
    line-height: 40px;
	width: 210px;
}


#pb-left-column #haut {
    margin: 10px 0;
    width: 100%;
}


#pb-left-column #haut p {
	 padding-bottom: 5px; 
	 text-align: center;
}  


#pb-left-column #haut ul {
    float: left;
	list-style-type:none;
	width: 100%;
	border-bottom: 1px solid #E5E6E7;
    border-top: 1px solid #E5E6E7;
	background: #F4F4F4; 
	padding: 5px 0;
	margin: 0 0 20px 0
}


#pb-left-column #haut ul li {

	height: 40px;
	line-height: 40px;

	color: #5C5C5C;

	font-weight: normal;



}




/* short description pack */
.short_description_pack {display:none;}


/* color_picker */
#pb-left-column #color_picker p {
	padding-bottom:5px;
	font-weight:bold
}
#attributes fieldset {
    margin-bottom:10px;
	line-height: 50px
}
#attributes fieldset label {vertical-align:top;}
#attributes .attribute_list {display:inline-block;}
.attribute_list #color_to_pick_list {
	list-style-type:none;
	width: auto; 
	height: 40px;
	line-height: 40px
}
.attribute_list #color_to_pick_list li {
	float: left;
	margin: 5px 8px 5px 0;
	border: 1px solid #E5E6E7
}
.attribute_list #color_to_pick_list li.selected{
    border: 2px solid #FFFFFF;
	-webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
}
.attribute_list #color_to_pick_list a.color_pick{
	display:block;
	height: 37px;
    width: 37px;
}
.attribute_list #color_to_pick_list a.color_pick:hover{


	text-decoration:none;
	background-position: 0 0; 
	-webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.1);
}


.product_attributes {
	padding: 10px 0 10px 0;
	clear: both;
}
/* attributes */
#attributes select {
	width:auto;
	background: #F4F4F4; 
    border: 1px solid #E5E6E7;
	height: 40px;
    padding: 10px;

    color: #848484;

    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
#attributes option {
	padding-left: 10px
}


/* quantity_wanted */
#quantity_wanted_p input {
	width: 25px;
	background: white; 
    border: 1px solid #E5E6E7;
	height: 43px;
    padding-left: 16px;
	color: #848484;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;

}


/* availability_statut */
#availability_statut {padding-bottom:10px;}
#availability_statut span#availability_label {
	display:none;
	font-weight:bold;
	font-size:12px;
	text-align:left
}
#availability_statut span#availability_value {
	display:inline-block;


}



/* prices */
.content_prices {
	margin:10px 0;
	text-align:right
}
#buy_block p.price {padding:0}
.discount {display:none}
#buy_block p#old_price {
    float: right;
	padding-top:4px;
	font-size:15px;
	color: #646464;

	text-decoration:line-through
}
.our_price_display {
    float: right;
	clear: both;
	font-weight: normal;
	font-size: 35px;
	line-height:45px;
	color:#7B7B7B;

}
.on_sale { 
    clear:both;
    float: right;
	font-weight:normal;
	font-size:17px;
	text-transform: uppercase;
	margin-bottom:10px;
	color:#CE9014;

}
.on_sale_img { 
    display: none;
    float: right;
	margin-bottom: 10px;
}
#reduction_percent,
#reduction_amount {
    display:block;
	padding:0 0 0 10px;
	clear: both;
    margin-left:10px;
	background-color: #D2C3A5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    color: white;
    float: right;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
}
#reduction_percent span,
#reduction_amount span {
    display: block;
    padding: 3px 10px 4px 0;
}


/* online_only */
#buy_block p.online_only {
    font-weight:normal;
	font-size:11px;
	color:#da3838;
	text-align:left;
	text-transform:uppercase
}


/* add_to_cart */
.content_prices #add_to_cart {
	position:relative;
	float:right;
	padding:0;
}
.content_prices #add_to_cart .exclusive,
.content_prices #add_to_cart .exclusive_disabled { 
    font-weight: normal;
    width: auto;
	padding: 0 40px;
	height: 50px;
    line-height: 50px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;


} 

*:first-child+html .content_prices #add_to_cart .exclusive{padding:4px 3px 4px 11px}
.content_prices #add_to_cart span {
	z-index:10;
   display:none;
   position:absolute;
   top:0;
   left:-12px;
   height:26px;
   width:26px;
   background:url(../img/icon/pict_add_cart.png) no-repeat 0 0 transparent
}


/* */
.buttons_bottom_block {
	margin-top:25px;
}
.buttons_bottom_block #wishlist_button {font-weight:normal}




/* SEND TO FRIEND (pop-in) ##################################################################### */	


#send_friend_form {}
#send_friend_form h2 {
    padding: 14px;
	margin: 0 14px;
	font-size: 18px;
	font-weight: normal;
	color: #848484;
	text-transform: uppercase;
	background: #F4F4F4;
	border: 1px solid #E5E6E7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}


#send_friend_form .product {padding: 15px;}
#send_friend_form .product img {
	border: none; 
	float: left;  

    border: 1px solid #E5E6E7;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
#send_friend_form .product .product_desc {
	color: #848484;
    float: left;
    line-height: 18px;

}
#send_friend_form .product .product_desc p {

	font-size: 15px; 
	font-weight: normal;

}
#send_friend_form .product .product_desc p.product_name {

	padding: 10px 0;
	margin-bottom: 10px;
    border-bottom: 1px solid #E5E6E7;
    border-top: 1px solid #E5E6E7;
	color:#CE9014;
	font-size: 18px; 
	font-weight: normal;
	text-transform: uppercase;

}


#send_friend_form .send_friend_form_content {margin:0 10px 20px 10px}
#send_friend_form .form_container {
	padding: 15px; 
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	-o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
	background: white;
	border: 1px solid #E5E6E7;

	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
#send_friend_form .form_container p.intro_form {
	padding-bottom: 20px;

	font-weight: normal;
	font-size: 15px;
	color: #7B7B7B
}
#send_friend_form .form_container p.txt_required {
	margin-top: 20px; 
	color: #da3838
}
#send_friend_form p a {

	font-size: 15px; 
	font-weight: normal;
	color: #2E2E2E;
    text-decoration: none;

}
#send_friend_form p a:hover {


	color: #da3838;
    text-decoration: none;
}	


/* SEND TO FRIEND (pop-in) ##################################################################### */
}
#send_friend_form .form_container .text {padding-bottom:10px}
#send_friend_form .form_container .text label {
	display: inline-block;
    padding: 6px 15px 6px 0;
    width: 97%;/* 210 */
    text-align: left;
    font-weight: normal;

	font-size: 15px; 
	color: #828282;
}
#send_friend_form .form_container .text input {
    padding: 0 5px;
	height: 35px;
    width: 97%;
	border: 1px solid #E5E6E7;
	color: #848484;
	background: #F4F4F4;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size:15px;
} 

#send_friend_form .form_container .text input:focus { 
    background: #656565; 
	color: white; 
	border: 1px solid #3a3a39  
}


#send_friend_form  .submit {
	margin: 20px 10px 0 0;
	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: 0 0 15px;
    padding: 0 0 0 50px;
	background:url(../img/newparure/infos-40-yellow.png) no-repeat 0 transparent;
	
}


ul#uploadable_files,
ul#text_fields {list-style-type:none}
.customizableProductsFile,
.customizableProductsText{
	margin-bottom:10px;
}
.customizationUploadLine {padding-bottom:10px}

.customizationUploadLine textarea {
	height: 50px;
 
    color: #848484; 
    background: white; 
    border: 1px solid #E5E6E7;

    font-size: 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;

    padding: 5px;  
	margin-bottom: 20px;
} 

.customizationUploadLine textarea:focus { background: #656565; color: white; border: 1px solid #3a3a39  }
#customizedDatas {
	float:right;
} 

#q_modify{ 


    height: 45px;
    position: relative;
    float: right;

    width: 40px;
    z-index: 1;
} 

#q_up {	  

    background:url(../img/newparure/up-20-bi.png) white no-repeat center 0; 
	border: 1px solid #E5E6E7;
    display:block;
    width:20px;
    cursor:pointer;
    height:20px; 
	-moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; 
} 

#q_up:hover {	  

    background:url(../img/newparure/up-20-bi.png) #656565 no-repeat center -20px; 
	border: 1px solid #656565;

}


#q_down { 

    background:url(../img/newparure/down-20-bi.png) white no-repeat center 0; 
	border: 1px solid #E5E6E7;
    cursor:pointer;
    display:block;
    width:20px;
    height:20px; 
	-moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; 
}

#q_down:hover { 

    background:url(../img/newparure/down-20-bi.png) #656565 no-repeat center -20px; 
	border: 1px solid #656565;
}
