/* impostazioni genereali pagina */
body {
	background-color: White;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 19px;
	background: White url(images/struttura/sfondo.jpg) repeat-x;
}

a {
	text-decoration: none;
	color: Green;
}

a:hover {
	text-decoration: none;
	color: Blue;
}


/* Struttura */

.tb_frameup {
	height: 80px;
	width: 760px;
	background-color: White;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
}


.tb_corpo {
	width: 760px;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	vertical-align: top;
	background-color: White;
	vertical-align: top;
}


td.login input {
	font-size: 9px;
	height: 10px;
	color: Green;
}

.tb_framedown {
	height: 30px;
	width: 760px;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-top: 1px solid Silver;
	background-color: White;
}

/* classi di testo */

td.titolo {
	height: 30px;
	font-size: 19px;
	font-family: sans-serif;
	color: Navy;
	padding-left: 24px;
	padding-top: 25px;
	vertical-align: top;
	background: url(images/struttura/bgtitolo.jpg) no-repeat top;
}

td.titolo img {
	text-align: right;
	vertical-align: top;
	
}

.titololetto {
	font-size: 14px;
	font-weight: bold;
	color: Navy;
}

.titololetto_rosso {
	font-size: 14px;
	font-weight: bold;
	color: red;
}

.testopiccolo {
	font-size: 9px;
	color: #262626;
	line-height: 13px;
}

.testomedio {
	font-size: 10px;
	color: #262626;
}

td.testocorpo  {
	font-size: 10px;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	background-image: url(images/struttura/sfondo.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-left: 1px dotted #D0D0D0;
}

.copyright {
	font-size: 10px;
	color: #A6A6A6;
	text-decoration: none;
	padding-left: 10px;
	line-height: 15px;
}

.copyright a {
	font-size: 10px;
	color: #A6A6A6;
	text-decoration: none;
}

.copyright a:hover {
	font-size: 10px;
	color: #00008B;
	text-decoration: none;
}



/* pulsanti */

.pulsanti a {
	font-size: 10px;
	text-decoration: none;
	color: #414141;
	padding-left: 15px;
	font-weight: bold;
}

.pulsanti a:hover {
	color: #1F44AD;
}

/* sottopulsanti */

.sottopulsanti a {
	font-size: 10px;
	text-decoration: none;
	color: #3A6A94;
	font-weight: bold;
}

.sottopulsanti a:hover {
	color: #1F44AD;
}


/* immagini */
img.images-dx {
	margin-left: 10px;
	border-color: #B9B9B9;
}

img.images-sx {
	margin-right: 10px;
	border-color: #B9B9B9;
}


/** TABELLA NEWS / GALLERY  ---------------------------------------------  **/

table.tprod {
	/*width: 550px;*/
	color: Black;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


td.tprod_titolo {
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	background-color: #EAFFEC;
}


td.tprod_img {
	background-color: White;
	text-align: center;
	height: 120px;
	background-color: White;
	border: none;
}


td.tprod_descr {
	text-decoration: none;
	line-height: 15px;
	text-align: left;
	vertical-align: top;
	height: 70px;
	background-color: White;
}

td.tprod_tasti {
	background-color: #F6F6F6;
	border-bottom-color: #CFCFCF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	height: 25px;
	text-align: right;
}

.paginazione  {
	text-align: center;
	font-size: 12px;
}

.paginazione a {
	color: Green;
	text-decoration: none;
}

.paginazione a:hover{
	color: #1E90FF;
}
