
/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}

/* single tab */
.tabs li { 
	list-style-type: none;
	float:left;	 
	text-indent:0;
	padding:0;
	margin:40;
	}

.tabs a { 
	background: #B00A0A -652px 0;
	color:#EECC46;	
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

.tabs a:active {
	outline:none;		
}

.tabs a:hover {
	background: #EECC46;
	color:#B00A0A;	
	font-size:15px;
}


.tabs .current, .tabs .current:hover, .tabs li.current a {
	background: #EECC46;
	color:#B00A0A;	
	cursor:default !important; 
	}



/* initially all panes are hidden */ 
.panes div{
	margin-left: 15px;
	margin-top: 15px;
	}
.panes .pane {
	display:none;		
}

