/*
		File:	Print Style Sheet
		Site:	Fun 2 Learn
		Author:	Eric Shepherd
		Date:	September 2006
*/


/* ALL PAGES */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	width: 90%;
	margin: 0 4% 0 4%;
}

a {
	color: #f15f38; /* any color */
}

/* FOOTER */

#footer {
	clear: both;
	text-align: center;
	margin-top: 1em;
}

#footer p#fplogo {
	position: relative;
	top: 1em;
}

#footer p#fplogo img {
	border: 0;
}

/* 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;
}


/* HIDE - display:none for things that we don't need */



/* PRODUCT PAGE */

#product-info {

}

dl#product-meta {
	float: left;
	width: 50%;
	margin-right: 8%;
}

		#product-info dt {
			font-weight: bold;
		}

#product-media {
	float: left;
	width: 38%;
}

#product-image img {
	border: 6pt solid #f15f38; /* any color */
}

dd#product-caption {
	margin: 7pt;
	padding: 0;
}

#h-products {
	clear: both;
}

#scroll-left-arrow, 
#scroll-right-arrow {	
	display: none;
}

/* or, don't display the additional products */

body.product-page #h-products, body.product-page #scroll-frame {
	display: none;
}

/* FLOATED IMAGES */

#product-thumbnails {
	margin: 0;
	padding: 0;
}

#product-thumbnails li {
	float: left;
	margin: 4pt;
	list-style: none;
}

		#dev-benefits {
			clear: both;
		}

#product-thumbnails img {
	border: 2px solid;	
}

#product-thumbnails a img {
	border: 2px solid;	
}
