/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}
.tab {
  background: url(../images/tab_b.png) repeat-x 0 0;
	height: 62px;
	position: relative;
  top: 0;
  z-index: 999;
}

.tab ul.panel {
	display: block;
	position: relative;
  	float: left;
  	clear: left;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	left: 60%;
  	color: #7e8901;
  	font-size: 80%;
	text-align: center;
}

.tab ul.panel li.left {
  background: url(../images/tab_l.png) no-repeat left 0;
  height: 42px;
	width: 29px;
	padding: 0;
	margin: 0;
  display: block;
	float: left;
}

.tab ul.panel li.right {
 	background: url(../images/tab_r.png) no-repeat left 0;
  height: 42px;
	width: 29px;
	padding: 0;
	margin: 0;
  display: block;
	float: left;
}

.tab ul.panel li {
 	text-align: left;
  padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	color: #b22d00;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
} 
.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}
/* sliding panel */
#toppanel {
    position: absolute; 
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 155px;
	color: #999999;
	background: #f4e7bd;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
#stat { 	
	display: none;
}
#sform { 	
	display: none;
}
#info { 	
	display: none;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

