.separator {
	clear:			both;
	height:			1px;
	line-height:		1px;
	font-size:		1px;
	overflow:		hidden;
}

.float_left {
	float:			left;
}

.float_right {
	float:			right;
}

.raw_fieldset {
	border:			0px;
	margin:			0px;
	padding:		0px;
}

.no_border {
	border:			none !important;
}

.block {
	display:		block;
}

.none {
	display:		none;
}

.box + .bottom, .box_raw + .bottom, .content_chart + .bottom, .side_chart + .bottom {
	border-top:		1px solid #9e9e9e;
	height:			9px;
}

.more_link, .more_link > a, a.more_link {
	color:			#8e8e8e;
}

.more_link:hover, .more_link > a:hover {
	color:			#f69827;
}





div.clear {
	clear:			both;
}

