
/* Подложка в левое меню*/

#lines {
    /*background-image: url('../design/leftmenu/tree10pt.png');*/
    background-image: url('../design/leftmenu/tree11pt.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 426px;
    display: block;
    float: left;
    left: 0px;
}

#lines img,
#male_section_link img,
#female_section_link img {
    display: none;
}



/* Выбор пола */

#section_links a.male,
#section_links a.female {
    background-repeat: no-repeat;
    width: 139px;
    height: 33px;
    display: block;
    position:absolute;
}
/* Мужской конструктор */

#section_links a.male {
    background-image: url('../../../design/unisex/ru/genders/constructor-male.png');
    /*top:2px;*/
    top: 6px;
}


/* Женский конструктор */

#section_links a.female {
    background-image: url('../../../design/unisex/ru/genders/constructor-female.png');
    /*top: 20px;*/
    top: 28px;
}

/* Пункты левого меню */

#section_links {
    left: 18px;
    text-indent: 0px;
}

#section_links a {
    text-indent: -2000px;
    background-repeat: no-repeat;
    display: block;
    width: 165px;
    height: 31px;
    position: absolute;
    /*border: 1px solid;*/
}
/*
#section_links a:hover {
    background-position: 0 -62px;
}
*/
#section_links a.selected {
    background-position: 0 -62px;
}

#section_links a.active,
#section_links a:active {
    background-position: 0 -31px;
}

/*Чтоб м/ж конструкторы, у которых нет хуверов, не мигали*/
#section_links div a:hover {
    background-position: 0 0;
}

#shirt_design_section_link {
    background-image: url('../design/leftmenu/options/shirtconstructor.png');
    top: 81px;
}

#section_links #tie_design_section_link {
    background-image: url('../design/leftmenu/options/tieconstructor.png');
    /*top: 110px;*/
    top:113px;
}

#booklet_design_section_link {
    background-image: url('../design/leftmenu/options/fabriccatalogue.png');
    top: 147px;
}

#ties_section_link {
    background-image: url('../design/leftmenu/options/ties.png');
    /*top: 177px;*/
    top: 209px;
}

#cuffLinks_section_link {
    background-image: url('../design/leftmenu/options/cuff.png');
    /*top: 209px;*/
    top: 241px;
}

#socks_section_link {
    background-image: url('../design/leftmenu/options/socks.png');
    /*top: 241px;*/
    top: 273px;
}

#books_section_link {
    background-image: url('../design/leftmenu/options/books.png');
    /*top: 273px;*/
    top: 305px;
}

#samples_section_link {
    /*display: none !important;*/
    background-image: url('../design/leftmenu/options/sample.png');
    /*top: 305px;*/
    top: 178px;
}

#shirtPresets_section_link {
    background-image: url('../design/leftmenu/options/shirtpresets.png');
    top: 337px;
}

#testShirt_section_link {
    background-image: url('../design/leftmenu/options/testshirt.png');
    /*top: 305px;*/
    /*top: 337px;*/
    top: 369px;
}

#section_links #giftCerts_section_link  {
    background-image: url('../design/leftmenu/options/giftcert.png');
    /*top: 337px;*/
    /*top: 369px;*/
    top: 402px;
}

#infolinks a {
    text-indent: -2000px;
    display: block;
    height: 25px;
    _height: 27px;
    float: left;
    background-repeat: no-repeat;
}

#infolinks a:hover {
    background-position: 0 -60px;
    background-color: transparent;
}

#infolinks_shipping_terms {
    background-image: url('../../../design/unisex/ru/infolinks/shipping.png');
    width: 73px;
}

#infolinks_payment_terms {
    background-image: url('../../../design/unisex/ru/infolinks/payment.png');
    width: 62px;
}

#infolinks_recommendations {
    background-image: url('../../../design/unisex/ru/infolinks/recommendations.png');
    width: 105px;
}

#infolinks_FAQ {
    background-image: url('../../../design/unisex/ru/infolinks/questions.png');
    width: 69px;
}

#infolinks_feedbacks {
    background-image: url('../../../design/unisex/ru/infolinks/feedback.png');
    width: 63px;
}

#infolinks_photoGallery {
    background-image: url('../../../design/unisex/ru/infolinks/gallery.png');
    width: 92px;
}

#infolinks_contacts {
    background-image: url('../../../design/unisex/ru/infolinks/contacts.png');
    width: 73px;
}

#infolinks_partners {
    background-image: url('../../../design/unisex/ru/infolinks/affilitates.png');
    width: 78px;
}

/*Верхние ссылки у партнеров*/
#partners_about {
    background-image: url('../../../design/unisex/ru/partners/infolinks/about.png');
    width: 100px;
}

#partners_contract {
    background-image: url('../../../design/unisex/ru/partners/infolinks/contract.png');
    width: 69px;
}

#partners_rules {
    background-image: url('../../../design/unisex/ru/partners/infolinks/rules.png');
    width: 85px;
}

#infolinks #partners_fabrics {
    background-image: url('../../../design/unisex/ru/partners/infolinks/fabrics.png');
    width: 89px;
    display: none;
}

/**
    Верхнее меню с серой полосой
*/
#design_tabs {
    /*background-image: url('../../../design/unisex/ru/breadcrumbs/background.png');*/
    background-color: #fff;
    height: 30px;
    padding-top: 5px;
    padding-left: 0;
    /*border-bottom: 1px solid blue;*/
    background: transparent url('/images/designTabsBorder.png') repeat-x left bottom;
}

#design_tabs > a, #design_tabs > span, #design_tabs > li {
    width: 120px;
    height: 25px;
    float: left;
    background: url('/images/backgrounds/designTabBg.png') no-repeat left top;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    padding-top: 5px;
    display: block;
}

#design_tabs > span, #design_tabs > li {
    background:transparent url(/images/backgrounds/designTabBgFemale.png) no-repeat scroll left top;
}

#design_tabs a {
    /*float:left;*/
    background-repeat: no-repeat;
    padding: 0;
    background-position: 0 0px;
}

#design_tabs a:hover,
#design_tabs span:hover,
#design_tabs {
    background-position: 0px -30px;
}

#design_tabs .design_step_active {
    width: 122px;
    background-image: url('/images/backgrounds/designTabActiveBg.png');
    color: #66d1f1;
}

#design_tabs .design_step_active:hover {
    background-position: left top;
}

#luxeShirt_design_page #design_tabs {
    width: 483px;
    text-indent: -3000px;
}

#luxeShirt_design_page #design_tabs .design_step_active {
    background-position: center bottom;
}

#luxeShirt_design_page #design_step_1 {
    background-image: url('/images/ladies_luxeShirt_menu/design.png');
    width: 85px;
}

#luxeShirt_design_page #design_step_2 {
    background-image: url('/images/ladies_luxeShirt_menu/details.png');
    width: 86px;
}

#luxeShirt_design_page #design_step_3 {
    background-image: url('/images/ladies_luxeShirt_menu/embroidery.png');
    width: 96px;
}

#luxeShirt_design_page #design_step_4 {
    background-image: url('/images/ladies_luxeShirt_menu/vip.png');
    width: 121px;
}

#luxeShirt_design_page #design_step_5 {
    background-image: url('/images/ladies_luxeShirt_menu/sizes.png');
    width: 94px;
}

#design_tabs.breadcrumbs_tie #design_step_3 {
    background-image: url('../design/breadcrumbs_tie/embroidery.png');
    width: 139px;
}

/*Всякое*/

/*Баннер*/
#banner_place {
    /*display: none;*/
    top: 480px;
    width: 160px;

}
#banner_place2 {
    height: 267px;
}

#banner_border {
    border: none;
}

#news_left {
    top: 480px;
}

.bluebg {
    background-image: url('../../../design/unisex/ru/different/up_line.png');
    width: 736px;
    position: relative;
    left: 94px;
}

.bluebg_footer {
    background-image: url('../../../design/unisex/ru/different/down_line.png');
    width: 924px;
    height: 8px;
    font-size: 0;
}
.backToShirtLink, .measurements_page .backToShirtLink {
    background-image: url('../../../design/unisex/ru/buttons/backToShirt.png');
    width: 109px;
    height: 25px;
    text-indent: -2000px;
    text-align: left;
    float: left;
}

.forwardlink {
    background-image: url('../../../design/unisex/ru/buttons/next.png');
    height: 25px;
    width: 85px;
    float: left;
    text-indent: -2000px;
    z-index: 3000;
}

#design_page_4 .backwardlink {
    background-image: url('../../../design/unisex/ru/buttons/back.png');
    height: 25px;
    width: 85px;
    float: right;
    text-align: left;
    text-indent: -2000px;
    padding: 0px;
}

.design_menu table {
    position: relative;
    z-index: 300;
}

.design_menu table.design_menu_nav {
    z-index: 200;
}

.design_menu_popup {
    z-index: 400;
}

.backToShirtLink:hover,
.forwardlink:hover,
.backwardlink:hover {
    background-position: 0 -25px;
}

.addToCart,
.backToShirtLink,
.forwardlink,
.backwardlink,
.order_catalogue,
.order_leaflet,
.get_banners,
#bookletFabric_table td img,
#design_tabs span,
#design_tabs a,
#personal_page .popup a {
    cursor: pointer;
}

#account_balance_nonzero {
    color: inherit;
    text-decoration: none;
}

/*Добавить в корзину*/
.addToCart {
    background-image: url('../../../design/unisex/ru/buttons/addToCart.png');
    background-repeat: no-repeat;
    background-position:0 -26px;
    /*_background-position:0 -25px;*/
    background-color: transparent;
    display: block;
    text-indent: -2000px;
    padding: 0;
    margin: 0;
    height:25px;
    width:135px;
}

#popups .addToCart {
    float: left;
    _float: none;
}

.addToCart:hover {
    background-position: 0 -51px;
}

.auth_link {
    display: block;
}

/*Общее у кнопок*/
.logIn_link,
.reg_link,
#forgotpwd_link,
#personal_link,
#logout_link {
    display: block;
    text-indent: -2000px;
    float:left;
    height: 25px;
    background-repeat: no-repeat;
    position: relative;
}

.logIn_link:hover,
.reg_link:hover {
    background-position: 0 -29px;
}

/*Войти*/
.logIn_link {
    background-image: url('../design/buttons/login.png');
    width: 62px;
}
.logIn_link#logIn_link {
    left: -10px;
    top: -6px;
}

/*Регистрация*/

.reg_link {
    background-image: url('../design/buttons/register.png');
    width: 100px;
}

.reg_link#reg_link {
   top: -6px;
}

/*Забыли пароль*/
#forgotpwd_link {
    background-image: url('../../../design/unisex/ru/buttons/forgotpwd.png');
    width: 82px;
    height: 12px;
    position:absolute;
    top: -3px;
    left: 103px;
}

#personal_link {
    background-image: url('../design/buttons/profile.png');
    width: 111px;
    /*right: 50px;*/
    /*position: absolute;
    padding: 0;*/
}

#logout_link {
    background-image: url('../design/buttons/logout.png');
    width: 65px;
    position: absolute;
    /*left: 63px;*/
    /*bottom: 27px;*/
}


/*Корзинная часть*/
#cart_bottom {
    display: block;
}
#cart_bottom a {
    display:block;
    text-indent: -2000px;
    background-repeat: no-repeat;
    width: 110px;
    height: 24px;
    float: left;
}

#cartView_link {
    background-image: url('../../../design/unisex/ru/buttons/cartView.png');
    margin-left: 23px;
    _margin-left: 15px;
}

#checkout_link {
    background-image: url('../../../design/unisex/ru/buttons/checkout.png');
}

.profile_link {
    display: block;
    height: 25px;
    width: 136px;
    background-repeat: no-repeat;
    text-indent: -2000px;
    float: left;
    padding: 0;
    margin: 0;
    _position: relative;
}

.profile_link:hover,
#personal_link:hover,
#logout_link:hover {
    background-position: 0 -26px;
}

#profile_changeinfo {
    background-image: url('../design/buttons/profile/changeinfo.png');
}

#profile_changepass {
    background-image: url('../design/buttons/profile/changepass.png');
}

#subscribeNews_link {
    background-image: url('../design/buttons/profile/subscribe.png');
    width: 155px;
}

#profile_address {
    background-image: url('../design/buttons/profile/address.png');
}

#profile_sizeprofile {
    background-image: url('../design/buttons/profile/sizeprofile.png');
}

#profile_history {
    background-image: url('../design/buttons/profile/history.png');
}

#profile_redeem {
    background-image: url('../design/buttons/profile/redeemCert.png');
    width: 321px;

}

#bookletFabric_table {
    width: 429px;
    height: 435px;
    padding: 0;
    position: relative;
    left: 15px;
    _left:30px;
}

#bookletFabric_table td {
    width: 136px;
    height: 108px;
    padding: 0 0 5px;
}

.bookletFabric_placeholder {
    width: 102px;
    height: 100px;
    _height: 102px;
    background-color: #F2F2EA;
    border:1px solid #C3C3C3;
    margin-bottom: 5px;
}

.bookletFabric_remove {
    position: relative;
    bottom: 88px;
    right: 20px;
    padding: 0;
    margin: 0;
    background-image: url('../../../images/popup_close_small.png');
}

#select_bookletFabric_window {
/*    width: 400px;*/
}

/*Отключим непонятную рамку при клике*/
a:link,
a:active,
a:hover,
a:visited {
    outline: none;
}

#fabric_zoom {
    top: 0;
    left: 0;
}

#fabric_zoom .popup td, th {
    font-size: 12px;
}


#pr3_additionalInfo {
    margin: 0;
    padding: 0;
    width: 632px;
}

/* Каталог тканей */
#partners_catalogue #small_folder {
    width: 284px;
    height: 242px;
    background-image: url('../images/folder-overall.jpg');
    margin-left: 10px;
}

#detailed_folder {
    width: 630px;
    height: 578px;
    background-image: url('../images/folder-detailed.jpg');
    position: relative;
    display: inline;
    bottom: 10px;
    top: 0px;
    left: 0px;
}

#partners_catalogue div {
    margin: 0;
    padding: 0;
    float: left;
}

#partners_catalogue #introtext {
    width: 320px;
    padding-top: 30px;
    padding-left: 30px;
}
.catalogue_labels {
    position: relative;
    bottom: 0px;
}
.catalogue_labels div {
    /*position: relative;*/
    position: absolute;
    font-size: 0.67em;
    _font-size: 7pt;
    font-weight: bold;
    _line-height: 1em;
}

#cat_label1 {
    width: 150px;
    _width: 150px;
    /*
    bottom: 541px;
    left: 459px;
    */
    top: 35px;
    right: 125px;
    _top: 35px;
    _right: 90px;
}
/*IE 7*/
*:first-child+html #cat_label1 {
    top: 33px;
}

#cat_label2 {
    visibility: hidden;
    width: 147px;
    bottom: 458px;
    right: 128px;
}

#cat_label3 {
    width: 150px;
    /*
    bottom: 168px;
    right: 248px;
    */
    right: 524px;
    top: 410px;
    _top: 413px;
}

#cat_label4 {
    width: 165px;
    _width: 165px;
    /*
    bottom: 212px;
    left: 12px;
    */
    right: 115px;
    _right: 80px;
    top: 362px;
}
/*IE7*/
*:first-child+html #cat_label4 {
    top: 363px;
}


#partners_catalogue .order_catalogue,
.order_catalogue {
    width: 127px;
    height: 26px;
    background-image: url('../images/order-catalogue.png');
    margin: 0 0 30px 40px;
}

/* Страница с тканями, буклетами и баннерами для партнеров*/

/* Кнопки*/
.get_banners,
.order_catalogue,
.leaflet_container {
    margin: 30px 30px 30px 130px;
}
/*
#paragraph1 div,
#paragraph2 div,
#paragraph3 div,
#paragraph4 div,
#paragraph1,
#paragraph2,
#paragraph3,
#paragraph4 {
    border: 1px solid black;
}
*/
#paragraph2 span,
#paragraph4 span {
    text-align: justify;
}

.order_catalogue:hover {
    background-position: 0 -25px;
}

/* Получить баннеры */
.get_banners {
    width: 137px;
    height: 25px;
    background-image: url('../images/button-get-banners.png');
}

.leaflet_container {
    display: inline;
}

/* Заказать листовки*/
.order_leaflet {
    width: 137px;
    height: 25px;
    background-image: url('../images/button-order-leaflet.png');
    margin-right: 0;
}

.download_leaflet {
    width: 131px;
    height: 25px;
    background-image: url('../images/button-download-leaflet.png');
    margin-left: 0;
}

.get_banners:hover,
.order_leaflet:hover,
.download_leaflet:hover {
    background-position: 0 -25px;
}

#partner_fabrics_popup {
    display: none;
}

#partner_fabrics_popup div p,
#partner_fabrics_popup div span {
    text-indent: 1.154em;
    display: block;
}

#partners_page #partners_h41 {
    width: 530px;
    text-align: left;
    color: #5fb07c;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11pt;
}

.partner_fabricpage_img {
    width: 238px;
    height: 127px;
    float: right;
    margin-right: 25px;
}

#partner_banners {
    background-image: url('../images/partner-banners.jpg');
    position: relative;
    bottom: 20px;
}

#catalogue_small {
    background-image: url('../images/partner-catalogue.jpg');
    margin-top: 13px;
}

#partner_leaflet {
    background-image: url('../images/partner-leaflet.jpg');
}

#paragraph2 {
    padding: 15px 0 0 0;
}

#final {
    text-align: center;
    clear: left;
    margin-left: 30px;
}

#banners_container {
    _margin-left: 3px;
    padding: 0;
    display: none;
}

#banners_container table {
    /*margin: 10px;*/
    margin: 10px 5px 10px 10px;
    padding: 0;
}

#banners_container .firstCol {
    width: 30px;
}

#banners_container .firstCol input {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
}

#banners_container .secondCol {
    width: 370px;
}

#banners_container textarea {
    width: 678px;
    padding: 0;
    margin: 10px;
    overflow: hidden;
}

#banners_foot {
    margin: 0;
    padding: 0;
}

.gb {
    text-indent: -2000px;
}

.fl {
    float: left;
}

/*Велосипеды для нормального отображения контейнеров с вышивкой*/
*:first-child+html .design_menu_popup_main {
    width: 250px;
}

*:first-child+html #select_embroidery23Febr {
    width: 254px;
}

#select_embroidery23Febr_window {

}


#press_about_us a {
    display: block;
    padding-bottom: 15px;
}

#press_about_us_button {
    cursor: pointer;
    margin-bottom: 1em;
    display: block;
}

#press_about_us_button span {
    border-bottom: 1px dashed #3098AB;
    color: #3098AB;
}

/*Страница рубашки*/
#select_fabric {

}

#changeDetails_page .sex { 
    display:none;
}

