/********************    MCL BODY STYLES - SHOP PAGES    ****************/
BODY{
	background-image:url(../images/backgrounds/shopbackground.gif);
	background-repeat: no-repeat;
	background-position: 0px 155px;
}

/* books tables */
#childrenstable{
	width:780px;
 	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin-left:0;
	
}

#firstlessonstable{
	width:780px;
 	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin-left:0;
	background-image:url(../images/shop/firstlessons.gif);
	background-repeat: no-repeat;
}
#faqtable{
	width:780px;
 	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin-left:0;
	background-image:url(../images/shop/faq.gif);
	background-repeat: no-repeat;
}
#otherbookstable{
	width:780px;
 	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin-left:0;
	background-image:url(../images/shop/otherbooks.gif);
	background-repeat: no-repeat;
}
#ernieballtable{
	width:780px;
 	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin-left:0;
	background-image:url(../images/shop/ernieball.gif);
	background-repeat: no-repeat;
}
/*shop table image*/
#shophome{
	float:left;   
	width:780px; 
	height:456px;  
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	margin-left:20px;
	background-image:url(../images/shop/shophome.gif);
	background-repeat: no-repeat;
}
