/* block top user information */

#header_user {
    height: 100%;
	
	
}

#header_user ul {
    list-style-type: none;  
}




#header_user li#shopping_cart a  {	

	background: url(../../../img/cultura/cart-bi.png) left 0 no-repeat;  
	

	-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: 13.5px 5px 15px 40px;
    color: #241F1D;	
	vertical-align: middle;
	text-transform: none;
	font-weight: bold;
	font-size: 17px;


} 
#header_user li#shopping_cart a:hover  {
	background: url(../../../img/cultura/cart-bi.png) left -40px no-repeat;
 	color: #FC4D43;
	
} 

#header_user li#shopping_cart a span {	 

	color: #493D3B;
	text-transform: none;
	font-size: 17px;
	font-weight: normal;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	-ms-text-shadow: none;
	text-shadow: none;

}


#header_user p.userinfo {

	padding: 16px 0;

	color: #807572;
	font-family: Questrial;
	font-size: 15px
	
}
#header_user p.userinfo a.login  {
	background: #3B3532 url(../../../img/cultura/connex-bi.png) no-repeat center -2px;

	-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: 10px 20px;
    color: #241F1D;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px
}
#header_user p.userinfo a.login:hover {
	background: #FC4D43 url(../../../img/cultura/connex-bi.png) no-repeat center -42px;
	color: #FC4D43; 

}
#header_user p.userinfo a.logout  {
	background: #3B3532 url(../../../img/cultura/connexstop-bi.png) no-repeat center -2px;

	-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: 10px 20px;
    color: #241F1D;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px
}
#header_user p.userinfo a.logout:hover  {
	background: #FC4D43 url(../../../img/cultura/connexstop-bi.png) no-repeat center -42px;
	color: #FC4D43; 

}
#header_user p.userinfo a.youraccount  {
	background: #3B3532 url(../../../img/cultura/profile-bi.png) no-repeat center -2px;

	-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: 10px 20px;
    color: #241F1D;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	
	
}
#header_user p.userinfo a.youraccount:hover  {
	background: #FC4D43 url(../../../img/cultura/profile-bi.png) no-repeat center -42px; 
	color: #FC4D43; 
	
}

#header_user p.userinfo a.account {
	background:none;
	padding: 5px 0 5px 2px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold
	
}


*:first-child+html #header_user_info a {line-height:14px;}

