
html {
    background: none repeat scroll 0 0 #F2F2F2;
    height: 100%;
    width: 100%;
}

#wrap {
    background-color: transparent;
    color: #333333;
    font: 16px/18px "Open Sans","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

#wrap {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #D9D9D9;
    border-image: none;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-style: none solid;
    border-width: medium 1px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 70px;
    position: relative;
    width: 980px;
    z-index: 1;
}

#wrap:before {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#wrap:nth-child(n) {
    border: medium none;
}

#productheader {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("http://images.apple.com/v/ipad/shared/specs/a/images/top_gradient_divider.jpg");
    background-origin: padding-box;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 981px 61px;
}
#productheader {
    margin: 0 auto;
    overflow: hidden;
    padding: 1em 0 0.2em;
    width: 980px;
}
#productheader h2{
    font-size: 26px;
    font-weight: normal;
    line-height: 24px;
    padding: 5px;
    text-align: center;
}

#content {
    margin-top: 20px;
    min-height: 600px;
    overflow: hidden;
    padding: 10px 0;
}
.details .left {
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}

.product-image {
    height: 480px;
    position: absolute;
    right: 60px;
    top: 120px;
    width: 382px;
}
.product-image img{
    position: absolute;
    top:0;
    left:0;
}
.product-image .cover {
    min-height: 400px;
    min-width: 300px;
}

.cover-wrap {
    height: 402px;
    left: 40px;
    overflow: hidden;
    position: absolute;
    top: 46px;
    width: 300px;
}
.details .info {
    
    padding: 150px 30px 0 10px;
    width: 530px;
    
}
.info h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 31px;
    padding: 10px 0;
}
.details p {
    line-height: 1.5em;
}
.download {
    display: block;
    padding:40px 0;
}