/* block top user information */

#header_right #header_user {
	clear:both;
	float: right;
	margin-top:8px;
}

#header_right #header_user.header_user_catalog {
	margin-top: 15px;
    min-height: 60px;
}

#header_user #header_nav {
	list-style-type:none;
	float:right;
}

/* cart */
.lt-ie6 #shopping_cart {width: 130px;}
#shopping_cart a{
	height: 15px;
	padding:15px 27px 10px 43px;
	background: url('img/icon/cart.gif') no-repeat 10px 9px #eee;
	min-width: 130px;/* 200 */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;display:block}
#shopping_cart a:hover span{text-decoration: none}
#header_user #shopping_cart .ajax_cart_quantity { font-weight:bold; font-size:18px }
#header_user #shopping_cart .ajax_cart_total { display:none !important; }
#header_user_info_mod {display:none;}
#myModalLabel{
    color: #16a05d;
}
#myModal{
    background: #ebeffb;
    padding: 15px 15px 15px;
    width: 100%;
    border-radius: 6px;
    border: none;
    color: #fff;
    color: white;
    height: auto;
    position: absolute;
    right: 0;
    top: 35px;
    width: 270px;
    z-index: 999;}
/* account */
#myModal input {
    padding: 10px;
    display: block;
    margin-bottom: 10px;
    margin: 0 auto 10px;
    width: 100%;
    height: 45px;
    border-radius: 5px;}
#myModal .btn-info {
    padding: 5px 15px;
    border: 1px solid #607D8B;
    outline: none;
    text-align: center;
    margin: 15px auto;
    background: #4CAF50;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;}
.header_user_info_mod .btn-info {
    list-style: none;
    color: white;
    background: #5599e6;
    border-radius:5px;
    font-size: 13px;}
.header_user_info_mod .btn-info:hover{
    color: white;
    background: #4caf50;
    border-radius:5px;
    
}
.header_user_info {
    color: white;
    background: #5599e6;
    border: 1px solid #1180c0;
    border-radius:5px;
    
}
.header_user_info:hover{
    color: white;
    background: #4caf50;
    border: 1px solid #1180c0;
    border-radius:5px;
    
}
#header_user #your_account {display:none;}
#header_user #your_account a { background-image: url('img/icon/my-account.gif') }

/* user infos */
#header_user_info {
	clear:both;
	float:right;
	margin-top:10px;
	padding:0;
	font-size:12px
}
#header_user_info a {
    color: #fff;
	display:inline-block;
	margin:0 0 0 10px;
	padding:3px 0 0 34px;
	line-height: 11px;
}
#header_user_info a.account {
    color: #fff;
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.header_user_info {
  float: right;
  margin: 2px 5px 2px;
 }
  .header_user_info a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 4px 4px 5px 4px;
    cursor: pointer;}
    @media (max-width: 479px) {
     .header_user_info a {
        font-size: 11px; } }
     .header_user_info .header_user_info a:hover, .header_user_info a.active {
      background: #5599e6; }
     .header_user_info .btn-link {
    border-color: transparent;
    color: blue;
}
.header_user_info .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    color: blue;
text-decoration: underline;
*:first-child+html #header_user_info a {line-height:14px;}
#header_user_info a.login {background: url('img/icon/login.gif') no-repeat 10px 0}
#header_user_info a.logout {background: url('img/icon/logout.png') no-repeat 10px -1px}
