.header_user_info_info{float:right;color:#4f5d5d;margin-top:1px;font-family:'Vazir',"Open Sans", sans-serif;margin-left:15px;}
@media (min-width:768px) and (max-width:991px){.header_user_info_info{clear:both;float:none;margin-left:0;margin-bottom:6px;padding-top:5px;}
}
@media (max-width:767px){
	.header_user_info_info{float:right;margin:10px 0;min-width:250px !important;}
	#header_user_info{width: 100% !important; display: none;}
	 span.userblockmobi #header_user_info.displaynononmobi{display: block !important;}
	#header_user_info.displaynononmobi{display: none !important;} 
}
.header_user_info_info .login{color:#ff8401;}
.header_user_info_info .login:hover{color:#0072ff;}
.header_user_info_info a.account{margin-left:12px;}


#header_user_info{
     display: block;
	 width: 10%;
     float: right;
	 padding-top: 12px;
	 
}

#header_user_info .both{
     min-height: 0px;
     clear:both;
}

#header_user_info.totUserInfo{
     display: block;
}

#header_user_info.totUserInfo #header_nav{
     min-width: 250px;
     float:right;
     margin-top: 0;
}

#header_user_info.totUserInfo #header_nav li{
     padding-top: 8px;
}

#header_right  #header_user_info{
     position: relative;
     padding-right:6px;
     margin-right:-1px;
     width: 335px;
     text-align: right;
}


#totUserInfo{
    border: 2px solid;
    border-color: blueviolet;
    border-radius: 5px;
    top: 30px;
    z-index: 10002;
    position: absolute;
    background: #FFFFFF;
    left: 200px;
    display: none;
    line-height: normal;
    width: 305px;
    -moz-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
    }


#totUserInfo form{
     padding: 20px;
     padding-bottom: 0;
     display: block;
}

#totUserInfo form div:first-child p{
     text-align:left;
     font-size: 105%;
     margin-bottom: 10px;
}

#totUserInfo form div{
     min-height: 21px;
}

#totUserInfo form .totLeft{
     float:left;
     width: 145px;
     padding-right: 5px;
}

#totUserInfo form .totRight{
     float:right;
     width:184px;
     text-align:center;
}

#totUserInfo form div:last-child p{
     margin: 6px 0;
}
#totUserInfo form > div > p{
     color: #333;
}
#totUserInfo form input{
     background: #efefef;
     width: 100%;
     padding: 10px 5px;
}

#totUserInfo form input#SubmitLogin{
     color: #ffffff;
     *float: right;
     *margin-right: 10px;
     background-color: #333;
	 border-radius: 5px; 
}



#totUserInfo .button_form{
     background-color: #333;
     text-align: center;
	 float: right;
      width: 100%;
	  margin-bottom: 5px;
    border-radius: 5px; 
}
.totConnect .button_form{
     padding: 10px;
}
.totConnect .button_form a{
     cursor: pointer;
     color: #FFF
}


#totUserInfo .newAccount{
     padding: 20px;
     padding-top: 0;
     text-align:center;
     line-height: 18px;
     margin: 0;
     font-size: 105%;
     margin-top: 10px;
     color: #595A5E;
}

#header_user_info #your_account #totUserInfo .newAccount a{
     font-weight: normal;
}

#header_user_info #your_account{
     display:inline-block;
}

#your_account > a{
    padding: 0px 10px;
}


#totUserInfo .totConnect{
     padding: 5px;
     text-align: right;
}

#totUserInfo li{
     background: none;
     padding: 0;
     margin: 0;
     float: none;
}

#header_user_info  #totUserInfo .logout{
     text-align: center;
     color: #ffffff;
}

#header_user_info #your_account #totUserInfo ul li a:hover, #header_user_info #your_account #totUserInfo .logout a:hover{
     text-decoration: underline;
}

#header_user_info #your_account #totUserInfo ul li .icon{
     display: none;
}

#header_right #search_block_top{
     margin-bottom: 10px;
}

#header_user_info #shopping_cart, #header_user_info #your_account{
     font-size: inherit;
     margin-left: 0;
}

#header_user_info li{
     overflow: hidden;
}
#header_user_info .totConnect ul li a{
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    font: 100 10px/14px "Vazir", sans-serif;
    color: #555454;
    text-shadow: 0px 1px black;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    border: 2px solid cadetblue;
    
}

#header_user_info .totConnect ul li a:hover, #header_user_info .totConnect ul li:hover a:before{
    color: white;
	background-color: #00bfd6;
}

#header_user_info .totConnect ul li{
    float: right;
    width: 50%;
    padding: 5px;
    
}

#header_user_info .totConnect ul li a:before{
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    color: #333;
    padding-right: 15px;
}


#totUserInfo > div > ul > li.mailalerts > a > i{
    display: none;
}

#header_user_info #shopping_cart a, #header_user_info #your_account a{
     background: none;
     padding: 0;
     height: auto;
     text-decoration: none;
}

#header_user_info #shopping_cart a{
     *background-image: url('../img/cart.gif');
     background-repeat: no-repeat;
     background-position: top left;
     padding: 2px 0 4px 0px;
     line-height: 20px;
}

#header_user_info #shopping_cart a:before{
    content: "\f07a";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 20px;
    line-height: 15px;
    color: #fff;
    padding-right: 10px;
}

#header_user_info #your_account a{
     
    padding: 0px 10px;
    font-weight: bold;
	padding-right: 27px;
	display: block;
    font-size: 16px;
	white-space: nowrap;
}

#header_user_info .youraccountpic{
	display: block;
   /* margin-top: 5px; */
    background-image: url(https://ickala.net/img/spriteme1.png);
    background-position: calc(100% - 28px) -1295px;
}
@media (max-width:767px){#header_user_info .youraccountpic{margin-top: 5px;}}

#header_user_info span{
     font-weight: bold;
     padding-right: 27px;
}

a.lostPwd{
    padding: 10px;
    text-align: center;
    font-size: 9px;
    font-weight: normal;
    display: block;
    margin-top: 3px;
}


#header_user_info #your_account a span.login{
     font-weight: normal;
     text-decoration: underline;
}
