/* ==YUI RESET (see: http://developer.yahoo.com/yui/reset/)*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
/* address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
} */
/* address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
} */
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}


h1 {
	font-size: 150%;
	text-decoration: none;
	color: #11175e;
	font-weight: bold;
	/* line-height: 150%; */
	line-height: 130%;
	text-align: left;
	/* margin-bottom: -5px; */
	margin-bottom: 15px;
	margin-top: 12px;
}


h2 {
	font-size: 130%;
	text-decoration: none;
	color: #11175e;
	font-weight: bold;
	/* line-height: 150%; */
	line-height: 130%;
	text-align: left;
	/* margin-bottom: -5px; */
	margin-bottom: 5px;
	margin-top: 10px;
}


q:before,q:after {
	content:'';
}


abbr,acronym { 
	border:0;
}



/* ==GENERAL SETTINGS */

body{
	/* background: #11175e; */
	background: #11175E;
	color:#666;
	/*font:11px/18px Helvetica, Arial, sans-serif; /* precentages on fonts so that IE can resize them */
	/* font: 70%/150% Verdana, Lucida, "Lucida Grande", sans-serif; */
	font: 80%/150% "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
}


/*
Global Linking
-------------------------------------------------*/
a {
	outline: none;
}
a:link {
	color: #11175e;
}
a:visited {
}
a:hover {
	text-decoration: underline;
}



/* ==DIVS */


/* layout divs */
#wrapper{
	width:990px;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
}

#wrapper2{
    background:#fff; /*oxton */
	clear:both;
	float:left;
}


/* MORLEYS logo */

#edLogo h1{
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

#edLogo h1 a{
	/* background: white url(../store/images/ed_logo.png) no-repeat; */
	/* background: white url(../store/images/ed_logo_new.png) no-repeat; */
	background: white url(../store/images/Morleys_NewLogo_Web.png) no-repeat;
	width: 198px;
	/* height: 47px; */
	height: 72px;
	display:block;
	text-indent:-999em;
	/*paranoid tricks for older browsers*/
	text-decoration:none;
	overflow:hidden;
	position: absolute;
	/* top: 43px; */
	top: 33px;
	margin-left: 13px;
}


.printLogo{
	display: none;
}

#printInfo{
	display: none;
}






/* header section - incl. top navigation */

#header {
	width: 990px;
	height: 182px;
	background-color: white;
}



/* big image or flash in header panel */
#headerPanel {
	width: 582px;
	height: 129px;
	float: right;
	margin-right: 178px;
	_margin-right: 0px;
	margin-bottom: 18px;
	position: relative;
	top: 10px;
	_right: 178px;
}




/* ----------  mini basket  -------- */

#miniBasket{
	width: 160px;
	height: 74px;
	float: right;
	position: relative;
	left: 753px;
	_left: 575px;
	top: 11px;
	background: url(../store/images/ed_mini_basket_bg.png) no-repeat;
}

#miniBasket h3 a{
	font-size: 13px;
	_font-size: 100%;
	position: relative;
	top: 16px;
	left: 8px;
	display: block;
	color: #666;
	text-decoration: none;
}

#miniBasket h3 a:hover{
	text-decoration: underline;
}


/* mini basket output*/
#mBasketSub{
	position: relative;
	top: 30px;
	left: 8px;
	/* font-size: 10px; */
	font-size: 11px;
	/* _font-size: 9px; */
	_font-size: 11px;
	margin: 0 0 -15px;
}

.value{
	color: #11175e;
}



#myAccount{
	background-image: url(../store/images/ey_my_account_bg.png);
	width: 160px;
	height: 25px;
	position: relative;
	top: 61px;
	text-align: center;
}

#myAccount a{
	/* font-size: 11px; */
	font-size: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	top: 3px;
	position: relative;
	display: block;
}

#myAccount a:hover{
	text-decoration: underline;
}

#contactTelephone{
	position: relative;
	top: 66px;
	height: 20px;
	background: url(../store/images/ed_phone_icon.png) no-repeat 10px -2px;
	text-align: center;
	color: #11175e;
	font-size: 13px;
	font-weight: bold;
	left: 11px;
}



/* ----------- top navigation -------- */

#topNav {
	width: 760px;
	height: 30px;
	float: right;
	color: white;
	background: url(../store/images/ed_top_menu_bg.png) no-repeat;
	position: relative;
	word-spacing: 3px;
	/* font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; */
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



#topNav ul{
	padding-left: 10px;
}

/* display block - for both ul li & ul li a - to run horizontally */
#topNav ul li{
	display:block;
	float:left;
	position:relative;
	/* top: 3px; */
	top: 4px;
}


#topNav ul li a{
	color: white;
	text-decoration: none;
	display: inline-block;
	/* spacing between each menu item */
	margin-left: 14px;
	margin-right: 10px;
}

#topNav a:hover{
	text-decoration: underline;
}

.earlyYears a{
	color: #97ce8b !important;
}
.junior a{
	color: #f8981d !important;
}
.senior a{
	color: #00add7 !important;
}
.clearance a{
	background-color: #d2232a;
	padding-left: 7px;
	padding-right: 8px;
}





/* ------- search panel & category drop-down -------- */

#searchPanel {
	width: 199px;
	height: 75px;
	background-color: #cceef7;
	float: left;
	position: relative;
	left: 12px;
	top: -40px;
	margin: 0;
	_margin-bottom: -40px;
}

#searchField {
	position: relative;
	top: 12px;
	left: 9px;
	_left: 12px;
	text-align: left;
	margin: 0;
}

#searchField a{
	text-decoration: none;
	font-weight: bold;
	color: #666;
	margin-left: 0;
}

#searchField a:hover{
	color: #fff;
	margin-left: 0;
}

#catDrop {
	position: relative;
	top: 22px;
	left: 9px;
	_left: 12px;
	margin-left: 0;
}



/* ------- main content ----------------- */

#mainContent{
    background: #fff url(../store/images/tile.png) repeat-y 12px 0; /* oxton */ 
	width: 990px;
	clear:both;
	float:left;
	/* background-color: white; oxton */
	padding-bottom:10px; /* oxton */
	position:relative; /* oxton */
	/* margin-bottom: 10px; oxton */
	
	/* border: 1px solid maroon; */
}










/* ------- Online Catalogue - Home Page updates - JW 17 Aug 2011 -----------------

-------------------------------------------- */


#col1home {  /* for MSIE only - have had to apply a height for IE6 & 7 - so content changes will require that to be reviewd  */

}

#homeIntro{
	/* width: 753px; */
	width: 647px;
	padding-right: 53px;
	padding-left: 53px;
	/* height: 260px; */
	height: 295px;  /* this height will need to be edited if content changes! */
	background: url(../store/images/home-intro-value-essentials.png) no-repeat 0 -30px;
	color: #11175e;
	margin-top: -20px;
}

#homeIntroTxt{
	float: left;
	width: 480px;
	position: relative;
}
#homeIntroTxt h1{
	color: #11175e;
	margin-top: 0;
}
#homeIntroTxt p{
	color: #11175e;
	margin-bottom: 10px;
}

.blueHighlight{
	color: #00add7;
	font-weight: bold;
}




#onlineCatalogues{
	/* width: 753px; */
	width: 647px;
	padding-right: 53px;
	padding-left: 53px;
	height: 300px;
	color: #11175e;
}
#tDivider{
	width: 647px;
	height: 12px;
	background: url(../store/images/catalogue-divider.png) no-repeat;
	margin-bottom: 15px;
}

#onlineCatalogues h2{
	color: #11175e;
	margin-top: 0;
}


#catPanel{
	width: 647px;
	position: relative;
	float: left;
	margin-top: 15px;
}
#catPanel h5{
	margin-bottom: 8px;
	font-size: 15px;
}
#catPanel img{
	margin-bottom: 15px;
}
#catPanel p{
	margin-bottom: 22px;
}

#cPanel1, #cPanel2, #cPanel3{
	width: 207px;
	margin-right: 13px;
	float: left;
	position: relative;
}
#cPanel1{

}
#cPanel1 h5{
	color: #97ce8b;
}
#cPanel2{
	float: left;
}
#cPanel2 h5{
	color: #f8981d;
}
#cPanel3{
	margin-right: 0;
	float: right;
}
#cPanel3 h5{
	color: #00add7;
}



.pdfLink a, .catLink a, .requestLink a{
	background: url(../store/images/view-online-pdf-icon.png) no-repeat 2px 50%;
	padding-left: 55px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none ;
	margin-left: 10px;
	color: #11175e;
}
.pdfLink a:hover, .catLink a:hover, .requestLink a:hover{
	text-decoration: underline !important;
}
.catLink a{
	background: url(../store/images/online-cat-icon.png) no-repeat 2px 50%;
}
.requestLink a{
	background-image: none;
}


#plugins{
	/* width: 627px; */
	width: 632px;
	height: 102px;
	background: url(../store/images/plugins-panel-bg.png) no-repeat;
	float: left;
	position: relative;
	margin-top: 10px;
	/* margin-bottom: 20px; */
	margin-bottom: 0;
	padding: 0 15px 0 20px;
	font-size: 11px;
}

#pluginsTxt{
	float: left;
	width: 480px;
	position: relative;
	margin-top: 20px;
}
#pluginsLinks{
	float: right;
	margin-right: 25px;
	margin-top: 12px;
}
#pluginsLinks p{
	margin-bottom: 8px;
}



#clearanceHomeBg{
	width: 147px;
	height: 22px;
	margin: 0;
	font-size: 11px;
	display: block;
	text-align: center;
	right: 15px;
	position: relative;
}

#clearanceHomeBg a:hover{
	text-decoration: none !important;
}




/* ------------------------------------------------------------------ */




















/* ------- product page specific -------- */

#mainContentProd{
	width: 990px;
	background-color: white;
	margin-bottom: 10px;
}


#productContent{
	width: 990px;
	/* height applied for testing only */
	/* height: 900px; */
	background-color: white;
	/* border just to show area */
	/* border: 1px solid red; */
	/* padding-top: 15px; */
}


#productCrumbs{
	width: 990px;
	float: left;
	margin-bottom: 5px;
	margin-top: -35px;
	_margin-top: 20px;
	
}

#productOutput{
	width: 970px;
	float: left;
	margin-bottom: 20px;
	padding-right: 10px;
	_padding-right: 8px;
	padding-left: 12px;
	margin-top: 15px;
	_margin-top: 20px;
}

#productOutput h2{
	font-size: 120%;
	text-decoration: none;
	color: #11175e;
	font-weight: bold;
	/* line-height: 150%; */
	line-height: 130%;
	text-align: left;
	/* margin-bottom: -5px; */
	margin-bottom: 5px;
}


#productOutput h3{
	font-size: 110%;
	text-decoration: none;
	color: #11175e;
	font-weight: bold;
	/* line-height: 150%; */
	line-height: 130%;
	text-align: left;
	/* margin-bottom: -5px; */
	margin-bottom: 5px;
	padding-left: 5px;
}

#productOutput h4{
	font-size: 110%;
	text-decoration: none;
	color: #11175e;
	font-weight: bold;
	/* line-height: 150%; */
	line-height: 130%;
	text-align: left;
	/* margin-bottom: -5px; */
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}


#extraInfo{
	padding-left: 14px;
	padding-top: 20px;
	margin: 0;
}

#extraInfo ul{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0;
}

#extraInfo ul li{
}


#productOutput a{
	color: #11175e;
}

#productOutput a:hover{
	color: #999;
}



/* ---- 'add to order' button ------  */
.AddToOrder{
	margin-bottom: 20px;
}

/* ---- 'choose option' button/s ------  */
.choose{
	margin-bottom: 10px;
	margin-top: 10px;
}


/* ---- accessory QTY styling on product.php ------  */
.options{
	padding-right: 10px;
	padding-left: 10px;
	_padding-left: 30px;
}

/* ---- QTY styling on product.php ------  */
.options2{
	padding-right: 10px;
	_padding-right: 0px;
}





/* ------- main content column 1 -------- */

#col1, #col1home {
	width: 760px;
	/* border: 1px solid red; */
	float: right;
	position: relative;
}




/* ------- order choice page specific -------- */

#paymentSelection{
	/* border: 1px solid silver; */
	padding-top: 10px;
	padding-bottom: 20px;
	width: 500px;
	text-align: center;
	clear: both;
	position: relative;
	left: 250px;
	margin-top: -20px;
	_margin-top: 10px;
}


#securityPanel{
	/* border: 1px solid silver; */
	width: 460px;
	text-align: center;
	clear: both;
	top: 20px;
	position: relative;
	left: 250px;
	margin-bottom: 40px;
	padding: 10px 20px 20px;
}

#securityPanel h4{
	padding: 0;
}






/* ------- basket page specific ------------------------ */
/* ---- rebuild of basket table ----- */
table.basketTable{
	/* border-collapse:collapse; */
	background-color: #fff;
	width: 970px;
	text-align: center;
}

table.basketTable h2{
	color: #666;
	padding-left: 10px;
	font-size: 110%;
	padding-bottom: 5px;
}

.titleBar{
	background-color: #666;
	color: #fff;
	text-align: center;
}

.titleBar td{
	border: 2px solid #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.quantity{
	text-align: center !important;
	padding: 10px;
	margin: 0;
}

.updateButton{
	margin-top: 10px;
}

.delete{
	text-align: right !important;
	padding-top: 10px;
}

.imageCell{
	text-align: left;
	width: 115px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}

.prodDescription{
	text-align: left;
	vertical-align: top;
	width: 188px;
	padding: 10px;
}

.price{
	text-align: right;
	padding: 7px;
	vertical-align: top;
}

.instructions{
	background-color: #ccc;
	border: 2px solid #fff;
	padding: 5px;
}

.totalsLabels{
	border: 2px solid #fff;
	background-color: #666;
	color: #fff;
	text-align: right;
	padding: 5px;
}

.totals{
	border: 2px solid #fff;
	background-color: #ccc;
	color: #333;
	text-align: right;
	padding: 5px;
}

.promoCode{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.checkButton{
	margin-left: 10px;
}

.conditions{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #666;
	font-weight: bold;
}

.conditions a{
	text-decoration: none;
}

.conditions a:hover{
	color: #666;
	text-decoration: underline;
}

.actions{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}

.HDivider{
	background: #fff url(../store/images/footer_divider.png) no-repeat 0;
	height: 30px;
}

.associatedProducts{
	text-align: center !important;
	padding: 20px;
}









/* ------- category page specific ----------------- */

/* product categories navigation - categories page */

#categoryNavC{
	width: 179px;
	_width: 177px;
	background-color: #cceef7;
	padding: 5px 10px 20px;
	_padding-left: 12px;
	/* padding-bottom: 250px; /* oxton */
	/*_padding-bottom: 250px; /* oxton */
	float: left;
	margin-bottom: 8px;
	margin-top: -40px;
	_margin-top: 0px;
	margin-left: 12px;
	_margin-left: 6px;
	/* border: 1px solid red; */
}

#categoryNavC ul li a{
	color: #666;
	text-decoration: none;
	display: inline;
}

#categoryNavC h2{
	margin-bottom: 6px;
	font-size: 120%;
}


/* category menu 'selected' */
#sel a{
	color: #11175e !important;
}



/* category page main content area */

#categoryContent{
	width: 760px;
	/* height applied for testing only */
	/* height: 600px; */
	background-color: white;
	/* border just to show area */
	/* border: 1px solid red; */
	padding-top: 0px;
	margin-top: -40px;
	_margin-top: 10px;
}

#categoryContent a{
	color: #11175e;
	text-decoration: none;
	font-weight: bold;
}

#categoryContent a:hover{
	color: #666;
	text-decoration: underline;
}

#categoryContent a:visited{
	/* color: #11175e !important; */
	color: color: #11175e;
}

#categoryContent p{
	padding-top: 10px;
	padding-bottom: 10px;
}

#categoryContent h3{
	font-size: 120%;
	text-decoration: none;
	color: #11175e;
	font-weight: bold;
	/* line-height: 150%; */
	line-height: 130%;
	text-align: left;
	/* margin-bottom: -5px; */
	margin-bottom: 5px;
}

#categoryContent h4{
	font-size: 110%;
	text-decoration: none;
	color: #11175e;
	font-weight: bold;
	/* line-height: 150%; */
	line-height: 130%;
	text-align: left;
	/* margin-bottom: -5px; */
	margin-bottom: 5px;
	margin-top: 10px;
}

#categoryContent img{
	margin-top:10px;
}


/* ------------------------------------------------------------- */





#textChunk{
	padding-right: 30px;
}

#textChunkCatInc{
	padding-right: 30px;
	margin-bottom: 40px;
}

.textChunkBlue{
	color: #11175e;
}


#textChunk h3{
	font-size: 120%;
	padding-top: 10px;
}

#textChunk a:hover{
	text-decoration: none;
}


#textChunk ul li{
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 10px;
}


#textChunk ul li img{
	vertical-align: middle;
	margin: 5px 10px 8px 5px;
}




.note{
	font-style: italic;
	font-size: 80%;
	line-height: 110%;
}



/* new products button */

#newProductsBg {
	width: 141px;
	height: 22px;
	/* margin: 40px 0 10px 0px; */
	margin: 20px 0 10px 0px;
}


/* special offers button */

#specialOfferBg {
	width: 141px;
	height: 22px;
	margin: 10px 0 10px 0px;
}


/* best sellers button - category.php */

#bestSellerBg {
	width: 141px;
	height: 22px;
	margin-left: 0px;
	margin-right: 0;
	/* margin-bottom: 260px; /* to give a minimum height to the category menu */
	margin-bottom: 10px;
}


/* best sellers button - index.php */

#bestSellerHomeBg {
	width: 141px;
	height: 22px;
	margin: 20px 0 10px 0px;
}



/* clearance button - index.php  ------ old style with big buttons above product output

#clearanceHomeBg {
	width: 147px;
	height: 22px;
	margin: 0 0 50px 0px;
	font-size: 11px;
	display: block;
	text-align: center;
	right: 15px;
	position: relative;
}

#clearanceHomeBg a:hover{
	text-decoration: none !important;
}

 */

/* clearance button  */

#clearanceBg {
	width: 147px;
	height: 22px;
	margin: 0 0 260px 0px; /* to give a minimum height to the category menu */
	font-size: 11px;
	display: block;
	text-align: center;
	right: 15px;
	position: relative;
}

#clearanceBg a:hover{
	text-decoration: none !important;
}


/* --------- REFRESH AUG 2011 - New format quick links below Category menu ------ */

#QLBestSellers a, #QLNewProducts a, #QLClearance a, #QLEarlyYears a{
	width: 167px;
	background-color: #11175e;
	color: #fff !important;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	display: block;
	margin: 20px 0 10px;
}
#QLNewProducts a{
	margin-top: 10px;	
}
#QLClearance a{
	margin-top: 10px;
	background-color: #d2232a;	
}
#QLEarlyYears a{
	margin-top: 10px;
	background-color: #97ce8b;
}









/* big image/flash panel */
#spotlight{
	width: 753px;
	margin-top: -40px;
/* MSIE7 has a separate style sheet for this margin-top value */
	_margin-top: 0px;
}

/* big image/flash panel - using background image for text - this version for Catalogue page */
#spotlightBG{
	width: 753px;
	height: 284px;
	margin-top: -40px;
/* MSIE7 has a separate style sheet for this margin-top value */
	_margin-top: 0px;
	background-image: url(../images/education_header_home.jpg);
}

/* big image/flash panel - using background image for text - this version for Alpha page */
#spotlightBGalpha{
	width: 753px;
	height: 284px;
	margin-top: -40px;
/* MSIE7 has a separate style sheet for this margin-top value */
	_margin-top: 0px;
	background-image: url(../images/alpha_big_panel_v2_bg.png);
}

/* big image/flash panel - using background image for text - this version for Primary Choices discounts page */
#spotlightBGprimary{
	width: 753px;
	height: 284px;
	margin-top: -40px;
/* MSIE7 has a separate style sheet for this margin-top value */
	_margin-top: 0px;
	background-image: url(../images/Large-Panel-July-2009.jpg);
}


/* big image/flash panel - using background image for text - this version for Price Promise page */
#spotlightBGpromise{
	width: 753px;
	height: 284px;
	margin-top: -40px;
/* MSIE7 has a separate style sheet for this margin-top value */
	_margin-top: 0px;
	background-image: url(../images/price-promise-bg.png);
}



#spotlightTxt{
	width: 300px;
	height: 150px;
	color: #11175e;
	padding: 15px;
	_padding: 10px;
	font-size: 14px;
}

#spotlightTxt p{
	margin-bottom: 10px;
}

#spotlightTxt a:hover{
	color: #666 !important;
}

#spotlightTxt a:visited{
	color: #11175e;
}







/* best sellers panels home page ---------------------------------- */

/* #bestSellers{
	width: 428px;
	/* border: 1px solid red; 
	float:left;
	background: url(/early_years/images/best_sellers_vline.png) no-repeat 423px;
	margin-top: 10px;
}*/


#bestSellersTitle, #newProductsTitle{
	/* width: 428px; */
	width: 377px;
	float:left;
	height: 47px;
	margin-top: 10px;
	text-align: center;
}


/* best sellers panel col 1 */
/* ---  as used for New Products --------- */

#bestSellersC1{
	/* width: 206px; */
	width: 163px;
	float:left;
	text-align: center;
	/* border: 1px solid red; */
	margin-right: 10px;
}

#bestSellersC1 a{
	color: #666;
	text-decoration: none;
}

#bestSellersC1 a:hover{
	text-decoration: underline;
	color: #11175e;
}



/* using a 'hero' option ---------- */
/*#bestSellersHero{
	width: 206px;
	height: 262px;
}

#bestSellersHeroDes{
	width: 206px;
	margin-top: 7px;
	text-align: center;
}


#bestSellersHeroPrice{
	width: 206px;
	margin-top: 0px;
	text-align: center;
	color: #11175e;
}



#bestSellerNo1{
	width: 222px;
	float: right;
	text-align: center;
}


#bestSellerNo1Des{
	width: 206px;
	margin-top: 7px;
	text-align: center;
}


#bestSellerNo1Price{
	width: 206px;
	margin-top: 0px;
	text-align: center;
	color: #11175e;
}


#bestSellerNo2{
	width: 222px;
	float: right;
	text-align: center;
	margin-top: 12px;
}


#bestSellerNo2Des{
	width: 206px;
	margin-top: 7px;
	text-align: center;
}

#bestSellerNo2Price{
	width: 206px;
	margin-top: 0px;
	text-align: center;
	color: #11175e;
}

/* END *********   using a 'hero' option */


/* -------  best sellers panel col 1 - with 'New Products' otpion --------*/
#newProductNo1{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
}


#newProductNo1Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}


#newProductNo1Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #11175e;
}


#newProductNo2{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
	margin-top: 12px;
}


#newProductNo2Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}

#newProductNo2Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #11175e;
}



/* best sellers panel col 2 */

#bestSellersC2{
	/* width: 173px; */
	width: 163px;
	float:left;
	text-align: center;
	/* background: url(../store/images/best_sellers_vline.png) no-repeat 168px; */
	margin-right: 10px;
}

#bestSellersC2 a{
	color: #666;
	text-decoration: none;
}

#bestSellersC2 a:hover{
	text-decoration: underline;
	color: #11175e;
}


/* #bestSellerNo3{
	width: 222px;
	float: right;
	text-align: center;
}


#bestSellerNo3Des{
	width: 206px;
	margin-top: 7px;
	text-align: center;
}


#bestSellerNo3Price{
	width: 206px;
	margin-top: 0px;
	text-align: center;
	color: #11175e;
}


#bestSellerNo4{
	width: 222px;
	float: right;
	text-align: center;
	margin-top: 12px;
}


#bestSellerNo4Des{
	width: 206px;
	margin-top: 7px;
	text-align: center;
}

#bestSellerNo4Price{
	width: 206px;
	margin-top: 0px;
	text-align: center;
	color: #11175e;
}  */



/* -------- best sellers panel col 2 - with 'New Products' otpion --------*/
#newProductNo3{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
}


#newProductNo3Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}


#newProductNo3Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #11175e;
}


#newProductNo4{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
	margin-top: 12px;
}


#newProductNo4Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}

#newProductNo4Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #11175e;
}


/* highlight for NEW LOWER PRICES */
.orangeHighlight{
	font-weight: bold;
	color: #cc0000;
	font-size: 110%;
}



/* -------  central vertical divider  ---------------------------------------- */


#dividerV{
	width: 30px;
	height: 340px;
	float:left;
	background: url(../store/images/best_sellers_vline.png) no-repeat 10px;
	/* border: 1px solid red; */
}






/* special offers panel ---------------------------------------- */

/* #specialOffers{
	width: 307px; /* oxton 
	/* border: 1px solid red; 
	/* position: absolute; oxton 
	float: right;
	left: 400px;
	margin-top: 10px;
	margin-right:10px; oxton 
}  */

#specialOffersTitle{
	/* width: 307px; */
	width: 376px;
	height: 47px;
	float: right;
	left: 400px;
	margin-top: 10px;
	text-align: center;
}


/* special offers panel col 1 */

#specialOffersC1{
	/* width: 183px; */
	width: 163px;
	float:left;
	text-align: center;
	margin-left: 10px;
	/* border: 1px solid red; */
	margin-right: 20px;
}

#specialOffersC1 a{
	color: #666;
	text-decoration: none;
}

#specialOffersC1 a:hover{
	text-decoration: underline;
	color: #11175e;
}

#specialOfferNo1{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
}


#specialOfferNo1Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}


#specialOfferNo1Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #11175e;
}


#specialOfferNo2{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
	margin-top: 12px;
}


#specialOfferNo2Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}


#specialOfferNo2Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #11175e;
}



/* special offers panel col 2 */

#specialOffersC2{
	/* width: 183px; */
	width: 163px;
	float:left;
	text-align: center;
	/* border: 1px solid red; */
}

#specialOffersC2 a{
	color: #666;
	text-decoration: none;
}

#specialOffersC2 a:hover{
	text-decoration: underline;
	color: #11175e;
}

#specialOfferNo3{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
}


#specialOfferNo3Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}


#specialOfferNo3Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #11175e;
}


#specialOfferNo4{
	/* width: 183px; */
	width: 163px;
	float: right;
	text-align: center;
	margin-top: 12px;
}


#specialOfferNo4Des{
	/* width: 183px; */
	width: 163px;
	margin-top: 9px;
	text-align: center;
}


#specialOfferNo4Price{
	/* width: 183px; */
	width: 163px;
	margin-top: 0px;
	text-align: center;
	color: #11175e;
}






/* ------- panel base linx ----------*/

#panelBaseLinx{
	clear: both;
}


/* ----- used for New Products/Best Sellers ----*/
#bestSellersLink a, #newProductsLink a{
	width: 370px;
	float:left;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#bestSellersLink a:hover, #newProductsLink a:hover{
	color: #666 !important;
	text-decoration: underline;
}

#bestSellersLink a:visited, #newProductsLink a:visited{
	color: #11175e;
}



#specialOffersLink a{
	width: 370px;
	margin-top: 15px;
	float: right;
	/* left: 400px; */
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
}

#specialOffersLink a:hover{
	color: #666 !important;
	text-decoration: underline;
}

#specialOffersLink a:visited{
	color: #11175e;
}






/* ------- LH column 2 -------- */

#col2 {
	width: 199px;
	/*border: 1px solid red;*/
}

#col2 a{
	text-decoration: none;
	display: block;
	color: #666;	
}

#col2 a:hover {
	text-decoration: underline;
	color: #11175e;
}


/* product categories navigation - home page */

#categoryNav{
	width: 179px;
	background-color: #cceef7;
	/*padding-bottom:250px; /* oxton */
	/*_padding-bottom:250px; /* oxton */ 
	float: left;
	margin-bottom: 8px;
	/* margin-top: -40px; */
	margin-top: -70px;
	margin-left: 12px;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 10px;
	/* padding-bottom:240px; */
	padding-bottom:20px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
} 



#categoryNav ul li a{
	color: #11175e;
	text-decoration: none;
	display: inline;
}

#categoryNav h2{
	margin-bottom: 6px;
	font-size: 120%;
}





/* ------  LH column panels ------------------------------------------*/

/*   home page specific - MSIE fix required an extra div  */
#Hpanels{
    background:#fff;
    padding-top: 10px;
    position:absolute;
    bottom:0;
    _bottom:-1px;
    left:12px;
    width:200px;
	color: #666;
}

#Hpanels a{
	color: #666;
	text-decoration: none;
}

#Hpanels a:hover{
	color: #11175e;
	text-decoration: underline;
}


/*   category page specific  */

#panels{
    background:#fff;
    padding-top: 10px;
    position:absolute;
    /*_position:relative;*/
    bottom:0;
    left:12px;
    width:200px;
	color: #666;
}

#panels a{
	color: #666;
	text-decoration: none;
}

#panels a:hover{
	color: #11175e;
	text-decoration: underline;
}



/* MORLEYS Early Years panel */

#eyPanel{
	width: 199px;
	height: 115px;
	clear: both;
	text-align: center;
	background: url(../store/images/ey_morleys_ed_panel_v.png) no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 110%;
}


#eyPanel p{
	padding-top: 8px;
	line-height: 14px;
}



/* MORLEYS Projects link panel */

#morleysProjPanel{
	width: 199px;
	height: 115px;
	clear: both;
	text-align: center;
	background: url(../store/images/ey_morleys_ed_panel_v.png) no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

#morleysProjPanel p{
	padding-top: 8px;
	line-height: 14px;
}




/* SOCIAL NETWORK links panel */

#socNet{
	width: 177px;
	margin: 30px 0 0;
	right: 10px;
	position: relative;
}

#shopOnline{
	width: 177px;
	margin: 0;
	right: 10px;
	position: relative;
}











/* ------- footer --------------------- */

#footer {
	width: 990px;
	/* border: 1px solid red; */
	clear:both;/* oxton */
	float:left;/* oxton */
	text-align: center;
	/* background: #fff url(../store/images/footer_divider.png) no-repeat 12px 0; /* oxton added #fff */
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer p{
	padding-bottom: 3px;
	padding-top: 3px;
}


#footer img{
	padding: 5px 5px 20px;
}

#footerTxt{
	/* margin-left: 35px; */
	margin-left: 50px;
	_margin-left: 15px;
}

#footerTxt a{
	text-decoration: none;
}

#footerTxt a:hover{
	text-decoration: underline;
}

#footerTxt a:visited{
	color: #11175e;
}

.copyright{
	bottom: 15px;
	position: relative;
	padding-left: 2px;
}


/* footer menu --------- */

#footerMenu {
	width: 900px;
	font-size: 11px;
	line-height: 140%;
	margin-left: 13px;
	_margin-left: 9px;
	margin-top: -7px;
}

/* footer menu - MGX link */

#footerMGX a{
	color: #999 !important;
}

/* footer - Thawte Seal positioning  ------------ */


#footerThawte {
	text-align: center;
	margin-bottom: 4px;
	margin-top: 3px;
}






/* ------------ POP UP window styling --------- */

#pop{
	padding: 10px;
}

#pop table{
	background-color: #fff;
	font-size: 100%;
	border: 1px solid #666;
	vertical-align: top;
}

#pop td{
	background-color: #fff;
	padding: 15px;
}

#pop h4{
	color: #11175e;
	padding-bottom: 10px;
	font-size: 130%;
}


#pop p{
	color: #666;
	line-height: 130%;
	padding-bottom: 10px;
}

.popLabel{
	text-align: center !important;
	color: #fff;
	font-size: 80%;
}


/* Morleys Projects styles*/

/* IE5+ hack to allow PNG file to show*/
.morleysProjectsLogo {
	height:91px;
	width:300px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/morleys_proj.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.morleysProjectsLogo[class] {
  background-image:url(/images/morleys_proj.png);
  background-repeat:no-repeat;
}
/*IE PNG hack ends*/

/* IE5+ hack to allow PNG file to show*/
.signup_icon {
	height:136px;
	width:147px;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/images/newsletter.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.signup_icon[class] {
  background-image:url(/images/newsletter.png);
  background-repeat:no-repeat;
}
a:hover.signup_icon[class] {
  background-image:url(/images/newsletter-over.png);
  background-repeat:no-repeat;
}
/*IE PNG hack ends*/

.toptext {font-size: 15px;
text-decoration: none;
color: #ffffff;
font-weight: bold;
line-height: 20px;
text-align: center;
}

.toptext2 {font-size: 11px;
text-decoration: none;
color: #666666;
font-weight: normal;
line-height: 130%;
text-align: center;
padding-right: 8px;
padding-left: 8px; 
}

.grey2 {
text-decoration: none;
color: #000000;
font-weight: bold;
}

.address {
	font-size: 11px;
	text-decoration: none;
	color: #fff !important;
	line-height: 14px;
	padding-left:10px;
}

.address a{
	color: #fff !important;
}

a:hover.address{
	color: #ccc;
}

.mpbottomlinks{
	font-size: 18px;
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
}

.mpbottomlinks a{
	color: #fff !important;
}

/* end of Morleys Projects styles*/




/*  ------------- legacy stuff from 2006 version of Education ------------------*/


/*page properties*/

/* page properties*/

/*   body {
background-color: #8E5198;
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
font-size: 80%;
font-family : "Trebuchet MS", verdana, lucida, arial, helvetica, sans-serif;
color:#666666;
line-height: 100%;
text-decoration:none;
text-align:left;
}
*/



.whitebg{
background-color:#FFF;
text-align: center;
}

.greybg{
	background-color: #ccc;
	text-align: center;
	padding: 10px;  /* JW 25mar08 */
}

.darkgreybg{
background-color:#666666;
}

.blueBody{
	padding-right: 8px;
}



.greycenter{	
	font-weight: normal;
	color: #666;	
	text-decoration: none;	
	text-align:center;
	line-height: 100%;
}


.qty{
	background-color:#666666;
	font-weight:bold;
	padding-top:10px;
	vertical-align:top;
	color:#FFFFFF;
	padding-right: 10px;
}


/*main body text*/

/*  a{
color: #8E5198;
font-weight:bold;
text-decoration: none;
}

a:hover{
color: #D3C2DC;
font-weight:bold;
text-decoration: none;
}

*/

/* h1 {
background-color:#FFFFFF;
font-size:120%;
font-weight:bold;
text-align:center;
color:#8E5198;
}

h2 {
background-color:#FFFFFF;
font-size:120%;
font-weight:bold;
text-align:left;
color:#8E5198;
}

h3 {
font-size:100%;
font-weight:bold;
text-align:left;
color:#666666;
}

h4 {
font-size:100%;
font-weight:bold;
text-align:left;
color:#B7002A;
}

*/

/* text classes */

/* navigation  */


.navlinks {
font-weight: bold;
color: #666666;
text-decoration: none;
}

.navdivider{
background-image:url(/early_years/images/vertical_nav_divider.jpg);
height:39px;
width:1px;
}

.navsearch{
font-weight:normal;
color:#666666;
text-decoration:none;
}

.navsearchgo{
font-weight:normal;
color:#666666;
text-decoration:none;
}

a:hover.navsearchgo{
font-weight:normal;
color: #11175e;
text-decoration:none;
}





/* --------   Breadcrumbs Styling   --------------------------------- */
.breadcrumbs{
	color:#9fc6e7;
	text-align: center;
}

.breadHome a{
	color:#9fc6e7;
	text-decoration: none;
}

.breadHome a:hover{
	color: #11175e !important;
	text-decoration: underline;
}

.breadHome a:visited{
	color:#9fc6e7;	
}


.breadcrumbs a{
	color:#9fc6e7 !important;
	text-decoration: none;
}

.breadcrumbs a:hover{
	color: #11175e !important;
	text-decoration: underline;
}

.breadcrumbs a:visited{
color:#9fc6e7;
}


/* ------ use this to indicate the FINAL stage of the breadcrumb ------*/
.breadcrumbslight {
	font-weight:bold;
	color: #11175e;
}






.v a{
color:#9fc6e7;	
}





.footerbar{
	background-color: #ccc;
	color:#666;
	text-align:center;
	text-decoration:none;
}

a:hover.footerbar{
color: #11175e;
font-weight:bold;
text-decoration:none;
}


/* headings */

.titlebar{
background-color:#666666;
font-size:120%;
font-weight:bold;
text-align:center;
color:#FFFFFF;
height:25px;
vertical-align:middle;
}

.titlebarsmall{
background-color: #666;
font-weight:bold;
text-align:center;
padding-top:10px;
vertical-align:top;
color:#FFFFFF;
height:20px;
border: 2px solid #fff;
}

.titlebarsmall h3{
	color:#fff !important;
}

.formcategory{
background-color:#666666;
font-weight:bold;
text-align:right;
padding-top:10px;
padding-right:10px;
vertical-align:top;
color:#FFFFFF;
}

.formpanels {	
	color: #000;
	text-decoration: none;
	text-align:left;
	vertical-align:middle;
	background-color: #ccc;
	border: 2px solid #fff;
	padding: 3px 8px;
}

.formlinx a{
	color: #11175e;
	text-decoration: none;
}

.formlinx a:hover{
	text-decoration: underline;
	color: #666;
}

.formlinx a:visited{
	color: #11175e !important;
}

.formpurple {
text-decoration: none;
background-color:#D3C2DC;
text-align:center;
}

.headerbar{
	background-color:#666;
	font-weight:bold;
	padding-top:10px;
	vertical-align:top;
	color:#FFFFFF;
	padding-left: 10px;
}

.greyheader {	
	font-weight: bold;	
	color: #333;	
	text-decoration: none;
	background-color: #ccc;
	text-align:center;
	vertical-align:middle;
	line-height:180%;
}

.whitetitle {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.productdescription {
text-decoration: none;
color: #666666;
line-height: 160%;
text-align: left;
/* JW 19mar08 */
	padding-right: 15px;
	padding-left: 15px;
/* JW 19mar08 */
}

.popupdescription {
text-decoration: none;
color: #666666;
line-height: 160%;
text-align: left;
font-size:80%;
}

/* categories */

.category {	
color: #666 !important;	
text-decoration: none;	
font-weight: normal;
text-align:center;
padding-top: 5px;
padding-bottom:5px;
line-height:110%;
}


a:hover.category {	
color: #11175e !important;	
text-decoration: none;
font-weight: normal;	
}

.product {	
color: #666666;	
text-decoration: none;	
font-weight: bold;
text-align:left;
vertical-align:bottom;
padding-top: 5px;
padding-left:5px;
padding-bottom:5px;
line-height:160%;
}

a:hover.product {	
color: #11175e;	
text-decoration: none;	
}

.verticaldivider{
background-image:url(/early_years/images/vertical_divider.jpg);
width:1px;
}

.horizontaldivider{
background-image:url(/early_years/images/horizontal_divider.jpg);
height:1px;
}

/* body */

.introduction {	
color: #333333;
padding-left:30px;
padding-right:30px;	
text-decoration: none;
text-align:left;
vertical-align:middle;
}



/* to try to cope with somebody using 'body' as a style in the originl markup!  - JW 25Mar08 */
.body {
	color:#666;
	line-height: 100%;
	text-decoration:none;
	padding: 10px 10px 10px 0;
}

.body a{
	color: #11175e;
	text-decoration: none;
}

.body a:visited{
	color: #11175e !important;
}

.bodybold {	
	line-height: 16px;	
	font-weight: bold;	
	color: #666666;	
	text-decoration: none;
	padding-top: 10px; /* JW 25mar08 */
}

.black {	
line-height: 16px;	
color: #000000;	
text-decoration: none;
}

a:hover.black {	
color: #11175e;	
text-decoration: none;
}

.grey {	
font-weight: normal;
color: #666666;	
text-decoration: none;	
line-height: 110%;
font-size: 95%;
}

a.grey:hover {	
font-size: 75%;
font-weight: normal;	
color: #11175e;
text-decoration: none;
line-height: 110%;
}

.greybold {	
	font-weight: bold;	
	color: #666666;	
	text-decoration: none;
	padding-left: 10px;
}

/* Error code */

a.greybold:hover {	
font-weight: bold;	
color: #11175e;
text-decoration: none;
}

.smallgrey {
	font-size:90%;
	font-weight: normal;	
	color: #666;	
	text-decoration: none;	
	line-height: 12px;
	padding-left: 10px;
}

a:hover.smallgrey {
	font-size:90%;
	font-weight: normal;	
	color: #666;
	text-decoration: underline;	
	line-height: 12px;
}

.smallgreybold {
font-size:90%;
font-weight: bold;	
color: #666666;	
text-decoration: none;	
line-height: 12px;
}

.productHeader{
font-size:16px;
text-decoration:none;	
font-weight: bold;
text-align:left;
color: #6666 !important;
/* JW 19mar08 */
	padding-right: 15px;
	padding-left: 15px;
/* JW 19mar08 */
}


.attention {
color: #c80d0c;
}

div.attention input, div.attention textarea {
border:1px solid red; 
}




/*  ------------- end of legacy stuff from 2006 version of Education ------------------*/













