/*
		Site: 		Infant Toys
		File: 		Print CSS File
		Author:		Eric Shepherd
		Date:		March 2006
*/


/* ALL PAGES */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	width: 90%;
	margin: 0 4% 0 4%;
}

ul {
	list-style: none;
}

a {
	color: #89427e;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 1em;
}

#footer p#fplogo {
	position: relative;
	top: 1em;
}

#footer p#fplogo img {
	border: 0;
}

/* LANDING */

#btn-browse-all, #btn-home {
	display: none;
}

/* SIFR */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

/* LANDING PAGE */






/* HIDE */

#browse-all.browse-control {
	display: none;
}

#accessibility {
	display: none;
}

#instructions {
	display: none;
}

#back {
	display: none;
}

/* PRODUCT PAGE */

#product-info {
}

dl#product-meta {
	float: left;
	width: 50%;
	margin-right: 8%;
}

		#product-info dt {
			font-weight: bold;
		}
		
				#product-info dt.product-number {
					text-indent: 8pt;
				}

#product-media {
	float: left;
	width: 38%;
}

#product-image img {
	border: 6pt solid #89427e;
}

dd#product-caption {
	margin: 7pt;
	padding: 0;
}

/* FLOATED IMAGES */

#product-thumbnails {
	margin: 0;
	margin-left: 10pt;
	padding: 0;
}

#product-thumbnails li {
	float: left;
	margin: 4pt;
}

		#dev-benefits {
			clear: both;
		}
		
#more-products {
	position: relative;
}
		
#more-products div {
	float: left;
	margin: 5%;
	padding-top: 120px;
	position: relative;
}

		#more-products dd.product-image {
			position: absolute;
			top: 0;
			left: 0;
		}

		#more-products img, #more-products a img {
			border: 0;
		}

/* NIFTY CORNERS */
.rtop,.rbottom,.artop,.arbottom{display: none}
