/* слой с фоном, основной контейнер */
div.nest_info_td{
/*overflow:hidden;*/
/*  width:1150px;*/
height:31px;
max-height:31px;
background-color: #ff0;
background-image: url(/images/default/info/nest_info.gif);
background-repeat: repeat-x;
clear: both;
padding: 0px;
margin: 0px;
}

/* слой содержащий форму с полями авторизации */
div.nest_info_div{
height:31px;
color:#534741;
font: 12px tahoma;
letter-spacing:1px;
padding: 0px 0px 0px 9px;
float:left;
/* margin-left: 220px; */
text-align: left;
}

input.login_form{ /*форма с двумя полями авторизации */
width:80px;
height:15px;
color: black;
background-color:white;
font: bold 11px/13px tahoma;
letter-spacing:1px;
border: 1px solid #c7b299;
margin: 8px 15px 0px 3px;
padding: 2px 0px 0px 3px;
}

div.data_rbtn{ /*Кнопка авторизоваться */
width:35px;
height:31px;
background: transparent url(/images/default/info/data_rbtn.png) no-repeat scroll center;
cursor: pointer;
float: left;
}


/*:::::::::: USER LOGGED ::::::::::*/
div.user_nest{
max-height: 31px;
color:#736257;
font: bold 12px/12px arial;
margin-top: 10px;
padding-left: 10px;
letter-spacing:1px;
cursor:default;
float:left;
}
div.user_exit{ /*Кнопка выйти */
width:31px;
height:31px;
background: transparent url(/images/default/ureg/user_exit.png) no-repeat scroll;
cursor: pointer;
float:left;
}
span.user_name{ /*Имя пользователя красным */
color:#e83030;
cursor:pointer;
}




div.text_info_rg{
background-image: url(/images/default/info/text-inf1.gif);
background-repeat: no-repeat;
height:31px;
width:258px;
cursor:pointer;
float: left;
margin: 0 0 0 15px;
padding: 0;
border-left: solid 1px #663300;
border-right: solid 1px #663300;
}

div.text_info_zp{
background-image: url(/images/default/info/text-inf2.gif);
background-repeat: no-repeat;
width:120px;
height:31px;
cursor:pointer;
float: right;
border-left: solid 1px #663300;
border-right: solid 1px #663300;
}

/*:::::::::: USER BASKET ::::::::::*/
div.bask_nest{
width:38px;
height:31px;
cursor:pointer;
float: right;
position:static;
}
span.bask_nest{
height:20px;
color:#736257;
font: italic bold 12px/12px arial;
letter-spacing:0px;
vertical-align:middle;
padding: 10px 0px 0px 0px;
float:right;
white-space:nowrap;
cursor: pointer;
}

/* Картинки коризны пустая со стрелкой вправо, влево. Тоже и для польной корзины*/
div.obj1{
background: transparent url(/images/default/bask/bask_obj1.gif) no-repeat scroll left;
}
div.obj2{
background: transparent url(/images/default/bask/bask_obj2.gif) no-repeat scroll left;
}
div.obj3{
background: transparent url(/images/default/bask/bask_obj3.gif) no-repeat scroll left;
}
div.obj4{
background: transparent url(/images/default/bask/bask_obj4.gif) no-repeat scroll left;
}
