.trendCharts{
	overflow: hidden;
	padding: 12px 0 0 5px;
}
.chartWrap{
	float: left;
	padding: 2px 0;
}
.chartTitle{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 5px;
}
.chartTitle img{
	vertical-align: middle;
	margin: -3px 8px 0 2px;
}

#shStockList .type {
	margin-top: 15px;
}
#shStockList .type a{
	display: block;
	width: 224px;
	height: 64px;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 11px;
}
#shStockList .type li {
	float: left;
}
#shStockList .type a.hkStock {
	background-image: url("../images/btn_catmenu_hkStockList_off.png");
	margin-left: 0;
}
#shStockList .type li.on a.hkStock,
#shStockList .type a.hkStock:hover {
	background-image: url("../images/btn_catmenu_hkStockList_on.png");
}
#shStockList .type a.shStock {
	background-image: url("../images/btn_catmenu_shStockList_off.png");
}
#shStockList .type li.on a.shStock,
#shStockList .type a.shStock:hover {
	background-image: url("../images/btn_catmenu_shStockList_on.png");
}
#shStockList .type a.ahStock {
	background-image: url("../images/btn_catmenu_ahStockList_off.png");
}
#shStockList .type li.on a.ahStock,
#shStockList .type a.ahStock:hover {
	background-image: url("../images/btn_catmenu_ahStockList_on.png");
}
#shStockList table.details{
	font-size: 15px;
	width: 100%;
}
.footerRemark{
	text-align: right;
	font-size: 13px;
}



#shStockList .singleChart{
	width: 470px;
}
#shStockList .stocksTypes{
	overflow: hidden;
	margin: 12px 0;
}
#shStockList .stocksTypes .stockLabel{
	float: left;
	width: 112px;
	background-color: #EEEEEE;
	margin-right: 12px;
	text-align: center;
	line-height: 25px;
}
#shStockList .singleChart .upTotal {
	background-color: #69C438;
}
#shStockList .singleChart .flat {
	background-color: #999;
}
#shStockList .singleChart .downTotal {
	background-color: #DF3D38;
}
#shStockList .singleChart td {
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#shStockList .smallDescWrapper{
	float: right;
}
#shStockList .smallDescWrapper > div{
	line-height: 21px;
	font-size: 14px;
}
#shStockList .smallDescWrapper span{
	height: 16px;
	width: 22px;
	display: inline-block;
	vertical-align: middle;
}
#shStockList .smallDescWrapper .up span{
	background-color: #69C438;
}
#shStockList .smallDescWrapper .flat span{
	background-color: #999;
}
#shStockList .smallDescWrapper .down span{
	background-color: #DF3D38;
}