@charset "UTF-8";

/**************************** Begin: Main Section Highights *******************/

.mainSectionHighContainer {
	display: block;
	width: 570px;
	height: auto;
	background-image: url("../../../images_css/content_page_table_bg.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: relative;
	/*top: 42px;*/
	margin-bottom: 54px;
}

/**************************** End: Main Section Highights *********************/

.msectionHighContainer {
	display: block;
	width: 270px;
	height: auto;
	position: relative;
	left: 0;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.msectionHighImage {
	display: block;
	width: 75px;
	height: auto;
	float: left;
	margin-right: 5px;
}

.msectionHighContent {
	display: block;
	width: 175px;
	height: auto;
	float: left;
}

.msectionHighLeftGap {
	display: block;
	float: left;
	font-size: 1px;
	width: 10px;
	height: 10px;
}

