/* Accordion */
/*#master_content
{
	clear: both;
	width: 540px;
	margin-right: -200px;
	color: #333333;
	
}
.boxCat
{
	width:540px;
	height:auto !important;
	height:400px;
	padding:0 3px 0 3px;
	float:left;
}

.TitoloBoxCat
{
	width:540px;
	padding:5px;
	float:left;
	margin-bottom:10px;
	font-weight:bold;
	text-align:center;
}
*/



.accordionHeader
{
	/*background-image:url(/img/bg_cat.gif);
	background-position:center;
	background-repeat:no-repeat;*/
	width:540px;
    height:30px;
	text-align:left;
    color:Black;
    background-color: #FFFFFF;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
    margin-top: 2px;
    cursor: pointer;
 clear:both;

}


.accordionLink{margin:5px;}
.accordionLink a:hover{margin:5px;}


#master_content .accordionHeader a
{
	color:#000000;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	/*background-image:url(/img/bg_cat_over.gif);
	background-position:center;
	background-repeat:no-repeat;*/
	width:540px;
    height:30px;
    color: white;
    font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
    margin-top: 2px;
    cursor: pointer;
    text-align:left;
    clear: both;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color:#f3f3f3;
    border-top: none;
    padding: 5px;
    text-align:justify;
    line-height:15px;
    clear: both;
    width:515px;
    margin-left:10px;
    color:#333;
}