/* CSS Document */

/*Applies to entire page*/
body, html {
	margin:0;
	padding: 0;
	border: 0;
}
div#container {
	width: 960px;
	margin: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*Header and top navigation*/
img#logo {
	float:left;
	margin-bottom: 20px;
}
div#viewcart {
	float:right;
	margin-bottom:10px;
	margin-right:3px;
}
div#topnav {
clear:both;
}
ul#topnavlist {
	list-style:none;
	width: 960px;
	display:inline;
}
ul#topnavlist li {
	display:inline; /*prevents stepdown*/
}
ul#topnavlist li.currentpage {
	background-color: #660099;
	color:#FFFF00;
	font-style:italic;
	padding: 5px 0;
	width: 159px;
	float:left;
	text-align:center;
	border-right:1px solid white;
}

ul#topnavlist li a {
	text-decoration:none;
	padding: 5px 0;
	width: 159px;
	background-color: #660099;
	color:#FFFF00;
	float:left;
	text-align:center;
	border-right:1px solid white;
}
ul#topnavlist li a:hover {
	background-color:#9966FF;
	color:#000000;
}
img#yellowbar { /*styling prevents extra spacing between elements in IE*/
	clear:both;
	float:left;
}


/*Side navigation*/
div#sidebar {
	float:left;
	width: 159px;
}
div#sidebarheader { /*Browse Products box only*/
	display:block;
	padding: 5px 0;
	width:159px;
	background-color:#FFFF00;
	color:#000000;
	text-align: center;
	font-weight:bold;
}
ul#sidenavlist {
	margin:0;
	padding:0;
	list-style:none;
	padding-top: 10px;
}
ul#sidenavlist li { /*seems redundant, but makes IE6 honor the margin when hovering*/
margin-bottom: 10px;
}
ul#sidenavlist li.currentpage {
	font-style:italic;
	display:block;
	padding: 5px 0;
	margin-bottom: 10px;
	width:159px;
	background-color:#FFFF00;
	color:#000000;
	text-align: center;
}
ul#sidenavlist li a {
	text-decoration:none;
	display:block;
	padding: 5px 0;
	margin-bottom: 10px;
	width:159px;
	background-color:#FFFF00;
	color:#000000;
	text-align: center;
} 
ul#sidenavlist li a:hover {
	background-color:#FFFF99;
	padding: 5px 0;
	margin-bottom: 10px;
}

li.notproduct {
	margin-top:50px;
}


/*Creates liquid page background*/
div#container2 {
background-image:url(newsiteimages_temp/pagebackground.gif);
background-repeat:repeat-y;
min-height: 500px;
}
div#clearing {
clear:both;
}


/*Product Page Navigation*/
ul#mainnavlisttop {
	margin:0;
	padding: 0;
	list-style:none;
	width: 730px;
	font-size:small;
}
ul#mainnavlisttop li {
	display:inline;
}
ul#mainnavlisttop li.currentpage {
	text-decoration:none;
	padding: 5px 0;
	width: 145px;
	background-color: #660099;
	color:#FFFF00;
	float:left;
	text-align:center;
	border-left:1px solid white;
	margin-bottom: 20px;
	font-style:italic;
}

ul#mainnavlisttop li.blankspace2 {
	text-decoration:none;
	padding: 5px 0;
	width: 290px;
	background-color: #660099;
	color:#FFFF00;
	float:left;
	text-align:center;
	border-left:1px solid white;
	margin-bottom: 20px;
	font-style:italic;
}
ul#mainnavlisttop li a {
	text-decoration:none;
	padding: 5px 0;
	width: 145px;
	background-color: #660099;
	color:#FFFF00;
	float:left;
	text-align:center;
	border-left:1px solid white;
	margin-bottom: 20px;
}
ul#mainnavlisttop li a:hover {
	background-color:#9966FF;
	color:#000000;
}


/*Main Content (applies to all content inside nav frame)*/
div#body {
	float: left;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 15px;
	width: 730px;	
}
h1 {
	margin-bottom: 0px;
	font-size:2em;
}
h1 a {
	text-decoration:none;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
p.fineprint {
font-size:x-small;
}

/*Text-based pages (FAQ, Order, etc)*/
h2.category {
	font-size:1.4em;
	margin:0;
	margin-bottom:5px;
	margin-top:35px;
}
h2.pagetop {
	margin-top:0;
}
h3.subcategory {
	font-size:1.1em;
	margin:0;
	margin-bottom:5px;
}
p.textpage {
	margin-top:0px;
	margin-bottom:10px;
}

/*Episode Descriptions*/
h3.eptitle {
	margin-bottom: 3px;
	clear:left;
}
p.description {
	margin-top: 0px;
}
img.thumbnail {
float:left;
margin-right: 10px;
}


/*Awards and Reviews*/
div#pullquotewrap {
	float: right;
	width: 300px;
	margin: 10px;
	margin-top: 0px;
}
div#pullquote {
	background-image: url("newsiteimages_temp/speechbubble_02.gif");
	background-repeat: repeat-y;
	padding-right: 30px;
	padding-left: 30px;
	}

/*Product List Pages*/
div.productbox {
	width: 12.5em;
	height: 19em;
	border: 1px solid #BBBBBB;
	margin: 10px;
	padding: 10px;
	float: left;
	text-align:center;
}
div.productbox h2 {
	font-size: 1.25em;
	margin: 0px;
}
div.productbox img {
	height: 10em;
	width:auto;
	margin: 5px;
}

div.productbox img.narrow {
	height: 12em;
	width:auto;
	margin: 5px;
}

div.productbox img.wide {
	height: 8em;
	width:auto;
	margin: 5px;
}
div.productbox img.x_wide {
	height: 7em;
	width:auto;
	margin: 5px;
}


	



