/*
		Site: 		Preschool Electronics
		File: 		Small Screen CSS
		Author:		Eric Shepherd
		Date:		July 2006
*/

body {
	font-family: sans-serif;
	background: #fff;
}

#container {
	background: #fff;
	width: auto;
	max-width: 597px;
}

img {
	max-width: 100%;
}

#advertisement {
	font-size: 80%;
}

#footer {
	background: #7a348e;
}

#footer, #footer a, #footer p {
	color: #fff;
}

body.portal #footer, body.landing #footer {
	background: #fff;
}

body.portal #footer, body.portal #footer a, body.portal #footer p,
body.landing #footer, body.landing #footer a, body.landing #footer p {
	color: #7a348e;
}

body.portal li {
	list-style: none;
}

/* LINKS */

a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #7a348e;
}

a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #777;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	text-decoration: underline;
}

/* FOOTER */

div#footer {
	text-align: center;
}

/* SIFR */

span.sIFR-alternate {
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	display: block;
}

.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 */



		
/* THUMBNAIL PAGE */



#thumbs dt.product-name {
	text-align: center;
	margin-bottom: 4px;
	padding-top: 10px;
	font-size: 1.4em;
}

#thumbs dd.product-image, #thumbs dd.product-demo {
	text-align: center;
}

#thumbs img {
	border: 3px solid;
}

/* PRODUCT PAGE */

dd {
	margin-left: 10px;
}

#product-info {
	color: #fff;
}

#product-meta {
	margin: 5px;
	background: #7a348e;
}

#product-info dt {
	font-weight: bold;
	padding-top: 5px;
}

#product-info dd {
	margin-left: 10px;
}

#product-info a {
	color: #fff;
}

#product-info dd.product-description {
	color: #fff;
}

#product-image {
	height: 243px;
	text-align: center;
}

ul#product-thumbnails {
	list-style: none;
	margin: 0;
	padding: 0;
}

		ul#product-thumbnails li {
			float: left;
			margin: 1px;
		}
		
		ul#product-thumbnails img {
			border: 3px solid;
		}

