
/* Общие стили - Для оформления */

#navigation .reducer .mm {
    max-width: 900px;
    height:70px;
}

/*menu items and shorter ru, ua*/
#navigation .reducer .cart{
    position:relative;
    margin-right:131px;

}

#navigation .reducer .m1 .cart {
	padding: 0 15px 0 38px;
	width: 57px;
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation ul {
    font: bold 12px Verdana;
    text-align: justify;
    width:100%;
    max-width:805px;
    background-color: #f7f7f7;
    /* Обнуляем для родителя*/
    line-height: 0;
    font-size: 1px; /* 1px для Opera */

    /* Лекарство для IE6-7*/
    text-justify: newspaper;
    zoom:1;

    /* Включаем в работу последнюю строку*/
    text-align-last: justify;
}
#navigation ul:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;

}
#navigation ul li  {
    height: 39px;
    display: inline-block;
    text-align: left;

    /* Востанавливаем у потомков, кроме последнего*/
    line-height: normal;
    font-size: 14px;

    /* Без него в Opera будет отступ под элементами */
    vertical-align: top;

    /* эмуляция inline-block для IE6-7*/
//display : inline;
//zoom : 1;
}

#navigation .reducer .m1 {
    position: absolute;
    top: 0;
    right: 0px;
	width: 113px;
    margin: 0;
    z-index:100;
	height:39px;
}

#navigation .reducer .m1 a {
    line-height: 39px;
    font: bold 12px/39px Verdana;
    display:inline-block;
    padding:0 19px 0 10px;
}


#navigation .reducer .m2 {
    margin: 0 0 11px 0;
	height:39px;
}

#navigation .reducer .m2 a,
#navigation .reducer .m1 a,
#navigation .reducer .m3 a,
#navigation .reducer .m2 b,
#navigation .reducer .m3 b
{
    text-decoration: none;
    background-color: #f7f7f7;
    color: #2c8ade;
    padding: 0 15px;
    white-space: nowrap;
    display:block;
	height: 39px;
}

#navigation .reducer .cart .m2 a,
#navigation .reducer .cart .m1 a,
#navigation .reducer .cart .m3 a,
#navigation .reducer .cart .m2 b,
#navigation .reducer .cart .m3 b
{padding: 0 10px;}

#navigation .reducer .m2 a {
    font: bold 12px/39px Verdana;
}

#navigation .reducer .m2 a:hover,
#navigation .reducer .m3 a:hover,
#navigation .reducer .m1 a:hover {
    color: #ffffff;
    text-decoration: underline;
    background-color: #11a856;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

#navigation .reducer .m3 a {
    font: normal 12px/39px Verdana;
    background-color: #f7f7f7;
    color: #2c8ade;
    text-decoration: none;
}

#navigation .reducer .m2 b,
#navigation .reducer .m3 b,
#navigation .reducer .m2 .selected,
#navigation .reducer .m3 .selected
{
    font: bold 12px/39px Verdana;
    color: #11a856;
    background-color: #EAEAEA;
}

#navigation .reducer .m3 img {
    margin-top: 10px;
}

#navigation { margin:0 0 0 21%; padding:20px 0 20px; position:relative; }
#navigation .reducer { margin:0 26.1% 0 0; position:relative; }



#navigation .icon-flag{
    display: inline-block;
    position: relative;
    background-image: url(../../f/1/global/icon_flag.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    top: 3px;
    width: 14px;
    height: 16px;
    margin-right: 4px;
}

#navigation .icon-cart {
    display: inline-block;
    position: absolute !important;
    background: url(../../f/1/global/icon_basket.png) 0px 0px no-repeat;
    top: 3px;
	left: 9px;
    width: 22px;
    height: 26px;
    margin-right: 6px;
}

#navigation a:hover .icon-cart {
    background: url(../../f/1/global/icon_basket_hover.png) 0px 0px no-repeat;
}


@media screen and (min-width: 1500px) {
    #navigation .reducer .m2 a,
    #navigation .reducer .m3 a,
    #navigation .reducer .m2 b,
    #navigation .reducer .m3 b
    {padding: 0 25px;}

    #navigation .reducer .cart .m2 a,
    #navigation .reducer .cart .m3 a,
    #navigation .reducer .cart .m2 b,
    #navigation .reducer .cart .m3 b
    {padding: 0 20px;}
}

@media screen and (max-width: 1450px) {
    #navigation .reducer .m2 a,
    #navigation .reducer .m3 a,
    #navigation .reducer .m2 b,
    #navigation .reducer .m3 b
    {padding: 0 20px;}

    #navigation .reducer .cart .m2 a,
    #navigation .reducer .cart .m3 a,
    #navigation .reducer .cart .m2 b,
    #navigation .reducer .cart .m3 b
    {padding: 0 15px;}
}

@media screen and (max-width: 1380px) {
    #navigation .reducer .m2 a,
    #navigation .reducer .m3 a,
    #navigation .reducer .m2 b,
    #navigation .reducer .m3 b
    {padding: 0 15px;}


    #navigation .reducer .cart .m2 a,
    #navigation .reducer .cart .m3 a,
    #navigation .reducer .cart .m2 b,
    #navigation .reducer .cart .m3 b
    {padding: 0 10px;}

}

.opera.v9.linux #navigation ul {
	/*text-align: center;*/
	text-align:justify;
	display:table;
}

.opera.v9.linux #navigation ul li {
	display: table-cell;
	text-align:center;
}

.opera.v9.linux #navigation ul:after {
	display:none;
}