
/*
		Site: 		Infant Toys
		File: 		Peek-a-Blocks CSS
		Author:		Eric Shepherd
		Date:		March 2006
*/

/* LINKS */

		a:link, a:visited, a:hover, a:active {
			color: #c76d04;
		}
		
		a:visited {
			color: #8e530f;
		}
		
		a:hover, a.on, #thumbs a.on {
			color: #ee315d;
		}

/* MAIN COLOR */

/* 	note that h3#headline-thumbs, #product-info, and #product-meta colors switch 
	between medium and light main color depending on the brand site */

/* dark main color */

		body {
			background-color: #d67b05;
		}
		
		p#breadcrumbs, p#breadcrumbs a {
			color: #d67b05;
		}
		
		#container, #instructions div, #instructions a, #more-products #thumbs dt.product-name a, 
		dd.product-description, dt.product-developmental-guidelines, dd.product-developmental-guidelines {
			color: #d67b05;
		}
		
/* medium main color */

		dl#product-meta dt, dl#product-meta dd { 
			background-color: #ed952b;
		}
		
		#product-media li:hover img, #product-media li.active img, #thumbs dd img {
			border-color: #ed952b;
		}

/* light main color */

		#product-info, h3#headline-thumbs {
			background-color: #ffab4b;
		}

/* pastel main color */

		#instructions div {
			background: #fee6c9;
		}

/* CONTRAST COLOR */

/* dark contrast color */

		#dev-benefits div div {
			background: #de234e;
		}
		
		#more-products h2 {
			color: #de234e;
		}

/* light contrast color */

		h2.intro, p.intro, #dev-benefits {
			background: #ee315d;
		}
		
		dt#product-image img, #product-media li img, #more-products #thumbs dd img, #thumbs dd.product-image a:hover img, #thumbs dd.product-image a.on img {
			border-color: #ee315d;
		}
		
		dd#product-image-caption, div#more-products div#thumbs dl.product dt a {
			color: #ee315d;
		}
		
/* pastel contrast color */

		#more-products, #more-products #thumbs {
			background: #f9c1ce;
		}

/* IMAGES */

		body {
			background-image: url(/content/v4/img/infanttoys/bg-pab.gif);
			background-attachment: fixed;
		}

		h1.thumbnail span {
			background-image: url(/content/v4/img/infanttoys/header-pab.jpg);
		}
		
		h1.product span {
			background-image: url(/content/v4/img/infanttoys/header-pab-product.gif);
		}
		
		dd.product-demo a span {
			background-image: url(/content/v4/uk/infanttoys/img/btn-demo-pab.gif);
		}
		
		dl#product-meta dd.demo a span {
			background-image: url(/content/v4/uk/infanttoys/img/btn-product-demo-pab.gif);
		}
		
		dl#product-meta dd.award a span {
			background-image: url(/content/v4/uk/infanttoys/img/btn-product-award-pab.gif);
		}
		
/* SCALLOPS */

		#shameless-hack-scallops {
			background: url(/content/v4/img/infanttoys/scallop-pab.png) repeat-y;
		}

<!--/* 0.798686561211618 [10.89.198.137] */-->