

/*
		Site:	Little People
		File:	Default CSS File
		Author:	Alison Endacott and Eric Shepherd
		Date:	December 2006
*/

/* Colors */



/* CSS Declarations */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	font: small arial, helvetica, sans-serif;
	background: #fff url(/content/v4/img/littlepeople/bg_tile_blue.gif);
}

#container {
	width: 645px;
	color: #0079ce;
	float: left;
	margin-left: 125px; 
	*display: inline;
	position: relative;
}

	#content {
		width: 645px;
		background: url(/content/v4/img/littlepeople/bg-info.gif);
		margin: 0 auto;
		min-height: 38em;
		_height: 38em;
		padding-top: 1em;
	}
	
ul#noflash {
	background: url(/content/v4/de/littlepeople/img/landing-noflash.jpg) no-repeat top left;
	width: 645px;
	height: 438px;
	position: absolute;
	top: 0;
	left: 0;
	display:block;
	list-style-type:none;
}

body.landing h1 span {
	background: transparent;
}

body.landing #content {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	padding-top: 0;
}
	
/* LINKS 
--------------------------------------*/

a {
	color: #0079ce;
	font-weight: bold;
}
	a:hover {
		color: #fff;
		background-color: #0079ce;
		text-decoration: none;
	}
	
/* HEADING 
--------------------------------------*/
		
h1 {
	width: 645px;
	height: 78px;
}	

	h1 a, h1 span {
		display: block;
		overflow: hidden;
		position: relative;
	}	
		
		h1 a#little-people-home,
		h1 a#little-people-home:hover,
		h1 span {
			width: 645px;
			height:78px;
			background: url(/content/v4/de/littlepeople/img/lplogo.gif) no-repeat;
			text-indent: -9999px;
		}
			
		h1 a#fisher-price-home,
		h1 a#fisher-price-home:hover {
			position: absolute;
			width: 121px;
			height:42px;
			background: url(/content/v4/de/littlepeople/img/fplogo.gif) no-repeat;
			text-indent: -9999px;
			top: 6px;
			left: 26px;
			z-index: 99;
		}
	
	p#advertisement {
		display: block;
		text-indent: -9999px;
		overflow: hidden;
		width: 90px;
		height: 15px;
		left: 525px;
		background: url(/content/v4/de/littlepeople/img/advertisement.gif) no-repeat;
		position: absolute;
		top: 10px;
		cursor: default;
	}

/* NAVIGATION 
--------------------------------------*/

#lpnav {
	float: left;
	*display: inline;
	width: 120px;
	margin-top: 60px;
	margin-left: -770px;
	margin-bottom: 120px;
	font-size: medium;
	background: #0079ce url(/content/v4/img/littlepeople/lnav_top.gif) no-repeat top;
	padding-top: 20px;
}

ul#nav {
	margin: 0;
	list-style-type: none;
	width: 113px;
	padding-top: 7px;
	padding-left: 7px;
	padding-bottom: 20px;
	background: url(/content/v4/img/littlepeople/lnav_btm.gif) no-repeat bottom;
}

#lsearch {
	line-height: 1em;
}

#keyword {
	width: 80px;
	margin-bottom: 5px;
}

ul#nav li {
	margin: 0;
	list-style-type: none;
	font-weight: bold;
	color: #fff;
	font-size: 76%;
	text-decoration: none;
	padding: .2em 0;
}

* html ul#nav li {
	margin: .3em 0;
	padding: 0;
}

ul#nav li a {
	text-decoration: none;
	color: #fff;
}

ul#nav ul {
	padding-left: 1.5em;
	margin: 0;
}

ul#nav ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	line-height: 1.7em;
	font-size: 130%;
}

ul#nav a:hover {
	text-decoration: underline;
}

/* THUMBNAIL PAGE 
--------------------------------------*/

p.sorry {
	width: 425px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

p.bread_crumb {
	color: #0079ce;
	margin-left: 34px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

	p.bread_crumb a{
		font-weight: normal;
		color: #0079ce;
		text-decoration: none;
	}
		p.bread_crumb a:hover{
			background-color: #fff;
			text-decoration: underline;
		}

#thumbs {
	border-top: 1px solid #0079ce;
	color: #0079ce;
	position: relative;
	width: 582px;
	margin: 0 auto;
}

	#thumbs li {
		list-style: none;
	}

	#thumbs a {
		color: #0079ce;
		text-decoration: none;
	}

		#thumbs a:hover {
			color: #fff;
			background: #0079ce;
		}

#thumbs div.product {
	border-bottom: 1px solid #0079ce;	
	position: relative;
	height: 10em;
	min-height: 130px;
	*height: 130px;
	clear: both;
}

	#thumbs h3 {
		font-size: 1em;
		float: left;
		width: 222px;
		margin: 10px 10px 10px 120px;
		*display: inline;
	}

	#thumbs li.product-image {
		position: absolute;
		width: 110px;
		height: 110px;
		top: 10px;
		left: 1px;
	}

		#thumbs li.product-image img {
			border: 0;
			display: block;
		}

	#thumbs li.product-number {
		float: left;
		margin-left: -232px;
		margin-top: 6em;
		font-size: 80%;
	}

		#thumbs li.product-number dt {
			float: left;
			clear: both;
		}

		#thumbs li.product-number dd {
			float: left;
		}

	#thumbs li.product-ages {
		background: #c2e1ff;
		min-height: 129px;
		*height: 128px;
		float: left;
		width: 85px;
	}

		#thumbs li.product-ages dl {
			margin-top: 50px;
		}

			#thumbs li.product-ages dd, 
			#thumbs li.product-ages dt {
				text-align: center;
				font-weight: bold;
				font-size: 90%;
			}

	#thumbs li.product-price {
		float: left;
		margin-top: 20px;
		width: 140px;
	}

		#thumbs li.product-price dt,
		#thumbs li.product-price dd {
			font-weight: bold;
			text-align: center;
		}

		#thumbs li.product-price dt {
			font-size: 90%;
		}

		#thumbs li.product-price dd {
			font-size: 1.3em;
			margin-top: .3em;
		}

	#thumbs li.product-buy-now {
		float: left;
		width: 140px;
		margin-top: 3px;
		*text-align: center;
	}

		#thumbs li.product-buy-now a,
		#thumbs li.product-buy-now a span {
			display: block;
			overflow: hidden;
			margin: 0 auto;
			cursor: pointer;
			position: relative;
			width: 81px;
			height: 14px;
		}

			#thumbs li.product-buy-now a span {
				position: absolute;
				top: 0;
				left: 0;
				width: 81px;
				height: 14px;
				background: url(/content/v4/de/img/buynow_plaque.gif) no-repeat top left;
			}

		#thumbs li.product-buy-now a:hover {
			background: transparent;
		}
		
	#thumbs li.product-find-a-retailer {
		float: left;
		margin-left: 36px;
	}
		#thumbs li.product-find-a-retailer a{
			font-weight: normal;
			font-size: 80%;
			text-decoration: underline;
		}
			#thumbs li.product-find-a-retailer a:hover {
				text-decoration: none;
			}
	
	#thumbs li.product-demo {
		float: left;
		width: 140px;
		position: relative;
		*text-align: center;
		margin-top: .5em;
	}
	
	#thumbs li.product-demo a,
	#thumbs li.product-demo a span {
		width: 81px;
		height: 14px;
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0 auto;
	}
	
		#thumbs li.product-demo a span {
			background: url(/content/v4/de/littlepeople/img/demo_plaque.gif) no-repeat top left;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			cursor: pointer;
		}
			
/* PAGING */

#pages {
	padding: 1em 30px 20px 30px;
	text-align: center;
}

	#pages p.paging {
		text-align: right;
		font-weight: bold;
	}
	
	#pages span {
		color: #fff;
		background-color: #0079ce;
		padding: .3em;
		font-weight: bold;
	}

	#pages a {
		padding: .3em;
		text-decoration: none;
	}
	
	#pages img {
		border: 0;
		position: relative;
		top: 5px;
	}
	
	#pages a.arrow,
	#pages a.arrow:hover {
		background-color: #fff;
		border: none;
		padding: 0;
	}
	
	#pages p.view-all a {
		padding: 0;
		position: relative;
		top: 1em;
		margin-top: .5em;
		font-size: small;
		text-decoration: none;
	}
	
/* PRODUCT PAGE 
--------------------------------------*/

ul#brandLogos {
	width: 112px;
	height: 49px;
	list-style: none;
	position: relative;
	left: 515px;
}

#product-info {
	width: 350px;
	float: left;
	*display: inline;
	padding: 10px 10px 10px 0;
	margin-left: 280px;
}

#product-meta {
	position: relative;
}

	h2#prodname {
		font-size: medium;
	}

	.sIFR-hasFlash h2#prodname {
		font-size: 16px;
	}

	#product-info dt.product-number,
	#product-info dt.product-ages,
	#product-info dt.product-price,
	#product-info dt.product-maximum-weight,
	#product-info dt.product-maximum-height {
		clear: both;
		float: left;
		padding-right: .3em;
	}

	#product-info dd.product-number,
	#product-info dd.product-ages,
	#product-info dd.product-price,
	#product-info dd.product-maximum-height,
	#product-info dd.product-maximum-height {
		float: none;
	}
	
	#product-info dd.product-promotion {
		clear: both;
	}
	
	#product-info dt.product-more {
		position: absolute;
		left: -9999px;
	}

	dd.buy-now,
	dd.find-a-retailer {
		clear: both;
		}
	
	dd.buy-now {
		width: 69px;
		height: 26px;
		position: absolute;
		left: 250px;
		_left: 220px;
		top: 25px;
	}
	
		dd.buy-now a {
			width: 69px;
			height: 26px;
			position: relative;
			display: block;
			overflow: hidden;
		}
	
			dd.buy-now a span {
				width: 69px;
				height: 26px;
				position: absolute;
				top: 0;
				left: 0;
				background: url(/content/v4/de/img/buynow.gif) no-repeat top left;
				cursor: pointer;
			}
	
	dd.find-a-retailer {
		margin-bottom: 1em;
		left: 157px;
		font-size: 74%;
		position: absolute;
		left: 250px;
		_left: 220px;
		top: 52px;
	}
		dd.find-a-retailer a:hover {
			text-decoration: underline;
			background: none;
			color: #0079ce;
		}
	
	dd.award {
		clear: both;
	}
		dd.award a {
			text-decoration: none;
		}
	
	dd.demo {
		margin: 4px 0 4px 0;
	}
	
	dd.demo,
	dd.demo a,
	dd.demo a span {
		width: 81px;
		height: 14px;
		position: relative;
		display: block;
		overflow: hidden;
	}
	
		dd.demo a span {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url(/content/v4/de/littlepeople/img/demo_plaque.gif) no-repeat top left;
			cursor: pointer;
		}
/*
	dd.award,
	dd.award a,
	dd.award a span {
		position: relative;
		display: block;
		overflow: hidden;
		width: 81px;
		height: 14px;
	}
	
		dd.award a span {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: url(/content/v4/de/littlepeople/img/award_plaque.gif) no-repeat top left;
			cursor: pointer;
		}
*/
#product-media {
	width: 245px;
	float: left;
	*display: inline;
	padding: 10px;
	margin-left: -630px;
}

	dt#product-image {
		height: 243px; 
	}
	
	#product-caption {
		font-size: 85%;
		margin-top: 1em;
	}

	#product-thumbnails li {
		float: left;
		margin: .5em;
		list-style: none;
		height: 65px;
	}
	
		#product-thumbnails li a img,
		#product-thumbnails li a:hover {
			border: none;
			background: none;
			color: #0079ce;
		}
		
			#product-thumbnails li a:hover img {
				opacity: 0.8;
				filter: alpha(opacity=80);
			}

#product-info #product-meta dd.buy-now a {
	*cursor: pointer;
}		

/* VIEW LARGER IMAGE 
---------------------*/

#product-shot {
	position: relative;
}

#product-shot dd.product-view-larger a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 243px;
	height: 243px;
	display: block;
	background: url(/content/v4/de/img/viewlarger.gif) no-repeat;
	background-position: -370px 100%;
	/* needs to be -400px for Safari - hack? */
	opacity: 0.45;
	filter: alpha(opacity=45);
	text-indent: -9999px;
	overflow: hidden;
}

	#product-shot dd.product-view-larger a:hover,
	#product-shot dd.product-view-larger a:focus {
		opacity: 1.0;
		filter: alpha(opacity=100);
		background-position: 0% 100%;
	}
	
#larger-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

/* DEV BENEFITS */

#dev-benefits {
	clear: both;
	padding: 10px;
}

	#dev-benefits h4 {
		margin: 0 auto .4em auto;
		font-size: 1.1em;
	}

	#dev-benefits ul {
		margin-left: 20px;
		margin-bottom: 1em;
	}

/* TABS */

ul.tab-list {
	list-style: none;
	margin: 1em 0 1em 0;
	width: 345px;
	background: url(/content/v4/img/littlepeople/tab-underline.gif);
	float: left;
}

#tab-ProductDescription,
#tab-ProductTestimonials,
#tab-ProductDevBenefits {
	float: left;
	width: 85px;
	height: 32px;
	margin-right: 5px;
}

#tab-ProductDescription span,
#tab-ProductDevBenefits span,
#tab-ProductTestimonials span,
#tab-ProductDescription a,
#tab-ProductDevBenefits a,
#tab-ProductTestimonials a {
	display: block;
	text-indent: -9999px;
	background: url(/content/v4/de/littlepeople/img/tabs.gif);
	width: 85px;
	height:32px;
	overflow: hidden;
}

#tab-ProductDescription span {
	background-position: 0 0;
}

	#tab-ProductDescription a {
		background-position: 0 -36px;
	}
	
		#tab-ProductDescription a:hover {
			background-position: 0 -72px;
		}
	
#tab-ProductTestimonials span {
	background-position: -90px 0;
}

	#tab-ProductTestimonials a {
		background-position: -90px -36px;
	}
	
		#tab-ProductTestimonials a:hover {
			background-position: -90px -72px;
		}
	
#tab-ProductDevBenefits span {
	background-position: -180px 0;
}

	#tab-ProductDevBenefits a {
		background-position: -180px -36px;
	}
	
		#tab-ProductDevBenefits a:hover {
			background-position: -180px -72px;
		}
		
.tab-hidden {
	display: none;
}

/* INSTRUCTIONS 
----------------*/

#instructions {
	background: #e2eef7 url(/content/v4/img/littlepeople/instruction-bottom.gif) no-repeat bottom;
	padding-bottom: 15px;
	margin-top: 2em;
}

	#instructions h3 {
		font-size: 1.2em;
	}

	#instructions h3:hover {
		background: #e2eef7 url(/content/v4/img/pdf.gif) no-repeat right center;
	}

	#instructions div {
		background: #e2eef7 url(/content/v4/img/littlepeople/instruction-top.gif) no-repeat left top;
		padding: 15px 15px 0 15px;
		font-size: 90%;
	}
	
		#instructions dl {
			margin-top: .4em;
		}
	
			#instructions dd {
				font-size: 90%;
				margin-top: .2em;
			}

#instruction-intro {
	cursor: pointer;
}

/* LOCATOR PAGE
--------------------------------------*/

#retail-locator h2 {
	font-size: 1.5em;
}

#retail-locator h3 {
	font-size: 1.2em;
}

#retail-locator h2,
#retail-locator h3 {
	padding: .3em 2em .3em 2em;
	text-align: center;
}

ul#etailer {
	padding: 2em 1em 2em 2em;
	list-style: none;
}

	ul#etailer li {
		float: left;
		width: 171px;
		margin: 6px 12px;
		*margin: 0 12px;
		*display: inline;
	}
	
		ul#etailer li a:hover {
			background: transparent;
		}
		
#searchRetailer {
	width: 350px;
	margin: 0 auto;
	text-align: center;
	background: #0079ce url(/content/v4/img/littlepeople/locator-bottom.gif) no-repeat bottom left;
	color: #fff;
	font-size: 86%;
}

h3#searchRetailerHeader {
	padding-top: 1em;
}

	#searchRetailer h4 {
		background: #0079ce url(/content/v4/img/littlepeople/locator-top.gif) no-repeat top left;
		color: #fff;
		font-size: 115%;
		padding: .6em;
	}

	#searchRetailer fieldset {
		border: 0;
		padding: 1em;
		float: left;
	}
	
		#searchRetailer #postalCode {
			width: 80px;
			margin-right: 4px;
		}
		
	#retailerRange {
		padding: .6em 0 1em 0;
	}
	
	#searchRetailerButton {
		position: relative;
		top: 5px;
		padding-left: 4px;
		padding-right: 16px;
	}

#retailer {
	padding: 2em 4em;
}

	.retailerName {
		margin-top: 5px;
		border-top: 1px dotted #D4A6E2; 
		padding-top: 4px;
		font-weight: bold;
	}
	
		dd.retailerDistance {
			margin-top: -13px;
			float: right;
		}

/* DEMO PAGE
--------------------------------------*/

#demo {
	margin-left: 30px;
}

#back {
	text-align: center;
	margin-top: 2em;
}

/* LEGAL FOOTER 
--------------------------------------*/

div#legal_footer {
	clear: both;
	margin: 0 0 10px 125px;
	width: 645px;
	color: #fff;
	background: url(/content/v4/img/littlepeople/footer-top-bgbottom.gif) no-repeat top;
	padding: 110px 0 0 0;
}

body.landing div#legal_footer {
	background: url(/content/v4/img/littlepeople/footer-top.gif) no-repeat top;
	padding: 15px 0 0 0;
}

div#legal_footer a {
	color: #fff;
}

div#footer_helplinks {
	background: url(/content/v4/img/littlepeople/footer-bottom.gif) no-repeat bottom;
	padding: 15px 0 0 0;
}
			
/* SIFR STYLES 
--------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* clear */
.clear {
	clear:both;
	}
	
/* EASY CLEARING */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div#topcap {
	clear: both;
}

/* OVERRIDES FOR VIEW LARGER OVERLAY
--------------------------------------*/



		


/* OTHER MODAL WINDOWS 
-----------------------------------------------------------------*/

.overlay-modal * {
	margin: 0;
	padding: 0;
}

.overlay-modal {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -25%;
	z-index: 9000;
	width: 349px;
	/*height: 170px;
	overflow: auto;*/
	border: 4px solid #0079ce;
}



/* IMAGE MAP
-----------------------------------------------------------------*/

ul li.imageMapItem a {
	display:block;
	position:absolute;
	background:transparent;
	text-indent:-9999px;
	overflow:hidden;
}







<!--/* -0.676221698280106 [10.89.198.137] */-->