/**
* Стили для главной страницы в английской локали
*/

/* Меню конструкторов */
ul#mainMenu li a {
    width: 117px;    
}
a#mainMenuMensDesigner {
    background-image: url('/images/buttons/en/mensDesigner.png');
}
a#mainMenuLadiesDesigner {
    background-image: url('/images/buttons/en/ladiesDesigner.png');
}
a#mainMenuTiesDesigner {
    background-image: url('/images/buttons/en/tiesDesigner.png');
}
ul#mainMenu li a#mainMenuMyAccount {
    background-image: url('/images/buttons/en/myAccount.png');
    width: 85px;
}

/* Дополнительное меню(shipping, FAQ, etc) */
a#secondMenuShipping {
    background-image: url('/images/buttons/en/shipping.png');
    width: 75px;
}
a#secondMenuPayment {
    background-image: url('/images/buttons/en/payment.png');
    width: 75px;
}
a#secondMenuTips {
    background-image: url('/images/buttons/en/tips.png');
    width: 49px;
}
a#secondMenuFAQ {
    background-image: url('/images/buttons/en/faq.png');
    width: 51px;
}
a#secondMenuFeedback {
    background-image: url('/images/buttons/en/feedback.png');
    width: 79px;
}
a#secondMenuGallery {
    background-image: url('/images/buttons/en/gallery.png');
    width: 66px;
}
a#secondMenuContacts {
    background-image: url('/images/buttons/en/contacts.png');
    width: 78px;
}

/* Меню конструкторов в промо-боксе */
ul#designProduct li a {
    width: 98px;
}
a#designMensShirt {
    background-image: url('/images/buttons/en/designMensShirt.png');
}
a#designLadiesShirt {
    background-image: url('/images/buttons/en/designLadiesShirt.png');
}
a#designTie {
    background-image: url('/images/buttons/en/designTie.png');
}

/* Меню "Заказать <товар>" */
a#getMensShirt {
    width: 143px;
    background-image: url('/images/buttons/en/getMensShirt.png');
}
a#getLadiesShirt {
    width: 140px;
    background-image: url('/images/buttons/en/getLadiesShirt.png');
}
a#getTie {
    width: 140px;
    background-image: url('/images/buttons/en/getTie.png');
}

