#container {
	float: inherit;
	width: 700px;
	height: 580px;
}
#content_left {
	float: left;
	width: 250px;
	padding-left: 30px;
	text-align: left;
}
#content_right {
	float: right;
	width: 420px;
	padding-top: 55px;
}

#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
	width: 700px;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 700px;
	height: 620px;
	color: #999999;
	background: #006699;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

/***** 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;}

/* Panel Tab/button */
.tab {
  	background: url(images/tab_b.png) repeat-x 0 0;
	height: 32px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 32px;
	width: auto;
  	font-weight: bold;
	line-height: 32px;
	margin: 0;
	right: 25px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab li.left { background: url(images/tab_l.png) no-repeat; height: 32px; width: 30px; display: block; float: left; }
.tab li.right { background: url(images/tab_r.png) no-repeat; height: 32px; width: 30px; display: block; float: left; }
.tab li { background: url(images/tab_m.png) repeat-x 0 0; display: block; float: left; height: 32px; }
.tab li a { color: #FFFFFF; text-decoration:none }
.tab li a:hover { color: #989898; }

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 25px !important;
	cursor: pointer;
	display: block;
	position: relative;
	top: 5px;
	
}

.tab a.open {width: 80px; background: url(images/arrows_down.png) no-repeat left 0;}
.tab a.close {width: 105px; background: url(images/arrows_up.png) no-repeat left 0;}
.tab a:hover.open {background: url(images/arrows_down.png) no-repeat left -19px;}
.tab a:hover.close {background: url(images/arrows_up.png) no-repeat left -19px;}

