/* generici */

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #5D5D5E;
	font-size: 11px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table,tr,td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img{
	border: 0px none White;
}

a, a:visited {
	color: #141617;
	text-decoration: none;
}

a:hover {
	color: #494c4f;
	text-decoration: none;
}

/* form generico */

form{
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

select {
	font-size: 10px;
	border: 1px solid Black;
}

option {
	font-size: 10px;
	background-color: White;
}
	
input {
	font-size: 10px;
	background-color: White;
	border: 1px solid Black;
}

textarea {
	font-size: 10px;
	border: 1px solid Black;
}

button {
	font-size: 10px;
}

/* box */

DIV.boxMain{
	width: 834px;
	background-image: url(../../images/bgombra.gif);
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

DIV.boxCentrale{
	width: 800px;
	background-color: #FFFFFF;
}

DIV.boxCentraleCorpo{
	padding: 10px 10px 10px 10px;
}

DIV.clearer {
	clear: both;
}

/* @group news */

DIV.newsTit{
	font-size: 13px;
	color: #000000;
	text-align: left;
}

DIV.newsDetTit{
	font-size: 14px;
	color: #000000;
	text-align: left;
	margin-bottom: 20px;
}

DIV.newsDetTxt{
	margin-top: 20px;
	text-align: justify;
	color: #000000;
}

DIV.newsAttach{
	margin-top: 15px;
}

/* @end */

/* @group prodotto */

TABLE.tabellaProdotto{
	border: 0px none #000000;
	width: 788px;
}

TABLE.tabellaProdotto TD.tdFoto{
	padding: 3px 8px 5px 0px;
}

TABLE.tabellaProdotto TD.tdDati{
	padding: 5px 3px 0px 2px;
}

DIV.prodTitoletti{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

DIV.prodTesto{
	text-align: justify;
}

DIV.prodAttach{
	margin-top: 15px;
	text-align: right;
	border-top: 2px solid #FBC300;
	padding-top: 5px;
}

DIV.boxGray{
	width: 788px;
	font-size: 2px;
	height: 7px;
	background-color: #DEDEDE;
	margin-top: 5px;
	margin-bottom: 8px;	
}

DIV.boxIcone{
	width: 788px;
	margin-top: 5px;
	margin-bottom: 8px;	
}

TABLE.tabellaIco{
	border: 0px none #000000;
	width: 780px;
}

TABLE.tabellaIco TD.tdIco{
	padding: 2px 2px 2px 2px;
	text-align: center;
	width: 130px;
}

TABLE.tabellaIco TD.tdIcoTxt{
	padding: 2px 2px 2px 2px;
	text-align: center;
	font-style: italic;
	width: 130px;
}

DIV.boxLegenda{
	width: 788px;
	margin-top: 5px;
	margin-bottom: 15px;	
	text-align: center;
	border-top: 8px solid #DEDEDE;
	padding-top: 15px;
}

TABLE.tabellaLegenda{
	border: 0px none #000000;
	width: 700px;
}

TABLE.tabellaLegenda TD.tdIco{
	padding: 2px 2px 2px 2px;
	text-align: left;
	width: 5%;
}

TABLE.tabellaLegenda TD.tdIcoTxt{
	padding: 2px 2px 2px 2px;
	text-align: left;
	font-style: italic;
	width: 20%;
}

/* @end */

/* home */

TABLE.tabellaHome{
	border: 0px none #000000;
	width: 750px;
}

DIV.homeNomeProd{
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

/* carrello */

TABLE.carrello{
	border-bottom: 2px solid #CFD0D1;
}

TD.carTxtTestata{
	background-color: #003F7D;
	color: #FFFFFF;
	font-weight: bold;
}

A.linkBlu{
	color: #003F7D;
	font-weight: bold;
}

A:hover.linkBlu{
	color: #ACACAC;
	font-weight: bold;
}

/* footer */

DIV.boxFooter{
	width: 788px;
	margin-top: 5px;
	margin-bottom: 15px;	
}

DIV.boxFooterCorpo{
	padding: 10px 10px 10px 10px;
}