body, html, tr, td, th, pathseparator, h1, h2, h3, h4, h5, p, img
{
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
	border: 0px;
}

body
{
	background: #454a4d url(../images/backgnd.gif) repeat-x top center;
}

a
{
	color: #777;
	font-weight: bold;
	}
a:hover
{
    color: #004887;
	text-decoration: underline;
}

hr
{
	color: #004887;
	height: 1px;
}
.punti
{
	color: #004887;
	height: 1px;
	border-style: dotted;
}

/*****************************************************************************/
/*****************************************************************************/
/* layout pagina */
/*****************************************************************************/
/*****************************************************************************/

div#container
{
	text-align: center;
	height: 100%;
}

div#dummy
{
	text-align: left;
	margin: auto;
	width: 980px;
	clear: both;
}

/******************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/* BANNER TOP */
/*****************************************************************************/
/*****************************************************************************/

div#testata
{
	position: relative;
	width: 980px;
	height: 100px;
	background: #fff url(../images/testata.jpg) no-repeat top left;
}
html > body div#testata
{
	margin-bottom: 0px; /*Opera, Firefox e Safari*/
}
*:first-child + html div#testata
{
	margin-bottom: 0px; /*IE7*/
}



div#testata ul
{
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding-top:99px;
	padding-left:345px;
}
div#testata li
{
	margin:  0px 30px 0px 0px ;
	display: inline;
	padding-left: 15px;

}
div#testata li a
{
	color: #000;
	text-decoration: none;
	font-weight: bold;

}
div#testata li a:hover
{
	color: #fff;
}



div#lingue
{
	background-color: #000;
	text-align: right;
	width: 970px;
    padding:5px;
}
html > body div#lingue
{
	margin: 0px; /*Opera, Firefox e Safari*/
}
*:first-child + html div#lingue
{
	margin: 0px; /*IE7*/
}



/*****************************************************************************/
/*****************************************************************************/


.adrotatortop
{
	margin-top: 24px;
}
html > body .adrotatortop
{
	padding-top: 24px; /*Opera, Firefox e Safari*/
	margin-top: 0px;
}
*:first-child + html adrotatortop
{
	margin-top: 24px; /*IE7*/
}


/*****************************************************************************/
/*****************************************************************************/
/* MENU PRINCIPALE */
/*****************************************************************************/
/*****************************************************************************/
/******************************************************************************/


div#focus
{
	width: 980px;
	height: 133px;
}



/******************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/* FOOTER */
/*****************************************************************************/
/*****************************************************************************/

div#footer
{
	font-size: 10px;
	text-align: center;
	width: 980px;
}

div#footer ul
{
	list-style-type: none;
	margin-top: 8px;
}
div#footer li
{
	margin: 0px 25px 0px 0px;
	display: inline;
}
div#footer li a
{
	color: #646464;
	text-decoration: none;
}
div#footer li a:hover
{
	text-decoration: underline;
}

div#footer a
{
    color: #000;
	text-decoration: none;
}


/******************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*  MENU LEFT  */
/*****************************************************************************/
/*****************************************************************************/

div#menu_left
{
	width: 228px;
	float: left;
	padding: 20px;
	min-height: 300px;
	border-right: 1px solid #6d6d6d;
}

div#menu_left ul
{
	padding: 0px;
}


/******************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*  NEWS  */
/*****************************************************************************/
/*****************************************************************************/

div#news
{
/*
	width: 205px;
	float: right;
*/
	padding-left: 20px;
	padding-right: 20px;
/*	
	padding-top: 35px;
	background-color: #f7f7f7;
*/
}

div#menu_left ul
{
	padding: 0px;
}

div#nuoviservizi
{
	width: 245px;
	float: right;
/*	
    padding-right: 20px;	
    padding-left: 20px;
*/
	padding-top: 35px;
	background-color: #f7f7f7;
}
div#nuoviservizi p
{
    padding: 0px 10px;
}
div#nuoviservizi li
{
    padding: 0px 10px;
}

/******************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*  HOMEPAGE  */
/*****************************************************************************/
/*****************************************************************************/



div.home_box
{
	text-align: justify;
}




/******************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/* CONTENUTO */
/*****************************************************************************/
/*****************************************************************************/

div#content
{
	background-color: #fff;
	overflow: auto;
	text-align: left;
	width: 980px;
	clear: both;
}
html > body div#content
{
	margin: 0px; /*Opera, Firefox e Safari*/
}
*:first-child + html div#content
{
	margin: 0px; /*IE7*/
}



div#subcontent
{
	background-color: #fff;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 35px;
	float:left;
}
html > body div#subcontent
{
	margin: 0px; /*Opera, Firefox e Safari*/
}
*:first-child + html div#subcontent
{
	margin: 0px; /*IE7*/
}



/******************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/* CONTENUTO */
/*****************************************************************************/
/*****************************************************************************/

.box_scheda
{
	background-color: #F5F5F5;
	border: 1px solid #606060;
	padding: 10px;
}

div.tabArea
{
	font-size: 11px;
	font-weight: bold;
}


a.tab
{
	background-color: #f0f0f0;
	border: 1px solid #000000;
	border-bottom-width: 0px;
	padding: 2px 2px 2px 2px;
	position: relative;
	text-decoration: none;
	top: -1px;
	z-index: 100;
}

a.tab, a.tab:visited
{
	color: #808080;
}

a.tab:hover
{
	background-color: #d0d0d0;
	color: #606060;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited
{
	background-color: #c0c0c0;
	color: #000000;
	z-index: 102;
}


div.tabMain
{
	background-color: #c0c0c0;
	border: 1px solid #000000;
	padding: 10px;
	position: relative;
	z-index: 101;
}



.tabella_input
{
	border: 1px solid #ddd;
	width: 100%;
}
.tabella_input_header
{
	background-color: #ddd;
	font-weight: bold;
}
.tabella_input td
{
	border-bottom: 1px solid #ddd;
}
.tabella_input_separatore
{
	background-color: #9d9d9d;
	font-weight: bold;
}

/*****************************************************************************/
/*****************************************************************************/
/* LOGIN */
/*****************************************************************************/
/*****************************************************************************/
/******************************************************************************/


div#login
{
}
div#login p
{
	padding: 5px;
	font-size: 9px;
}


div#login h1
{
	font-size: 11px;
	font-weight: bold;
	color: #343434;
	margin-left: 5px;
}

.login_img
{
	margin-left: 114px;
	margin-top: 2px;
	margin-bottom: 10px;
}





/**************************************/

pathseparator
{
	background-color: #aaaaaa;
}

div.chiusura
{
	clear: both;
}


.fieldsize
{
	font-family: Verdana,arial,sans-serif;
	font-size: 10px;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}
html > body .fieldsize
{
	margin-bottom: 2px; /*Opera, Firefox e Safari*/
}

.pulsanti
{
	text-align: right;
}



/*****************************************************************************/
/* box arrotondato chiaro */

.boxArrotondatoLG
{
	background: #ececec url(../images/admin/lg_sup_sx.gif) no-repeat left top;
	width: 100%;
	min-height: 50px;
	margin-bottom: 10px;
}
.boxArrotondatoLG .aux1
{
	background: url(../images/admin/lg_sup_dx.gif) right top no-repeat;
	min-height: 50px;
}
.boxArrotondatoLG .aux2
{
	background: url(../images/admin/lg_inf_dx.gif) right bottom no-repeat;
	min-height: 50px;
}
.boxArrotondatoLG .aux3
{
	background: url(../images/admin/lg_inf_sx.gif) left bottom no-repeat;
	min-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.boxArrotondatoLG p
{
	padding: 5px;
}


/********************************************************************************/

h1
{
	font-size: 24px;
	color: #000;
	font-weight: bold;
}

h2
{
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

h3
{
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

h4
{
	font-size: 13px;
	color: #6d6d6d;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}





.h2
{
	font-weight: bold;
	font-size: 13px;
	color: #000;
}
.h3
{
	font-weight: bold;
	font-size: 11px;
	color: #000;
}

/******************************************************************/
/* stili per tinymce */

.titolo
{
	font-size: 14px;
	color: #db002f;
	font-weight: bold;
	margin-bottom: 10px;
}


/******************************************************************/
/*  Box contenuto pagine  */
/*****************************************************************************/
/*****************************************************************************/

div.box_contenuto
{
	text-align: justify;
}

div.box_contenuto p
{
	text-align: justify;
}


div.box_contenuto div
{
	text-align: justify;
}

div.box_contenuto img
{
	margin: 0px 0px 20px 20px;
}
/******************************************************************/
/* BOX RICERCA PRODOTTI */

div#box_ricerca_prodotti
{
	width: 545px;
	height: 70px;
	background-color: #6d6d6d;
	padding: 5px;
	margin: 2px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

.brp_TextBox
{
	position: relative;
	border: #ffffff 1px solid;
	border-color: #ffffff #ffffff #ffffff #ffffff;
	background-color: #ffffff;
	background-attachment: fixed;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	margin: 0px;
	width: 130px;
}
.brp_DropDown
{
	position: relative;
	border: #ffffff 0px solid;
	border-color: #ffffff #ffffff #ffffff #ffffff;
	background-color: #ffffff;
	background-attachment: fixed;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	margin: 0px;
	width: 130px;
}
.brp_Panel
{
	width: 230px;
	height: 43px;
	margin: 3px 3px 3px 3px;
	border-right: 1px dotted #d4d4d4;
	text-align: right;
	padding: 10px 20px 10px 10px;
	float: left;
}

.brp_Panel_last
{
	width: 230px;
	height: 43px;
	margin: 3px 3px 3px 3px;
	text-align: right;
	padding: 10px 20px 10px 10px;
	float: left;
}
.brp_Panel input
{
	vertical-align: top;
}
.brp_Panel_last input
{
	vertical-align: top;
}
/* prodotti risultati ricerca */

.prod_allegato
{
	text-align: left;
	margin-bottom: 8px;
}

.prod_allegato img
{
	margin-right: 0px;
	margin-bottom: -3px;
	text-align: left;
	float: none;
}

.prod_sottotitolo
{
	font-size: 11px;
	font-weight: bold;
	color: #3c3c3c;
}
.prod_sottotitolo2
{
	font-size: 11px;
	font-weight: normal;
	color: #3c3c3c;
}
.prod_titolo
{
	font-size: 18px;
	font-weight: normal;
	color: #ff8400;
}

.prod_data
{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #3c3c3c;
	text-transform: capitalize;
}
.prod_data2
{
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #3c3c3c;
	text-transform: capitalize;
}
.prod_testo
{
	font-size: 11px;
	font-weight: normal;
	color: #343434;
}
.prod_box
{
	text-align: justify;
	color: #7d7d7d;
	font-size: 11px;
}
.prod_box p
{
	font-size: 11px;
	text-align: justify;
}

.prod_box b
{
	font-size: 12px;
	color: #ffffff;
}

.prod_box img
{
	float: right;
	margin: 0px 10px 10px 10px;
}

.prod_box_interno
{
	margin: 5px 0px 0px 10px;
	float: left;
	width:100%;
}

.prod_box_interno_img
{
	float: left;
	margin: 8px 5px 5px 0px;
	width: 60px;
	text-align: center;
}


.prod_riga
{
	width: 100%;
	margin: 6px 0px 0px 0px;
	background: url(../images/news_separator2.gif) repeat-x center;
}

/* grid view */

.riepilogo
{
	width: 100%;
	border: solid 0px #ffffff;
}
.small
{
	font-size: 9px;
	color: #606060;
	text-align: justify;
	padding: 5px;
}

