/**** OVERVIEW TAB ****/
.overview {
    padding: 0 45px 25px 45px;
}

.overview sup {
	line-height: 1em;
}

#overview.overview h2, .overview h2 {
    font-size: 22px;
    padding: 0 10px 15px 0;
    border-bottom: solid 1px #DADADA;
    margin: 0 10px 50px;
    color: #333333;
}

.overview h3 {
    font-size: 16px;
    font-weight: bold;
}

.overview h3, 
.overview h4 {
    font-size: 16px;
    font-weight: bold;
}



/** TOP **/
.overview .top {
    padding-bottom: 35px;
}

.overview .top .features {
    padding-left: 50px;
    padding-right: 10px;
}

.overview .top .in-the-box,
.overview .top .system-requirements {
    padding-left: 60px;
    padding-right: 120px;
}

.overview .top .product-site {
    border-top: solid 1px #CCCCCC;
    margin: 25px 10px 0 30px;
    padding: 10px 120px 0 30px;
}

.overview .top .features .feature .media {
    width: 110px;
    text-align: center;
}

.overview .top .features .feature + .feature,
.overview .top .product-site {
    margin-top: 20px;
}

.overview .top .in-the-box img {
    margin-bottom: 10px;
}

.overview .top .in-the-box .media img {
    margin-bottom: 0;
}

.overview .top .in-the-box .media {
    margin-top: -25px;
}
.overview .top .in-the-box ul li {
	margin: 2px 0 0;
}

.overview .top .system-requirements {
    margin-top: 25px;
}

.overview .top .footnote {
	margin: 25px 0 0 35px;

}

/** BANNER **/
.overview .banner {
    border-top: solid 1px #DADADA;
    padding: 10px 60px;
}


/** GRADIENT FOR MIDDLE AND BOTTOM **/
.overview .middle,
.overview .bottom {
    border-top: solid 1px #dadada\9;
    background: -moz-linear-gradient(left, #fff, rgba(248, 248, 248, 0) 150px),
                -moz-linear-gradient(right, #fff, rgba(248, 248, 248, 0) 150px),
                -moz-linear-gradient(top, #ccc, #ccc 1px, rgba(248, 248, 248, 0.3) 3px, #fff),
                -moz-linear-gradient(top, rgba(248, 248, 248, 1), #fff);
    background: -webkit-linear-gradient(left, #fff, rgba(248, 248, 248, 0) 100px),
                -webkit-linear-gradient(right, #fff, rgba(248, 248, 248, 0) 100px),
                -webkit-linear-gradient(top, #ccc, #ccc 1px, rgba(248, 248, 248, 0.3) 3px, #fff),
                -webkit-linear-gradient(top, rgba(248, 248, 248, 1), #fff);
    background: -ms-linear-gradient(left, #fff, rgba(248, 248, 248, 0) 100px),
                -ms-linear-gradient(right, #fff, rgba(248, 248, 248, 0) 100px),
                -ms-linear-gradient(top, #ccc, #fcfcfc 3px, #fff);
    background: linear-gradient(left, #fff, rgba(248, 248, 248, 0) 150px),
                linear-gradient(right, #fff, rgba(248, 248, 248, 0) 150px),
                linear-gradient(top, #ccc, #ccc 1px, rgba(248, 248, 248, 0.3) 3px, #fff),
                linear-gradient(top, rgba(248, 248, 248, 1), #fff);
}


/** MIDDLE **/
.overview .middle {
    margin-bottom: 0px;
    position: relative;
}

.overview .middle .extra {
    padding: 35px 20px 0 20px;
    background: url('bg/2012-step1-vdiv.png') no-repeat;
    background-size: 1px 320px;
}

.overview .middle .extra .copy {
	padding-bottom: 5px;
}

.overview .middle div:first-child .extra {
    padding-left: 10px;
    background: none;
}

.overview .middle div:last-child .extra {
    padding-right: 10px;
}

.overview .middle .extra .image {
    margin: 10px 0 0 0;
    text-align: center;
}

.overview .middle div:last-child .extra .image {
    margin-right: -20px;
}

.overview .middle .extra .image.flush-to-bottom {
    position: absolute;
    bottom: 0;
}

.overview .middle .extra .image.flush-to-bottom img {
    position: absolute;
    bottom: 0;
}


/** BOTTOM */
.overview .bottom {
    padding: 40px 70px 0 70px;
}

.overview .bottom .media-block .media {
    margin: -5px 20px 0 0;
}




/* From step1-iphone.css */

.learn-more.overview {
	width: 760px;
	padding: 30px 20px;
	font-size: 13px;
	line-height: 1.65em;
}

.cn #overview .content h3,
.cn #overview .system-requirements h3 {
    font-size: 14px;
    border: 0;
    padding: 0;
    margin: 0 0 10px 0;
}

.cn .learn-more .content {
    color: #555;
}

.cn #overview .content p,
.cn #overview .content .ul li,
.cn #overview .system-requirements p,
.cn #overview .right-side p {
    font-size: 12px;
    line-height: 18px;
    color: #555;
}

.family-iphone.product-decision.design-3 #overview.learn-more {
    font-size: 13px;
    line-height: 20px;
}
.family-iphone.product-decision.design-3 #overview h2 {
    font-size: 22px;
    line-height: 18px;
	margin: 0 10px 40px 10px;
	padding-bottom: 18px;
}

.family-iphone.product-decision.design-3 #overview h4 {
    font-size: 13px;
    margin-bottom: 0px;
}

.learn-more.overview .top .features {
    padding: 0 10px 0 10px;
}

.learn-more.overview h4,
.learn-more.overview h3 {
    font-size: 13px;
    color: #000000;
}


.learn-more.overview .features .media {
    margin: 5px 30px 0 0;
}

.learn-more.overview .top .in-the-box,
.learn-more.overview .top .system-requirements,
.learn-more.overview .top .warranty,
.learn-more.overview .top .product-site {
    padding-right: 30px;
    padding-left: 30px;
}

.learn-more.overview .top .product-site {
    border-top: solid 1px #CCCCCC;
    margin: 22px 15px 0;
    padding: 15px 15px 0;
}

.learn-more.overview .bottom {
    background-size: 760px;
    padding: 40px 20px 0 10px;
}

.learn-more.overview .bottom .media-block .media {
    margin-top: 10px;
}

.iphone5s .overview .in-the-box img {
 	margin: -2px 0 -10px -20px;
}

.emea .learn-more.overview .top .system-requirements {
    display: none;
}