/* Stile creato da Federico Isacchi */


/* TAG */

body, th {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #303344;
	text-align: center;
}

body {
	background-image: url(./gfx/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
}

td {
	/* text-align: left; */
	padding-left; 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

form {
	padding: 20px;
	text-align: center;
}

table {
	table-layout: fixed;
	width: 500px;
	border-collapse: collapse;
}

table, td {
	border: 2px solid #888888;
}

input, textarea {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	background-color: #FAFAFF;
}

a:link {
	color: #0055FF;/*#3366FF;*/
	text-decoration: none;
}

a:hover {
	color: #0055FF;/*#00BBCC;*/
	text-decoration: underline;
}

a:visited {
	color: #009944;
}

/* ID */

#pagina {
	background-color: white;
	width: 800px;
	/*height: 480px;*/
	margin: 0 auto;
}

#intestazione {
	padding-top: 10px;
	padding-bottom: 15px;
}

#barra {
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 25px;
	height: 340px;
}

#contenuto {
	float: left;
	padding: 4px;
	width: 625px; /* attenzione al tag hr! */
	text-align: justify;
}

#footer {
	clear: both;
	font-size: 10px;
	color: #777788;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* CLASSI */

.plt {
	text-align: center;
}

.plt a {
	color: #777777;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.plt a:hover {
	color: black;
	text-decoration: underline;
}

.titolo {
	border: 0px solid black;
	padding: 10px;
	padding-bottom: 0px;
	font-size: 18px;
	color: #0033CC;
}

.sottotitolo {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #220011;
}

.smalltext {
	font-size: 10px;
}

.rigaTitoli {
	background-color: #EDFCED;
	text-align: center;
	font-weight: bold;
}

.riga0 {
	background-color: #EDFCFF;
}

.riga1 {
	background-color: #D1F0F2;
}

.news {
	padding-left; 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.news a:link {
	color: black;
	text-decoration: none;
}

.news a:hover {
	color: #0055FF;
	text-decoration: underline;
}

.new_ow {
	color: red;
	font-weight: bold;
}

.etichetta_campo {
	text-align: right;
}

.campo {
	text-align: left;
}

.categoria_barra {
	font-size: 12px;
	font-weight: bold;
	color: #220011;
}

.topDownloadPlt {
	text-align: right;
	font-size: 11px;
	color: #303344;
	margin-top: 26px;
	margin-bottom:14px;
}

.titoloProdotto {
	font-size: 16px;
	float: left;
}

/* per 2 colonne */
.colonne {
	width:100%;
	border-width:0px;
}
.col1 {
	width:50%;
	border-style:solid;
	border-color:#bbbbbb;
	border-width:0px 2px 0px 0px;
	vertical-align:top;
	height:200px;
}
.col2 {
	border-width:0px;
	vertical-align:top;
}