/**
* Стили для главной страницы, включаются только на ней
*/

body {
    background-image: url('/images/bgDarkGray.gif');
    background-color: #607272;
}

ul, ol {
    padding: 0px;
    margin: 0px;
}

div#wrapper {
    padding: 0px;
    width: 924px;
    position: relative;
    background-color: transparent;
    margin: 48px auto;
}

div#header {
    float: left;
    height: 97px;
}


/* Логотип */
div#logo {
    position: relative;
    width: 226px;
    height: 108px;
    float: left;    
}
div#logo img {
    position: absolute;
    top: -25px;
    left: -38px;
}


/* Меню смены языка */
div#switchMenu {
    position: absolute;
    top: -27px;
    right: 0px;
}
ul#paySupport, ul#langSwitch {
    list-style-type: none;
    float: left;
}
ul#paySupport {
    margin-right: 5px;
}
ul#paySupport li, ul#langSwitch li {
    float: left;
}
ul#paySupport li {
    width: 45px;
    height: 25px;
}
ul#langSwitch li a {
    display: block;
    width: 29px;
    height: 29px;
    background: #f2f2ea no-repeat center center;
    margin-left: 2px;
    text-indent: -2000em;
    overflow: hidden;
}
ul#langSwitch li#switchRu a {
    background-image: url('/images/icons/ruSwitch.png');
}
ul#langSwitch li#switchEn {
    background: #f2f2ea no-repeat center center;
    background-image: url('/images/icons/enSwitch.png');
    width: 29px;
    height: 29px;    
    margin-left: 2px;
}
li#paySupportVisa {
    background: url('/images/icons/payment/visaSmall.png') no-repeat top left;
}
li#paySupportMc {
    background: url('/images/icons/payment/mcSmall.png') no-repeat top left;
}


div#topMenus {
    float: left;
    background-color: #f2f2ea;
    width: 730px;
    height: 97px;
    margin-left: -32px;
}


/* Меню конструкторов */
ul#mainMenu {
    list-style-type: none;
    margin-top: 18px;
    position: relative;
}
ul#mainMenu li {
    float: left;
    margin-right: 15px;
}
ul#mainMenu li a {
    text-indent: -2000em;
    overflow: hidden;
    display: block;
    height: 26px;
    background-repeat: no-repeat;
    background-position:  top left;    
}
ul#mainMenu li a:hover {
    background-position: 0px -26px;
}
ul#mainMenu li#myAccountItem {
    position: absolute;
    right: 0px;    
}


/* Дополнительное меню(shipping, FAQ, etc) */
ul#secondMenu {
    float: none;
    clear: both;
    padding: 0px;
    list-style-type: none;    
}
ul#secondMenu li {
    float: left;
    margin: 4px 4px 4px 0px;
}
ul#secondMenu li a {
    display: block;
    height: 30px;
    text-indent: -2000em;
    background-repeat: no-repeat;
    background-position:  top left;
    overflow: hidden;    
}
ul#secondMenu a:hover {
    background-position: 0 -60px;
}


/* Промо-бокс */ 
div#promoBox {
    clear: both;
    position: relative;
    height: 372px;
    background-color: #292929;
}
div#promoText {
    position: absolute;
    left: 430px;
    top: 0px;
    width: 494px;
    height: 326px;
    color: #fff;
    z-index: 10000;
    padding-top: 46px;
}
div#promoText > p {
    margin-top: 14px;
}
#storeTitle {
    font-family: Georgia, "Times new roman", serif;
    font-weight: normal;
    font-size: 2.2em;    
}


/* Меню конструкторов в промо-боксе */
ul#designProduct {
    list-style-type: none;
    margin-top: 20px;
}
ul#designProduct li {
    float: left;
    margin-right: 15px;
}
ul#designProduct li a {
    display: block;
    height: 64px;
    text-indent: -2000em;
    background-repeat: no-repeat;
    background-position:  top left;
    overflow: hidden;    
}
ul#designProduct li a:hover {
    background-position: 0px -64px;
}


/* Меню предложений действий(видеогид, галерея, бесплатный буклет) */
ul#offers {
    list-style-type: none;
    background: url('/images/bgOffers.png') repeat-y top left;
    float: left;
}
ul#offers li {
    width: 265px;
    height: 155px;
    float: left;
    padding: 34px 0px 0px 43px;
    color: #fff;
    font-size: 0.85em;
    position: relative;
}
ul#offers li h3 {
    font-style: italic;
    font-size: 1.5em;
    margin-bottom: 9px;
}
ul#offers li img {
    float: left;
    margin-right: 13px;
}
a.viewButton, a.watchButton, a.orderButton {
    display: block;
    width: 120px;
    height: 34px;
    text-indent: -2000em;
    position: absolute;
    right: 35px;
    bottom: 17px;
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
}
a.viewButton:hover, a.watchButton:hover, a.orderButton:hover {
    background-position: 0px -34px;
}
a.viewButton {
    background-image: url('/images/buttons/en/view.png');
}
a.watchButton {
    background-image: url('/images/buttons/en/watch.png');
}
a.orderButton {
    background-image: url('/images/buttons/en/order.png');
}
span.downloadLink {
    display: block;
    position: absolute;
    left: 43px;
    bottom: 17px;
}


/* Состояние магазина(последние заказанные товары и т.п.) */
div#shopContent {
    position: relative;
    clear: both;
    padding: 30px 24px;
    background-color: #f2f2ea;
    /*margin-top: 120px;*/
}
div#shopContent > h2, .h2-latest-tailored {
    color: #1b2426;
    font-style: italic;
    clear: both;
}
div#shopContent > ul.showCase, div#shopContent > ul#newsBox {
    list-style-type: none;
    margin-left: 26px;
}
div#shopContent > ul.showCase li {
    border: 1px dotted #aaa;
    float: left;
    margin-right: 10px;
}

div#shopContent > ul.showCase li a {
    display: block;
    width: 185px;
    height: 237px;
}

ul#lastShirts li {
    width: 185px;
    height: 237px;
    float: left;
    padding-top: 20px;
    padding-bottom: 35px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}

ul.showCase {
    overflow: hidden; 
    width: 555px; 
    height: 292px;
    float: left;
}

.label em {
    background:#FFFFFF url(/images/good-label.png) repeat scroll 0 0;
    float:right;
    font-size:0.875em;
    font-style:normal;
    height:37px;
    line-height:25px;
    text-align:center;
    width:94px;
}

div.lastShirts {
    width: 625px;
}

.shirts-scroller {
    background:transparent url(/images/shirts-scrollers.gif) no-repeat scroll 0 0;
    cursor:pointer;
    float:left;
    height:96px;
    margin-top:85px;
    width:26px;
}

.h2-latest-tailored {
    margin-bottom: 15px;
}

.shirts-right-scroller {
    background-position:center -288px;
}

.shirts-left-scroller {
    background-position:center -192px;
}

#lScroller.hover {
    background-position:center 0;
}

#rScroller.hover {
    background-position:center -96px;
}

#lScroller.disabled,
#rScroller.disabled {
    background:transparent none repeat scroll 0 0;
    cursor:default;
}

/* Новости */
ul#newsBox {

}
ul#newsBox li {
    float: left;
    width: 200px;
    margin-right: 50px;
    color: #666;
}
p.newsDate {
    font-size: 0.8em;
}
p.newsTitle {
    color: #3098ab;
    margin: 8px 0px;
}
p.newsContent {
    line-height: 1.5em;
    font-size: 0.8em;
}
p.newsReadMore {
    font-size: 0.8em;
}


/* Последний отзыв */
div#lastFeedback {
    position: absolute;
    right: 10px;
    top: 80px;
    background: url('/images/bgLastFeedback.jpg') no-repeat top left #383838;
    height: 239px;
    width: 174px;
    padding: 27px 30px 0px 45px;
    font-size: 0.8em;
    color: #fff;
}
.lastFeedbackContent {
    height: 200px;
    overflow: hidden;
    margin-bottom: 3px;
    line-height: 1.4em;
}
.feedbackTitle {
    font-weight: bold;
    display: block;
}


/* Меню "Заказать <товар>" */
ul#getProduct {
    list-style-type: none;
    margin-top: 30px;
    height: 36px;
}
ul#getProduct li {
    float: left;
    height: 36px;
    margin-right: 12px;
}
ul#getProduct li a {
    display: block;
    height: 36px;
    text-indent: -2000em;
    background-repeat: no-repeat;
    background-position:  top left;
    background-position: 0px -36px;
    overflow: hidden;    
}
ul#getProduct li a:hover {
    background-position: 0px 0px;
}


/* "Подробнее о сервисе" */
div#moreAboutUs {
    clear: both;
    padding-top: 30px;
    font-size: 0.8em;
    width: 500px;
}
div#moreAboutUs a {
    text-decoration: none;
    color: #3098ab;
    border-bottom: 1px dotted #3098ab;
}
div#aboutServiceTxt {
    display: none;
}


/* Подвал */
div#footer {
    border: none;
    padding-top: 30px;
    font-size: 0.8em;
    background-color: #f2f2ea;
    width: 100%;
    margin-bottom: 9px;
    height: 85px;    
}
div#footer a {
    color: #797974;
}
div#footer a:hover {
    color: #a3b700;
}
div#footer div {
    border: none;
}
p#copyright {
    width: 180px;
    float: left;
    margin-right: 33px;
}

/* Меню подвала */
ul#footerMenu {
    list-style-type: none;
    float: left;
    width: 400px;
}
div#footerLeft {
    width: 223px;
    height: 85px;
    background: url('/images/logoGray.png') no-repeat left top;
    text-indent: -2000em;
    border-right: 1px dashed #C3C3C3;
    overflow: hidden;
}
div#footerLeft a {
    display: block;
    width: 223px;
    height: 85px;
}
ul#footerMenu li {
    float: left;
    width: 100px;
}
div#footerRight {
    padding: 0px;
    width: 701px;
}
div#footerLeft, div#footerRight, div#mainLeft, div#content, div#main, div#mainRight {
    float: left;
}

#footer-stats {
    /*width: 570px;*/
    _width:570px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: white;
    position: relative;
    top: 11px;
    left: 10px;
    line-height: 95%;
}

#footer-stats div div {
    position:relative;
    top: 5px;
}

#stats-visited, #stats-registered, #stats-produced {
    float: left;
    width: 180px;
    height: 30px;
    padding: 2px 2px 2px 4px;
}

#stats-visited {
    background-color: #465957;
}

#stats-registered {
    background-color: #39a39f;
}

#stats-produced {
    background-color: #4eb9c9;
}

#stats-men, #stats-nummen {
    float: right;
    text-align: center;
}
#stats-men {
    width: 30px;
}

#stats-nummen {
    width: 52px;
    font-weight: bold;
}

.stats-num {
    float: right;
    width: 45px;
    text-align: left;
    font-weight: bold;
}

