/* News */
.main_content .bottom_content .news {
	width:268px;
	float:left;
	position:relative;
	z-index:99;
}

	.main_content .bottom_content .news .borders {
		display:block;
	}

	.main_content .bottom_content .news .news_content {
		width:242px;
		padding:5px 15px 5px 11px;
		background-image: url(../img/global/news/bg_news.jpg);
		background-repeat: repeat-y;
	}

		.main_content .bottom_content .news .news_content .news_title {
			color:#147b98;
		}

		.main_content .bottom_content .news .news_content .news_display .news_subtitle_first,
		.main_content .bottom_content .news .news_content .news_display .news_subtitle {
			margin-top: 20px;
			height: 17px;
		}
		.main_content .bottom_content .news .news_content .news_display .news_subtitle_first {
			margin-top: 15px;
		}

			.main_content .bottom_content .news .news_content .news_display .news_subtitle_first .bulle,
			.main_content .bottom_content .news .news_content .news_display .news_subtitle .bulle {
				float:left;
			}

			.main_content .bottom_content .news .news_content .news_display .news_subtitle_first .news_sub,
			.main_content .bottom_content .news .news_content .news_display .news_subtitle .news_sub {
				background-color: #147b98;
				height:16px;
				color:#FFF;
				font-family:Georgia,'Times New Roman',times,serif;
				padding:2px;
				padding-top: 1px;
				padding-bottom:0;
				float:left;
			}

		.main_content .bottom_content .news .news_content .news_display .arrow {
			position: relative;
			line-height:0px;
			padding-left: 5px;
		}

		.main_content .bottom_content .news .news_content .news_display .news_text {
			margin-bottom: 20px;
		}

			.main_content .bottom_content .news .news_content .news_display .news_text .intro,
			.main_content .bottom_content .news .news_content .news_display .news_text .dev {
				color: #333333;
			}
			.main_content .bottom_content .news .news_content .news_display .news_text .intro {
				font-weight: bold;
			}

		.main_content .bottom_content .news .news_content .news_display .all_news a {
			color:#147b98;
			text-transform: uppercase;
		}

		.main_content .bottom_content .news .news_content .news_display .all_news a:hover {
			color:#000;
		}

			.main_content .bottom_content .news .news_content .news_display .all_news a .arrow_all {
				background: url(../img/global/arrow_blue.gif) no-repeat;
				width: 11px;
				height: 7px;
				margin-top:3px;
				margin-right:5px;
				display:block;
				float:left;
			}

			.main_content .bottom_content .news .news_content .news_display .all_news a:hover .arrow_all {
				background: url(../img/global/arrow_blue_hover.gif) no-repeat;
			}
/* end news */

/* central content */
/* presentation */
.bottom_content .present {
	width:100%;
	margin-left:10px;
	margin-bottom:40px;
}

	.bottom_content .present .intro,
	.bottom_content .present .text {
		line-height:17px;
	}
	.bottom_content .present .intro {
		font-weight:bold;
	}
/* end presentation */

/* begin central content */
	.main_content .bottom_content .central .central_content,
	.main_content .bottom_content .central .central_content_last {
		width:429px;
		padding: 0 0 20px 9px;
		margin-bottom: 20px;
	}
	.main_content .bottom_content .central .central_content {
		border-bottom: 1px solid #D4CCC5;
		min-height:97px;
	}

		.main_content .bottom_content .central .central_content .central_img,
		.main_content .bottom_content .central .central_content_last .central_img {
			padding:10px;
			padding-top:11px;
			margin-right:20px;
			width:74px;
			height:74px;
			background-image: url(../img/global/bg_central_img.jpg);
			background-repeat: no-repeat;
			float:left;
		}

		.main_content .bottom_content .central .central_content .central_title,
		.main_content .bottom_content .central .central_content_last .central_title {
			color:#333333;
			padding-top: 6px;
			margin-bottom:10px;
		}

			.main_content .bottom_content .central .central_content .central_title .maj,
			.main_content .bottom_content .central .central_content_last .central_title .maj {
				text-transform: uppercase;
			}

		.main_content .bottom_content .central .central_content .central_text,
		.main_content .bottom_content .central .central_content_last .central_text {
			color:#333333;
		}
		
		.main_content  .central_text a {
				color:#fa9504;
				text-transform: uppercase;
			}

			.main_content  .central_text a:hover {
				color: #000;
			}

				.main_content  .central_text a .arrow {
					background:url(../img/global/arrow_orange.gif) no-repeat;
					width:13px;
					height:7px;
					display:block;
					margin:5px 5px 0 0;
				}

				.main_content  .central_text a:hover .arrow {
					background:url(../img/global/arrow_orange_hover.gif) no-repeat;
				}

/* end central content */