
/* root element for tabs  */
ul.tabs-head {  
	margin:0 !important; 
	padding:0;
	width:100%;
	background: url(images/tabs-index-head.jpg) bottom left repeat-x;

}

/* single tab */
ul.tabs-head li {  
	float:left;	 
	padding:0; 
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.tabs-head a { 
	display:block;
	padding: 8px 10px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration: none;
	border-bottom:0;
	color:#333; text-transform:uppercase;
	background:url(images/tabs-divline.jpg) right bottom no-repeat;
	}

ul.tabs-head a:hover,
ul.tabs-head a.current{
	color: #1975c8;
	background:url(images/tabs-divline.jpg) right bottom no-repeat #FFF;
}
	
/* tab pane */
.tabs-index-body div.tabs-body-item {
	clear:both;
	display:none;
	min-height:150px;
	padding:5px;
	background-color:#FFF;
}

.tabs-index-body img {
	float:left;
	width:100px;
}

.tabs-index-body .tabcontent-right {
	float:left;
	width:500px;
	padding:5px;
}
