.header_user_info {
 
  
   }
   
   
  
	.header_user_info > div{
 
  margin-top:30px;

   }
     
	  
	  
  .header_user_info a {
    color: #333;
   
    display: block;
    padding: 7px 10px 10px 16px;
    cursor: pointer;
    line-height: 18px;
	 color: #333;
          font-family: 'robotoregular';
		  font-size:14px;
		  text-transform:uppercase;
		  font-weight:normal;
      padding-right: 5px;
	    background:#e3e3e3;
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  -o-border-radius:2px;
   }
	
	
	.header_user_info a.logout
	{
		background: #333;
    text-align: center;
    padding: 8px 0;
    margin: 5px 0;
	border-radius:0;
	color:#fff
		
		}
	
	  .header_user_info a.account:before, .header_user_info a.login:before {
      content: "\f007";
      font-family: "FontAwesome";
      display: inline-block;
      font-size: 23px;
      line-height: 23px;
      color: #333;
      padding-right: 15px; }
	
	
	
	
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      /*background: #2b2b2b;*/ }

/*# sourceMappingURL=blockuserinfo.css.map */
