﻿/*******************************************************************************
Page
*******************************************************************************/

#pageContainer
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#pageMetrika
{
    position: absolute;
    top: -1000px;
    left: -1000px;
}

/*******************************************************************************
Image
*******************************************************************************/

#imageWrap
{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    overflow-y: scroll;
    background-color: rgba(255,255,255,0.5);
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
}

#imageContainer
{
    position: absolute;
    top: 120px;
    bottom: 20px;
    left: 50%;
    width: 940px;
    margin-left: -470px;
}

#imageContainer img
{
    max-width: 100%;
    max-height: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    position: absolute;
    border: 1px solid #dddddd;
}


/*******************************************************************************
Sert
*******************************************************************************/

#sertWrap
{
    display: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    overflow-y: scroll;
    background-color: rgba(255,255,255,0.5);
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
}

#sertContainer
{
    position: absolute;
    top: 120px;
    bottom: 20px;
    left: 50%;
    width: 940px;
    margin-left: -470px;
}

#sertContainer img
{
    max-width: 100%;
    max-height: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    position: absolute;
    border: 1px solid #dddddd;
}

/*******************************************************************************
Main
*******************************************************************************/

#mainWrap
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    overflow-y: scroll;
    background-color: #ffffff;
}

#mainContainer
{
    position: relative;
    min-width: 980px;
    min-height: 100%;
}

/*******************************************************************************
Main menu
*******************************************************************************/

#mainMenuWrap
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 95px;
    background-color: #aaaaaa;
    z-index:100;
}

#mainMenuContainer
{
    position: relative;
    width: 980px;
    height: 95px;
    margin: 0px auto 0px auto;
}

#mainMenuLogo
{
    display: block;
    float: left;
    width: 220px;
    height: 65px;
    margin: 9px 0px 0px 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../Images/logo220x65.png);
}

.mainMenuItem,
.mainMenuSelectedItem
{
    display: block;
    float: right;
    color: #333333;
    font-size: 14px;
    margin: 32px 0px 0px 10px;
    padding: 10px 13px 10px 13px;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -khtml-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mainMenuItem:hover,
.mainMenuSelectedItem
{
    color: #ffffff;
}

.mainMenuSearchItem
{
    display: block;
    float: right;
    right:0px;
    width: 40px;
    height: 40px;
    margin: 30px 10px 0px 10px;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url(../Images/searchWhiteIcon24x24.png);
    cursor: pointer;
}

#mainMenuSubstrate
{
    height: 95px;
}

#menuSearchWrap
{
    display: none;
    position: absolute;
    top: 86px;
    right: 0px;
    width:380px;
    height:41px;
    padding: 8px 10px 8px 10px; 
    background-color: #aaaaaa;
}

#menuSearchContainer
{
    width:360px;
    height:25px;
    padding: 8px 10px 8px 10px; 
    background-color: #ffffff; 
}

#menuSearchContainer input
{
    font-size:15px; 
    color:#333333;
    background-color: #ffffff;
    border: none;
    outline: none;
    width:330px;
    height: 25px;
}

/*******************************************************************************
Main basement
*******************************************************************************/

#mainBasementWrap
{
    background-color: #777777;
}

#mainBasementContainer
{
    position: relative;
    width: 980px;
    margin: 0px auto 0px auto;
    padding: 15px 0px 35px 0px;
}

#mainBasementCopyright
{
    display: block;
    float: right;
    color: #eeeeee;
    font-size: 12px;
    margin: 7px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
}

#mainBasementAbout
{
    display: block;
    float: right;
    color: #eeeeee;
    font-size: 12px;
    margin: 7px 10px 0px 10px;
    padding: 0px 10px 0px 10px;
}

#mainBasementSubstrate
{
}

#mapContainer
{
     width: 940px;
     margin: 0px 20px 0px 20px;
}

#mapTable
{
    width: 940px;
}

.mapSection0Header,
.mapSection1Header,
.mapSection2Header,
.mapSection3Header
{
    display: block;
    font-size: 12px;
    color: #eeeeee;
    -o-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -khtml-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.mapSection0Header:hover,
.mapSection1Header:hover,
.mapSection2Header:hover,
.mapSection3Header:hover
{
    color: #ffffff;
}

.mapSection1Header
{
    padding-left: 20px;
}

.mapSection2Header
{
    padding-left: 40px;
}
.mapSection3Header
{
    padding-left: 60px;
}

/*******************************************************************************
Section
*******************************************************************************/

#sectionContainer
{   
    position: relative;
    width: 980px;
    margin: 0px auto 0px auto;
}

#sectionNavigationContainer
{ 
    margin: 35px 10px 0px 10px;
    font-size: 13px;
}

.sectionNavigationItem,
.sectionNavigationSelectedItem
{
    color: #333333;
    font-size: 13px;
    padding:0px 10px 0px 10px;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -khtml-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sectionNavigationItem:hover,
.sectionNavigationSelectedItem
{
    color: #af1f24;
}

.sectionNavigationArrow
{
    color: #cccccc;
    font-size: 13px;
}

#sectionFullHeader
{
    color: #333333;
    font-size: 24px;
    margin: 25px 20px 0px 20px;
}

/*******************************************************************************
Section
*******************************************************************************/

#sectionTable
{
    width: 960px;
    margin: 0px 10px 50px 10px;
}

#sectionImageColumn
{
    width: 520px;
}

#sectionImageContainer
{
    width: 470px;
    height: 470px;
    overflow: hidden;
    background-color: #ffffff;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url(../Images/loaderWhite50x50.gif);
    margin: 40px 10px 0px 10px;
    cursor: pointer;
}

#sectionImage
{
    width: 100%;
    height: 100%;
}

#sectionImageListContainer
{
    height: 110px;
    width: 500px;
    margin: 10px 0px 0px 0px;
}

#sectionImageListTable
{
    height: 110px;
    width: 100%;
}

.sectionImageListImageContainer
{
    display: inline-block;
    width: 110px;
    height: 110px;
    overflow: hidden;
    background-color: #ffffff;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url(../Images/loaderWhite50x50.gif);
    margin: 0px 5px 0px 0px;
    cursor: pointer;
}

.sectionImageListImage
{
    width: 100%;
    height: 100%;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sectionImageListImageContainer:hover .sectionImageListImage
{
    -webkit-transform: scale(1.05); 
    transform: scale(1.05); 
}

#sectionDataColumn
{
    width: 440px;
}

#sectionFullDescription
{
    color: #333333;
    font-size: 15px;
    margin: 35px 10px 0px 10px;
}

.sectionDataHeader
{
    color: #333333;
    font-size: 17px;
    margin: 40px 10px 0px 10px;
}

.sectionDataDescription
{
    color: #333333;
    font-size: 14px;
    margin: 15px 10px 0px 10px;
}

.sectionDataDescription ul
{
    margin-left: 17px;
}

#sectionDocContainer
{
    margin: 10px 10px 0px 10px;
    height: 90px;
}

#sectionPdfLink
{
    float: left;
    display: block;
    background-repeat:no-repeat;
    background-position: center 0px;
    background-image: url(../Images/pdfIcon48x48.png);
    color: #999999;
    padding-top:53px;
    font-size: 14px;
}

#sectionSertLink
{
    float: left;
    display: block;
    background-repeat:no-repeat;
    background-position: center 0px;
    background-image: url(../Images/sertIcon48x48.png);
    color: #999999;
    padding-top:53px;
    font-size: 14px;
    margin-left: 30px;
}

#sectionFullDescriptionLink
{
    display: block;
    color: #af1f24;
    font-size: 14px;
    margin: 10px 10px 0px 10px;
}

#itemListHeader
{
    color: #333333;
    font-size: 17px;
    width: 760px;
    margin: 0px 110px 30px 110px;
}

#itemListHeaderCategory
{
    color: #af1f24;
}

#itemListContainer
{
    width: 960px;
    margin: 0px 10px 50px 10px;
}

.itemContainer
{
    position: relative;
    border-top: 1px solid #dddddd;
    width: 760px;
    height: 190px;
    margin: 0px 100px 0px 100px;
}

.itemImageContainer
{
    position: absolute;
    top: 20px;
    left: 0px;
    display: block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    background-color: #ffffff;
    background-repeat:no-repeat;
    background-position: center center;
    background-image: url(../Images/loaderWhite50x50.gif);
}

.itemImage
{
    width: 100%;
    height: 100%;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.itemContainer:hover .itemImage
{
    -webkit-transform: scale(1.05); 
    transform: scale(1.05); 
}

.itemPreviewHeader
{
    display: block;
    position: absolute;
    top: 30px;
    left: 190px;
    width: 570px;
    height: 25px;
    overflow: hidden;   
    color: #333333;
    font-size: 17px;
}

.itemPreviewDescription
{
    display: block;
    position: absolute;
    top: 70px;
    left: 190px;
    width: 400px;
    height: 70px;
    overflow: hidden; 
    color: #333333;
    font-size: 14px;
}

.itemPreviewPrice
{
    position: absolute;
    top: 30px;
    right: 0px;
    height: 25px;
    width: 170px;
    font-size: 17px;
    font-weight: bold;
    text-align: right;
    color: #af1f24;
}

.itemPreviewCurrency
{
    font-size: 14px;
    font-weight: normal;
}

#sectionPrice
{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #af1f24;
    margin: 45px 40px 0px 0px;
}
#sectionCurrency
{
    font-size: 24px;
    font-weight: normal;
}