/* =====================
Toys and Games Landing page.
========================*/

body {
	background: #f3f4f5;
}

/*.box {
 	background: #fff;
	color: #333333;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-box-shadow: 0 1px 3px rgba(20,20,20,0.4);
	-moz-box-shadow: 0 1px 3px rgba(20,20,20,0.4);
	box-shadow: 0 1px 3px rgba(20,20,20,0.4);
	-ie7-8-border: 1px solid #DEDEDE;
    border: 1px solid #DEDEDE\9;
    position: relative;
    font-size: 12px;
}

.box .box-content {
  border: none;
  box-shadow: none;
  padding-bottom: 2px;
}
*/
.box .box-content {
	padding-bottom:2px;
}

.header {
	padding: 42px 0 30px 0;
	text-align: center;
	position: relative;
	color: #8e8e8e;
}

.header p.desc {
	width: 700px;
	padding-bottom: 30px;
	font-size: 18px;
	line-height: 24px;
	margin: 0 auto;
}

.header .hero {
	position: relative;
}

.header .hero .one {
	position: absolute;
	z-index: 0;
	left: 0px;
	padding-top: 82px;
	width: 248px;
}

.header .hero .two {
	position: relative;
	left: 270px;
	z-index: 2;
	width: 494px;
}

.header .hero .three {
	position: absolute;
	z-index: 1;
	right: 25px;
	top: 20px;

	width: 224px;
}

.header .hero h3 {
	font-size: 14px;
	width: 180px;
	margin: 0 auto;
}

/*.section {
	background: url('bg/toys-games-background.png') no-repeat top center;
	background-size: 980px 65px;
}*/

/* the following is for divider for the various sections in .box-content */
.box-content .section {
  /*background: url('bg/border-top-gradient.jpg') no-repeat;*/
  background: -moz-linear-gradient(left, white, rgba(248, 248, 248, 0) 250px), -moz-linear-gradient(right, white, rgba(248, 248, 248, 0) 250px), -moz-linear-gradient(top, #cccccc -20%, rgba(255, 255, 255, 0.3) 40px), -moz-linear-gradient(top, #b9b9b9, rgba(255, 255, 255, .5) 5px);
  background: -webkit-linear-gradient(left, white, rgba(248, 248, 248, 0) 250px), -webkit-linear-gradient(right, white, rgba(248, 248, 248, 0) 250px), -webkit-linear-gradient(top, #cccccc -20%, rgba(255, 255, 255, 0.3) 40px), -webkit-linear-gradient(top, #b9b9b9, rgba(255, 255, 255, .5) 5px);
  background: linear-gradient(left, #ffffff, rgba(248, 248, 248, 0) 250px), linear-gradient(right, #ffffff, rgba(248, 248, 248, 0) 250px), linear-gradient(top, #cccccc -20%, rgba(255, 255, 255, 0.3) 40px), linear-gradient(top, #b9b9b9, rgba(255, 255, 255, .5) 5px);
  background-color: #ffffff;
  background-repeat: no-repeat;
  border-top: 1px solid #DEDEDE\0/IE8+9;
}


.section h2 {
	font-size: 24px;
	padding-bottom: 30px;
	margin-left: 40px;
}

.section h3 {
	font-size: 16px;
	margin: 5px 0 10px 0;
	line-height: 21px;
}

.section p {
	line-height: 18px;
}

.section .price {
	padding-top: 10px;
	font-size: 13px;
	color: #333;
}

.section .product-row {
	padding: 40px 0 10px;
}

.section .product-row .secondary-products {
	margin-left: 60px;
}

.section .product-row ul li {
	position: relative;
	float: left;
	margin-bottom: 14px;
}

.section .product-row .secondary-products li {
	margin-right: 80px;
	width: 240px;
}

.section .product-row .secondary-products li:last-child {
	margin-right: 0;
}

.section .product-row .secondary-products li .buy-now {
	padding: 5px 0 10px 0;
}

.section .product-row .secondary-products li .app {
	font-size: 12px;
}

/* == Override RS Styles == */
a.block:hover h3 {
	color: #08c;
}

a.block {
	display: inline;
}

/* == New Marketing Buttons == */
.button.new-marketing {
	background:#117ed2;
	background:-webkit-linear-gradient(#37aaea,#117ed2);
	background:-moz-linear-gradient(#37aaea,#117ed2);
	background:linear-gradient(#37aaea,#117ed2);
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;border:1px solid #4c88bc;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2)
}

.button.new-marketing:hover,.button.new-marketing:focus {
	background:#0351b7;
	background:-webkit-linear-gradient(#2f90d5,#0351b7);
	background:-moz-linear-gradient(#2f90d5,#0351b7);
	background:linear-gradient(#2f90d5,#0351b7)
}

.button.new-marketing:active,.button.new-marketing.active {
	-webkit-box-shadow:0 1px 0 #fff,inset 0 0 9px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 0 #fff,inset 0 0 9px rgba(0,0,0,0.5);
	box-shadow:0 1px 0 #fff,inset 0 0 9px rgba(0,0,0,0.5)
}

.button.new-marketing>span {
	color:#fff;
	text-shadow:0 -1px 1px #666;
	font-size:11px;
	line-height:18px;
	padding:1px 16px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;background:0;border:0
}

.button.new-marketing.small>span {
	padding:7px 18px
}

.button.new-marketing.grey {
	background:#ebebeb;
	background:-webkit-linear-gradient(#fff,#ebebeb);
	background:-moz-linear-gradient(#fff,#ebebeb);
	background:linear-gradient(#fff,#ebebeb);
	border-color:#cfcfcf
}

.button.new-marketing.grey:hover,.button.new-marketing.secondary:focus {
	background:#d7d7d7;
	background:-webkit-linear-gradient(#fff,#d7d7d7);
	background:-moz-linear-gradient(#fff,#d7d7d7);
	background:linear-gradient(#fff,#d7d7d7)}

.button.new-marketing.grey>span {
	color:#666;
	text-shadow:none
}

.button.more {
	padding:0;
	background-size:auto
}

.button.more .label::after {
	content:"\2023"
}

/* == Gift Guide Clear footer Fix == */
.apple-footer {
	clear: both;
}

/* == IE 7 Hacks == */
*+html .header .hero .two {
	left: 25px;
}

*+html .section .product-row .secondary-products ul {
	padding-bottom: 30px;
}

*+html .section .product-row .secondary-products li {
	margin-right: 65px;
	width: 240px;
}

/* == IE 8 Hacks == */
.section .product-row .secondary-products li {
	margin-right: 65px\9;
	width: 240px;
}

.header .hero h3 {
	width: 160px\9;
}