#ticker_line{
	background-color:#FFFFFF;

}

.asx_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
}
.asx_news .asx_article label {
	float: left;
	width: 70px;
	font-weight: bold;
	color:  #C41230;
}
.asx_news .asx_article .article h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 2px 0;
}
.asx_news .asx_article .article .article_link {
	color: #666666;
	margin: 2px 8px 0 70px;
	font-size: 11px;
}
.asx_news .asx_article {
	width: 500px;
	margin: 18px 0 0 0;
}
.asx_news .asx_article .article .article_size {
	font-size: 11px;
	color: #333333;
}

#share_price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	clear: both;
	height: auto;
	width: 1050px;
	float:left;
}

#share_price div {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
}

 #share_price label {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 14px;
}
.open, .close, .high, .low, .lastclose, .volume {
	background-repeat: no-repeat;
	background-position: left center;
}


.open {
	background-image:url(../images/tick_open.jpg);
}

.high {
	background-image:url(../images/tick_high.jpg);
}

.low {
	background-image:url(../images/tick_low.jpg);
}

.close {
	background-image:url(../images/tick_close.jpg);

}

.lastclose {
	background-image:url(../images/tick_lastclose.jpg);
}

.volume {
	background-image:url(../images/tick_volume.jpg);

}
#stock_ticker {
	border-top: 1px solid #760802;
	border-bottom:1px solid #760802;
	padding: 4px 0 4px 0;
	background-color:#FFFFFF;
	width: auto;
	border-bottom: 1px solid #760802;
	margin:5px 17px 0pt 17px;
}
#stock_ticker #share_price .date {
	clear: right;
}
#share_price .code{
}
#content_inner #ASXResult {
	float: right;
	margin:0;
	width: 334px;
	background-color:Transparent;
}
#content_inner #MediaReleasesResult {
	float: right;
	margin:0;
	width: 334px;
	background-color:Transparent;
}