/*
		Site:		FP.com Landing Page
		File:		Master Screen CSS
		Author:		Mike Davis
		Date:		August 2011
*/

/* ---------------------------------------------------- BASE ---------------------------------------------------- */

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}

#template_content {
	padding: 0;	
}

#content_container {
	width: 990px;
	margin: 0 auto;
}

/* ---------------------------------------------------- JAVASCRIPT ---------------------------------------------------- */

/* javascript added lines directly under the body causing a gap */

#atff {
	display: none;
}

img.spotlight {
	display: none;
}

/* --------------------------------------------------------- RMA -------------------------------------------------------- */

#top-tiles {
	width: 990px;
	height: 425px;
	overflow: hidden;
}

#top-tiles.jcarousel-container {	
	margin: 0 auto;
	width: 990px;
	height: 425px;
}

#top-tiles .jcarousel-clip {
	width: 990px;
	height: 425px;
}

.mycarousel-prev {
	background: url(/content/v7/us/core/img/png-sprite.png) no-repeat 0 -610px;	
	position: absolute;
	top: 210px;
	left: 12px;
	z-index: 2000;
	width: 25px;
	height: 40px;
}

.mycarousel-next {
	background: url(/content/v7/us/core/img/png-sprite.png) no-repeat 0 -564px;	
	position: absolute;
	top: 210px;
	left: 960px;
	z-index: 2000;
	width: 25px;
	height: 40px;
}

.jcarousel-control {
	position: absolute;
	top: 400px;
	left: 462px;
	z-index: 2000;
}

.jcarousel-control a {
	background: url(/content/v7/us/core/img/png-sprite.png) no-repeat 0 -671px;	
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 13px;
	float: left;
	margin-right: 8px;
}

.jcarousel-control a.active {
	background-position: 0 -658px;
}

/* --------------------------------------------------------- MIDDLE TILES -------------------------------------------------------- */

#middle-tiles {
	width: 990px;
	margin: 15px auto 0;
	position: relative;
	z-index: 1005;
}

.tile-header {
	text-indent: -9999px;	
}

.tile-intro {
	font-size: .8em;
	width: 155px;
	padding: 30px 0 0 30px;
	color: #7e7777;
}

#toysby-tile {
	background: url(/content/v7/us/core/img/png-sprite.png) no-repeat 0 -122px;	
	width: 495px;
	height: 208px;
	float: left;
	color: #ef544d;
	position: relative;
}

#toysby-tile a {
	display: block;	
	height: 208px;
	cursor: pointer;
}

#toysby-tile a:hover {
	text-decoration: none;	
}

#toysby-tile .tile-intro {
	padding: 30px 0 0 25px;
	line-height: 1.5em;
}

#toysby-tile .tile-intro-link {
	font-size: .8em;
	padding: 7px 0 0 25px;
}

#toysby-tile .tile-intro-link span {
	display: none;
}

#playtime-tiles {
	background: url(/content/v7/us/core/img/png-sprite.png) no-repeat 0 -342px;	
	width: 495px;
	height: 208px;
	float: right;
	position: relative;
}

#playtime-tiles .tile-intro {
	width: 395px;
}

/* ----------------------- PLAYTIME CAROUSEL -------------------------- */

#playtime-age-tiles {
	overflow: hidden;
	height: 65px;
	padding-top: 10px;
}

#playtime-age-tiles li {
	float: left;
	width: 65px;
    height: 72px;
    position: relative;
    padding-top: 15px;
	display: none;
}

#playtime-age-tiles.jcarousel-list li {
	display: block;	
}

#playtime-tiles .jcarousel-clip {
	width: 390px;
    margin: 0 auto;
}

#playtime-tiles .jcarousel-list {
	height: 72px;
}

#playtime-tiles .jcarousel-list li img {
	position: absolute;
    padding: 0 8px;
}

#playtime-tiles .jcarousel-prev {
	width: 15px;
    height: 24px;
    position: absolute;
    top: 40px;
    left: 29px;
}

#playtime-tiles .jcarousel-prev a {
	background: url(/content/v7/img/core/gif-sprite.gif) no-repeat 0 -62px;
    width: 15px;
    height: 24px;
}

#playtime-tiles .jcarousel-next {
	width: 15px;
    height: 24px;
    position: absolute;
    top: 40px;
    left: 450px;
}

#playtime-tiles .jcarousel-next a {
	background: url(/content/v7/img/core/gif-sprite.gif) no-repeat -15px -62px;
    width: 15px;
    height: 24px;
}

#playtime-tiles .jcarousel-prev-disabled a {
	background-position: 0 -92px;
}

#playtime-tiles .jcarousel-next-disabled a {
	background-position: -15px -92px;
}

/* --------------------------------------------------------- BOTTOM TILES -------------------------------------------------------- */

#bottom-tiles {
	clear: both;
	width: 980px;
	margin: 0 auto;
}

#bottom-tiles ul li {
	display: inline;
	width: 217px;
	margin-right: 10px;
}

#bottom-tiles ul li span.tile-divider {
	background: url(/content/v7/img/core/gif-sprite.gif) no-repeat 0 0;
	width: 1px;
	height: 54px;
	display: inline-block;
	margin-left: 19px;
	position: relative;
	top: 10px;
}

#scallop {
	background: url(/content/v7/img/core/gif-sprite.gif) no-repeat 0 -138px;
	width: 990px;
	height: 155px;
	margin: 10px auto 0;
}


