﻿html  
{
    image-rendering: optimizeQuality; 
} 
body
{
    padding:0px;
    margin:4px 0px 0px 0px;
    font-family:'HelveticaRegular',Helvetica,Arial;
    overflow-y: scroll;
}
.pageContainer
{
    display:block;
    padding:0px 5px 0px 5px;
    width:	1140px;
    margin:auto;
    cursor:default;
    background-color:white;
}
/* top navigation */
body .topNav
{
    margin:auto;
    border:none;
    font-size:18px;
    font-weight:normal;
    color:#3d3d3d;
}
body[lng=ru] .topNav{font-size:17px;} 
body[lng=fr] .topNav{font-size:17px;} 
body[lng=de] .topNav{font-size:17px;} 
.siteNave
{
    border-width:0px;
    list-style-type:none;
    margin: 0px;
    padding: 0px;
    height: 42px;
}
.siteNave a
{
    color:#3d3d3d;
    text-decoration:none;
    display: block;
}
.siteNave .currentNav
{
    color:#3d3d3d;
    text-decoration:none;
    display: block;
    font-weight:700;
    font-family:'HelveticaBold',Helvetica,Arial;
}
.siteNave a:hover
{
    color:#000000;
}
body .siteNave li
{
    padding-right:22px;
    float: left;
    padding-top:21px;
}
body[lng=ru] .siteNave li{padding-right:14px;} 
body[lng=fr] .siteNave li{padding-right:17px;} 
body[lng=it] .siteNave li{padding-right:20px;}       
body[lng=de] .siteNave li{padding-right:18px;}         
.siteNave .logoTd
{
    height:42px;
    padding-top:0px;
}
.siteNave .logoTd img
{
    border: none;
}
.langsDropDownTd
{
    width:136px;
}
.langsDropDown_0
{
    display:block;
    width:136px;
    height:25px;
    text-align:left;
    font-size:16px;
}
.langsDropDown_1
{
    display:block;
    position:relative;
    z-index:4000;
    left:0px;
    top:0px;
    height:20px;
}
.langsDropDown
{
    list-style-type:none;
    color:#3D3D3D;
    padding:5px;
    margin:0px;
    height:18px;
    width:120px;
    overflow:hidden;
    display:block;
    position:absolute;
    text-align:left;
    z-index:4001;
    background-color:White;
    background-image:url(http://static.parastorage.com/services/html-landing/html/hp-new-design/hp-resources/images-v-01/lngBgOut.png);
    background-repeat:no-repeat;
    -webkit-transition:height 0.3s ease-out;
    -moz-transition:height 0.3s ease-out;
    -o-transition:height 0.3s ease-out;
    border-radius:5px;
    border:solid 1px #ffffff;
}
.langsDropDown:hover
{
    border:solid 1px #cfcfcf;
    box-shadow:#3f3f3f 2px 2px 7px 0px;
    height:225px;
}
.langsDropDown li[selectedLang=false]
{
    color:#1F1F1F;
    display:block;
    padding:3px;
    border-radius:3px;
    cursor:pointer;
    height:18px;
}
.langsDropDown li a
{
    color:#1F1F1F;
    text-decoration: none;
    display:block;
}
.langsDropDown li[selectedLang=true]
{
    color:#3D3D3D;
    display:block;
    text-decoration:none;
    padding:0px 0px 0px 24px;
    border-bottom: solid 1px grey;
    height:26px;
    margin-bottom:6px;
    cursor:pointer;
}
.langsDropDown li[selectedLang=true] a
{
    color:#3D3D3D;
}
.langsDropDown li[selectedLang=false]:hover
{
    background-color:#0099ff;
    color:#ffffff;
}
.langsDropDown li[selectedLang=false]:hover a
{
    color:#ffffff;
}
.sign_out_div .logOutTd
{
    height:18px;
    text-align:right;
}
.sign_out_div a
{
    font-size:15px;
    color:#0092cc;
    text-decoration:none;
}
.sign_out_div a:hover
{
    color:#017cb1;
}
.sign_out_div .hello
{
    font-size:15px;
    line-height:19px;
    overflow:hidden;
    max-width:620px;
    white-space:nowrap;
    position:absolute;
    right:0px;
}
.sign_up_in_div .logInTd
{
    height:22px;
}
body .sign_up_in_div a
{
    color:#3D3D3D;
    text-decoration:none;
}
.sign_up_in_div a:hover
{
    color:black;
}
/* end top navigation */
.topTitle 
{
    text-align: center;
    margin-bottom: 20px;
}
.topTitle h1 
{
    color: #1F1F1F;
    font-size: 36px;
    margin: 29px 0px 12px 0px;
    text-align: center;
    font-weight: normal;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 0px 1px;
}
.topTitle .subTitleDiv
{
    display:inline-block;
}
.topTitle h2 
{
    color: #231F20;
    font-size: 22px;
    margin: 0px;
    font-weight: normal;
}
.topTitle h2 a
{
    text-decoration:none;
    color:#09F;
    font-size: 22px;
}
/*drop down*/
.categotiesDrowDown
{
    background-repeat:no-repeat;   
    height:22px;
    width:214px;
    text-align:left;
    overflow-y:hidden;
    font-size:16px;
    float:left;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none;
}
.categotiesDrowDown .innerDropDiv
{
    
    position:absolute;
    overflow-y:hidden;
    background-color:White;
    border-radius:6px;
    z-index:90000;
    padding:8px;
    height:18px;
    width:198px;
    background-repeat:no-repeat;
    background-image:url(images/button.png);
    background-position:right top;
    box-shadow: 1px 1px 5px 0px black;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    cursor:pointer;
}
.categotiesDrowDown .innerDropDiv:hover
{
    background-image:url(images/buttonOver.png);
}
.categotiesDrowDown .items
{
    position:absolute;
    width:170px;
    background-color:white;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
}
.categotiesDrowDown .itemSelected
{
    padding:2px 0px 0px 8px;
    color:black;
}
.categotiesDrowDown .item
{
    color:Black;
    padding:0px 8px 0px 4px;
    border-radius:4px;
    line-height:22px;
    margin-bottom:4px;
    cursor:pointer;
}
.categotiesDrowDown .item[selected=true]
{
    background-color:#88cfff;
    color:white;
}
.categotiesDrowDown .innerDropDiv[open=true] .item:hover
{
    background-color:#0099ff;
    color:White;
}
/*end drop down*/

.smallThumbFrame
{
    background-image:url(images/border_small.png);
    background-repeat:no-repeat;
    position:absolute;
    left:0px;
    top:0px;
    display:block;
    width:176px;
    height:145px;
    opacity:0;
    visibility:hidden;
    -webkit-transition:opacity 0.3s ease;
    -moz-transition:opacity 0.3s ease;
    -o-transition:opacity 0.3s ease;
    -ms-transition:opacity 0.3s ease;
}
.smallThumb
{
    display:block;
    width:176px;
    height:145px;
    position:absolute;
    opacity:0;
    border:none;
}
.smallThumb img
{
    margin:8px;
    width:160px;
    height:129px;
    border:none;
}
.smallThumb:hover .smallThumbFrame
{
    opacity:1;
    visibility:visible;
}
.smallThumbIntro
{
    display:block;
    width:176px;
    height:145px;
    position:absolute;
    opacity:0;
    border:none;
    -webkit-transition:opacity 0.3s ease 0s;
    -moz-transition:opacity 0.3s ease 0s;
    -o-transition:opacity 0.3s ease 0s;
    -ms-transition:opacity 0.3s ease 0s;
}
.smallThumbIntro img
{
    margin:8px;
    width:160px;
    height:129px;
    border:none;
}
.smallThumbIntro:hover .smallThumbFrame
{
    opacity:1;
    visibility:visible;
}
.bigThumbFrame
{
    background-image:url(images/border_big.png);
    background-repeat:no-repeat;
    position:absolute;
    left:0px;
    top:0px;
    display:block;
    width:360px;
    height:290px;
    opacity:0;
    visibility:hidden;
    -webkit-transition:opacity 0.3s ease;
    -moz-transition:opacity 0.3s ease;
    -o-transition:opacity 0.3s ease;
    -ms-transition:opacity 0.3s ease;
}
.bigThumb
{
    width:360px;
    height:290px;
    display:block;
    opacity:0;
    position:absolute;
    border:none;
}
.bigThumb img
{
    width:344px;
    height:274px;
    margin:8px;
    border:none;
}
.bigThumb:hover .bigThumbFrame
{
    opacity:1;
    visibility:visible;
}
.bigThumbIntro
{
    width:360px;
    height:290px;
    display:block;
    position:absolute;
    opacity:0;
    border:none;
    -webkit-transition:opacity 0.3s ease 0s;
    -moz-transition:opacity 0.3s ease 0s;
    -o-transition:opacity 0.3s ease 0s;
    -ms-transition:opacity 0.3s ease 0s;
}
.bigThumbIntro img
{
    width:344px;
    height:274px;
    margin:8px;
    border:none;
}
.bigThumbIntro:hover .bigThumbFrame
{
    opacity:1;
    visibility:visible;
}
.bag
{
  position:absolute;
  display:block;
  top:2px;
  left:425px;
  width: 88px;
  height:97px;
  background-repeat:no-repeat;
  background-image:url(images/wod.png);  
}
.wixodayFrame
{
     background-image:url(images/border_extra_big.png);
     background-repeat:no-repeat;
     position:absolute;
     left:0px;
     top:0px;
     display:block;
     width:544px;
     height:435px;
     opacity:0;
     visibility:hidden;
    -webkit-transition:opacity 0.3s ease;
    -moz-transition:opacity 0.3s ease;
    -o-transition:opacity 0.3s ease;
    -ms-transition:opacity 0.3s ease;
}
.wixoday
{
    width:544px;
    height:435px;
    display:block;
    position:absolute;
    border:none;
}
.wixoday img
{
    width:528px;
    height:419px;
    margin:8px;
    border:none;
}
.wixoday:hover .wixodayFrame
{
    opacity:1;
    visibility:visible;
}
#cont
{
    margin: auto; 
    background-color: white;
    display: inline-block; 
    margin-bottom:50px;
}
.footer
{
    display:block;
    margin-top:60px;
    margin-bottom:160px;
}
.footerLinks
{
    color:Black;
    font-size:11px;
    margin: 0px;
    padding: 0px;
    list-style-type:none;
    height: 13px;
}
.footerLinks a
{
    text-decoration:none;
    padding-left:10px;
    padding-right:10px;
    color:Black;
}
.footerLinks a:hover
{
    text-decoration:underline;
}
.footerLinks li
{
    border-left:solid 1px Black;
    float: left;
}
.footerLinks .footerLinksLeft
{
    border:none;
}
.footerText
{
    color:#6f6f6f;
    font-size:11px;
}
.footerText p
{
    text-align:center;
    margin:0px;
}
.footerText a
{
  color:#0099ff;   
}
.backToTop 
{
    font-size: 18px;
    position: fixed;
    bottom: 0px;
    height: 60px;
    border-radius:8px 8px 0px 0px;
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0%, #fefefe 100%);
    background: -webkit-linear-gradient(top, #ececec 0%,#fefefe 100%);
    background: -o-linear-gradient(top, #ececec 0%,#fefefe 100%);
    background: -ms-linear-gradient(top, #ececec 0%,#fefefe 100%);
    background: linear-gradient(top, #ececec 0%,#fefefe 100%);
    box-shadow: 1px 1px 10px grey;
    z-index:99999;
    margin-left:270px;
}
.backToTop td
{
    height:60px;
    padding:0px 10px 0px 10px;
}
.backToTopButton
{
    width:135px;
    height:60px;
    background-position: right 0px;
    background-repeat: no-repeat;
    background-image: url(http://static.parastorage.com/services/html-landing/explore-hardcoded/css/images/back-to-top-sprite.png);
    cursor:pointer;
}
.backToTopButton:hover
{
    background-position: right -60px;
}
.dropUp 
{
    height: 32px;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    box-shadow: 1px 1px 3px grey;
    width: 270px;
    background-color: white;
    font-size: 18px;
    background-repeat:no-repeat;
    background-position:right center;
    background-image: url(http://static.parastorage.com/services/html-landing/explore-hardcoded/css/images/button.png);
}
.dropUp:hover
{
    background-image: url(http://static.parastorage.com/services/html-landing/explore-hardcoded/css/images/buttonOver.png);
}
.dropUp[open=true]
{
    border-radius: 0px 0px 6px 6px;
}
.dropListAbs 
{
    height: 0px;
    position: relative;
    width: 100%;
    margin-top:1px;
}
.dropUp .dropListAbs .dropUpList 
{
    background-color: White;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 0px;
    height: 0px;
    overflow-y: hidden;
    border-radius: 6px 6px 0px 0px;
    width: 100%;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
}
.dropUp[open=true] .dropListAbs .dropUpList 
{
    box-shadow: 1px 1px 3px grey;
}
.dropListAbs .dropUpList div 
{
    margin: 4px;
    white-space: nowrap;
    padding: 3px 4px;
    border-radius: 3px;
    height: 22px;
    cursor:pointer;
}
.dropListAbs .dropUpList div:hover
{
    background-color:#7bc1f7;
}
.dropListAbs .dropUpList div[selected=true]:hover
{
    background-color:#0099ff;
}
.dropListAbs .dropUpList div[selected=true]
{
    background-color:#0099ff;
}
.dropSelected
{
    padding: 4px 10px;
    cursor:pointer;
}
.dropListAbs .dropUpList div[hover=true]
{
    background-color:#7bc1f7;
}

