﻿table.top_menu_table 
{
    width:100%;
}

ul.top_menu 
{
    list-style: none;
    height: 38px;
    clip: auto;
}

ul.top_menu li
{
    list-style: none;
	display: inline;
	line-height: 38px;
}

ul.top_menu li a
{
    float: left;
    padding-left: 15px;
    background-image: url(images/menu_bullet.png);
    background-repeat: no-repeat;
    background-position: 5px 17px;
    font-weight:bold;
}

ul.top_menu li a span
{
    display: block;
    padding-right: 16px;
    background-image: url(images/menu_borderright.jpg); 
    background-repeat: no-repeat;
    background-position: right top;
    color: #404040;
    font-size: 11px;
}

ul.top_menu li a:hover span
{
    color: #6EB43F;
}

div.top_bar_user
{
	float:right;
    height: 39px;
    line-height:39px;
    xpadding: 0px 16px;    
    padding-right: 5px;
    font-size: 10px;
    text-align:right;
}

div.top_bar_user td.user_id
{
    xpadding-left:5px;
    padding-right:5px;
    xwidth:65px;
    text-align:left;
}
div.top_bar_user td.basket_ico
{    
	vertical-align:middle;    
}
div.top_bar_user td.basket_state
{
    padding-left:5px;
}
div.top_bar_user td.basket_state span.items_count
{
    font-size: 12px;
    font-weight: 700;
    color:Red;
}
div.top_bar_user td.user_id a
{
    font-weight: 700;
    color:#6EB43F;
    xbackground-image: url(images/menu_bullet.png);
    xbackground-repeat: no-repeat;
    xbackground-position:  0px center;
    xpadding-left:10px;
}
div.top_bar_user td.user_id a:hover
{
    color:#1A171B;
}

