/* books-at-work.css */

/* shared */
#books-at-work #content { width:980px; margin:0 auto; padding:60px 0 0; zoom:1; }
#books-at-work .separator h2 { margin-top:61px; }
#books-at-work p.intro { text-align:center; color:#333; }
#books-at-work .separator { margin-top:52px; border-top:1px solid #ddd; }
#books-at-work .separator .grid3col { margin-top:53px; }
#books-at-work .separator .column p { width:270px; }
#books-at-work .caption { margin-top:-40px; text-align:center; color:#666; position:relative; z-index:1; }

#books-at-work .callout p { margin:20px 0 0 0; padding:0; font-size:14px; }
#books-at-work .callout .headline-title { font-size:14px; font-weight:bold; text-decoration:none; color:#333; }
#books-at-work .callout.headline-icon img { float:left; padding-right:14px; }
#books-at-work .callout.headline-icon { margin:40px auto 10px; padding:0 13px; width:765px; height:82px; font-size:1.1486em; border:1px solid #ccc;
	-moz-box-shadow:0 1px 9px rgba(0, 0, 0, 0.25) inset; -webkit-box-shadow:0 1px 9px rgba(0, 0, 0, 0.25) inset; box-shadow:0 1px 4px rgba(0, 0, 0, 0.25) inset;
	background:#f0f0f0;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#eaeaea));
	background:-moz-linear-gradient(100% 100% 90deg, #eaeaea, #f8f8f8);
	background:-ms-linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
	background:linear-gradient(top, #f8f8f8 0%,#eaeaea 100%);
}
#books-at-work .callout img { margin-top:13px; }
#books-at-work .callout:hover { text-decoration:none; background:#e5e5e5;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e3e3e3));
	background:-moz-linear-gradient(100% 100% 90deg, #e3e3e3, #f8f8f8);
	background:-ms-linear-gradient(top, #f8f8f8 0%,#e3e3e3 100%);
	background:linear-gradient(top, #f8f8f8 0%,#e3e3e3 100%);
}
#books-at-work .callout:hover em.more { text-decoration:underline; }
#books-at-work .callout .headline { color:#000; }

#books-at-work .callout .ge-callout { margin-top:9px; }
#books-at-work .callout .hallmark-callout { margin-top:10px; }
#books-at-work .callout .alcon-callout { margin-top:11px; }

/* hero gallery */
#books-at-work .gallery { width:909px; margin:0 auto 40px; background:url(/v/ipad/business/c/images/hardware_ipad_black_wet.jpg) 0 0 no-repeat; }
#books-at-work .hero .gallery figure img { margin-left:84px; }
#books-at-work .gallery figure img { margin:72px 0 0 83px; }
#books-at-work .gallery figure figcaption { position:absolute; bottom:-144px; left:0; width:100%; text-align:center; }

#books-at-work .hero-gallery-nav { margin:177px auto 0; text-align:center; *margin-top:200px; }
#books-at-work .hero-gallery-nav ul li {display:-moz-inline-stack; display:inline-block; *display:inline; zoom:1; margin:0 13px; overflow:hidden; }
#books-at-work .hero-gallery-nav ul li a { position:relative; z-index:1; display:block; color:#333; }
#books-at-work .hero-gallery-nav ul li a div { height:69px; *height:71px; margin-bottom:2px; padding:3px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	-o-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
}
#books-at-work .hero-gallery-nav ul li a img { *border:1px solid #e1e1e1; }
#books-at-work .hero-gallery-nav ul li a span,
#books-at-work .hero-gallery-nav ul li a img { cursor:pointer;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
#books-at-work .hero-gallery-nav ul li a span { position:absolute; z-index:2; top:3px; left:3px; display:block; width:110px; height:69px;
	-webkit-box-shadow:inset rgba(0,0,0,0.6) 0 0 10px;
	-moz-box-shadow:inset rgba(0,0,0,0.6) 0 0 10px;
	-o-box-shadow:inset rgba(0,0,0,0.6) 0 0 10px;
	box-shadow:inset rgba(0,0,0,0.6) 0 0 10px;
}
#books-at-work .hero-gallery-nav ul li a:hover { text-decoration:none; }
#books-at-work .hero-gallery-nav ul li a:hover div { background-color:#aaa;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ddd), to(#aaa));
	background-image:-moz-linear-gradient(center top, #ddd 0%, #aaa 100%);
	background-image:-o-linear-gradient(#ddd, #aaa);
	background:-ms-linear-gradient(top, #ddd 0%, #aaa 100%);
	background-image:linear-gradient(to bottom, #ddd 0%, #aaa 100%);
}

#books-at-work .hero-gallery-nav ul li a.active span { 
	-webkit-box-shadow:inset rgba(0,0,0,0.9) 0 0 10px;
	-moz-box-shadow:inset rgba(0,0,0,0.9) 0 0 10px;
	-o-box-shadow:inset rgba(0,0,0,0.9) 0 0 10px;
	box-shadow:inset rgba(0,0,0,0.9) 0 0 10px;
}
#books-at-work .hero-gallery-nav ul li a.active { color:#666; }
#books-at-work .hero-gallery-nav ul li a.active div {
	background-color:#08c;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#6cc9ee), to(#08c));
	background-image:-moz-linear-gradient(center top, #6cc9ee 0%, #08c 100%);
	background-image:-o-linear-gradient(#6cc9ee, #08c);
	background:-ms-linear-gradient(top, #6cc9ee 0%, #08c 100%);
	background-image:linear-gradient(to bottom, #fefefe 0%, #08c 100%);
}

/* video gallery */
#books-at-work .video-gallery { position:relative; z-index:0; width:907px; height:798px; margin:49px 0 0 -13px; }
#books-at-work .video-gallery.black { background:url(/v/ipad/business/c/images/hardware_ipad_black.jpg) 0 0 no-repeat; }
#books-at-work .video-gallery.white { background:url(/v/ipad/business/c/images/hardware_ipad_white.jpg) 0 0 no-repeat; }

#books-at-work .video-gallery figure figcaption { margin-bottom:-21px; }
#books-at-work .video-gallery .moviePanel { top:72px; width:741px; height:556px; }

/* pill buttons */
#books-at-work .video-gallery .gallery-content .pillbutton-lg { position:absolute; left:341px; z-index:2; width:230px; padding-top:314px; text-align:center; }
#books-at-work .video-gallery .gallery-content .pillbutton-lg a { position:relative; display:block; width:auto; height:77px; text-align:center; }
#books-at-work .video-gallery .gallery-content .pillbutton-lg a span { display:block; width:auto;  color:#fff; font-size:1.1429em; }
#books-at-work .video-gallery .gallery-content .pillbutton-lg a b { display:block; position:absolute; top:0; height:85px; }
#books-at-work .video-gallery .gallery-content .pillbutton-lg.watch { left:373px; width:164px; }
#books-at-work .video-gallery .gallery-content .pillbutton-lg.watch a span { margin-right:64px; padding:30px 5px 30px 40px; text-align:left; background:url(/v/ipad/business/c/images/watch_cap_left.png) 0 0 no-repeat; }
#books-at-work .video-gallery .gallery-content .pillbutton-lg.watch a b { right:0px; width:64px; background:url(/v/ipad/business/c/images/watch_cap_right.png) 0 0 no-repeat; }
#books-at-work .video-gallery .gallery-content .pillbutton-lg.again { top:-76px; left:256px; }
#books-at-work .video-gallery .gallery-content .pillbutton-lg.again a span { margin-right:41px; padding:30px 0 30px 70px; background:url(/v/ipad/business/c/images/watchagain_cap_left.png) 0 0 no-repeat; }
#books-at-work .video-gallery .gallery-content .pillbutton-lg.again a b { right:0px; width:41px; background:url(/v/ipad/business/c/images/watchagain_cap_right.png) 0 0 no-repeat; }
#books-at-work .video-gallery .gallery-content .pillbutton-lg a:hover { text-decoration:none; }
#books-at-work .video-gallery .gallery-content .pillbutton-lg a:hover b,
#books-at-work .video-gallery .gallery-content .pillbutton-lg a:hover span { background-position:0 -85px; }

/* general */
#books-at-work .hero p.intro { width:840px; margin:25px auto 53px; color:#888; }

#books-at-work .multi-touch,
#books-at-work .build { width:880px; margin:0 -70px; padding:60px 120px 0; background:url(/v/ipad/business/c/images/bg_gradient_ibooks.png) repeat-x 0 0; }

#books-at-work .build { margin-top:55px; }
#books-at-work .build .build-imac-ipad { margin:15px 0 0 30px; }
#books-at-work .build .callout { width:744px; height:100px; margin:7px auto 0; padding:26px 22px 0;
	border:1px solid #eaeaea; border-radius:0\9;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f2f2f2));
	background:-moz-linear-gradient(100% 100% 90deg, #f2f2f2, #fff);
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
#books-at-work .build .callout:hover { text-decoration:none; background:#e5e5e5;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e3e3e3));
	background:-moz-linear-gradient(100% 100% 90deg, #e3e3e3, #fff);
	background:-ms-linear-gradient(top, #fff 0%,#e3e3e3 100%);
	background:linear-gradient(top, #fff 0%,#e3e3e3 100%);
}
#books-at-work .build .callout img { margin-top:-7px; }
#books-at-work .build .callout p { margin:11px; }
#books-at-work .build .callout h3 { font-size:18px; }

#books-at-work .distribution { height:835px; margin:60px -70px 0; background:url(/v/ipad/business/c/images/bg_linen_ibooks.jpg) 0 0 repeat-y;
	-webkit-box-shadow: inset 0 0 70px -20px#888;
	-moz-box-shadow: inset 0 0 70px -20px #888;
	box-shadow: inset 0 0 70px -20px #888;
	}
#books-at-work .distribution h1 { padding-top:30px; }
#books-at-work .distribution p.intro { margin:0 auto; width:760px; color:#333; }
#books-at-work .distribution .left-column { margin:20px 0 0 116px; }
#books-at-work .distribution .left-column { width:428px; }
#books-at-work .distribution .left-column  h2 { margin-top:33px; }
#books-at-work .distribution .left-column  p { margin-bottom:8px; }
#books-at-work .distribution img { margin-top:30px; }

#buystrip { margin-top:0; border-top:none !important; }

@media only screen and (max-device-width:768px) {
	#books-at-work .multi-touch p.intro { margin:0 auto; width:885px; }
}
