#icleft, #icright {
	cursor: pointer;
	display: inline;
	width: 10px;
}

.icheader {
	float: left;
	width: 100%;
	-moz-border-radius: 3px 3px 0 0;
	padding: 3px 0;
	background: none repeat scroll 0 0 #FFFFFF;
	color: #555555;
}

.ictype {
	float: left;
	margin-left: 10px;
	font-weight: bold;
}

.icdate {
	float: right;
	font-weight: bold;
	margin-right: 20px;
}

.icrow {
	float: left;
	width: 100%;
	border-top: 1px solid #999999;
	padding: 3px 0;
}

.iccode {
	float: left;
	margin-left: 10px;
	width: 40%;
	color: #333333;
}

.icvalue {
	display: inline;
	width: 60px;
	font-weight: bold;
}

.icpercent {
	float: right;
	margin-right: 10px;
	padding-right: 13px;
}

.icplus {
	color: #11BB11;
	background: url("/_assets/85503d8047e7.gif") no-repeat scroll right center transparent;
}

.icminus {
	background: url("/_assets/6024143edbc1.gif") no-repeat scroll right center transparent;
	color: #FF0000;
}

#icarrows {
	float: right;
	padding: 2px 5px;
	position: relative;
	width: 86px;
	z-index: 2;
	color: #A31545;
	font-weight: bold;
}

#icleft {
	float: left;
}

#icright {
	float: right;
}

.icmodule {
	position: relative;
	width: 300px;
}

#icslideWrap {
	position: absolute;
	top: 0;
	left: 0;
}

#icslideContainer {
	position: relative;
	overflow: hidden;
}

.ickw {
	float: left;
	font-size: 11px;
}

#ickwh {
	display: none;
}

