/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	height:30px;
	width:315px;
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.tabs a { 
	width:105px;
	height:30px;	
	background: url(../img/tabs.png) no-repeat;
	display:block;
	position:relative;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	word-spacing:-1px;
	letter-spacing:-1px
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background-position: 0 -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-position: 0 -62px;
	cursor:default !important;
	color:#49739f !important;
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

.panes {width:315px;height:211px;background-image:url(../img/bg_cercacarrozzeria.png);}

.panes div {
		display:none;
		padding:25px 20px 11px 12px;
	}