@import url("../../store/css/product_summary.css");



/* Banner
---------------------------------------------------------------------- */

#banner
{
	max-height: 340px;
}

#banner > .wrapper
{
	width: 900px;
}

#banner ul
{
	padding: 15px 0;
}

#banner ul li
{
	padding: 0.4em 0;
	padding-left: 40px;
	font: normal 1.2em arial, sans-serif;
	color: white;
	background: url("../images/checkmark.png") left no-repeat;
	
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#banner ul li strong
{
	font-weight: bold;
	color: #ffbc6e;
	
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.85);
}

#banner ul li strong em
{
	font-style: italic;
	color: white;
}

#banner .buttons
{
	width: 475px;
	overflow: hidden;
}

#banner a.button
{
	position: relative;
	width: 217px;
}

#banner a.button.store
{
	float: left;
	margin-left: 40px;
	background-image: url("../../_common/images/button-green.png");
}

#banner a.button.diagnostic
{
	float: right;
	background-image: url("../../_common/images/button-pink.png");
}

#banner a.button:active
{
	background-position: -217px 0px;
}

#banner a.button em
{
	font-style: italic;
	font-weight: bold;
}

#banner .iphone-fixed,
#banner .iphone-cracked
{
	position: absolute;
	z-index: -1;
	right: -20px;
	top: -10px;
}

#banner .iphone-fixed
{
	display: none;
}

#banner .forsale
{
	display: none;
	position: absolute;
	right: 85px;
	top: 50px;
	padding: 20px;
	background: #fff;
	background: rgba(255, 255, 255, 0.85);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.50);
}



/* Body Layout
---------------------------------------------------------------------- */

#body
{
	padding-top: 0;
}

#body .columns
{
	margin-top: 40px;
}

#body .column + .column
{
	margin-left: 0;
}

#body .column.why
{
	float: left;
	width: 50%;
}

#body .column.products
{
	float: right;
	width: 405px;
}



/* Body Advantages/Why Column
---------------------------------------------------------------------- */

#body .column.why ul.grid li
{
	width: auto;
	float: none;
}

#body .column.why ul.grid li:first-child
{
	margin-top: 0;
}

#body .column.why ul.grid li + li
{
	margin-left: 0;
}



/* Body Products Column
---------------------------------------------------------------------- */

#body .column.products > h2
{
	padding: 8px 13px;
	font: normal 1.4em "Droid Sans", arial, sans-serif;
	text-align: center;
	color: white;
	background-color: #eb7f00;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

#body .column.products > h2 a
{
	color: white;
	border: none;
}

#body .column.products > h2 a span
{
	position: relative;
	float: right;
	font-size: 0.9em;
	color: #ffe7cc;
}

#body .column.products > h2 a span:hover
{
	color: white;
	border-bottom: 2px solid white;
}

#body .column.products ul.products
{
	background-color: #f7eedf;
}

#body .column.products ul li
{
	float: none;
	margin: 0px;
	padding: 5px 5px;
	border: none;
	border-top: 1px solid #e5ddcf;
}

#body .column.products ul li:first-child
{
	border-top: none;
	padding-top: 10px;
}

#body .column.products .product
{
	width: 365px;
	height: auto;
	font-size: 1.1em;
}

#body .product img
{
	width: 105px;
	height: 140px;
}

#body .product .text
{
	width: 245px;
	height: auto;
}

#body .product .text p
{
	clear: both;
	float: left;
	width: 120px;
}

#body .product .buttons
{
	width: 245px;
	float: right;
}

#body .product .buttons .details
{
	float: left;
}
