/* Media & News CSS */

.media_title {
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	/* background: url("../images/media_title_bg.jpg") no-repeat 0 0; */
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	z-index: 20;
}

.media_title_icon {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0;
}

.media_article_title {
	position: relative;
	float: left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #333;
	font-family: "Georgia", "Times New Roman", "serif";
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: 1px solid #6ba439;        
	overflow: hidden;
}

.media_article_title h1 {
	color: #333;
	font-size: 20px;
	font-weight: 400;
	padding: 0;
	margin: 0 0 0 10px;
	background: transparent;
	border: none;
}

.media_article_title ul li {
	list-style-type: none;
}

.media_article_text {
	float: left;
	top: 0;
	width: 98%;
	height: auto;
	background: transparent;
	color: #333;
    font-size: 12px;
	line-height: 16px;
	margin: 10px 0 0 -4px;
	padding: 10px;
	border: none;
	z-index: 10;
}

td.media_td_content {
	background: #E8E8E8;
}

div.media_td_content {
	background: inherit;
	width: 95%;
	height: 100%;
	text-align: justify;
	margin: 10px 5px 0 8px;
}

.media_layer ul {
	display: list-item;
	margin: 0;
	padding: 0 0 0 18px;
	list-style-type: none;
}

.media_article_text ul {
	display: list-item;
	margin: 0;
	padding: 0 0 0 18px;
	list-style-type: none;
}

.media_layer li {
	display: list-item;
	list-style-type: circle;
	list-style-image: none;
	line-height: 18px;
	padding: 0;
	margin: 0 0 0 5px;
}

.media_article_text li {
	display: list-item;
	list-style-type: circle;
	list-style-image: none;
	line-height: 18px;
	padding: 0;
	margin: 0 0 0 5px;
}

/*** Media Index - Grouped Media Article Index ***/
.media_index_title {
	display: none;
	background: #000000;
	width: 100%;
	/*min-width: 15px;
    width: auto !important;*/
	line-height: 22px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0 2px;
}

.media_index_description {
	width: 100%;
	padding: 0;
}

ul.media_index {
	display: list-item;
}

ul.media_index li {
	list-style-type: disc;
	line-height: 20px;
}

.media_index_separator {
	clear: both;
	width: 100%;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
}
/*** Linked Stock Images - Media Pages ***/
#media_linked_stock_items {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
	text-align: center;
	z-index: 50;
}

.media_linked_stock_container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
	text-align: center;
}

.content .media_linked_stock_container {
	position: relative;
	float: left;
	display: block;
	width: 570px;
	height: auto;
	margin: 0 0 25px 30px;
	padding: 0;
	background: #fff;
}

.media_linked_stock_container .item_box {
	display: inline-block;
	width: 265px;
	height: 90px;
	margin: 10px 20px 0 0;
	border-bottom: 1px solid #6ba439;
}

.media_linked_stock_container .item_box .item_box_image {
	display: table-cell;
	width: 80px;
	height: 80px;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

.media_linked_stock_container .item_box .item_box_name {
	width: 165px;
	height: 80px;
	margin: 0 0 0 5px;
	padding: 2px;
	text-align: left;
	text-wrap: normal;
}

.media_linked_stock_container .item_box .item_box_name p {
	line-height: 18px;
}
/*** News Module ***/
#news_layer {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#news_layer div#news_left, .newsindex {
	width: 35%;
	line-height: 18px;
}

#news_layer div#news_left, .newsindex ul li {
	list-style-type: none;
}

#news_layer div#news_right, .newsitems {
	width: 62%;
	line-height: 18px;
	margin: 0;

}

.newsitems h2 {
	font-size: 13px;
	font-weight: bold;
	color: #734c09;
}