/* block top user information */  

#header_user {height: 100%}	
#header_user ul {list-style-type: none;}
#header_user ul#header_nav{list-style-type: none; float: right}
#header_user ul#header_cart{list-style-type: none; clear: both;}

#header_user li#shopping_cart a { 
 
	clear: both;
	float: right;
	display: block;
	margin-top: 10px;
	position: relative;
 
	
	border: 1px solid #E5E6E7;
	background: #F4F4F4 url(../../../img/newparure/bag-40-bi-white.png) no-repeat left 3px;	
	
	-moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important; 
	
	-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;
	
	padding: 13px 13px 13px 40px;

	margin-left: 0;	
	text-transform: uppercase;
	font-weight: normal; 
	color: #2E2E2E;
	
}
 
#header_user li#shopping_cart a:hover  {	
    border: 1px solid #656565;
	background: #656565 url(../../../img/newparure/bag-40-bi-white.png) no-repeat left -37px; 
	color: white;
}

#shopping_cart p {  

    margin-top: 9px;
}



#header_right #header_user {
	
	width: auto;
	text-align: center;

}
#header_user p { color: #595a5e; float: left; padding-bottom: 0; }		

#header_user p.userinfo a  {
	background: url(../../../img/newparure/close-25-bi.png) no-repeat left 0;
	padding: 2px 0 5px 25px;
    color: #1B1A19;
	font-size: 15px;
	text-transform: uppercase;  
	-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;
	font-weight: normal;
	height: 25px;
    width: 25px
	
}
#header_user p.userinfo a:hover  {
	background: url(../../../img/newparure/close-25-bi.png) no-repeat left -25px;
	color: #da3838;
	
}	

#header_user span a { font-weight: normal; font-size: 15px; color: #2E2E2E } 
#header_user span a:hover { color: white } 


#header_user li {

	list-style-type: none;
	white-space: nowrap
}
#header_user .your_account { font-size: 12px }
#header_user li.your_account { margin-left: 0 }
#header_user .your_account a {
	background: url(../../../img/newparure/profil-25-bi.png) no-repeat left 0;
	padding: 2px 0 4px 25px;
	height: 25px;
    width: 25px;
	-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;  
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none
}
#header_user .your_account a:hover { 
    background: url(../../../img/newparure/profil-25-bi.png) no-repeat left -25px;
	color: #da3838;
}
#header_user { background-image: none }
#header_user { background-image: none }


#socials  { 
 	width: auto;
    list-style: none; 
 
	clear: both; 
	  
} 
 

#socials li img:hover {

    -moz-transition: all 800ms ease-in-out 0s;
    -webkit-transition: all 800ms ease-in-out 0s;
    -o-transition: all 800ms ease-in-out 0s;
    -ms-transition: all 800ms ease-in-out 0s;
    transition: all 800ms ease-in-out 0s; 

} 


#socials span.urlfacebook {


	background: url(../../../img/newparure/facebook-bi-head.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; 
	margin: 0 5px 0 0;
	height: 40px;
	width: 40px;
	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;
} 


#socials span.urlfacebook:hover {


	background: url(../../../img/newparure/facebook-bi-head.png) #F4F4F4 no-repeat center -40px;


}


#socials span.urlgoogle {


	background: url(../../../img/newparure/google-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; 
	margin: 0 5px 0 0;
	height: 40px;
	width: 40px;
	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;
} 


#socials span.urlgoogle:hover {
	background: url(../../../img/newparure/google-bi.png) #F4F4F4 no-repeat center -40px;
}
#socials span.urltwitter {


	background: url(../../../img/newparure/twitter-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; 
	margin: 0 5px 0 0;
	height: 40px;
	width: 40px;
	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;
} 


#socials span.urltwitter:hover {

	background: url(../../../img/newparure/twitter-bi.png) #F4F4F4 no-repeat center -40px;
}
#socials span.urlpinterest {


	background: url(../../../img/newparure/pint-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; 
	margin: 0 5px 0 0;
	height: 40px;
	width: 40px;
	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;
} 


#socials span.urlpinterest:hover {
	background: url(../../../img/newparure/pint-bi.png) #F4F4F4 no-repeat center -40px;
}
#socials span.urlvimeo {


	background: url(../../../img/newparure/vimeo-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; 
	margin: 0 5px 0 0;
	height: 40px;
	width: 40px;
	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;
} 


#socials span.urlvimeo:hover {
	background: url(../../../img/newparure/vimeo-bi.png) #F4F4F4 no-repeat center -40px;
}  
#socials span.urlyoutube {


	background: url(../../../img/newparure/youtube-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; 
	margin: 0 5px 0 0;
	height: 40px;
	width: 40px;
	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;
} 


#socials span.urlyoutube:hover {
	background: url(../../../img/newparure/youtube-bi.png) #F4F4F4 no-repeat center -40px;
} 
#socials span.urllinkedin {


	background: url(../../../img/newparure/linkedin-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; 
	margin: 0 5px 0 0;
	height: 40px;
	width: 40px;
	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;
} 


#socials span.urllinkedin:hover {
	background: url(../../../img/newparure/linkedin-bi.png) #F4F4F4 no-repeat center -40px;
}
#socials span.urlflickr {


	background: url(../../../img/newparure/flickr-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; 
	margin: 0 5px 0 0;
	height: 40px;
	width: 40px;
	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;
} 


#socials span.urlflickr:hover {
	background: url(../../../img/newparure/flickr-bi.png) #F4F4F4 no-repeat center -40px;
} 

