/* CSS Document */

.containerTable{
	background: #2e678b;
	border: none;
}

.mainMenu{
	background: repeat-x url(../images/mainMenu_bg.jpg);
}

td.leftColumn{
	background: url(../images/categoryBottom.jpg);
	width: 100%;
	margin: 0;
	height: 100%;
}

table.categories{
	background: url(../images/category_bg.jpg) repeat-y;
  margin-bottom: 10px;
}

td.categories{
	padding: 0;
	margin: 0;
}

.categoryHead{
	background: no-repeat url(../images/categoryHead.jpg);
	height: 35px;
}

.categoryFoot{
	background: no-repeat url(../images/categoryFoot.jpg);
	height: 22px;
}

.categoryBottom{
	background: url(../images/categoryBottom.jpg);
	padding: 0;
	margin: 0;
}

td.rightColumn{
	background: #4583aa;
  width: 160px;
  margin-bottom: 10px;
	height: 100%;
}

.pathway_footer{
	background: bottom repeat-x url(../images/pathway_bg.jpg);
	padding-bottom: 2px;
}

.searchTable{
	background: repeat-x url(../images/pathway_bg.jpg);
	padding: 2px;
}


/*   specials tables   */

.specials{
	border: 0;
	padding: 0;
	margin: 5px;
	margin-bottom: 6px;
}	


/*  featured stores  */

.fStores{
	border: 0;
	padding: 0;
	margin: 5px;
	margin-bottom: 6px;
}	

