

/*
		Site:	Preschool Electronics Portal
		File:	Default CSS File
		Author:	Alison Endacott
		Date:	June 2006
		Update: Eric Tuberdyke - added view larger styles
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	color: #913EA8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #fff;
}

#container,
#landing-container {
	width: 770px;
	margin: 0 auto;border:
}

/*GLOBAL NAV*/

#globalnav #nav-content #fphome {
	font-size: .85em;
}

	body.portal #container {
		height: 690px;
		margin-top: .5em;
		position: relative;
		background: url(/content/v4/us/preschoolelectronics/img/background.jpg) no-repeat;
	}
	
	body.landing #landing-container {
		height: 394px;
	}
    
    #flash_placeholder{
    	margin-top: 15px;
	}
	
		body.camera #landing-container {
			background: url(/content/v4/img/preschoolelectronics/camera-home-background.jpg) no-repeat top;
			}
		
		body.fp3 #landing-container {
			background: url(/content/v4/img/preschoolelectronics/fp3-home-background.jpg) no-repeat top;
		}
		
		/*body.easylink #landing-container {
			background: url(/content/v4/img/preschoolelectronics/ezlink-home-background.jpg) no-repeat top;
		}*/
		
		body.dvd #landing-container {
			background: url(/content/v4/img/preschoolelectronics/dvd-home-background.jpg) no-repeat top;
		}
		
h1 {
	display: block;
	width: 770px;
	height: 137px;
	}
		body.portal h1  {
			margin: 0 auto;
			text-indent: -9999px;
			}

		body.template h1#camera
		 {
			background: url(/content/v4/img/preschoolelectronics/camera-header.jpg) no-repeat;
		}
		
		body.template h1#fp3 {
			background: url(/content/v4/img/preschoolelectronics/fp3-header.jpg);
		}
		
		body.template h1#game {
			background: url(/content/v4/img/preschoolelectronics/game-header.jpg);
			margin-bottom: 10px;
		}
		
		/*body.template h1#easylink {
			background: url(/content/v4/img/preschoolelectronics/ezlink-header.jpg);
		}*/
		
		body.template h1#dvd {
			background: url(/content/v4/img/preschoolelectronics/dvd-header.jpg);
		}
			
		body.landing h1 {
			width: 214px;
			height: 126px;
			padding-left: 20px;
		}
		
		body.camera h1 img,
		body.fp3 h1 img,
		body.game h1 img,
		body.easylink h1 img,
		body.dvd h1 img {
			border: none;
			padding-left: 18px;
		}
			
		body.landing h1 img {
			padding-left: 0;
		}
		
	body.portal h2 {
		/*background: url(/content/v4/us/preschoolelectronics/img/copy.gif) no-repeat;*/
		width: 408px;
		height: 27px;
		text-indent: -9999px;
		position: absolute;
		left: 177px;
		top: 119px;
	}
			
/* Advertisement */
#advertisement {
	text-align: right;
	font-size: 75%;
	padding-right: 6px;
	}
	
	body.portal #advertisement {
		margin-top: -140px;
		padding-bottom: 100px;
	}
	
	body.template #advertisement{
		margin-top: -135px;
		padding-bottom: 126px;
	}

	body.landing #advertisement{
		margin-top: -124px;
		padding-bottom: 116px;
	}

body.portal ul {
	list-style-type: none;
	
	}
	
	/*body.portal #container li {
		position: absolute;
		text-indent: -9999px;
		overflow: hidden;
		}
	
	body.portal li#camera {
		top: 40px;
		left: 0;
		}
		
		body.portal li#camera a {
			display: block;
			width: 250px;
			height: 325px;
			}
		
	body.portal li#ss {
		top: 220px;
		left: 250px;
	}
		body.portal li#ss a {
			display: block;
			width: 260px;
			height: 90px;
		}
	
	body.portal li#fp3 {
		top: 340px;
		left: 250px;
	}
	
		body.portal li#fp3 a {
			display: block;
			width: 260px;
			height: 80px;
			}
				
	body.portal li#easylink {
		top: 40px;
		left: 512px;
	}
	
		body.portal li#easylink a {
			display: block;
			width: 250px;
			height: 325px;
			}*/

/* NAV */
ul#nav{
	clear: both;
	width: 770px;
	height: 46px;
	background: url(/content/v4/img/preschoolelectronics/nav-bg.jpg);
	margin: 0 auto;
	margin-bottom: 1em;
	}
	
	body.game #nav {
		display: none;
		}
	
	body.camera #nav.productlanding {
		background: url(/content/v4/img/preschoolelectronics/camera-nav-home-bg.jpg);
	}
	
	/*body.easylink #nav.productlanding {
		background: url(/content/v4/img/preschoolelectronics/ezlink-nav-home-bg.jpg);
	}
	
	body.fp3 #nav.landing {
		background: url(/content/v4/img/preschoolelectronics/fp3-nav-home-bg.jpg);
	}
	*/
	
	
	
	#nav li {
		list-style: none;
		float: left;
	}
		
		#nav-store {
			width: 307px;
			margin-left: 17px;
		}
		
		body.landing #nav-store {
			margin-left: 163px;
		}
		
			#nav-store a span {
				background: url(/content/v4/us/preschoolelectronics/img/btn-browse.gif);
				height: 49px;
				width: 307px;
				position: absolute;
			}
			
				#nav-store a:hover span,
				#nav-store span {
					height: 49px;
					width: 307px;
					position: absolute;
					background: url(/content/v4/us/preschoolelectronics/img/btn-browse.gif) 0 -48px;
				}
				
		#nav-commercial {
			width: 146px;
		}
		
			body.camera #nav-commercial,
			body.easylink #nav-commercial,
            body.dvd #nav-commercial {
				margin-left: 450px;
			}
            
			body.camera #nav.productlanding #nav-detail,
			body.easylink #nav.productlanding #nav-detail,
            body.dvd #nav.productlanding #nav-detail {
				margin-left: 610px;
			}
            
			#nav-commercial a span{
				background: url(/content/v4/us/preschoolelectronics/img/btn-commercial.gif);
				height: 49px;
				width: 146px;
				position: absolute;
			}
			
				#nav-commercial a:hover span,
				#nav-commerical span {
					height: 49px;
					width: 146px;
					position: absolute;
					background: url(/content/v4/us/preschoolelectronics/img/btn-commercial.gif) 0 -48px;
				}
		
		#nav-detail {
			width: 151px;
		}
		
		 body.camera ul.productlanding #nav-detail,
         body.dvd ul.productlanding #nav-detail {
			margin-left: 610px;
			}
			
			#nav-detail a span {
				background: url(/content/v4/us/preschoolelectronics/img/btn-product.gif);
				height: 49px;
				width: 151px;
				position: absolute;
			}
			
				#nav-detail a:hover span,
				#nav-detail span{
					height: 49px;
					width: 151px;
					position: absolute;
					background: url(/content/v4/us/preschoolelectronics/img/btn-product.gif) 0 -48px;
				}
										
		#nav-accessories {
			width: 149px;
            display: none;
		}
        
        #nav-accessories a {
        	display: none;
        }

			#nav-accessories a span{
				background: url(/content/v4/us/preschoolelectronics/img/btn-accessories.gif);
				height: 49px;
				width: 149px;
				position: absolute;
                display: none;
			}
			
				#nav-accessories a:hover span,
				#nav-accessories span {
					height: 49px;
					width: 149px;
					position: absolute;
					background: url(/content/v4/us/preschoolelectronics/img/btn-accessories.gif) 0 -48px;
                    display: none;
				}
				

/* Landing Pages */
#demo {
	display:block;
	width: 350px;
	height: 379px;
	color: #fff;
	margin: -116px 0 0 420px;
}
	#html { 
		height: 379px;
		width: 350px;
	}
		body.camera #html {
			background: url(/content/v4/us/preschoolelectronics/img/camera-html-bg.gif) no-repeat;
			*background: url(/content/v4/us/preschoolelectronics/img/camera-html-bg.gif) 0 3px no-repeat;
			}
			
		body.fp3 #html {
			background: url(/content/v4/us/preschoolelectronics/img/fp3-html-bg.gif) no-repeat;
			*background: url(/content/v4/us/preschoolelectronics/img/fp3-html-bg.gif) 0 3px no-repeat;
			}
			
		/*body.easylink #html {
			background: url(/content/v4/us/preschoolelectronics/img/ezlink-html-bg.gif) no-repeat;
			}*/  
              
		body.dvd #html {
			background: url(/content/v4/us/preschoolelectronics/img/dvd-html-bg.gif) 0 -1px no-repeat;
            *background-position: 0px 2px;
			}
        
		#html p{
			font-size: 85%;
			line-height: 1.5;
			padding: 97px 30px 0 28px;
			}
			
		#html img {
			padding: 2.5em 0 0 128px;
			}
			
		#sweepstakes{
			width: 302px;
			height: 31px;
			position: relative;
			top: -41px;
			left: 440px;
			clear: all;
		}

body.camera.landing h2 {
	margin: -95px 0 .8em 485px;
	font-size: 165%;
}

/* Product Pages */

#product-info {
	width: 372px;
	position: relative;
	float: left;
	line-height: 1.2;
	padding: 0;
	margin-left: 344px;
	color: #fff;
	background: url(/content/v4/img/preschoolelectronics/top-box.gif) no-repeat top;
}

#product-meta {
	position: relative;
	background: #913EA9;
}

	#product-info a:link {
		color: #913EA8;
		text-decoration: underline;
		font-weight: bold;
	}

	#product-info a:visited {
		color: #913EA8;
		font-weight: bold;
	}
	
	#product-info a:hover {
		color: #fff;
		background-color: #913EA8;
	}

	h2 {
		color: #fff;
		margin: .2em 0 0 .4em;
		font-size: 140%;
	}
	
	#product-info h2 {
	    background-color: #913EA9;
	    margin-left: 0;
	    padding-left: .4em;
	    _padding-left: .5em;
	}

/* PRODUCT META */

dt.product-number,
dt.product-price,
dt.product-maximum-weight,
dt.product-maximum-height,
dt.product-ages {
	float: left;
	clear: both;
	position: relative;
	padding: 0 .3em 0 .6em;
}

dd.product-number,
dd.product-price,
dd.product-maximum-height,
dd.product-maximum-weight,
dd.product-ages {
	float: none;
	position: relative;
}

dd.product-promotion {
	clear: both;
	padding-left: .6em;
}

		#product-info dt.product-more {
			background: #fff url(/content/v4/img/preschoolelectronics/bot-box.gif) no-repeat left top;
			padding-top: 10px;
			clear: both;
			text-indent: -9999px;
		}

		#product-info dd.product-buy-now a {
			display: block;
			width: 69px;
			height: 26px;
			background:  url(/content/v4/us/preschoolelectronics/img/buy-now.gif) no-repeat;
			text-indent: -9999px;
			position: absolute;
			top: 10px;
			right: 15px;
			overflow: hidden;
		}
			
		#product-info dd.find-a-retailer a {
			position: absolute;
			font-size: 80%;
			color: #fff;
			top: 38px;
			right: 15px;
			}
			
		#product-info div.product-CHWarning {
			background: url(/content/v4/us/preschoolelectronics/img/warning_preschool.gif) no-repeat;
			width: 405px;
			height: 48px;
			margin-top: 1em;
			margin-bottom: 4px;
			display: block;
		}
			div.product-CHWarning p#copy {
				display: none;
			}
				
		#product-info dt.product-description {
			position: absolute;
			left: -9999px;
		}
		
		#product-info dd.product-description,
		#product-info div.wish-list,
		#product-info div.award {
			color: #913EA9;
			background-color: #fff;
			padding-left: .5em;
			clear: both;
			}
				
			#product-info div.award {
				margin-left: 8.9em;
				margin-top: -1.2em;
                *margin-top: -1.925em;
				border-left: 1px solid;
				}
				
			
			#product-info dd.product-description {
				padding-top: 1em;
				padding-bottom: 1.5em;
				clear: none;
				}
				
			#product-info ul {
				padding-left: 1em;
				padding-top: 1em;
			}
		
		#product-info div.email-to-friend {
		    color: #913EA9;
			background-color: #fff;
			padding-left:6px;
			padding-bottom:3px;
		}
		
		#product-info div.email-to-friend img {
		    padding-right:2px;
		    margin-bottom:-1px;
		}
		
				
p#more-images {
	display: block;
	height: 18px;
	width: 78px;
	overflow: hidden;
	
}				
	p#more-images span {
		background:  url(/content/v4/us/preschoolelectronics/img/more-images.gif) no-repeat;
		height: 18px;
		width: 78px;
		position: absolute;
	}			
				
#product-media {
	width: 270px;
	float: left;
	padding: 10px;
	margin-left: -664px; /* if you switch the media and info sections */
}

		dt#product-image {
			height: 243px; 
			/*this needs to be 243 + any borders or padding on the image, 
			it's a placeholder height for when the images are swapped*/
		}

		#product-thumbnails li {
			float: left;
			margin:5px;
			list-style: none;
			height: 69px;
		}
		
		#product-caption {
			width: 243px;
			font-size: 80%;
			text-align: center;
		}
		
		ul#product-thumbnails img {
			border: 3px solid #913EA9;
			}
			
/*REVIEWS RESPONSE*/
	
#reviews-response h4 {
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 5px;
    color: #3E439A;
}

#reviews-response p {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 12px;
    color: #3E439A;
}

#reviews-response hr {
	display: none;
}

#reviews-response ul {
	line-height: 1.4em;
    margin-left: 50px;
    margin-right: 20px;
    color: #3E439A;
}

/* cross-sell on PRODUCT pages */

dd.cross-sell {
	width: 114px;
	background: #fff;
	float: right;
	margin-left: 15px;
	font-size: 80%;
	position: relative;
}

#cross-sell-thumbs {
	position: relative;
}

	#cross-sell-thumbs dl {
		height: 4em;
		padding-top: 114px;
		position: relative;
		text-align: center;
	}
	
		#container #cross-sell-thumbs a {
			text-decoration: none;
		}

		#cross-sell-thumbs dd.product-image {
			position: absolute;
			top: 0;
			left: 0;
		}
		
			#cross-sell-thumbs img {
				border: 1px solid #913ea9;
				display: block;
			}

/* Thumbnail Pages */
/* THUMBNAIL DISPLAY */
		/* you also have classes of "on" to work with for the hovers on the image and text by default. if you ignore them, 
		they won't do anything, but if you want the image to highlight when the text is hovered, or the text to highlight when 
		the image is hovered, just style the .on class for both elements */
		
		#thumbs {
			width: 636px; /* example width - if you set in pixels, items will wrap as text size goes up */
			*width: 646px;
			margin: 0 auto;
		}
		
				#thumbs div, #thumbs dd.product-image {
					width: 16.2em; /* adjust to taste, always set in ems */
					padding: 0;

				}
				
				#thumbs div {
					float: left;
					position: relative;
				}
				
						#thumbs dl {
							position: relative;
							padding-top: 168px;
							text-align: center;
							padding-bottom: 1em;
							height: 8em; /* adjust depending on the lines of text being shown under the image */
						}
						
								#thumbs dd.product-image {
									position: absolute;
									top: 0;
									left: 0;
								}
								
										#thumbs dd.product-image a {
											display: block;
										}
								
												#thumbs dd img { 
													display: block;
													width: 162px;
													margin: 0 auto;
													border: 7px solid #913EA9;
												}
												
												#thumbs dd a.on img {
													border: 7px solid #AA66BE;
												}
										
								#thumbs dt.product-name {
									padding: 1em 1em .4em 1em;
								}
								
									#thumbs dt.product-name a {
										color: #913EA9;
										text-decoration: none;
									}
								
								#thumbs dt.product-name .on {
									color: #AA66BE;
									text-decoration: underline;
									}
									
							/* BUY NOW */
														
							#thumbs dd.product-buy-now, 
							#thumbs dd.product-buy-now a,
							#thumbs dd.product-buy-now a span {
								margin: 0 auto;
								display: block;
								width: 81px;
								height: 14px;
								position: relative;
								overflow: hidden;
								cursor: pointer;
							}
							
							#thumbs dd.product-buy-now {
								margin-top: .3em;
							}
							
								#thumbs dd.product-buy-now a span {
									background: url(/content/v4/us/img/buynow_plaque.gif) no-repeat top left;
									width: 100%;
									height: 100%;
									position: absolute;
									top: 0;
									left: 0;
								}
									
                                .camera #instructions {
                                	color: #913EA9;
                                    margin-bottom: 15px;
                                }    
									
/* Locator Page */
#locator {
	width: 399px;
	margin: 0 auto;
	padding-bottom: 1em;
	}
	
	#locator h3 {
		display: block;
		width: 399px;
		height: 60px;
		background: #fff url(/content/v4/us/preschoolelectronics/img/shop-online.gif) no-repeat;
		text-indent: -9999px;
	}
	
	#locator h3#searchRetailerHeader { 
		display: block;
		width: 399px;
		height: 32px;
		background: #fff url(/content/v4/us/preschoolelectronics/img/find-stores.gif) no-repeat;
		text-indent: -9999px;
		padding-bottom: .4em;
		margin-top: 1em;
	}
	
	#locator h6 {
		font-size: 85%;
		text-align: center;
		padding-bottom: 1.5em;
		font-weight: normal;
		}
	
		#locator li {
			list-style: none;
			float: left;
			padding: 0 10px 0 15px;
			}
		
	#searchRetailer {
		background: #913EA9 url(/content/v4/img/preschoolelectronics/retail-locator_bottom.gif) no-repeat bottom;
		padding: 1.6em;
		color: #fff;
		margin-bottom: 1em;
		}
		
		h4#retailerLocator {
			margin: -1.6em 0 .4em -1.6em;
			display: block;
			width: 399px;
			height: 42px;
			background: url(/content/v4/us/preschoolelectronics/img/retail-locator.gif) no-repeat;
			text-indent: -999px;
			overflow:hidden;
		}
		
		input#postalCode {
			width: 70px;
			}
			
	#retailer a {
		color: #7A348E;
		}

		
	#retailer h4 {
		font-size: 110%;
		}
			
			#searchRetailerButton {	
				position: relative;
				top: .7em;
				margin-left: 1em;
				}
				
				.retailerName {
					margin-top: 5px;
					border-top: 1px dotted #D4A6E2; 
					padding-top: 4px;
					font-weight: bold;
				}
				
				dd.retailerDistance {
					margin-top: -12px;
					float: right;
				}
			
	div#back {
		text-align: center;
		margin-top: 1em;
		}	
		
/* STORE PAGE */ 
#ssp-iframe { 
	margin: 1em 0 2em 0; 
}

div#warning-message, div#warning-message a {
	color: #fff;
}

div#warning-message {
	background: #ED0009 url(/content/v4/img/preschoolelectronics/orange-top.gif);
	width: 738px;
	padding-top: 10px;
	margin: 0 auto;
}

		div#warning-message p {
			background: url(/content/v4/img/preschoolelectronics/orange-bot.gif) no-repeat bottom;
			margin: 0;
			padding: 0 .9em .9em .9em;
		}
					
/* Footer */
#footer {
	width: 790px;
	margin: 3.8em auto 0 auto;
	text-align: center;
	color: #7A348E;
	background:  #fff;
	clear: both;
}

body.portal #footer {
	margin: 0 auto;
}

	#footer a {
		color: #7A348E;
		}

	body.template #footer {
		width: 769px;
		margin: 0 auto;
		text-align: center;
		clear: both;
		}
		
		body.template #footer a {
			}

#footer #legal_footer a {
	color: #7A348E;
	font-weight: normal;
	text-decoration: none;
}

#footer #legal_footer a:hover {
	text-decoration: underline;
}

#footer #legal_footer {
	color: #7A348E;
	font-size: 1.1em;
	line-height: 1.4em;
	font-family: arial, helvetica;
}

#footer #fplegal {
	color: #7A348E;
}

body.mytoontv #footer #legal_footer a,
body.mytoontv #footer #legal_footer,
body.mytoontv #footer #fplegal {
	color: #FFFFFF;
}
     
#precoolNav {
	clear: both;
    margin: 20px auto;
    width: 170px;
    height: 80px;
	/*border: 1px solid red;*/
}

    ul#footerNav{
        margin-left: 10px;
        margin-top: 15px;
		padding-bottom: 3.5em;
        cursor: pointer;
	}

     ul#footerNav li {
     	list-style: none;
     	float: left;
        cursor: pointer;
     }

    li#cameraNav,
    li#camera,
    li#mytoontvNav,
    li#mytoontv,
    li#kidtoughtoysNav,
    li#kidtoughtoys,
    li#preschoolNav,
    li#preschool {
        text-indent: -9999px;
        cursor: pointer;
        }
    
    body.portal li#camera a {
        display: block;
        position: absolute;
        width: 376px;
        height: 329px;
        top: 187px;
        left: 7px;
    }
    
    body.portal li#camera a:hover {
        background: url(/content/v4/us/preschoolelectronics/img/camera_hover.jpg) no-repeat top;
        background-position: 1px -1px;
    }
    
    body.portal li#kidtoughtoys a {
        display: block;
        position: absolute;
        width: 377px;
        height: 98px;
        top: 519px;
        left: 5px;
    }
    
    body.portal li#kidtoughtoys a:hover {
        background: url(/content/v4/us/preschoolelectronics/img/kidtoughtoys_hover.jpg) no-repeat top;
        background-position: 1px 0;
    }
    
    body.portal li#mytoontv a {
        display: block;
        position: absolute;
        width: 374px;
        height: 431px;
        top: 185px;
        left: 390px;
    }
    
    body.portal li#mytoontv a:hover {
        background: url(/content/v4/us/preschoolelectronics/img/mytoontv_hover.jpg) no-repeat top;
        background-position: 0 0;
		/*border: 1px solid red;*/
    }
    
    body.portal li#fp3 a {
        display: none;
        /*position: absolute;
        width: 225px;
        height: 94px;
        top: 325px;
        left: 250px;*/
    }

    li#cameraNav a, 
    li#cameraNav span {
        background: url(/content/v4/us/preschoolelectronics/img/btn-camera.png) no-repeat top;
        width: 140px;
        height: 68px;
        display: block;
		padding:0px 5px 0 5px; 
        }

    li#mytoontvNav a,
    li#mytoontvNav span {
        background: url(/content/v4/us/preschoolelectronics/img/btn-mytoonty.png) no-repeat top;
        width: 140px;
        height: 68px;
        display: block;
		padding:0px 5px 0 5px; 
        }

    li#kidtoughtoysNav a,
    li#kidtoughtoysNav span {
        background: url(/content/v4/us/preschoolelectronics/img/btn-kidtoughtoys.png) no-repeat top;
        width: 140px;
        height: 68px;
        display: block;
		padding:0px 5px 0 5px; 
        }

    li#preschoolNav a,
    li#preschoolNav span {
        background: url(/content/v4/us/preschoolelectronics/img/btn-preschool.png) no-repeat top;
        width: 140px;
        height: 68px;
        display: block;
		padding:0px 3px 0 3px; 
        cursor: pointer;
        }
	

	
/*----------- footer ------------ */

#fplogo_footer a {
                                color: #7A348E;
                                font-family: arial, helvetica, sans-serif;
                                font-size: .8em;
                                *font-weight: 100;
                                text-align: center;
                                text-decoration: none;
                                line-height: 1em;
                                width: 115px;
                                height: 1.2em;
                                display: block;
                                padding-top: 48px;
                                background: url(/img/fplogo_www.png) no-repeat top center;
                                margin: 0 auto;
                }
                
                #fplogo_footer a:hover {
                                border-bottom: #7A348E 1px solid;
                                height: 1.1em;
                                cursor: pointer;
                }

/* IE 6 WORKAROUND FOR PNG SUPPORT */

#fplogo_footer a {
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/fplogo_www.png', sizingMethod='crop');
                _background: none;
}

	
	#sweeps {
		width: 143px;
		height: 64px;
		position: relative;
		top: -70px;
		left: 613px;
		margin: 0;
		clear: both;
		
	}

/* 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;
}

.sIFR-hasFlash h2 {
	font-size: 18px;
	letter-spacing: -1.2px;
	margin-right: 12px;
	background: #913EA9;
	_width: 330px;
	}
	
	#purple-content {
	    background: #913EA9;
	}

.clear {
	clear:both;
	}
	
/* View Larger Custom Skin Styles */

 

 

body #viewlarger-include {

            font-size: 90%;

            font: Arial, Helvetica, sans-serif;

            color: #fff;

}

 

body #viewlarger-close {

            background:  url(/content/v4/img/preschoolelectronics/viewlarger-close-pe.png) no-repeat top left;

            _background: url(/content/v4/img/preschoolelectronics/viewlarger-close-pe.gif) no-repeat top left;

}

 

            body #viewlarger-include dl {

                        background: url(/content/v4/img/preschoolelectronics/viewlarger-loading-pe.gif) no-repeat top;

                        _background: transparent;

            }

 

 

            body #viewlarger-include dt {

                        background: url(/content/v4/img/preschoolelectronics/viewlarger-background-pe.png) no-repeat top;

                        _background: url(/content/v4/img/preschoolelectronics/viewlarger-background-pe.gif) no-repeat top;

            }

 

 

            body #viewlarger-include dd#viewlarger-caption {

                        background: url(/content/v4/img/preschoolelectronics/viewlarger-caption-background-pe.png) no-repeat bottom;

                        _background: url(/content/v4/img/preschoolelectronics/viewlarger-caption-background-pe.gif) no-repeat bottom;

            }

            

 

                        body #viewlarger-scroll-frame {

                                    background: url(/content/v4/img/preschoolelectronics/viewlarger-scroller-pe.png) no-repeat top left;

                                    _background: url(/content/v4/img/preschoolelectronics/viewlarger-scroller-pe.gif) no-repeat top left;

                        }

 

                                                            body #viewlarger-scroll-left-arrow {

                                                                        background: url(/content/v4/img/preschoolelectronics/viewlarger-arrow-up-pe.gif) no-repeat 25px -26px;

                                                            }

 

 

                                                            body #viewlarger-scroll-right-arrow {

                                                                        background: url(/content/v4/img/preschoolelectronics/viewlarger-arrow-down-pe.gif) no-repeat 25px -26px;

                                                            }

 

                                                                                    body #viewlarger-scroll-item li a img {

                                                                                                border: 3px solid #F49D02;   

                                                                                                }

                                                                                                

                                                                                    body #viewlarger-scroll-item li.active img {

                                                                                                border: 3px solid #8E3FA8;

                                                                                    }

/*styles to add viewlarger graphic link to prod page */
	#product-shot {
		position: relative;
}

	#product-shot dd.product-view-larger a {
		position: absolute;
		/*values below may need to be adjusted based on img padding/background */
		top: 0px;
		left: 0px;
		width: 243px;
		height: 243px;
		display: block;
		background: url(/content/v4/us/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%;
	}

/* ezlink */
/*#ezLegalLink {
	display: block;
	text-align: center;
	clear: both;
	padding: 1em 0;
	font-size: 90%;
}

#ez-legal {
	padding: 1em;
}

	#ez-legal p {
		margin: .7em 0;
	}*/

/* OVERWRITES */

#reviews-container {
    clear:both;
    margin:0pt auto;
    width: 769px;
}

#ratings-container {
    margin-bottom: 13px;
    width: 370px;
}

#product-info #social-container,
#product-info #add-this a:hover {
    background: #ffffff;
    }

.email-to-friend {
    float: left;
    margin-bottom: 5px;
    }

#product-info #add-this {
    float: right;
    background: #ffffff;
    }

/*------------------------------MY TOON TV-----------------------------------*/
        
body.mytoontv {
	background: #DFF18B;
} 

body.landing.mytoontv {
	background: #594099;
} 

body.mytoontv p#advertisement {
	position: absolute;	
    top: 115px;
    left: 880px;
}

body.mytoontv #landing-container {
	background: #DFF18B;	
    width: 100%;
    height: 510px;
    padding-top: 20px
}  

body.mytoontv #landing-container-content {
	background: url(/content/v4/us/preschoolelectronics/img/mytoon/landing-graphic.jpg) no-repeat 0 0;	
    width: 960px;
    height: 510px;
    position: relative;
    margin: auto;
}

body.mytoontv h1#mytoontv {
	position: relative;
    top: -2px;
    left: 0;.
    width: 326px;
    height: 183px;
    display: block;
}

body.mytoontv ul#nav {
	background: none;
    position: absolute;
    top: 41px;
    left: 569px;
    width: 400px;
}

    .ie6 body.mytoontv ul#nav {
        top: 31px;
    }

body.mytoontv li#nav-tips,
body.mytoontv li#nav-detail {
	width: 151px;
    text-indent: -9999px;
}

body.mytoontv #nav-detail span {
	background: none;
    width: 188px;
    height: 58px;
    cursor: pointer;
    top: 0;
    left: -68px;    
}

body.mytoontv #nav-detail a span {
	background: none;
    width: 188px;
    height: 58px;
    cursor: pointer;
    top: 0;
}

body.mytoontv #nav-detail a:hover span {
	background: none;
}

body.mytoontv #nav-tips span {
	background: none;
    width: 188px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 122px;
    cursor: pointer;
}

body.mytoontv #nav-tips a span {
	background: none;
    width: 188px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 122px;
    cursor: pointer;
}

body.mytoontv #nav-tips a:hover span {
	background: none;
}

body.mytoontv #footer {
	width: 100%;
    background: #594099;
    border-top: 10px solid #ed1c24;
    color: #ffffff;
    margin: auto auto 0;
}

.mytoontv #footer a {
    color: #ffffff;
}

.mytoontv #demo {
	position: absolute;
    left: 81px;
    top: 235px;
}

.landing.mytoontv #footer {
    padding-bottom: 10px;
}

.mytoontv #precoolNav {
	margin-top: -5px;
}

.mytoontv #html p {
	padding-top: 35px;
}

.mytoontv #footer-inner {
	width: 960px;
    margin: auto;
}
/*--------------------PRODUCT DETAIL PAGE--------------------*/

body.mytoontv #container {
	background: #DFF18B;
    width: 100%;
}

body.mytoontv #container-content {
	background: #a2cf69 url(/content/v4/us/preschoolelectronics/img/mytoon/inner-background.gif) no-repeat 0 0;	
    width: 945px;
    min-height: 846px;
    margin: 20px auto auto;
    position: relative;
}  

    .ie6 body.mytoontv #container-content {
        height: 846px;
    }  

body.template.mytoontv ul#nav {
	background: none;
    position: absolute;
    top: 24px;
    _top: 25px;
    left: 551px;
}

.mytoontv #product-media {
	padding: 0;
    margin-left: 85px;
}

	.ie6 .mytoontv #product-media,
    .ie7 .mytoontv #product-media {
    	margin-top: -10px;
    }

.mytoontv #product-meta {
	background: #d9f2b0;
}

.mytoontv #product-info dd.product-buy-now a {
	background:transparent url(/content/v4/us/preschoolelectronics/img/mytoon-buy-now.gif) no-repeat; 
}

    .ie6 .mytoontv #product-info dd.product-buy-now a {
        background:transparent url(/content/v4/us/preschoolelectronics/img/mytoon-buy-now.gif) no-repeat; 
        right: 25px;
    }


.mytoontv #product-info dd.product-buy-now a:hover {
	background:transparent url(/content/v4/us/preschoolelectronics/img/mytoon-buy-now.gif) no-repeat; 
}

.mytoontv ul#product-thumbnails img {
	border: 3px solid #594099;
}

.mytoontv #product-image img {
	border: 5px solid #594099;
}

.mytoontv dt#product-image {
	height: 260px;
}

.mytoontv #product-shot dd.product-view-larger a {
	top: 5px;
    left: 5px
}

.mytoontv #product-info {
	background: url(/content/v4/img/preschoolelectronics/top-box-mytoon.gif) no-repeat 0 0;
    margin-left: 55px;
    width: 491px;   
    color: #2e3686;
}
	.ie6 .mytoontv #product-info,
    .ie7 .mytoontv #product-info {
    	margin-top: -10px;
    }


.mytoontv #product-info a {
	color: #2e3686;
}

.mytoontv #product-info a:hover {
	background: none;
    text-decoration: none;
}

.mytoontv #product-info h2 {
	background: #d9f2b0;
    color: #2e3686;
    margin-top: 10px;
    padding: 5px 0 5px 16px;
}	

.mytoontv #product-info dd.find-a-retailer a {
	color: #2e3686;
}
	.ie6 .mytoontv #product-info dd.find-a-retailer a {
		right: 25px;
	}

.mytoontv #purple-content {
	background: #d9f2b0;
}

.mytoontv dt.product-number, .mytoontv dt.product-price, .mytoontv dt.product-maximum-weight, .mytoontv dt.product-maximum-height, .mytoontv dt.product-ages {
	padding-left: 1.2em;
}

.mytoontv #product-info div.wish-list, 
.mytoontv #product-info div.award,
.mytoontv #product-info div.email-to-friend,
.mytoontv #product-info #add-this,
.mytoontv #product-info #add-this a:hover {
	background: none;
}

.mytoontv #product-info dt.product-more {
	background: url(/content/v4/img/preschoolelectronics/bot-box-mytoon.gif) no-repeat 0 0;
    position: relative;
    top: 20px;
    margin-bottom: 20px;
}

.mytoontv #product-info .product-description {
	background: none;
    width: 499px;
    margin-top: 18px; 
}

.mytoontv #product-info #description-bg {
	background: transparent url(/content/v4/us/preschoolelectronics/img/mytoon/details-bg.gif) repeat-y 0 0;
    width: 499px;
}

.mytoontv #product-info #description-top {
	background: transparent url(/content/v4/us/preschoolelectronics/img/mytoon/details-top.png) no-repeat 0 0;
    width: 499px;
    height: 48px;
}

.mytoontv #product-info #description-bottom {
	background: transparent url(/content/v4/us/preschoolelectronics/img/mytoon/details-bottom.png) no-repeat 0 0;
    width: 499px;
    height: 14px;
}

.mytoontv #product-info .product-description p {
    width: 435px;
    margin: 0px 0 0 20px;
    padding-top: 15px;
    color: #2e3686;
    font-size: 1.1em;
    line-height: 1.4em;
}

    .ie6 .mytoontv #product-info div.wish-list,
    .ie7 .mytoontv #product-info div.wish-list  {
        margin-top: -20px;
        margin-bottom: 10px;
    }

.mytoontv #product-thumbnails li {
	margin: 10px;
}

    .ie6 .mytoontv #product-thumbnails li {
        margin-left: 5px;
    }

#breadcrumb {
	margin-top: -10px;
    position: relative;
    top: -60px;
    left: 515px;
    width: 300px;
    color: #2e3686;
}

    .ie6 #breadcrumb,
    .ie7 #breadcrumb {
        top: -70px;
    }

#breadcrumb span,
#breadcrumb a {
	color: #2e3686;
    font-weight: bold;
}

#breadcrumb a:hover {
	text-decoration: none;
}	

.mytoontv #product-caption {
	color: #2e3686;
}

.mytoontv #footer_fplogo {
	background: transparent url(/content/v6/us/core/img/logo-fpplg-dark.png) no-repeat;
}

.mytoontv #instructions {
	margin: 0 0 10px 0;

}

/*-----------------TIPS AND TRICKS------------------*/

#tips-content {
    width: 500px;
    float: left;
    margin: 10px 25px 0 40px;
    display: inline;
}

#tips-top {
	background: transparent url(/content/v4/us/preschoolelectronics/img/mytoon/tips-top.gif) no-repeat 0 0;
    width: 500px;
    height: 56px;
}

#tips-copy {
	background: transparent url(/content/v4/us/preschoolelectronics/img/mytoon/tips-bg.gif) repeat-y 0 0;
    width: 500px;
}

#tips-bottom {
	background: transparent url(/content/v4/us/preschoolelectronics/img/mytoon/tips-bottom.gif) no-repeat 0 0;
    width: 500px;
    height: 15px;
}

#tips-image {
	background: transparent url(/content/v4/us/preschoolelectronics/img/mytoon/tips-graphic.png) no-repeat 0 0;
    width: 340px;
    height: 391px;
    float: left;
    margin-top: 10px;
}

#tips-content h3 {
    margin: 0px 0 8px 25px;
    padding-top: 10px;
}

#tips-content p {
	width: 465px;
    margin: 0 15px 0 25px;
    padding-bottom: 10px;
}

#tips-content ul {
	margin: 0 0 10px 30px;
    width: 400px;
}

#tips-content li {
	background: transparent url(/content/v4/us/preschoolelectronics/img/mytoon/bullet-purple.gif) no-repeat 0 1px;
    padding: 0 0 0 12px;
    list-style-type: none;
}

/*--------------------------------------------------------------KID TOUGH TOYS-----------------------------------------------------------------*/

.kidtough #container {
	background: #9941b2;
    margin-top: 10px;
    width: 769px;    
}

.kidtough #container-top {
	background: url(/content/v4/img/preschoolelectronics/container-top.gif) no-repeat 0 0;
    height: 116px;
}

.kidtough #container-bottom {
	background: url(/content/v4/img/preschoolelectronics/container-bottom.gif) no-repeat 0 0;
    height: 12px;
    overflow: hidden;
}

.kidtough #thumbs:after {
	content:".";
    visibility: hidden;
    height: 0;
    clear: both;
    display: block;   
}

.kidtough #thumbs dt.product-name a {
	color: #ffffff;
}

.kidtough #thumbs dd.product-number,
.kidtough #thumbs dd.product-price,
.kidtough #thumbs dd.product-maximum-height,
.kidtough #thumbs dd.product-maximum-weight,
.kidtough #thumbs dd.product-ages {
	color: #ffffff;
    font-size: .85em;
}

.kidtough h1#kidtough {
	width: 195px;
    height: 136px;
    margin: auto;
    position: relative;
    top: -95px;
    cursor: pointer;
    z-index: 100;
}

    .ie7 .kidtough h1#kidtough,
    .ie6 .kidtough h1#kidtough {
        top: -105px;
    }

.kidtough #thumbs {
    width: 735px;
    margin-top: 50px;
}

    .ie6 .kidtough #thumbs {
        width: 769px;
    }
    
    .ie7 .kidtough #thumbs {
        width: 750px;
    }    

.kidtough #thumbs dd img { 
	width: 110px;
   	margin-left: 0;	
    border: none;	
    position: absolute;
    left: 7px;
    top: 7px;									
}

.kidtough #thumbs dd a.on img {
	border: none;
}

.kidtough #thumbs dd.product-image {
	background: url(/content/v4/img/preschoolelectronics/thumb-frame.gif) no-repeat 0 0;
    height: 128px;
    width: 130px;
}

.kidtough #thumbs dt.product-name {
	padding: 0;
    font-weight: bold;
}

.kidtough #thumbs div {
	width: 9.9em;
    margin-left: 15px;   
}

.kidtough #thumbs dl {
	padding-top: 130px;
    text-align: left;
}

.kidtough #thumbs dd.product-buy-now,
.kidtough #thumbs dd.product-buy-now a {
    height: 30px;
    margin: 10px 0 0 0;
}

.kidtough #thumbs dd.product-buy-now a span {
	background: url(/content/v4/img/preschoolelectronics/buynow_plaque.gif) no-repeat 0 0;
    height: 17px;
}

body.kidtough #advertisement {
	margin-top: -255px;
}

   .ie6 body.kidtough #advertisement {
        position: relative;
        margin-top: -285px;
    }
   
   .ie7 body.kidtough #advertisement {
        margin-top: -285px;
    }
    
/*----------------KID TOUGH PRODUCT DETAIL PAGE---------------------*/


.kidtough #product-info {
	background: none;
}

	.ie6 .kidtough #product-media {
    	margin-left: -685px;
    }

.kidtough #product-info a {
	color: #ffffff;
}

.kidtough #product-info a:hover {
	color: #ffffff;
    background: none;
    text-decoration: none;
}

.kidtough #product-info h2 {
	background-color: #9941B2;
}

.kidtough #purple-content {
	background: #9941B2;
}

.kidtough #product-meta {
	background: none;
}

.kidtough #product-info dt.product-more {
	background: none;
}

.kidtough #product-info dd.product-description,
.kidtough #product-info div.wish-list,
.kidtough #product-info div.award {
	background-color: #9941B2;
    color: #ffffff;
}

.kidtough #headlineText {
	text-indent: -9999px;
}

.kidtough #product-info div.email-to-friend,
.kidtough #product-info #add-this,
.kidtough #product-info #add-this a:hover {
	background-color: #9941B2;
}

.kidtough dt#product-image {
	background: url(/content/v4/img/preschoolelectronics/pre-elec-product-frame.gif) no-repeat 0 0;
    width: 264px;
    height: 268px;
}

.kidtough dt#product-image img {
	position: absolute;
    left: 10px;
    top: 10px;
}

.kidtough #product-shot dd.product-view-larger a {
	top: 20px;
    left: 3px;
}

.kidtough #product-info dd.product-buy-now a,
.kidtough #product-info dd.product-buy-now a:hover {
	background: url(/content/v4/img/preschoolelectronics/pre-elec-buynow.gif) no-repeat 0 0;
    width: 87px;
}

.kidtough #product-info dd.find-a-retailer a {
	right: 23px;
}

.kidtough ul#product-thumbnails img{
	border: none;
    position: relative;
    left: 2px;
    top: 3px;
}

.kidtough #product-caption {
	color: #ffffff;
}

.kidtough #product-thumbnails li {
	background: url(/content/v4/img/preschoolelectronics/pre-elec-thumb-frame.gif) no-repeat 0 0;
    width: 75px;
    height: 75px;
}

.kidtough #back a,
.kidtough #back a:hover {
	background: url(/content/v4/img/preschoolelectronics/pre-elec-back.gif) no-repeat 0 0;
    width: 89px;
    height: 31px;
    text-indent: -9999px;
    display: block;
    margin-left: 10px;
}

.kidtough #copy-container {
	margin-top: 10px;
}

.kidtough #product-info dd.product-description {
	width: 376px;
    color: #7b1288;
}

.kidtough #description-top {
	background: url(/content/v4/img/preschoolelectronics/pre-elec-detail-top.gif) no-repeat 0 0;
    height: 40px;
}

.kidtough #description-bg {
	background: #ffffff;
    padding-left: 10px;
}

.kidtough #description-bg p {
	padding: 15px;
}

.kidtough #description-bg ul {
	padding: 0 30px;
}

.kidtough #description-bottom {
		background: url(/content/v4/img/preschoolelectronics/pre-elec-detail-bottom.gif) no-repeat 0 0;
    	height: 10px;
}

.kidtough #instructions {
	clear: both;
    margin-left: 10px;
}
<!--/* 0.0237562946126392 [10.89.198.137] */-->