/********************    MCL BODY STYLES - SHOP PAGES    ****************/
BODY{
	background-image:url(../images/backgrounds/books_background.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;
	/*background-image:url(../images/shop/bookchildrens.gif);
	background-repeat: no-repeat;*/
}
#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;*/
}

