/* style for module titles */

.body-c-containersm {         
	margin: 0;
	padding: 0 0 10px 0;
}

.body-c-titlesm {
	width: 345px;
	height: 31px;
	background: url(img/body-half-head.png) no-repeat top left;
	padding-top: 5px;
	padding-right: 11px;
	padding-left: 11px;
}

*html .body-c-titlesm {
	width: 367px;
	height: 36px;
}

.body-c-bodysm {
	background: url(img/body-half-bk.png) repeat-y top left;
	width: 345px;
	padding: 5px 11px 5px 11px;
	display: table;
}

*html .body-c-bodysm {
	width: 367px;
}


.body-c-bottomsm {
	width: 367px;
	height: 11px;
	background: url(img/body-half-bot.png) no-repeat top left;
}