﻿/** 股票切换 */
#stockSwitch {
margin: 0px;
padding: 0px;
list-style-type: none;
}
#stockSwitch li {
display: block;
width: 118px;
text-align: center;
float: left;
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom:0px;
padding-left: 0px;
cursor: hand;
}
.sec1 { background-color: #FFFFff; border: 1px solid #CCCCCC;}
.sec2 { background-color: #1F466F; border: 1px solid #1F466F; COLOR: #ffffff;}
#stockContent {
margin: 0px;
padding: 0px;
list-style-type: none;
}
#stockContent li {
	width: 240px;
	text-align: center;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:0px;
	padding-left: 0px;
	cursor: hand;
	vertical-align: middle;
}
.block {
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.unblock {
	display: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

