/* module blockwishlist */

/* lnk on detail product page */ 

#wishlist_button {
	cursor: pointer;
}

#wishlist_button span.imgwishlist {		  

	display: inline-block;
	background: #F4F4F4 url(../../../img/newparure/address-40-bi.png) 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: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;

 
}
#wishlist_button span.imgwishlist:hover {	


	background: #656565 url(../../../img/newparure/address-40-bi.png) no-repeat center -40px;
 	border: 1px solid #656565; 
}


/* bt add */  

.add_wishlist_button a {padding:5px 7px 5px 18px}
.add_wishlist_button a span { 
   z-index:10;
   display:block;
   position:absolute;
   top:-1px;
   left:-12px;
   height:26px;
   width:26px;
   background:url(img/icon/pict_add_wishlist.png) no-repeat 0 0 transparent
}

/* bloc */
#wishlist_block #wishlist_block_list {
	
	margin: 10px 0;
	padding: 3px 0 10px;
	border-bottom: 1px dotted #E3E3E3;
	font-size: 15px;
	color: #7B7B7B;
}
#wishlist_block_list dt {
    position:relative;
	margin: 5px 0;


} 

#wishlist_block_list dt img.remove_link {
	display:inline-block;
	height:20px;
	width:20px;
	background: url(../../../img/newparure/trash-20-bi.png) #F4F4F4 no-repeat center 0;
	cursor: pointer;
	vertical-align: middle;
	-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;
	margin-top: -2px;
}
#wishlist_block_list dt img.remove_link:hover {

    background: url(../../../img/newparure/trash-20-bi.png) #656565 no-repeat center -20px;
}

#wishlist_block_list .quantity-formated {
	display:inline-block;
	margin-right:5px;
	width:15px
}
#wishlist_block_list .cart_block_product_name {
    font-weight: normal;
	font-size: 15px;

}
#wishlist_block_list .ajax_cart_block_remove_link {
	
	
	display: inline-block;
	background: #F4F4F4 url("../../../img/newparure/trash-20-bi.png") no-repeat right 0; 
	border: 1px solid #E5E6E7;
	position:absolute;
    right: 0;
    top: 1px;
	-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:20px;
	width:20px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

#wishlist_block_list .ajax_cart_block_remove_link:hover {

	background: #656565 url("../../../img/newparure/trash-20-bi.png") no-repeat right -20px;

} 

#wishlist_block_list dd {
    margin:3px 0 10px 24px; 
	color: #7B7B7B;

}


#wishlist_block_list .ajax_cart_block_remove_link a {
	display:inline-block;
	height:12px;
	width:12px;
	background: url(img/icon/delete.gif) no-repeat 0 0
}
#wishlist_block_list .price {
	float:right
}

#wishlist_block select#wishlists {
	
	
	margin-bottom: 15px;
	background-color: #F4F4F4;
    border: 1px solid #E5E6E7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;

    color: #848484;
    font-size: 15px;
    height: 40px;
    padding: 10px;
    width: 100%;
}
#wishlist_block select#wishlists:focus { background: #656565; color: white; border: 1px solid #3a3a39 }
#wishlist_block select#wishlists option {
    padding-left: 12px;

}
#wishlist_block .lnk {padding-top:12px}
#wishlist_block .lnk a { 
	
	
	background: transparent url("../../../img/newparure/more-20-bi.png") no-repeat left 0;
    position: relative;
	-moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #2E2E2E;
    cursor: pointer;
    display: block;
    font-weight: normal;
   	padding: 0 0 0 30px;
	width: 100%;
    height: 20px;
    line-height: 20px;
    margin: 25px 0 10px;
    text-align: left;
	text-transform: uppercase;
	font-size: 16px;
}

#wishlist_block .lnk a:hover {

	background:  transparent url("../../../img/newparure/more-20-bi.png") no-repeat left -20px;
	color: #da3838;
	
}


/* page in my account ************************************************************************* */
#module-blockwishlist-mywishlist #left_column {display:none}
#module-blockwishlist-mywishlist #center_column{width:100%}

#module-blockwishlist-mywishlist #mywishlist fieldset {
	
	margin-bottom:20px;
	background-color: white;

	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	-o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 25px;
    -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);

}
#module-blockwishlist-mywishlist #mywishlist   p.text label {
    display: inline-block;
    float: none;
    font-size: 13px;
}
#module-blockwishlist-mywishlist #mywishlist   p.text input {  
	
	padding: 0 5px;
	height: 40px; 
	font-size: 15px;
	color: #848484; 
    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;
}
#module-blockwishlist-mywishlist #mywishlist   p.text input:focus { background: #656565; color: white; border: 1px solid #3a3a39  }	  

#module-blockwishlist-mywishlist #mywishlist  p.submit {
	margin-right:25px;
	padding-bottom:5px;
	text-align:right;

}

#mywishlist td.wishlist_delete {
	text-align:left;
}
#mywishlist td.wishlist_delete a {
	
	display:inline-block;
	height:20px;
	width:20px;
	background: url(../../../img/newparure/trash-20-bi.png) #F4F4F4 no-repeat center 0;
	cursor: pointer;
	vertical-align: middle;
	-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;
	color: transparent;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

#mywishlist td.wishlist_delete a:hover {
    background: url(../../../img/newparure/trash-20-bi.png) #656565 no-repeat center -20px;
}


/* form add ****************************************** */
#form_wishlist {}
#form_wishlist fieldset { padding: 20px }
#form_wishlist label {
    display:inline-block;
    padding:6px 15px;
    width:150px;
    font-size:12px;
    text-align:right;
}
#form_wishlist input.inputTxt {
    padding:0 5px;
    height:26px;
    width:260px;
    font-size:12px;
    color:#7B7B7B;
    border:1px solid #ccc;
}

/* block-order-detail ********************************** */
#module-blockwishlist-mywishlist #block-order-detail {margin-top:20px}

/* wishlistLinkTop */
#module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist {

	display:inline-block;
	height:20px;
	width:20px;
	background: url(../../../img/newparure/trash-20-bi.png) #F4F4F4 no-repeat center 0;
	cursor: pointer;
	vertical-align: middle;
	-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;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

#module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist:hover {
	background: url(../../../img/newparure/trash-20-bi.png) #656565 no-repeat center -20px;
}

#module-blockwishlist-mywishlist .wishlistLinkTop {

	margin-bottom:20px;
	background-color: white;

	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	-o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    -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);
	
}
#module-blockwishlist-mywishlist .wishlistLinkTop ul {
	list-style-type:none;
}

#module-blockwishlist-mywishlist .wishlistLinkTop ul.wlp_bought_list {border:none;}	

#module-blockwishlist-mywishlist .wishlistLinkTop li {	   

    background-color: transparent;
    border: none;
    -moz-border-radius: none;
    -webkit-border-radius: none;
    -o-border-radius: none;
    -ms-border-radius: none;
    border-radius: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none);
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; 
	padding: 10px;
}

#module-blockwishlist-mywishlist .wishlistLinkTop .display_list li a {
   
   display: inline-block;
   padding: 7px 11px 5px 37px;
   color: #1B1A19;
   background:url(../../../img/newparure/turn-left-30-bi.png) no-repeat 0px 4px transparent;

}
#module-blockwishlist-mywishlist .wishlistLinkTop .display_list li a:hover {
   color: #da3838;
   background:url(../../../img/newparure/turn-left-30-bi.png) no-repeat 0px 4px transparent
}

#module-blockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
	float:right;
	display:block;
	height:12px;
	width:12px;
	text-indent:-5000px;
	background: url(img/icon/delete.gif) no-repeat 0 0
}
#module-blockwishlist-mywishlist .wishlistLinkTop #showBoughtProducts,
#module-blockwishlist-mywishlist .wishlistLinkTop #hideBoughtProductsInfos {display:none}

/* wishlisturl */
#module-blockwishlist-mywishlist  .wishlisturl {
	margin:20px 0;
	padding:10px;
	font-size: 15px
}
#module-blockwishlist-mywishlist  .wishlisturl input {
	
	padding: 0 5px;
	height: 40px; 
	font-size: 15px;
	color: #747474; 
    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;	

}

#module-blockwishlist-mywishlist  .wishlisturl input:focus { background: #656565; color: white; border: 1px solid #3a3a39 }


/* wlp_bought ****************************************** */

/* wlp_bought_list */
ul.wlp_bought_list {
	list-style-type:none;
	margin-bottom:20px
}
ul.wlp_bought_list li {
	position:relative;
	

    padding:5px;
    width:213px;/* 230 */
}
ul.wlp_bought_list li .product_image {
	float: left;
}
ul.wlp_bought_list li .product_image 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);
	width: 210px;
	height: 210px
}

ul.wlp_bought_list li .product_image img:hover {
	-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);
}


ul.wlp_bought_list li .product_image a {
	display:block;
	padding:0;
}

ul.wlp_bought_list li .product_infos {
	float:left;
	width:auto
}
ul.wlp_bought_list li .product_infos h5.product_name {
   padding:10px 0;
   font-size:15px;
   text-align: left;
   color:#2E2E2E;
   font-weight: normal
}

ul.wlp_bought_list li .product_infos .wishlist_product_detail select {

	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;

    color: #848484;
    height: 40px;
    padding: 10px;
	width: 150px
} 
ul.wlp_bought_list li .product_infos .wishlist_product_detail option {
	padding-left: 10px
}

ul.wlp_bought_list li .product_infos .wishlist_product_detail input {

	
	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;

    color: #848484;
    height: 40px;
    padding-left: 15px;
	width: 28px;
	margin-left: 5px;
	font-size: 15px;
} 


ul.wlp_bought_list li .btn_action {
	clear:both;
	margin-top:10px
}
ul.wlp_bought_list li .btn_action .lnksave {float:left}
ul.wlp_bought_list li .lnkdel {

	
	position:absolute;
	top:15px; 
	right: 18px;
	display:inline-block;
	height:20px;
	width:20px;
	text-indent:-5000px;
	background: url(../../../img/newparure/trash-20-bi.png) #F4F4F4 no-repeat center 0;
	-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;
} 

ul.wlp_bought_list li .lnkdel:hover {

	background: url(../../../img/newparure/trash-20-bi.png) #656565 no-repeat center -20px;
} 

/* view wishlist ****************************************** */

#view_wishlist li img {
    border: 1px solid #E5E6E7; 
} 

#view_wishlist li img:hover { 
	-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);
	width: 210px;
	height: 210px 
}


#view_wishlist input, button, textarea, select {

}

#view_wishlist li .address_title {
    list-style-type: none;
	
	
}
#view_wishlist li {
    list-style-type: none;
	width: 210px 
} 

/* form wishlist wl_send ****************************************** */

.wl_send p label {
    display: inline-block;
    float: none;
    font-size: 15px;
}
.wl_send p input[type=text] {

	
	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;

    color: #848484;
    font-size: 15px;
    height: 40px;
    padding: 0 5px;

} 

.wl_send p input[type=text]:focus { background: #656565; color: white; border: 1px solid #3a3a39 }

.wl_send p input[type=button] {
	
	background: #656565;
    border: 1px solid #9a0404;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase; 
}

