/*
		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/de/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/de/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/de/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: 190px;
	padding: 25px 0 0 30px;
	color: #7e7777;
}

#playtime-tiles .tile-intro {
	width: 395px;
	padding: 14px 0 0 21px;
}


/* FIND TOYS TILE */

/*#find-toys-and-gear .tile-intro {
	padding: 25px 0 0 30px;
	line-height: 1.2em;
}

#find-toys-and-gear {
	background: url(/content/v7/de/core/img/png-sprite.png) no-repeat 0 -122px;	
	width: 495px;
	height: 208px;
	float: left;
	color: #ef544d;
	position: relative;
}

#middle-tiles #find-toys-and-gear .tile-button a {
	float: left;
    height: 27px;
    margin: 6px 0 0 18px;
    position: relative;
    width: 150px;
}*/

/* END FIND TOYS TILE */


/* TV COMMERCIALS TILE */

#family-videos {
	background: url(/content/v7/de/core/img/png-sprite.png) no-repeat 0 -122px;	
	width: 495px;
	height: 208px;
	float: left;
	color: #ef544d;
	position: relative;
}

#family-videos .tile-intro {
	width: 178px;
}

#family-videos .tile-intro {
	padding: 50px 0 0 25px;
	line-height: 1.3em;
}

#family-videos .tile-intro-link {
	font-size: .8em;
	padding: 7px 0 0 25px;
}

#family-videos .tile-intro-link a {
	background: url(/content/v7/img/core/gif-sprite.gif) no-repeat 148px -294px;
	color: #3096c1;
	padding-right: 15px;
	font-weight: bold;
}

	.ie9 #family-videos .tile-intro-link a,
	.mac.gecko #family-videos .tile-intro-link a{
		background: url(/content/v7/img/core/gif-sprite.gif) no-repeat 148px -295px;
	}

/* END TV COMMERCIALS TILE */


#playtime-tiles {
	background: url(/content/v7/de/core/img/png-sprite.png) no-repeat 0 -342px;	
	width: 495px;
	height: 208px;
	float: right;
	position: relative;
}

/* ----------------------- PLAYTIME CAROUSEL -------------------------- */

#playtime-age-tiles {
	overflow: hidden;
	/*height: 75px;*/
	padding-top: 6px;
}

#playtime-age-tiles li {
	float: left;
	width: 79px;
    height: 98px;
    position: relative;
    padding-top: 8px;
	display: none;
}

#playtime-age-tiles.jcarousel-list li {
	display: block;	
}

#playtime-tiles .jcarousel-clip {
	width: 395px;
    margin: -5px auto 0;
}

#playtime-tiles .jcarousel-list {
	height: 117px;
}

#playtime-tiles .jcarousel-list li img {
	position: absolute;
    padding: 0 6px;
}

#playtime-tiles .jcarousel-prev {
	width: 15px;
    height: 24px;
    position: absolute;
    top: 55px;
    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: 55px;
    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: 474px;
	margin: 0 auto;
}

	.webkit #bottom-tiles,
	.ie #bottom-tiles {
		width: 478px;
	}
	
#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;
}


