
/* drupal tabs */

/* A) STRUCTURE ### --------------------------------------  */

#tabs-wrapper{
	float:left;
	overflow:hidden;
	width:100%;
	margin:0px 0 10px 0;
	}
	
#tabs-wrapper ul{
	float:left;
	margin:0px 10px 10px 0;
	padding:5px 0 5px 10px;
	}	
	
#tabs-wrapper ul li{
	float:left;
	margin-right:5px;
	}
	
#tabs-wrapper ul li a{
	dispalay:block;
	padding:0px 3px 0px 3px;
	}
	
	
/* B) LOOK & FEEL ### --------------------------------------  */

#tabs-wrapper ul{
	list-style:none;
	background:#e2e2e2 url(../img/backgrounds/white_gradient_flip.png) repeat-x top;
	border:1px solid #ccc;
	}	
	
#tabs-wrapper ul li a{
	color:#4e4d4d;
	}
	
#tabs-wrapper ul li a:hover{
	text-decoration:none;
	color:#fff;
	background:#e54d03;
	}	
	
#tabs-wrapper ul li.title-like.active a{
	color:#fff;
	background:#e54d03;
	}