div#left {
	width: 188px;
}

div.moduletable h3,
div.moduletable-black h3,
div.module-black h3{
	font-size: 100%;
}


/* left modules */
#left div.moduletable {
	margin: 0px 0px 15px 0px;
	padding: 0px 5px 20px 10px;
	width: 173px;
	background: url(../images/images/left_module_bg.png) 0 100% repeat-x;
	overflow: hidden;
}

#left div.moduletable h3 {
	margin: 0px -5px 10px -10px;
	padding: 0px 0px 0px 10px;
	height: 25px;
	background: url(../images/images/left_module_header.png) 0 0 repeat-x;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}

#left div.moduletable-black {
	padding: 0px 5px 20px 10px;
	width: 173px;
	background: #323232 url(../images/images/left_module_bg_black.png) 0 100% repeat-x;
	overflow: hidden;
	color: #ffffff;
}

#left div.moduletable-black h3 {
	margin: 0px -5px 10px -10px;
	padding: 0px 0px 0px 10px;
	height: 25px;
	background: url(../images/images/left_module_header_black.png) 0 0 repeat-x;
	line-height: 23px;
	text-align: left;
	font-weight: bold;
}