/* otticamichelevolpinari.css */

body {
	padding: 0px;
	margin: 0px;
	background-color: #333333;
	color: black;
	text-align:left;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size:11px;
	font-style: normal;
	line-height: 1.4em;
}

div {
	margin:0px;
	padding:0px;
	border: 0px solid black;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: inerhit;
}
a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
	background-color: inerhit;
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	background-color: inerhit;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: inerhit;
}

a.ABC_link:link {
	color: white;
	text-decoration: none;
	font-weight: normal;
	background-color: inerhit;
}
a.ABC_link:visited {
	color: white;
	text-decoration: none;
	font-weight: normal;
	background-color: inerhit;	
}
a.ABC_link:hover {
	color: black;
	text-decoration: none;
	font-weight: normal;
	background-color: inerhit;	
}
a.ABC_link:active {
	color: white;
	text-decoration: none;
	font-weight: normal;
	background-color: inerhit;	
}


table {
	border-collapse: collapse;
	width:100%;
	border:0px;
	margin:0px;
}

form {
	display:inline;
	margin:0px;
	padding:0px;
}

.allinea-sinistra {
	float:left;
	text-align:left;
}

.allinea-destra {
	float:right;
	text-align:right;
}


.clearBoth {
	font-size:1px;
	clear:both;
}


/* form */
.modulo {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size:11px;
	color: #000000;
	border: 1px solid white;
	background-color: #ffffff;
}


.Bottone {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size:11px;
	color: #ffffff;
	border: 1px solid #000000;
	background-color: #000000;
}


/* pagine */
.divCentrato {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/sfondo-pagina.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

.Pagina {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
}


.credits {
	text-align:center;
	margin:5px;
	color: white;
}

.indirizzo {
	text-align:left;
	color: white;
	margin: 20px 0px 0px 10px;
	float:left;
	width: 750px;
}

.paginaBottom {
	height: 72px;
	background-color: #666666;
	background-image:url(img/sfondo-bottom.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:15px;
}

.BoxCatalogo {
	background-color:white;
	width:184px;
	height:180px;
	border:1px solid white;
	float:left;
	margin:2px;
	text-align:center;
}

.BoxCatalogoTop {
	background-color:#E0DFE3;
	padding: 6px 2px 5px 20px;
	height:20px;
	text-align:left;
	background-image:url(img/freccina.png);
	background-repeat:no-repeat;
	background-position: 2%;
}

ul {
	margin:3px;
	padding:5px;
}

li {
	margin:5px;
	padding:0px;	
}


.MenuProdotti {
	width:325px;
	float:left;
	padding:4px;
	color: white;
	background-color: #666666;
}

.voceMenuProdotti {
	border-top:0px;
	padding: 3px 2px 3px 14px;
	margin: 1px 0px 0px 0px;
	background-image:url(img/freccina.png);
	background-repeat:no-repeat;
	background-position: 98% 50%;
	color: white;
	background-color: #3a3a3a;
}

.Contenuti {
	float:left;
	width: 572px;
	padding: 15px 5px 15px 10px;
	background-image:url(img/sfondo-contenuti.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:black;
	
}

.freccina {
	width:20px;
	float:left;
	background-image:url(img/freccina.png);
	background-repeat:no-repeat;
	background-position:top left;
	height: 40px;
}


/* testi */
.selezionato {
	color: #660000;
	background-color:transparent;
	
}

/* form del catalog */

.divForm {
	width:550px;
	margin:10px;
}

.divLabel {
	float:left;
	text-align:left;
	width: 180px;
	margin:3px;
	font-weight:bold;
}

.divField {
	float:left;
	text-align:left;
	width: 350px;
	margin:3px;
}



/* link su sfondo bianco */
a.LinkCatalogo:link {
	color: #3a3a3a;
	text-decoration: none;
	font-weight: bold;
	background-color: inerhit;
}
a.LinkCatalogo:visited {
	text-decoration: none;
	color: #3a3a3a;
	font-weight: bold;
	background-color: inerhit;
}
a.LinkCatalogo:hover {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
	background-color: inerhit;
}
a.LinkCatalogo:active {
	text-decoration: none;
	color: #3a3a3a;
	font-weight: bold;
	background-color: inerhit;
}

a.LinkPiccolo:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size:10px;
	background-color: inerhit;
}
a.LinkPiccolo:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: inerhit;
	font-size:10px;
}
a.LinkPiccolo:hover {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
	font-size:10px;
	background-color: inerhit;
}
a.LinkPiccolo:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: inerhit;
	font-size:10px;
}

.menuBottom {
	text-align:center;
	margin:10px 0px 20px 0px;
	color:white;
	background-color:transparent;
}

.riquadroBianco {
	background-color:white;
	border:1px solid white;
	margin:1px;
}

.riquadroBiancoTop {
	background-color:#E0DFE3;
	padding: 6px 2px 5px 20px;
	height:20px;
	text-align:left;
	background-image:url(img/freccina.png);
	background-repeat:no-repeat;
	background-position: 2%;
}

a.linkMenu:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: inerhit;
}
a.linkMenu:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: inerhit;	
}
a.linkMenu:hover {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	background-color: inerhit;	
}
a.linkMenu:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
	background-color: inerhit;	
}

.dove-siamo {
	background-image: url(img/occhiali.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

/*
colori

grigio chiaro #E0DFE3;
grigio bottom #666666;
grigio scuro #3a3a3a;

rosso #660000;

*/