/*
	Kellog's Story Time CSS
*/

/* Reset 
*{margin:0; padding:0;}
img{ border:0;}
ul{list-style-type:none;}*/
:focus {outline: 0;}
a{text-decoration:none;}

/* commons*/
.clearer{display:block; clear:both; line-height:0; height:0; font-size:0;}
.underline{text-decoration:underline;}
.bold{font-weight:bold;}
.right{float:right;}
.left{float:left;}
.clearer{ clear:both;font-size:0; height:0; line-height:0; height:0;}

/* core */
/*#all{ width:920px; margin:auto;}*/
/*#header{width:920px; background:url('../images/bg_header.png') 0 0 repeat-y;}*/
div#content{padding:0;height:650px;width:920px; background:url('/whatson/storytime/assets/images/bg_content.png') 0 0 no-repeat; position:relative;}
	div#content p {margin:0;padding:0;}
	/* competion has different size & bg */
	body#competition  #content{height:693px;background:url('/whatson/storytime/assets/images/bg_content_comp.png') 0 100% no-repeat #08b0f0;}
	/* home has different bg (bottom yellow height)*/
	body#home #content{background:url('/whatson/storytime/assets/images/bg_content_home.png') 0 0 no-repeat;}
	
	
#getbooks #container{background:url('/whatson/storytime/assets/images/bg_content.png') 0 0 no-repeat;}
#getbooks #content{background:none;}
	
div#footer{width:920px; background:url('/whatson/storytime/assets/images/bg_footer_ul.gif') 0 0 repeat-y ;  padding:0;}

/* HEADER */
	div#header p a {width:180px; height:60px;}
	/* nav bar*/
	#navigation ul{height:32px; background:url('/whatson/storytime/assets/images/bg_navbar.png') 0 0 repeat-x; width:920px; padding-top:8px;}
	/* nav items commons */
	div#navigation{padding:20px 0 0 0;}
	div#navigation ul li { float:left; height:32px; line-height:32px; position:relative; margin:0; padding:0;}	
		#navigation li span{position:relative; left:-999px; top:-999px;}
		#navigation li a{display:block; height:32px;width:100%}
	/* nav items specifics */
	#navigation li.nav-home{width:76px; margin-left:2px;}
		#navigation li.nav-home a{background:url('/whatson/storytime/assets/images/menu/1-home.png') 0 0 no-repeat;}
	#navigation li.nav-get{width:184px; margin-left:2px;}
		#navigation li.nav-get a{background:url('/whatson/storytime/assets/images/menu/2-get.png') 0 0 no-repeat;}
	#navigation li.nav-choose{width:161px; margin-left:2px;}
		#navigation li.nav-choose a{background:url('/whatson/storytime/assets/images/menu/3-choose.png') 0 0 no-repeat;}
/*	#navigation li.nav-comp{width:157px; margin-left:1px;}
		#navigation li.nav-comp a{background:url('/whatson/storytime/assets/images/menu/4-comp.png') 0 0 no-repeat;}
*/
	#navigation li.nav-win{width:156px; margin-left:2px;}
		#navigation li.nav-win a{background:url('/whatson/storytime/assets/images/menu/4-win.png') 0 0 no-repeat;}

	#navigation li.nav-instore{width:153px; margin-left:2px;}
		#navigation li.nav-instore a{background:url('/whatson/storytime/assets/images/menu/5-instore.png') 0 0 no-repeat;}
/*	#navigation li.nav-love{width:148px; margin-left:5px;}
		#navigation li.nav-love a{background:url('/whatson/storytime/assets/images/menu/6-love.png') 0 0 no-repeat;}
*/
	#navigation li.nav-parent{width:163px; margin-left:2px;}
		#navigation li.nav-parent a{background:url('/whatson/storytime/assets/images/menu/6-parent.png') 0 0 no-repeat;}
	#navigation li a.active{background-position:0 -32px;}

	
/* FOOTER */
	#footer ul{ height:51px; width:905px; padding-top:0px; padding-left:15px;
				 background:url('/whatson/storytime/assets/images/bg_footer.png') 100% 100% repeat-x; }	
	#footer li{ float:left; width:150px;font:normal 10px/10px Arial, Helvetica, sans-serif ; color:#222;height:30px; line-height:33px; padding-top:2px;}	
		#footer li a{ font:inherit; color:#222; display:block; line-height:33px; padding-left:7px;
				 background:url('/whatson/storytime/assets/images/global/arrow_red.gif') 0 50% no-repeat;}
			#footer li a:hover{text-decoration:underline;}
		/*Compulsory : IE need li sized when floated*/
		#footer li.cp{width:136px;}#footer li.sm{width:60px;}#footer li.pp{width:84px;}
		#footer li.ls{width:96px;}#footer li.np{width:92px;}#footer li.wf{width:97px;}
		
	#footer .reg{font:normal 9px/10px Arial, Helvetica, sans-serif ; color:#666; width:150px; display:none; width:918px; display: block;
				 background:#fff; padding:10px 0 5px 2px;}

/* CONTENT */
	#story-time-logo{ width:246px;height:173px; position:absolute; top:15px; left:29px;
			 background:url('/whatson/storytime/assets/images/global/logo_story-time.png') 0 0 no-repeat; }


/* PAGES */

/* 1 - home */
	#home #text{position: absolute; top:46px; left:306px; width:394px;height:359px; padding:20px 30px 0 30px;
				background:url('/whatson/storytime/assets/images/pages/home/bg_text.png') 0 0 no-repeat; z-index:2;}
	#home #flashwrp {z-index:10; }

	#home #text h3{ width:371px;height:52px;background:url('/whatson/storytime/assets/images/pages/home/text-title.gif') 0 0 no-repeat;}
	#home #text h3 span{position:relative; left:-999px; top:-999px;}
	#home #text p{color:#065eab; font:bold 13px/18px Arial, Helvetica, sans-serif; padding:5px 0; text-align:justify;}

/* 2 - Get Books */
	/*main page */
	#getbooks #snap{position: absolute;bottom:0; left:0;z-index:1;}
	#getbooks #bookshelf{position: absolute; top:48px; left:291px; height:200px; width:605px; z-index:2;
				 background:url('/whatson/storytime/assets/images/pages/getbooks/bg_shelf.png ') 0 100% no-repeat; }
	#getbooks #bookshelf a{position: absolute; top:0; left:0; height:122px; width:605px;}
				 
	#getbooks #obrien{position: absolute; bottom:0px; right:144px;
				 background:url('/whatson/storytime/assets/images/pages/getbooks/logo_obrien.png') 0 0 no-repeat;width:111px; height:39px;z-index:3; }
			#getbooks #obrien a{display:block;width:111px; height:39px;}	 
	#getbooks #text{position: absolute; top:248px; left:291px; width:548px;height:320px; padding:15px 25px 0 35px; z-index:15;
				background:url('/whatson/storytime/assets/images/pages/getbooks/bg_text.png') 0 0 no-repeat;z-index:10; }
				
	#getbooks #text h3{ width:319px;height:26px;background:url('/whatson/storytime/assets/images/pages/getbooks/text-title.gif') 0 0 no-repeat;}
	#getbooks #text h3 span{position:relative; left:-999px; top:-999px;}
	#getbooks #text p{color:#065eab; font:bold 13px/18px Arial, Helvetica, sans-serif; padding:5px 0;}
	#getbooks #text p a{color:#065eab;z-index:4; }

	/* store locations overlay*/
	#getbooks #store_pop_up_wrp{position: absolute; top:30px; left:286px; width:629px;height:606px;z-index:15;
				background:url('/whatson/storytime/assets/images/pages/getbooks/bg_store_pop_up.png') 0 0 no-repeat; }
	#getbooks #storetxt{position: absolute; top:0; left:0; width:523px;height:672px; padding:34px 53px 0 53px;}
		#getbooks #storetxt h3{width:223px;height:27px;margin-bottom:5px;
			background:url('/whatson/storytime/assets/images/pages/getbooks/text-pop-up-title.gif') 0 0 no-repeat;}
			#getbooks #storetxt h3 span{position:relative; left:-999px; top:-999px;}
			
	#getbooks #store_pop_up_wrp p{color:#065eab; font:normal 13px/15px Arial, Helvetica, sans-serif; padding:0px 0; margin:0;}
			
			
	#getbooks #storetxt .closeme{cursor:pointer;width:21px; height:21px; position:absolute; top:12px; right:24px;z-index:4}
	#getbooks #storetxt .onestore{margin-top:7px;font:normal 13px/16px Arial, Helvetica, sans-serif;color:#065eab;}	
	#getbooks #storetxt .onestore h4{ font-weight:bold; }

	/* Obrien Press Overlay */
	#getbooks #obrien_pop_up_wrp{position: absolute; top:230px; left:280px; width:632px;height:386px;z-index:15;
				background:url('/whatson/storytime/assets/images/pages/getbooks/bg_obrien_pop_up.png') 0 0 no-repeat; }
	#getbooks #obrientxt{position: absolute; top:0; left:0; width:526px;height:386px; padding:34px 53px 0 53px;}
		#getbooks #obrientxt h3{width:166px;height:23px;margin-bottom:15px; margin-top:15px;
			background:url('/whatson/storytime/assets/images/pages/getbooks/obrien-title.gif') 0 0 no-repeat;}
			#getbooks #obrientxt h3 span{position:relative; left:-999px; top:-999px;}

	#getbooks #obrien_pop_up_wrp p{color:#065eab; font:normal 14px/17px Arial, Helvetica, sans-serif; padding:10px 0; margin:0; text-align:justify;}
	#getbooks #obrientxt .closeme{cursor:pointer;width:21px; height:21px; position:absolute; top:20px; right:24px;z-index:4}
				

/* 3 - Choose Books */
	#choosebooks #text{position: absolute; top:60px; left:315px; width:518px;height:201px; padding:25px 25px 0 35px;
				background:url('/whatson/storytime/assets/images/pages/choosebooks/bg_text.png') 0 0 no-repeat;}
	#choosebooks #textcontent{z-index:10; position: absolute;  top:60px; left:315px; width:518px;height:201px; padding:25px 25px 0 35px;}
	#choosebooks #textcontent h3{ width:355px;height:28px;	background:url('/whatson/storytime/assets/images/pages/choosebooks/text-title.gif') 0 0 no-repeat;}
	#choosebooks #textcontent h3 span{position:relative; left:-999px; top:-999px;}
	#choosebooks #textcontent p{color:#065eab; font:normal 13px/18px Arial, Helvetica, sans-serif; padding-top:5px; text-align:justify;}
	#choosebooks #textcontent p span.sneak{background:url('/whatson/storytime/assets/images/pages/choosebooks/bg_sneak.gif') 0 0 no-repeat;}


	/* book overlay commons */

	#choosebooks  .book img.portrait{border:3px solid #11b2f0; float:left; margin:0 15px 5px 0}
	#choosebooks  .book p{font:normal 14px/18px Arial, Helvetica, sans-serif;color:#37a9e4; padding:0 0 5px 0;}
	#choosebooks  .book p.audiance{position:absolute; top:20px; right:30px;  width:144px; height:34px; display:block; text-align:center;color:#065eab;
	 	font:bold 12px/34px Arial, Helvetica, sans-serif; background:url('/whatson/storytime/assets/images/pages/choosebooks/bg_audiance.gif') 0 0 no-repeat;}
	#choosebooks  .book h4{font:bold 14px/18px Arial, Helvetica, sans-serif;color:#065eab; padding:5px 0 ;}

	#choosebooks  .book .booknav{position:absolute; top:525px; right:15px; width:139px; height:21px; line-height:21px;color:#065eab;
	 				 text-align:center;font:bold 12px/21px Arial, Helvetica, sans-serif;
			  		background:url('/whatson/storytime/assets/images/pages/choosebooks/bg_book_nav.gif') 0 0 no-repeat;}
	 #choosebooks  .book .booknav a{padding:0 5px;font:bold 12px/21px Arial, Helvetica, sans-serif;color:#065eab;}

	/* book overlay :specifics */
	/* Epic */
	#epic_text{ position:absolute; top:20px; left:315px; height:495px; width:516px;padding:15px 30px 0 45px;
			background:url('/whatson/storytime/assets/images/pages/choosebooks/bg_epic.png') 0 0 no-repeat;}
	#choosebooks  #epic_text h3{ width:56px;height:26px;margin-bottom:10px; margin-top:5px;
		background:url('/whatson/storytime/assets/images/pages/choosebooks/epic_title.gif') 0 0 no-repeat; }
	#choosebooks  #epic_text h3 span{position:relative; left:-999px; top:-999px;}
	#choosebooks  .book #epic_nav{ top:525px; right:15px;}
	/* hazelwood girl */
	#hazelwoodgirl_text{ position:absolute; top:20px; left:315px; height:535px; width:512px;padding:15px 30px 0 45px;
			background:url('/whatson/storytime/assets/images/pages/choosebooks/bg_hazelwoodgirl.png') 0 0 no-repeat;}
	#choosebooks  #hazelwoodgirl_text h3{ width:165px;height:22px;margin-bottom:10px; margin-top:5px;
		background:url('/whatson/storytime/assets/images/pages/choosebooks/hazelwoodgirl_title.gif') 0 0 no-repeat; }
	#choosebooks  #hazelwoodgirl_text h3 span{position:relative; left:-999px; top:-999px;}
	#choosebooks  .book #hazelwoodgirl_nav{ top:560px; right:20px;}
	/* madgrandad */
	#madgrandad_text{ position:absolute; top:37px; left:315px; height:454px; width:517px;padding:15px 30px 0 45px;
			background:url('/whatson/storytime/assets/images/pages/choosebooks/bg_madgrandad.png') 0 0 no-repeat;}
	#choosebooks #madgrandad_text h3{ width:365px;height:23px;margin-bottom:10px; margin-top:5px;
		background:url('/whatson/storytime/assets/images/pages/choosebooks/madgrandad_title.gif') 0 0 no-repeat; }
	#choosebooks  .book #madgrandad_nav{ top:500px; right:25px;}
	/* grannysteeth */
	#grannysteeth_text{ position:absolute; top:50px; left:315px; height:435px; width:515px;padding:15px 30px 0 45px;
			background:url('/whatson/storytime/assets/images/pages/choosebooks/bg_grannysteeth.png') 0 0 no-repeat;}
	#choosebooks #grannysteeth_text h3{ width:365px;height:23px;margin-bottom:10px; margin-top:5px;
		background:url('/whatson/storytime/assets/images/pages/choosebooks/grannysteeth_title.gif') 0 0 no-repeat; }
	#choosebooks  .book #grannysteeth_nav{ top:495px; right:25px;}
	/* Bertie Rooster */
	#bertierooster_text{ position:absolute; top:80px; left:315px; height:353px; width:519px;padding:15px 30px 0 45px;
			background:url('/whatson/storytime/assets/images/pages/choosebooks/bg_bertierooster.png') 0 0 no-repeat;}
	#choosebooks #bertierooster_text h3{ width:155px;height:22px;margin-bottom:10px; margin-top:5px;
		background:url('/whatson/storytime/assets/images/pages/choosebooks/bertierooster_title.gif') 0 0 no-repeat; }
	#choosebooks  .book #bertierooster_nav{ top:450px; right:25px;}
	/* Boo and Bear*/ 
	#booandbear_text{ position:absolute; top:70px; left:315px; height:418px; width:530px;padding:15px 30px 0 45px;
			background:url('/whatson/storytime/assets/images/pages/choosebooks/bg_booandbear.png') 0 0 no-repeat;}
	#choosebooks #booandbear_text h3{ width:155px;height:22px;margin-bottom:10px; margin-top:5px;
		background:url('/whatson/storytime/assets/images/pages/choosebooks/booandbear_title.gif') 0 0 no-repeat; }
	#choosebooks  .book #booandbear_nav{ top:490px; right:25px;}

/* 4 - Competition time */
	#competition #snap{position: absolute; bottom:0px; left:0px;}
	#competition #text{position: absolute; top:35px; left:321px; width:558px;height:548px;
			background:url('/whatson/storytime/assets/images/pages/competition/bg_text_top.png') 0 0 no-repeat;}
	#competition #ctc_wrp{position: absolute; top:0px; left:0px; width:500px;padding:25px 25px 0 35px;margin-top:16px;
		background:url('/whatson/storytime/assets/images/pages/competition/bg_text_mdl.png') 0 0 repeat-y;}
	#competition #closer{position: absolute; top:523px; left:0; width:558px;height:16px;
		background:url('/whatson/storytime/assets/images/pages/competition/bg_text_btm.png') 0 0 repeat-y;}
				
	#competition #text h3{ width:319px;height:26px;
					background:url('/whatson/storytime/assets/images/pages/competition/text-title.gif') 0 0 no-repeat;}
	#competition #text h3 span{position:relative; left:-999px; top:-999px;}
	#competition #text p{color:#065eab; font:normal 13px/18px Arial, Helvetica, sans-serif; padding:10px 0; text-align:justify;}
	#competition #text p.separator{background:url('/whatson/storytime/assets/images/pages/competition/separator.gif') 0 50% no-repeat;
		width:487px; height:2px; line-height:0; font-size:0; clear:both; padding:0; }

	.onestory{padding:10px 0;}
	.onestory .storyctc{padding:10px 0;}
	#story1 p, #story2 p, #story3 p, #ctc_wrp p{width:485px;}
	

	#ctc_wrp a.mainlnk{height:30px; display:block; width:497px; position:relative; top:0; left:0;}
	#competition  h4{background:url('/whatson/storytime/assets/images/pages/competition/bg_title_pattern.gif') 0 0 repeat;
				 height:27px;display:block; float:left; }
	#competition  h4 span.storyimg1{  height:27px; display:block; float:left;width:92px;
		background:url('/whatson/storytime/assets/images/pages/competition/title_story_1.gif') 0 0 no-repeat;}

	#competition  h4 span.storyimg2{  height:27px; display:block; float:left; width:92px;
		background:url('/whatson/storytime/assets/images/pages/competition/title_story_2.gif') 0 0 no-repeat;}

	#competition  h4 span.storyimg3{  height:27px; display:block; float:left;width:95px; padding:0; margin:0;
		background:url('/whatson/storytime/assets/images/pages/competition/title_story_3.gif') 0 0 no-repeat;}
		
	#competition  h4 span span{position:relative; left:-999px; top:-999px;}
	#competition  h4 span.titlename{height:27px; display:block; float:left;font:bold 13px/27px Arial, Helvetica, sans-serif;color:#065eab; padding-right:12px;}

	#competition .onestory a span.tickbig{float:right; width:24px; height:24px;
		background:url('/whatson/storytime/assets/images/pages/competition/bg_title_tick.gif') 0 0 no-repeat;}
	#competition  span.tickbigactive{float:right; width:24px; height:24px; background:url('/whatson/storytime/assets/images/pages/competition/bg_title_tick.gif') 0 -24px no-repeat;}

	#competition  span.agegroup{float:right; width:151px; height:28px;  line-height:28px;padding:0 8px;font:bold 13px/27px Arial, Helvetica, sans-serif;color:#065eab;
		background:url('/whatson/storytime/assets/images/pages/competition/bg_age_group.gif') 0 0 no-repeat;display:block;}
	#competition .writestory {text-align:right;color:#065eab; font-weight:bold;  padding:0;}
	#competition .writestory a{ float:right;display:block;text-align:right;font:bold 11px/30px Arial, Helvetica, sans-serif; text-decoration:none;color:#065eab;
		background:url('/whatson/storytime/assets/images/pages/competition/bg_lnk_write_off.gif') 0 8px no-repeat; padding:0 10px 0 25px; height:30px;}
	#competition .writestory a.active{
		background:url('/whatson/storytime/assets/images/pages/competition/bg_lnk_write_on.gif') 0 0 no-repeat;}
	
	#competition #entrylft{width:250px;float:left;}
	#competition #entryrgt{width:250px; float:right; }
	#competition #login{width:250px;margin:0 auto;}
	
 	#competition .modal p{color:#065eab; font:normal 11px/14px Arial, Helvetica, sans-serif; padding:10px; text-align:justify;}
 	#competition .modal p a{color:#065eab; font:normal 11px/14px Arial, Helvetica, sans-serif;text-decoration:underline;}

	 
	.modal { border:3px solid #fff; background:#d0ecf9; display:none; width:350px; text-align:center; position:relative; padding:25px 0; top:45%;} 
	.modal a.close{width:17px; height:17px; display:block; position:absolute;top:5px; right:5px;cursor:pointer;
		background:url('/whatson/storytime/assets/images/pages/competition/btn_close_overlay.gif') 0 100% no-repeat; }

#competition #ovl_terms{ width:500px;}
#competition #ovl_terms h4#ttl{ background:none; font-weight:bold; font-size:16px; color:#1367b0; padding-left:7px;}
#competition #ovl_submit p{ font-weight:bold; font-size:16px; color:#1367b0; line-height:20px;}

	#competition #entrypromo a{color:#1367b0; text-decoration:underline;}
	/* form ULs*/
	#competition #entrylft li, #competition #entryrgt li, #competition #login li{width:250px;float:left;width:240px; height:30px; 
		background:url('/whatson/storytime/assets/images/pages/competition/bg_entry_li.png') 0 0 no-repeat;}

	#competition #entrylft li label, #competition #entryrgt li label, #competition #login li label{display:block; float:left;
						 width:75px; font:normal 11px/26px Arial, Helvetica, sans-serif; color:#1367b0; padding-left:5px;}
	#competition #entrylft li input, #competition #entryrgt li input, #competition #login li input{display:block; float:left; width:150px; height:18px;
			font:normal 11px/18px Arial, Helvetica, sans-serif;color:#1367b0;	padding:0; margin:0; border:0; padding-top:6px; background:none;}

	 #competition #entrylft li.dob div.swrp{margin-top:4px;}
	 #competition #entrylft li.dob select{font:normal 11px/18px Arial, Helvetica, sans-serif;color:#1367b0;}
	 #competition #entryrgt li.btnradio{background:none;}
	 #competition #entryrgt li.btnradio label{width:40px; padding-left:10px;}
	 #competition #entryrgt li.btnradio label.lblrdio-m{width:30px;}
	 #competition #entryrgt li.btnradio label.lblrdio-f{margin-left:10px;}
	 #competition #entryrgt li.pwds label{width:95px;}
	 #competition #entryrgt li.pwds input{width:130px;}
	 #competition #entrylft li.vis {display:none}
 
 
	#competition #entryrgt li.btnradio input.btnradio{display:block; float:left; width:18px; margin-top:5px;}
	#competition #login li.gologin{text-align:right;background:none;}


	#competition #login li.gologin a{width:75px; height:28px; padding:0 8px;font:bold 13px/28px Arial, Helvetica, sans-serif;color:#065eab; display:block;
			 text-align: center;float:right;
			 background:url('/whatson/storytime/assets/images/pages/competition/bg_age_group.gif') 0 0 no-repeat; margin-bottom:10px; margin-left:10px;}

	#competition h4.loginttl{width:125px; height:28px; padding:0 8px;font:bold 13px/28px Arial, Helvetica, sans-serif;color:#065eab;display:block; text-align: center;
		background:url('/whatson/storytime/assets/images/pages/competition/bg_age_group.gif') 0 0 no-repeat; margin-bottom:10px; margin-left:10px;}
		
	#competition /*#text_expand*/ p.lnks { display:block; width:490px; padding-bottom:10px;}
	#competition /*#text_expand*/ p.lnks a.back{color:#39bff4; font-weight:bold; display:block; float:left;}
	#competition /*#text_expand*/ p.lnks a.submit{color:#39bff4; font-weight:bold; display:block; float:right;}


	#competition /*#text_expand*/ h5.details{ width:110px; height:22px; display:block; margin:10px 0;
		background:url('/whatson/storytime/assets/images/pages/competition/title_details.gif') 0 0 no-repeat}
	#competition/* #text_expand*/ h5.details span{position:relative; left:-999px; top:-999px;}

	#competition ol.terms li {text-align:left}
			
/* 5 - Instore Reading */
	#instore #pop{position: absolute; bottom:0; left:0px;}
	#instore #text{position: absolute; top:35px; left:321px; width:500px;height:511px; padding:25px 31px 0 35px;
				background:url('/whatson/storytime/assets/images/pages/instore/bg_text.png') 0 0 no-repeat; }
			
	#instore #text h3{ width:197px;height:26px; margin-bottom:20px;margin-top:5px;
			background:url('/whatson/storytime/assets/images/pages/instore/text-title.gif') 0 0 no-repeat;}
	#instore #text h3 span{position:relative; left:-999px; top:-999px;}
	
	#instore #text h4{font:bold 13px/16px Arial, Helvetica, sans-serif;color:#065eab; width:112px;height:26px; margin-top:17px;}	
		#instore #text h4 span{position:relative; left:-999px; top:-999px;}
		#instore #text h4.granny{background:url('/whatson/storytime/assets/images/pages/instore/title_granny.gif') 0 0 no-repeat;}
		#instore #text h4.boo{ background:url('/whatson/storytime/assets/images/pages/instore/title_boo.gif') 0 0 no-repeat;}
		#instore #text h4.beartie{ background:url('/whatson/storytime/assets/images/pages/instore/title_beartie.gif') 0 0 no-repeat;}
		#instore #text h4.grandad{background:url('/whatson/storytime/assets/images/pages/instore/title_grandad.gif') 0 0 no-repeat;}
	#instore #text p{font:normal 13px/16px Arial, Helvetica, sans-serif;color:#065eab; text-align:justify;}
			
			
/* 6 - Kids Love Reading */
	#lovereading #crackle{position: absolute; bottom:0; left:0px;}
	#lovereading #text{position: absolute; top:35px; left:321px; width:503px;height:511px; padding:25px 31px 0 35px;
				background:url('/whatson/storytime/assets/images/pages/lovereading/bg_text.png') 0 0 no-repeat; }
			
	#lovereading #text h3{ width:167px;height:25px; margin-bottom:20px;margin-top:5px;
			background:url('/whatson/storytime/assets/images/pages/lovereading/text-title.gif') 0 0 no-repeat;}
	#lovereading #text h3 span{position:relative; left:-999px; top:-999px;}
			
	#lovereading #text h4{font:bold 13px/17px Arial, Helvetica, sans-serif;color:#065eab; margin-top:17px; margin-bottom:10px;}	
		#lovereading #text h4 span{position:relative; left:-999px; top:-999px;}
	#lovereading #text p{font:normal 13px/17px Arial, Helvetica, sans-serif;color:#065eab; text-align:justify; padding-right:10px;}