/* Custom Container Style */



.content .title 
{
	display: block;
	color: #ff9900;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	
	background-repeat: no-repeat;
	background-position: left bottom;
}

.contentpane .title {
	background-image: url(img/underline.jpg);
}

.rightpane .title {
	background-image: url(img/underline_small.jpg);
}

.contentpane_wide .title {
	background-image: url(img/underline_wide.jpg);
}
