





#tabMenu_big {
	margin:0;
	padding:0 0 0 0;
	list-style:none;
}
#tabMenu_big li {
	float:left;
	height:14px;
	width:122px;
	cursor:pointer;
	color:#fff;
	font-size: 18px;
	text-align: left;
	padding: 19px 0 16px 19px;
	text-shadow: 1px 1px 1px #000;
	margin-right:1px;
	
}




/*stile dei tab*/

li.stato_big {
	background:url(../img/tab_p_stato.png) no-repeat 0 -49px;
}
li.video_big {
	background:url(../img/tab_p_video.png) no-repeat 0 -49px;
}
li.musica_big {
	background:url(../img/tab_p_musica.png) no-repeat 0 -49px;
}
li.foto_big {
	background:url(../img/tab_p_foto.png) no-repeat 0 -49px;
}









li.mouseover {
	background-position:0 0;
}
li.mouseout {
	background-position:0 -49px;
}
li.selected {
	background-position:0 0;
}



.box {
	position:relative;
	text-align: left;
	width: 638px;
	float: left;
	margin: 0 5px 15px 5px;
	display:inline;/*PER IE 6.0*/
	
}
.boxTop {
	background-color:#a51000;
	height:17px;
	clear:both
}
.boxBody_big {
	background-color:#a51000;
}

.boxBody_big .parent {
	display:none;
}
.boxBody_big .show {
	display:block;
}

.boxBody_big .c_tab {
	padding: 20px;
	font-size: 14px;
	color: #fff;
}
.boxBody_big .c_tab span{
	
	font-size: 14px;
	color: #fff;
	display:block;
	margin-bottom: 10px;
}




.boxBody_big .c_tab  input.campo, .boxBody_big .c_tab  textarea.campo{
	padding: 5px;
	border: 1px solid #fff;
	margin:0;
	color: #151515;
	font-size: 14px;
	background:url(../img/bg_campo.png) repeat-x top #fff;
	width: 99%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	
	}
				
 .boxBody_big .c_tab  input.bottone{
	padding: 6px 12px;
	border: 1px solid #c95d51;
	margin-top:15px;
	color: #fff;
	font-size: 14px;
	background:url(../img/bg_form_bottone.png) repeat-x bottom #7f0c00;
	text-shadow: 1px 1px 1px #000;
	cursor:pointer;
	
	}



/*input file foto*/



#divinputfile-foto{
	background:url(../img/bg_sfoglia_foto.png) no-repeat 100% 0;
	height:35px;
	width:290px;
	margin:0;
	
}

#divinputfile-foto #filepc-foto{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	cursor: pointer;
	margin:0;
	padding:0;
	
}

#fakeinputfile-foto{
	margin-top:-22px;
	
}

#fakeinputfile-foto #fakefilepc-foto{
	padding: 0 6px 0 6px;
	border: 1px solid #fff;
	margin: 0;
	color: #151515;
	font-size: 14px;
	background:url(../img/bg_campo.png) repeat-x top #fff;
	width:230px;
	height:35px;
	
}	
	

/*input file audio*/



#divinputfile-audio{
	background:url(../img/bg_sfoglia_audio.png) no-repeat 100% 0;
	height:35px;
	width:290px;
	margin:0;
	
}

#divinputfile-audio #filepc-audio{
	opacity: 0.0;
	-moz-opacity: 0.0;
	filter: alpha(opacity=00);
	cursor: pointer;
	margin:0;
	padding:0;
}

#fakeinputfile-audio{
	margin-top:-22px;
}

#fakeinputfile-audio #fakefilepc-audio{
	padding: 0 6px 0 6px;
	border: 1px solid #fff;
	margin: 0;
	color: #151515;
	font-size: 14px;
	background:url(../img/bg_campo.png) repeat-x top #fff;
	width:230px;
	
	height:35px;
	
}	
