#header_user {
	float: none;
	clear: both;
}
#header_nav #user_block .login_block {
	padding-top: 10px;
}
#header_user form#login_form {
	min-height: auto !important;
	width: auto !important;
}
#header_nav li#your_account #user_block a.account_url {
	float: right;
}
#header_nav li#your_account #user_block ul {
	float: none;
	clear: both;
}
#header_nav li#your_account #user_block li{
    padding: 8px 0 5px;
}

#header_user_info a.name-customer span {
  color: white;
}

#header_user #user_block .block_content {
    clear: both;
    line-height: normal;
}

#header_nav #user_block{
	display: none;
}

/*#header_nav li#your_account:hover #user_block{*/
/*	display: block !important;*/
/*}*/
/*#header_nav li#your_account.hovered #user_block{*/
/*	display: block !important;*/
/*}*/

#header_nav li#your_account #user_block{
	position: absolute;
    top: -10px;
    right: -10px;
    width: 238px;
    padding: 10px 9px 10px 9px;
    border: 1px solid #CCC;
    background: #FFF;
    z-index: 99999999;
}
#header_nav li#your_account #user_block li a{
	font-size: 12px;
	font-family: arial;
}
#header_nav li#your_account #user_block .text{
    color: #3e474b;
}

#header_user #user_block .block_content p.title {
    font-size: 12px;
    margin-top: 5px;
}

#header_user #user_block .block_content p {
    margin-bottom: 5px;
}

#header_user #user_block input[type=button],
#header_user #user_block input[type=submit],
#header_user #user_block input[type=text],
#header_user #user_block input[type=password] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#header_user #user_block .block_content input[type="text"],
#header_user #user_block .block_content input[type="password"] {
    width: 217px;
    font-size: 13px;
}
#header_user #user_block .block_content .button_30 {
    width: 217px;
    margin-top: 5px;
}
#header_user #user_block  .input_30 {
    height: 28px;
    line-height: 28px;
    border: 1px solid #CCC;
    padding: 0 7px;
    display: inline-block;
    position: relative;
    zoom: 1;
    margin-top: 5px;
    color: #808080;
}

#header_user #user_block .button_30 {
    border: none;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

#header_user #user_block .block_content p a.lost_password {
    font-size: 10px;
    line-height: 15px;
}

#header_user #user_block .block_content .new_account {
    border-top: 1px solid #e5e5e5;
    margin: 15px 0 0 0;
    padding-top: 5px;
}

#header_user #user_block .bold {
    font-weight: bold;
}
#header_user #user_block .title {
    clear: both;
    display: block;
}

.header-user-block {
	float: right;
	margin-right: 50px;
}

@media (max-width: 500px) {
	.header-user-block #header_nav li#your_account #user_block.block{
		display: none !important;
	}
}

/* user icon fix */
.account_url {
    width: 70px;
    min-width: 70px;
}