/* Contains style definitions for the (left) pane, containing quick links to areas within the shop */

.ModuleTitle{
	font-size:14px; 
	padding-left:5px;
	color:#FFFFFF;
	text-transform:capitalize;
	font-weight:bold;  
}
.ModuleHeader{
	font-size:14px;
	padding-left:0px;
	margin-left:-5px;
	color:#DDBBAA;
	text-transform:capitalize;
	font-weight:bold;
}
.ModuleButton{
	font-size:16px;
	text-align:center;
	
	height:31px;
	width:140px;
	padding-top:5px;
	margin-bottom:0px;
	margin-left:2px;
	
	color:#FFFFFF;
	text-transform:capitalize;
	font-weight:bold;

	background-image:url(../images/interface/module_button.png);
	background-repeat:no-repeat;
}
td.Module-tl{
	background-image:url(../images/interface/module_tl.png);
	background-repeat:no-repeat;
	height:10px;
	width:10px;
}
td.Module-tc{
	background-image:url(../images/interface/module_tc.png);
	background-repeat:repeat-x;
	height:10px;
}
td.Module-tr{
	background-image:url(../images/interface/module_tr.png);
	background-repeat:no-repeat;
	height:10px;
	width:10px;
}
td.Module-bl{
	background-image:url(../images/interface/module_bl.png);
	background-repeat:no-repeat;
	height:10px;
	width:10px;
}
td.Module-bc{
	background-image:url(../images/interface/module_bc.png);
	background-repeat:repeat-x;
	height:10px;
}
td.Module-br{
	background-image:url(../images/interface/module_br.png);
	background-repeat:no-repeat;
	height:10px;
	width:10px;
}
td.Module-ml{
	background-image:url(../images/interface/module_ml.png);
	background-repeat:repeat-y;
	width:10px;
}
td.Module-mr{
	background-image:url(../images/interface/module_mr.png);
	background-repeat:repeat-y;
	width:10px;
}
td.Module-mc{
	background-image:url(../images/interface/module_mc.png);
	/* background-repeat:repeat-x; */
}
th.Module-mc{
	background-image:url(../images/interface/module_mc.png);
	background-repeat:repeat-x;
}