html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, nav, section, article, aside, footer
{border: 0px none; margin: 0; outline: 0; padding: 0; background: ; vertical-align: baseline}

blockquote, q {quotes: none;margin:15px 25px 15px 15px;border-left:5px solid #ccc;padding-left:7px;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
*/
header, nav, section, article, aside, footer {display: block;}
 
body {
	color: #222;
	background-color: #43459c;
	xxbackground-color: #fde6f7;
	 font-style:normal; font-variant:normal; font-weight:normal; line-height:1.40; font-size:75%;
	 font-family:verdana, geneva, arial, sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
    	font: bold 1em/1.5 futura, 'century gothic', 'applegothic', sans-serif;
	}
h1 {
	font-size: 2.5em;
	xdisplay:none;
	background:url('em_images/stars.jpg') no-repeat right 0;
	height:70px;
	line-height:70px;
	xxcolor: #4f5ca0;
	color: #43459c;
	}	
#default h1, #Default h1  {
	font-size: 3.0em;
	}
h2 {
	font-size: 2.0em;
	}	
h3 {	
	font-size: 1.5em;
	margin: 7px 0;
	}
h4, h5 {
	font-weight:bold;
	}
h5 {font-family:verdana, geneva, arial, sans-serif;}

p {
	margin: 10px 0;
	}
a {
	color: #c00;
	text-decoration: none;
	}	
a:visited {
	color: #c75c5d;
	}
h2 a:visited {
	color: #c00;
	}
a:hover {
	color: #036;
	}
label {
	font-weight:bold;
	}
ul {padding:0 0 10px 20px;}
/*--------------------------*/
/* Global Classes           */
/*--------------------------*/
.simpleList {
	list-style: none;
	}
.floatLeft {
	float: left;
	}
.floatLeftPad {
	float: left;
	margin: 20px 0 0 15px;
	}
.floatRight {
	float:right;
	}
.floatClear {
	clear: both;
	}
.clearRight {
	clear: right;
	}
.clearLeft {
	clear: left;
	}
.border {
	border: 1px solid #fff;
	padding: 20px;
	}
.imgRight {
	float: right;
	margin-left: 15px;
	}
.imgLeft {
	float: left;
	margin-right: 15px;
	}
/*--------------------------*/
/* page classes             */
/*--------------------------*/
.bodyWrapper {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #888;
	background: #fff url('em_images/body_bg.gif') repeat-y 740px 0;
	xxoverflow: hidden;
	zoom: 1
	}
.pageWrapper {
	padding: 0 15px 0 30px;
	overflow:hidden;
	}
#default .pageWrapper, #Default .pageWrapper {overflow:visible;}
.contentWrapper {
	width: 680px;
	float:left;
	padding: 20px 30px 20px 0;
	border-right: 1px solid #ddd;
	min-height:1402px;
	}
#retailers .contentWrapper {
	padding-right: 10px;
	width:700px;
	}
.sidebar {
	width: 230px;
	float:right;
	}
.header {
	overflow: hidden;
	background-color: #eff4f4;
	}
.header .floatLeft img {
	margin: 13px 0 0 40px;
	}
.header ul.hdrMenu {
	clear:right;
	float:right;
   	font-family: futura, 'century gothic', 'applegothic', sans-serif;
   	font-size:1.1em;
   	font-weight:bold;
   	margin-top:10px;
	}
.header ul.hdrMenu li {
	display:inline;
	padding: 0 10px;
	list-style:none;
	}
* html .header {
	height: 100%;
	}
.header .floatLeft {height:140px;}
.footer {
	clear:both;
	background-color: #fff;
	width: 940px;
	margin: 0 auto;
	padding:  20px 30px;
	text-align:center;
	}
.footer ul li {
	display:inline;
	padding: 0 40px;
	}
.footer p {
	margin: 10px 0;
	}
/*--------------------------*/
/* navigation               */
/*--------------------------*/
ul.navList {
	background: transparent url('em_images/nav_bg.gif') repeat-x 0 0;
	border-left:0px solid #222; border-right:0px solid #222; border-top:1px solid #222; border-bottom:1px solid #222; clear: both;
   	font-family: futura, 'century gothic', 'applegothic', sans-serif;
   	font-size:1.1em;
   	font-weight:bold;
	width: 100%;
	overflow:hidden;
	 list-style-type:none; padding:0;
	}
ul.navList li {
	float: left;
	xborder-right: 1px solid #0b9bca;
	border-right: 1px solid #a72626;
	background: transparent url('em_images/nav_bg.gif') repeat-x 0 0;
	}
ul.navList li.search {
	float: right;
	border-right:0px none;
	width:19em; padding-left:0; padding-right:0; padding-top:12px; padding-bottom:0
	}
ul.navList li a{
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 12px 30px 0 30px;
	height: 30px;
	text-transform: capitalize;
	margin-right: 1px;
	}
ul.navList li:hover {
	background-position:0 -50px;
	}
ul.navList li.search:hover{
	background-position:0 0;
	}
ul.navList li a:visited {
	color: #fff;
	}
ul.navList li a:hover{
	background:url('em_images/star.png') no-repeat 3px 7px;
	color:#fff;
	}
* html ul.navList li {
	width: 110px;
	}
* html ul.navList li a {
	padding: 15px 0 0 0;
	text-align:center;
	}
* html ul.navList li a:hover{
	background:url('em_images/star_red2.png') no-repeat 3px 7px;
	}

#default #homeLink a, #contact #contactLink a, #about #aboutLink a   {
	background:url('em_images/star.png') no-repeat 3px 7px;
	}
#Default #homeLink a, #default #homeLink a, #contact #contactLink a, #about #aboutLink a, #shipping_info #shippingLink a, #retailers #retailersLink a, #categories #productsLink a  {
	background:url('em_images/star.png') no-repeat 3px 7px;
	}
* html #default #homeLink a, * html #contact #contactLink a, * html #about #aboutLink a   {
	background:url('em_images/star_red2.png') no-repeat 3px 7px;
	}
* html #Default #homeLink a, * html #default #homeLink a, * html #contact #contactLink a, * html #about #aboutLink a, * html #shipping_info #shippingLink a, * html #retailers #retailersLink a, * html #categories #productsLink a  {
	background:url('em_images/star_red2.png') no-repeat 3px 7px;
	}

.product {
	float:left;
	width: 160px;height:225px;
	padding-right:10px;
	}
.tall_product {height:260px;}
#cart .product {min-height:255px;height:auto;margin-bottom:20px;}
.product a {position:relative;}
.product img {max-width: 150px;}
* html .product img {width: 150px;}
.largeimg {width:auto;height:auto;position:absolute;top:0;left:-12px;z-index:10;padding:10px;border:2px solid #c00;background-color:#fff;}
.p_row {padding-bottom:10px;margin-bottom:20px; border-bottom:1px solid #ccc;}
.productLink {
	clear:both;
	padding-top: 25px;
	}
.productLink a, .classLink a {
	background:url('em_images/star.png') no-repeat 3px 10px;
	font-size:1.2em;
	font-weight:bold; padding-left:33px; padding-right:0; padding-top:16px; padding-bottom:4px;
	}
.charts, .vitalid, .other, .books_class {
	clear:both;
	margin: 20px 0;
	border-bottom: 1px solid #00c;
	zoom:1;
	}
.charts {
	border-top: 1px solid #00c;
	padding-top: 10px;
	}
.books_class {
	overflow: hidden;
	zoom: 1;
	border:0px none;
	}
.books {
	width: 45%;
	float:right;
	}
.books ul {padding:0;}
.books ul li {
	margin: 10px 0;
	}
.classroom {
	width: 45%;
	float:left;
	}
.supernanny, .sbProducts, .testimonials, .retailers, .award, .flag {
	margin: 20px 0;
	}
.supernanny p, .award p, .flag p {margin-left:0;}
* html .supernanny p {margin-left:0;}
.supernanny img {
	border: 1px solid #c00;
	}
.flag img, .supernanny img {margin-left:20px;}
.award, .flag, .supernanny {border-bottom: 1px solid #cacaca}
.xxaward img {margin: 0 0 0 38px;}
.award h3 {font-size:1.4em;}
.sidebar_img img {margin-bottom:10px;}
.retailers {
	border: 1px solid #c00;
	padding: 10px;
	background-color: #fff;
	}
.testimonials ul {padding:0;}
.testimonials ul li {
	margin: 10px 0;
	}
.sbProducts ul {
	margin-left: 0;
	padding-left:16px;
	}
.loginWrapper {
	clear:right;
	float:right;
	padding:0 10px;
	background-color:#fff;
	border:1px solid #c00;
	margin-right:10px;
	}
.loginWrapper span {margin-left:30px;}
.loginWrapper p {margin: 5px 0;}
.login {
	background-color: #fff;
	border: 1px solid #c00;
	width: 100px;
	padding: 10px;
	margin: 10px;
	display:inline;
	float:right;
	}
.login img {
	margin: 0;
	}
#default .login img, #Default .login img {
	margin: 0 0 0 -16px;
	}
.big_bold {
	font-size: 1.3em;
	font-weight:bold;
	}
form.contact {
	margin-top: 30px;
	}
	.row {
	clear: both;
	padding-top: 2px;
	margin: 10px 0;
	overflow:hidden;
	}
.row label {
	clear: both;
	float: left;
	width: 13em;
	margin-top: 2px;
	}
.row input, .row select, .row textarea {
	width: 300px;
	margin: 0 0 0 10px ;
	text-align: left;
	} 
.row textarea {
	width: 400px;
	height: 150px;
	margin-left:0;
	}
.nobot input {
	margin-left: 20px;
	}
.button {
	clear: both;
	padding-top: 2px;
	margin-top: 10px;
	}
.button input{
	width: 80px;
	margin: 0 0 0 165px;
	}
table.find_retailers {
	font-size: 0.8em;
	border:none;
	width:100%;
	margin-top: 25px;
	border-collapse: collapse;
	}
table.find_retailers th {
	text-align:left;
	}
table.find_retailers td, table.find_retailers th {
	padding: 5px 3px;
	}
.odd {
	background-color: #ececec;
	}
#categories td {
	text-align:left;
	}
.productWrapper {margin: 10px;border-bottom:1px solid #000;padding: 10px 0;clear:both;overflow:hidden;zoom:1;}
.productWrapper a {font-weight:bold;}
.prodImage {float:left;margin-right: 20px;width:155px;min-height:100px;}
.productWrapper .prodImage img {max-width:155px;}
* html .productWrapper .prodImage img {width:155px;}
.proddescription{width:480px;margin-bottom:10px;}
form.em_products {overflow:hidden;zoom:1;}
form.em_products input {margin-top:10px;border:1px solid #c00;}
img.checkout {border:1px solid #c00;}
.cobtbl {width:100%;background-color:#fff;}
.cobtbl td {padding: 3px 3px 0;vertical-align:top;}
td.tblinfo {padding:20px 0 5px;border:none;text-align:left;background-color:#fff;}
.em_details {font-size:14px;margin-top:5px;}
.detailimage {float:left; margin-right:20px;margin-bottom:15px;}
.pagenums {xxclear:both}
.detaillistprice {margin:15px 0 0 0;}
.detailprice {margin: 0 0 15px 0;}
.em_prod_details {clear:both;margin-bottom:20px;}
.price_details {margin-top: 20px;}
h1.prodnavigation a {display:none;}
.detail_prodnavigation {margin-top:20px;font-size:15px;clear:both;}
h2.detail_prodnavigation {margin-top:-14px;}
h3.pagenums {font-size:15px;}
p.cstitle {clear:both;padding-top:30px;font-size:14px;}
#ethanks td {text-align:left;}
#cart td input.mar_top {margin-top:20px;}
.id_img {float:left;width:400px;margin-bottom:20px;}
.id_right {float:right;width:250px;}
.id_more {border:1px solid #c00;background-color:#dbdbdb;padding:10px; float:left;margin-right:50px;}
.id_pad {padding: 0 50px;}
.books_cat {width:300px;float:left;padding:20px;}
.vid {float:left;width:400px;}
.squish {letter-spacing:-.1px; word-spacing:-.6px;}
.live_chat{xxclear:right;float:right;padding-right:20px;}
.header_more {float:right;clear:right;}
.season {margin-right:20px;float:right;}
.season p {display:none;}
.testList {padding:0;list-style:none;}
.testList li {margin: 10px 0;}
.testList li span {font-style:italic;color:#43499c;}
.author {margin:0;font-size:0.9em;}
.site {line-height:1;}
.more_rev {margin-top:0;height:21px;padding-top:13px;}
.more_rev, .featured {background:url('em_images/star.png') no-repeat 3px 7px;padding-left:40px;}
.tcg {height:98px;width:98px;}
.soa {height:91px;width:126px;}
.soa {border:1px solid #ddd;}
.review {margin-bottom: 20px;}
.warning {height:21px;padding:5px 0 0 30px;background:url('em_images/warning.gif') no-repeat 0 0;}