/*
		Site: 		Infant Toys
		File: 		Thumbnail Page CSS
		Author:		Eric Shepherd
		Date:		March 2006
*/

/* DIVS */

html, body {
}

#container {
	width: 100%;
}

#site-container {
	width: 773px;
	background: #ffffff;
}

#container #thumbs,
#browse-all.browse-control {
	font-size: .95em;
}

/* ACCESSIBILITY */

div #site-container p#breadcrumbs {
	top: 38px;
}

/* HEADINGS */

h1.thumbnail {
	position: relative;
	width: 773px;
	height: 113px;
	padding-top: 100px;
	overflow: hidden;
}

		h1.thumbnail span { /*old system used 100% rather than pixel values - IE7 can't handle that */
			position: absolute;
			width: 773px;
			height: 234px;
			top: 0;
			background-repeat: no-repeat;
		}

h2.intro, p.intro {
	text-align: center;
	color: #fff;
}

h2.intro {
	font-size: 1.95em;
	/*padding-bottom: .3em;*/
	padding-right: .8em;
}

p.intro {
	padding: 0 65px 1.4em 45px;
}

#content p {
	text-align: left;
}

p.copy {
	margin-top: 15px;
}

h3#headline-thumbs {
	color: #ffffff;
	text-align: center;
	font-size: 1.6em;
	padding-top: .8em;
	padding-bottom: .8em;
}

		/* SIFR DECOY STYLES */
		
		.sIFR-hasFlash h2#headline-intro {
			visibility: hidden;
		}
		
		.sIFR-hasFlash h3#headline-thumbs {
			visibility: hidden;
			
		}

/* THUMBNAIL DISPLAY */

#thumbs {
	width: 735px;
	padding: 24px 10px 24px 20px;
}

		#content #thumbs {  /* specific for the templated non-brand thumbnail page */
			width: 546px;
			padding: 5px 0;
		}

#thumbs div {
	float: left;
	width: 15.5em;
	position: relative;
	padding: 0;
	margin: 0 0 .5em 0;
}

#thumbs dl {
	position: relative;
	padding-top: 120px;
	text-align: center;
	padding-bottom: 1em;
	height: 15em;
}

		#thumbs dd.product-image {
			position: absolute;
			top: 0;
			left: 0;
			width: 15.5em;
			margin: 0px;
		}
		
			.ie6 #thumbs dd.product-image,
			.ie7 #thumbs dd.product-image {
				margin-top: -10px;
				margin-left: 0px;
			}
		
				#thumbs dd.product-image a {
					width: 118px; /*110 + border*/
					display: block;
					margin: 0 auto;
				}
		
						#thumbs dd.product-image img { 
							display: block;
							width: 110px;
							margin: 0 auto;
							border: 4px solid;
						}
										
		#thumbs dt.product-name {
			padding: 7px 8px 8px 8px;
		}
		
				#thumbs dt.product-name a {
					text-decoration: none;
					border-bottom: 1px dotted;
				}
				
						#thumbs dt.product-name a:hover, #thumbs dt.product-name a.on {
							border-bottom: 0;
							text-decoration: none;
						}

#thumbs dd.product-price {
	padding-bottom: .4em;
}

/* BUY NOW BUTTON */
 
 dd.product-buy-now a, dd.product-buy-now a span {
	position: relative;
	display: block;
	width: 81px;
	height: 14px;
	margin: 0 auto;
	overflow: hidden;
	clear:both;
}

	dd.product-buy-now a span {
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-position: top left;
	}
	
dd.product-buy-now {
	margin-bottom: 3px;
}

/* DEMO BUTTON */

dd.product-demo a {
	position: relative;
	display: block;
	width: 94px;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
}

		dd.product-demo a span {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		dd.product-demo a:hover span {
			background-position: 0 -30px;
		}
		
/* COMMERCIAL BUTTON */

dd.product-commercial a {
	position: relative;
	display: block;
	width: 116px;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
}

dd.product-commercial {
	padding-bottom: 1px;	
}

		dd.product-commercial a span {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-repeat: no-repeat;
			background-position: top left;
		}
		
		dd.product-commercial a:hover span {
			background-position: 0 -30px;
		}

#thumbs dd.product-rating {
	background: #fff;
	border: 2px solid #a1a1f8;
	margin: 2px auto 0;
	padding: 3px 0 0;
	width: 80px;

}

/* LEGAL FOOTER */
/* we can't use margin bottom, because then the body bk will show */

#footer {
	padding: 0 20px 1em 0;
}

/*FF fix for see all learning toys 10/15/07 -ac*/
p {
	clear:both;
}
