/* style for module titles */

.hm-c-container {         
	margin: 0;
	padding: 0 0 10px 0;
}

.hm-c-title {
	width: 503px;
	height: 31px;
	background: url(img/hm-c-top.png) no-repeat top left;
	padding-top: 5px;
	padding-right: 11px;
	padding-left: 11px;
}

*html .hm-c-title {
	width: 525px;
	height: 36px;
}

.hm-c-body {
	background: url(img/hm-c-bk.png) repeat-y top left;
	width: 503px;
	margin: 0;
	padding: 5px 11px 0px 11px;
}

.hm-c-body p {
	padding: 0;
	margin: 0;
}

*html .hm-c-body {
	width: 525px;
}

.hm-c-bottom {
	width: 525px;
	height: 11px;
	background: url(img/hm-c-bottom.png) no-repeat top left;
}
