
/* root element for tabs  */
ul.tabs-head {  
	margin:0 !important; 
	padding:0;
	width:99%;
	background:url(images/tabs-head-current-bg.gif) bottom left repeat-x #FFF;
}

/* single tab */
ul.tabs-head li {  
	float:left;	 
	padding:0; 
	margin-right:4px;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.tabs-head a { 
	display:block;
	padding: 5px 10px;
	text-decoration: none;
	border:1px solid #ddd;
	border-bottom:0;
	color:#333;
	font-weight: bold;
	background:url(images/tabs-head-bg.jpg) bottom left repeat-x #FFF;
	}

ul.tabs-head a:hover,ul.tabs-head a.current{
	color: #1975c8;
	background:#fff;
	border: 1px solid #1975c8;
	border-bottom:0;
}

	
/* tab pane */
.tabs-body div.tabs-body-item {
	display:none;
	min-height:150px;
	padding:10px 0;
	line-height:150%;
	font-size:11px;
}
.tabs-body-item img{ margin:5px;}
.tabs-body div.tabs-body-item h2{ color:#1975c8; font-size:14px;}
.tabs-body div.tabs-body-item h3{ font-size:12px;}