

/*------------TABS GESTIONE ACCOUNT--------------------*/
.artisti_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	
height:32px;
	
	/*margin-top: -18px;
border-bottom: 1px solid #333333;*/
}


.artisti_tabs li {
	float:left;
	margin-right:4px;
	text-align:center;
	
}

.artisti_tabs li a {
	display:block;
height:34px;
	width:103px;
padding-top:6px;
	background:url("../images/tabs.png") no-repeat scroll 0 0 transparent;
color:#626262!important;
	text-decoration:none!important;

	font-weight:bold;
	font-size:12px;
	
}

.artisti_tabs li a:hover {
	color:#ffffff!important;
height:34px;

}

.artisti_tabs li a.active {
background:url("../images/tabs_active.png") no-repeat scroll 0 0 transparent;
	color:#ffffff!important;
	text-decoration:none!important;
	font-weight:bold;
	font-size:12px;
height:34px;

	
}
