/* ###################################### MENU ACCORDION NAVIGAZIONE SX */

.like_apple
{
 margin:0;
 padding:0;
 list-style-type:none;
}

.like_apple ul
{
 overflow: hidden;
 margin:0;
 padding:0;
 list-style-type:none;
}

.handle {
margin:0px;

}

.handle a
{
 width:213px;

 /*display:block;*/
 font-family:Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration:none;
 color:#000000;
}

.handle a:hover
{
 width:213px;
 padding:0 0 0 5px;
 /*display:block;*/
 font-family:Arial, Helvetica, sans-serif;
 font-size: 11px;

 text-decoration:none;
 color:#9694b1;
}


.drawer li
{
 padding:0 0 0 5px;
 margin:3px;
 list-style-type:none;
}

.drawer li a
{
 font-family:Arial, Helvetica, sans-serif;
 font-size: 11px;
 color:#666;
 white-space:nowrap;
}

/* CSS Document */

/* ###################################### FAMIGLIA DI CARATTERI */
.fontFamily
{
 font-family: Arial, Helvetica, sans-serif;
}

/* ###################################### NON FA ANDARE A CAPO LE PAROLE */

.fontNowrap
{
 white-space:nowrap;
}

.textDecoration_none
{
 text-decoration:none;
}


/* ####################################### GROSSEZZA CARATTERI */

.fontBold
{
 font-weight:bold;
}

/* ############################################ INPUT TYPE */

.input_type
{
  height:15px;
  width:144px;
}

/* Contenitore delle mie sezioni */
 div#contenuto
{
	clear:right;
	float:left;
  	margin:0 0  0  1.5%;
  	padding:0 0 20px 0;
	width:97%;
	height:auto;
	border:1px solid #DADBDB;
	background-color:#fff;
}

.tabNo
{
 width:10px;
 background-color:#13BD13;
 margin-right:3px;
}

.tabSi
{
 width:210px;
 background-color:#0099cc;
 margin-right:0px;
 margin-bottom:1px;
 margin-top:1px;
}
.tabOrange
{
 width:10px;
 background-color:#fff;
 margin-right:3px;
 margin-left:6px;
}
.capo_terzi a:hover
{
 text-decoration:none;
}

/* blu scuro #335199
   azzurro #0099cc
   verde #13BD13
*/