
#product-banner{
    height: 330px;
    width: 100%;
    background: url(images/banner.png) center 40px no-repeat;
}

/* Info */

#product-info{
    margin: 30px;
    margin-top: 0px;
}

#product-display{
    width: 891px;
    height: 520px;
    background: #ECECEC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#product-arrow-left{
    display: block;
    position: absolute;
    width: 46px;
    height: 46px;
    background: url(images/arrow-left.png) top left no-repeat;
    margin-top: 230px;
    margin-left: -23px;
    cursor: pointer;
    z-index: 10;
}

#product-arrow-right{
    display: block;
    position: absolute;
    width: 46px;
    height: 46px;
    background: url(images/arrow-right.png) top left no-repeat;
    margin-top: 230px;
    margin-left: 868px;
    cursor: pointer;
    z-index: 10;
}

#product-display-nav{
    padding-top: 10px;
    padding-left: 60px;
    height: 61px;
    border-bottom: 1px solid #DDDDDD;
    width: 831px;
}

.product-display-navitem{
    display: table-cell;
    height: 56px;
    color: #555555;
    cursor: pointer;
}

.product-display-navitem:hover{
    color: #222222;
}

.navitem-selected{
    background: url(images/nav-bg.png) top left repeat-x;
    clear: both;
}
.navitem-selected .product-display-navitem-left{
    display: block;
    height: 71px;
    width: 10px;
    float: left;
    background: url(images/nav-bg-left.png) top left no-repeat;
}
.navitem-selected .product-display-navitem-right{
    display: block;
    height: 71px;
    width: 10px;
    float: right;
    background: url(images/nav-bg-right.png) top left no-repeat;
}

.product-display-navitem-inner{
    padding-left: 58px;
    padding-right: 23px;
    padding-top: 21px;
    padding-bottom: 5px;
    font-size: 16px;
    text-shadow: white 0px 1px 0px;
    background-repeat: no-repeat;
    background-position: 20px 10px;
    min-height: 56px;
}


#nav-wallet{ background-image: url(images/nav-wallet.png); }
#nav-security{ background-image: url(images/nav-security.png); }
#nav-sync{ background-image: url(images/nav-sync.png); padding-left: 62px; }
#nav-autofill{ background-image: url(images/nav-autofill.png); }
#nav-iphone{ background-image: url(images/nav-iphone.png); }
#nav-more{ background-image: url(images/nav-more.png); }

#product-display-container{
    position: relative;
    border-top: 1px solid #F9F9F9;
    width: 891px;
    min-height: 440px;
    overflow: hidden;
}

#product-display-content{
    position: absolute;
    width: 10000px;
    -webkit-transition: left 0.5s ease-in-out;
}

.slide-view{
    display: table-cell;
    width: 771px;
    padding: 40px 60px 40px 60px;
}

.product-content-header{
    font-size: 20px;
    color: #333333;
    text-shadow: white 0px 1px 0px;
    margin: 0 0 1em 0;
}

.product-content-paragraph{
    font-size: 14px;
    color: #666666;
    text-shadow: white 0px 1px 0px;
    margin: 1em 0 1em 0;
    line-height: 1.75em;
}

.product-content-other{
    font-size: 11px;
    color: #AAAAAA;
    text-shadow: white 0px 1px 0px;
    margin: 1em 0 1em 0;
    line-height: 1.75em;
}

#version-number{
    position: absolute;
    margin-left: 720px;
    margin-top: -320px;
    width: 200px;
    text-align: right;
    font: 10px "Lucida Grande", "Helvetica", "Arial", sans-serif;
    color: #AAAAAA;
}

.info-title{
    font: bold 18px "Lucida Grande", "Helvetica", "Arial", sans-serif;
    color: #333;
    margin-bottom: 0.5em;
}

.info-desc{
    color: #666;
    font: 12px "Lucida Grande", sans-serif;
    line-height: 1.5em;
}

#block-bottom{
    margin-top: 30px;
}

.block-l{
    display: table-cell;
    width: 225px;
    padding-right: 30px;
}

.block-r{
    display: table-cell;
    width: 225px;
    padding-left: 30px;
}

.block-c{
    display: table-cell;
    width: 420px;
}

#mainpic{
    background: url(images/bigphoto.png) center center no-repeat;
}

.dm{
    padding-left: 25px;
    background: url(images/dm_star.png) 0px 3px no-repeat;
}

#sysrequirements{
    font: bold 12px "Helvetica", "Arial", sans-serif;
    width: 580px;
    height: 90px;
    margin: 20px auto auto;
    margin-bottom: 40px;
    clear: both;
}

#sr1{
    position: absolute;
    width: 300px;
    padding: 20px;
    border-right: 1px solid #CCCCCC;
}

#sr1 div{
    line-height: 1.5em;
}

#sr2{
    position: absolute;
    margin-left: 370px;
    margin-top: 30px;
    width: 210px;
    height: 90px;
}

#popup-bg{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 19;
}

#popup-close{
    position: absolute;
    margin-left: -30px;
    margin-top: -30px;
    width: 30px;
    height: 30px;
    background: url(/images-global/zoom/closebox.png) top left no-repeat;
    cursor: pointer;
    z-index: 21;
}

#popup-video{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -307px;
    margin-top: -250px;
    padding: 15px;
    background: #FFFFFF;
    z-index: 20;
    -webkit-box-shadow: black 0px 5px 75px;
}