/*******************************************************/
#usr{
	font-size: 11px;
}
#usr a,
#usr a:visited{
	color: #999999;
}
#usr a:hover{
	color: #E53014;
}
#usr ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
/**************************************************************/
/* Диалог logi passwd */
#usr #UserLogin,
#usr #UserPassword{
	border: 1px solid #515151;
	background-color: #FFFFFB !important;
	width: 150px;
}
#usr label{
	display: block;
}
#usr .login{
	position: absolute;
	left:0px;
	top:12px;
}
#usr .passwd{
	position: absolute;
	left:168px;
	top:12px;
}
#usr .submit{
	position: absolute;
	left:330px;
	top:25px;
}
/*******************************************************/
/* линки "регистрация" "напомнить пароль" */

#usr .user_link{
	position: absolute;
	left: 400px;
	top: 18px;
}
/*******************************************************/
/* линки "размерная сетка" "как работать с каталогом" **/
#usr .header_link{
	position: absolute;
	left: 800px;
	top: 18px;
}
#usr .header_link a{
	font-size: 12px;
	font-style: italic;
	color: #000000;
}
#usr .header_link a:visited{
	color: #000000;
}
#usr .header_link a:hover{
	color: #8a8a8a;
}
/*******************************************************/
/* линки "Личные данные" "выход" **/
#usr .hello{
	position: absolute;
	left:0px;
	top:18px;
}
#usr .profile{
	position: absolute;
	left:0px;
	top:39px;
}
#usr .logout{
	position: absolute;
	left:110px;
	top:39px;
}
#usr .name{
	font-size: 14px;
}

/*******************************************************/
/* cart_mini **/
#usr #cart_mini{
	position: absolute;
	top: 14px;
	left: 390px;
	height: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;

	border: 1px solid #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#cart_mini a,
#cart_mini a:visited{
	color: #e52400;
}
#cart_mini a:hover{
	color: #FF0000;
}
#cart_mini .cart_mini_image{
	position: relative;
	margin-top:  6px;
	margin-left: 8px;
	width: 27px;
	height: 25px;
	float: left;
}
#cart_mini .cart_mini_text{
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 13px;
	float: left;
}
#cart_mini .grey{
	color: #909090;
}
