/* root element for tabs  */
ul.tabs { background-color: #fff; background-image: url(../xxldesign/backgr1.png); background-repeat: repeat-x; background-position: 0 0; list-style:none; margin:-1px 0 !important; padding:0 0 0 20px; height:30px; border: solid 1px #ccc; -moz-border-radius:5px; -webkit-border-radius:5px; -moz-box-shadow:0 0 5px #666; -webkit-box-shadow:0 0 5px #666; }

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab*/
ul.tabs a { display:block; height: 30px; line-height:30px; width: auto; text-align:center; text-decoration:none; color:#000; font-size: 14px; padding:0 20px 0 0; margin:0; position:relative; }

ul.tabs a:active {  }

/* when mouse enters the tab is active*/
ul.tabs a:hover {
	color:#00c;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a { color: #00c; background-position: -652px -62px; cursor:default !important; }
/* initially all panes are hidden */ 
div.panes div.pane { display:none; }
