/* 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;
}
img {
	border:0px;
}
img a {
	border:0;
}


/*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(pagebackground.gif);
	background-repeat:repeat-y;
	min-height: 500px;
}
div#clearing {
	clear:both;
}


/*Product Page Navigation*/
ul.navbar {
	margin:0;
	padding: 0;
	list-style:none;
	width: 730px;
	font-size:small;
}
ul.navbar li {
	display:inline;
}
ul.navbar 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.navbar li.currentpagelong {
	text-decoration:none;
	padding: 5px 0;
	width: 200px;
	background-color: #660099;
	color:#FFFF00;
	float:left;
	text-align:center;
	border-left:1px solid white;
	margin-bottom: 20px;
	font-style:italic;
}
ul.navbar li.blankspace {
	text-decoration:none;
	padding: 5px 0;
	width: 145px;
	background-color: #660099;
	float:left;
	border-left:1px solid white;
	margin-bottom: 20px;
}
ul.navbar li.blankspace2 {
	text-decoration:none;
	padding: 5px 0;
	width: 290px;
	background-color: #660099;
	float:left;
	text-align:center;
	border-left:1px solid white;
	margin-bottom: 20px;
}
ul.navbar li.blankspace3 {
	text-decoration:none;
	padding: 5px 0;
	width: 435px;
	background-color: #660099;
	float:left;
	text-align:center;
	border-left:1px solid white;
	margin-bottom: 20px;
}
ul.navbar li.blankspace4 {
	text-decoration:none;
	padding: 5px 0;
	width: 581px;
	background-color: #660099;
	float:left;
	text-align:center;
	border-left:1px solid white;
	margin-bottom: 20px;
}
ul.navbar li.blankspace5 {
	text-decoration:none;
	padding: 5px 0;
	width: 728px;
	background-color: #660099;
	float:left;
	text-align:center;
	border-left:1px solid white;
	margin-bottom: 20px;
}
ul.navbar li.blankspacelong {
	text-decoration:none;
	padding: 5px 0;
	width: 235px;
	background-color: #660099;
	float:left;
	border-left:1px solid white;
	margin-bottom: 20px;
}
ul.navbar 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.navbar li.long a {
	width:200px;
}
ul.navbar li.double a {
	width:290px;
}
ul.navbar li a:hover {
	background-color:#9966FF;
	color:#000000;
}
/* remove the mainnavlisttop items once they are removed from the site - they have been replaced by .navbar */
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.currentpagelong {
	text-decoration:none;
	padding: 5px 0;
	width: 200px;
	background-color: #660099;
	color:#FFFF00;
	float:left;
	text-align:center;
	border-left:1px solid white;
	margin-bottom: 20px;
	font-style:italic;
}
ul#mainnavlisttop li.blankspace {
	text-decoration:none;
	padding: 5px 0;
	width: 145px;
	background-color: #660099;
	float:left;
	border-left:1px solid white;
	margin-bottom: 20px;
}
ul#mainnavlisttop li.blankspace2 {
	text-decoration:none;
	padding: 5px 0;
	width: 290px;
	background-color: #660099;
	float:left;
	text-align:center;
	border-left:1px solid white;
	margin-bottom: 20px;
}
ul#mainnavlisttop li.blankspace3 {
	text-decoration:none;
	padding: 5px 0;
	width: 435px;
	background-color: #660099;
	float:left;
	text-align:center;
	border-left:1px solid white;
	margin-bottom: 20px;
}
ul#mainnavlisttop li.blankspace4 {
	text-decoration:none;
	padding: 5px 0;
	width: 581px;
	background-color: #660099;
	float:left;
	text-align:center;
	border-left:1px solid white;
	margin-bottom: 20px;
}
ul#mainnavlisttop li.blankspace5 {
	text-decoration:none;
	padding: 5px 0;
	width: 728px;
	background-color: #660099;
	float:left;
	text-align:center;
	border-left:1px solid white;
	margin-bottom: 20px;
}
ul#mainnavlisttop li.blankspacelong {
	text-decoration:none;
	padding: 5px 0;
	width: 235px;
	background-color: #660099;
	float:left;
	border-left:1px solid white;
	margin-bottom: 20px;
}
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.long a {
	width:200px;
}
ul#mainnavlisttop li.double a {
	width:290px;
}
ul#mainnavlisttop li a:hover {
	background-color:#9966FF;
	color:#000000;
}
h3.bottomnav {
	margin-bottom:3px;
	margin-top:0px;
}
h3.bottomnav a {
	text-decoration:none;
}
	
/*related products  - PHASE THIS OUT*/
div.relatedproduct {
	width: 171.5px;
	float:left;
	background-color:#CC99FF;
	display:block;
	text-align:center;
	border-right:1px solid white;
	margin-top:-20px;
	font-size:small;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
}

/*Companion Materials */
ul#companionmaterials {
	margin:0;
	padding:0;
	list-style-type:none;
	background-color:#CC99FF;
	width:100%;
	float:left;
	margin-top:-20px;
	margin-bottom:20px;
	font-size:small;
}
ul#companionmaterials li {
	display:inline;
	float:left;
	background-color:#CC99FF;
	width:auto;
	border-right:1px solid white;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}
.clear {
	clear:both;
}

/* front product page list */
ul.frontpagelist{
	font-size:medium;
	font-weight:bold;
}
h3.frontpagelistheader {
	margin-bottom: -10px;
	margin-top:0px;
}

/* front page ordering section */
div#frontpageorder {
	float:right; 
	width:400px; 
	padding-left:20px;
	padding-top:10px;
	border:1px solid #BBBBBB;
}
/*product pages*/
img#prodshot-float {
	float:left;
	margin-right:20px;
}
img#prodshot_center {
	display:block;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:30px;
}
/*Main Content (applies to all content inside nav frame)*/
div#body {
	float: left;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 15px;
	width: 720px;	
}
h1 {
	margin-bottom: 0px;
	font-size:2em;
}
h1 a {
	text-decoration:none;
}
h2 {
	font-size: 1.55em;
}
h3 {
	font-size: 1.3em;
}
p.fineprint {
font-size:x-small;
}
p.top_nomargin {
margin-top:0;
}
.bottom_nomargin {
margin-bottom:0;
}
span.trademark {
	font-size:x-small;
	vertical-align:top;
}
div#copyright {
	margin-top:40px;
	font-size:x-small;
	clear:both;
	width:100%;
}

/*Index only */
div#indexmain {
	width: 450px;
	float:left;
	margin-right: 20px;
}

div#indexsidebar {
	float:right;
	width: 230px;
	padding:10px;
	background-color:#FFFF99;
	
}
h2.indexsidebar {
	font-size: medium;
	font-weight:bold;
}

p.index {
	font-size:small;
	text-align:justify;
}




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

/*Articles */
p.attribution {
	font-size: 1.2em;
	margin-top:0;
	}
p.articlesource {
	font-size:.75em;
}
ol.alphalist {
	list-style-type: lower-alpha;
	}
div.articlelink {
	width: 70%;
	margin:auto;
	border: 3px solid #CCAAEE;
	padding:15px;
}

/*Episode Descriptions*/
h3.eptitle {
	margin-bottom: 3px;
	clear:left;
}
h3.eptitle_front {
	margin-bottom: 3px;
	margin-top:0px;
	clear:left;
}
p.description {
	margin-top: 0px;
}
p.description-small {
	margin-top: 0px;
	margin-bottom:5px;
}

img.thumbnail {
float:left;
margin-right: 10px;
}
img.thumbnail-smalldesc {
clear:left;
float:left;
margin-right:10px;
margin-bottom:15px;
}
div.smalldescription {
	float:left;
	width:60%;
}
h3.eptitle-smalldesc {
	margin-bottom:3px;
	margin-top: 0px;
}


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

/*Product List Pages*/
div.productbox {
	width: 12em;
	height: 17.5em;
	border: 1px solid #BBBBBB;
	margin: 10px;
	padding: 10px;
	float: left;
	text-align:center;
}
div.short {
	height: 15em;
}
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;
}
div.productbox-2 {
	border: 1px solid #BBBBBB;
	margin: 10px;
	padding: 10px;
	float: left;
	text-align:left;
	width:95%

}
div.productbox-2 h2 {
	font-size: 1.25em;
	margin: 0px;
}
div.productbox-2 h3 {
	font-size: 1em;
	margin: 0px;
	font-weight: normal;
}
div.productbox-2 img {
	height: 10em;
	width:auto;
	margin: 5px;
	margin-right:15px;
	float:left;
}

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

div.productbox-2 img.wide {
	height: 8em;
	width:auto;
	margin: 5px;
}
div.productbox-2 img.x_wide {
	height: 7em;
	width:auto;
	margin: 5px;
}
div.productbox-2 p.episodesummary{
font-size:.75em;
text-align:left;
}
div.subject-pic
{
	width:180px;
	border-width:thick;
	bg-color:#00CCCC;
}
div.subject-text
{
	width:60%; 
	float:left;
}

ul#subjectlist {
	font-size:large;
	list-style-image:url(../newsiteimages_temp/images/ball1.gif)	}
ul#subjectlist li a {
	color:black;
}

/* YELLOW BOXES */
div.yellowbox_right {
	clear:both;
	float:right;
	width:400px;
	background-color:#FFFF00;
	padding-left:40px;
	margin-top:20px;
}

.eps{
	width:400px;
}
.preview{
	width:540px;
}
div.yellowbox_center {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFF00;
	margin-bottom:20px;
	 margin-top:50px;
	 padding-top:1px;
	 padding-bottom:1px;
	 text-align:center;
}

h4#orderoffline {
	display:block;
	width: 520px;
	margin-left:auto; 
	margin-right:auto;
}










/*These are OLD styles that will be removed in stage three*/
.caption {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
.trademark {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none}
.bodytextblack {  font-family: "Arial Black"; font-size: 12px; line-height: normal}
.bodytext2black {  font-family: "Arial Black"; font-size: 14px; line-height: normal}
.bodytext1 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: normal}
.bodytext2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: normal}

.style1 {
	font-size: 24px;
	font-weight: bold;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
.style3 {font-size: 24px; font-weight: bold; color: #9933CC; }
.style4 {color: #FF3300}
.style5 {font-family: Arial, Helvetica, sans-serif}
.style6 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style7 {font-family: Arial, Helvetica, sans-serif}
.style8 {font-size: 24px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: normal; font-weight: bold; }
.style12 {font-family: Arial;
	color: #0000FF;
}
.style14 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style15 {
	color: #CC0000;
	font-weight: bold;
}
.style16 {
	font-size: x-large;
	font-weight: bold;
}
.style17 {color: #000000}
.style18 {color: #FF0000}
.style19 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC0000; }
.style21 {font-size: xx-small}
.style22 {font-family: Arial}
.style29 {font-family: "Arial Black"}
.style30 {color: #0E13FF; font-family: Arial;}
.style31 {font-family: Arial;
	color: #0000FF;
}
.style32 {font-family: "Trebuchet MS", Arial, Verdana; font-size: 13px; color: #FF0000; }
/*That's it for the old styles!*/

div.suggest-box{
width: 80%;
margin-left: auto;
margin-right: auto;
border: 1px solid black;
font-size: 9px;
padding: 5px;
margin-bottom: 5px;
}



