/* Accordion */
.main_middle{width:250px;border-bottom:1px solid #b4c3e1;border-right:18px solid #FFF;}
.main_middle .accordion {height:260px;}
.accordion h2{
	background-color:#b4c3e2;
	color:#006;
	font-weight:bold;
	padding:5px 2px 5px 9px;
	margin:0 0 2px 0;
	font-size:1.08em;
}
.accordion h3.toggle{margin:0 0 2px 0;cursor:pointer; font-size:1em;}
.accordion h3.toggle a{
	padding:5px 2px 4px 25px;
 	display:block;
	background:#eff4fa url(../images/blue_arr.gif) no-repeat 5px center;
	color:#006;
	text-decoration:none;
	font-weight:normal;
	line-height:1.2em;
}
.accordion h3.toggle a:hover{background-color:#cad5eb;}
.accordion h3.active a{padding:5px 2px 4px 25px;background:#cad5eb url(../images/bg_acco.gif) no-repeat 7px center !important;}
.accordion .stretcher{width:250px;height:125px;}
.accordion .stretcher div{overflow:hidden;height:125px;line-height:1.2em;padding:1px 5px 0 5px;}
.accordion .stretcher .stock{padding:0px;}
.accordion .stretcher .list{line-height:1.6em;}
.accordion .stretcher p{margin:0;padding:0;margin-bottom:2px;}
.accordion .stretcher a{color:#39c;text-decoration:underline;padding-bottom:1px;}
.accordion .stock_table .stktime {white-space:nowrap;}
.accordion .stock_table .stkval {white-space:nowrap;}

