/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background-color: #fbfbfb;
	width: 300px;
}

/* accordion header */
#accordion h2 {
	background:#ccc url(../images/img_bg_slbox.jpg);
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#ebebeb;
}

/* accordion pane */
#accordion .pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	padding:0px;
	color:#000;
	font-size:12px;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

.tap-h-schedule {	
	height:250px;
	margin-bottom: 50px;
}
.tap-h-settrade {
	margin-top: 50px;
	height:200px;
	margin-bottom: 50px;
}
.tap-h-change {
	margin-top: 75px;
	height:150px;
	margin-bottom: 75px;
}
.tap-h-oil {
	height:300px;
}
.tap-h-gold {
	margin-top: 50px;
	height:200px;
	margin-bottom: 50px;
}
.tap-h-forecast {
	margin-top: 25px;
	height:270px;
	margin-bottom: 5px;
}
.tap-h-lotto {
	margin-top: 90px;
	height:230px;
}