@charset "UTF-8";
/* CSS Document */


/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:15px;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	cursor:default !important;
	color:#5A634E !important;
}


/* initially all panes are hidden */ 
.panes .pane {
	display:none;
}

.panes div {
	display:none;
	padding:0px;
	height:307px;
	border: 1 solid #33C;
	width: 883px;
	clear: both;
	overflow: auto;
}

#panes .test{
display:none;
position:absolute;
top:20px;
left:20px;
font-size:14px;
color:#444;
width:650px;
}
