﻿
body {
	margin: 0; /* rimuoviamo i margini di pagina */
	text-align: center; /* sfruttiamo un bug di IE per allineare tutto globalmente */
}
body img {border:none;}


div.contenitore {
	background-color:#ffffff; 
	color: #000000; 
	margin:0 auto; /*Centra il container nella pagina*/
	width: 900px;
	font-family: "MS Reference Sans Serif", Arial, sans-serif; 
	text-align: justify;
	font-size:9pt;
}

.topplace {background: url('../images/topdx.png') no-repeat right top;}
.bottomplace {background: url('../images/downdx.png') no-repeat right top; display:block; clear:both;}
img.placeborder {width:20px; height:20px; border:none; display:block !important; }

a {text-decoration:none;}
a:link {color:blue; text-decoration:none;}
a:hover {color:red; text-decoration:none;}
a:focus {outline: 0; }
a.opacity img {filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;} a.opacity:hover img {filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;} 
/* a.opacity {filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;} a.opacity:hover {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;} */  /*disattivato, per strano effetto sulle trasparenze */


header {text-align:center;}

nav {
	margin:0 90px 0 90px;
	width:720px;
	height:38px;
}


div.colonnasinistra {
	margin: 0 0px 0 7px; 
	background-color:#ffcc00; 
	color:#000000; 
	width: 190px;
	float: left;
}
div.colonnasinistra p {margin: 0 5px 0 5px;}

.topsx {background: url('../images/topdxleft.png') no-repeat top right; }
.bottomsx {background: url('../images/downdxleft.png') no-repeat top right; }
img.placeborder {width:20px; height:20px; border:none; display:block !important;}


div.contenuto {
	margin: 0 200px 0 200px;
	width: 485px;
	height: 1100px;
	clear: right;
	padding-left:7px;
	padding-right:7px;
}


table.prodotti {
	width:485px;
	border-width: 0;
	border-collapse: collapse;
}
table.prodotti p#prod {
	width:110px; 
	height:150px; 
	float:left; 
	text-align:center; 
	margin-top:10px;
}
table.prodotti p#info {
	margin-left:140px;
	margin-top:10px; 
	width:330px;
}

table.prodotti td.riga {
	border: 1px solid #cccccc;
}
tr.cambia-colore td:hover {
	background-color: #cccccc;
}

tr.par1 {
	background-color: #cccccc;
}

div.colonnadestra {
	margin: 0 7px 0 0px; 
	background-color: #ffcc00; 
	color: #000000;
	width: 190px;
	float: right;
	margin-top: -1100px;
}
div.colonnadestra p {
	margin: 0 5px 0 5px; 
}

.topsx {background: url('../images/topdxleft.png') no-repeat top right; }
.bottomsx {background: url('../images/downdxleft.png') no-repeat top right; }
img.placeborder {width: 20px; height: 20px; border: none; display: block !important;} 


div.basso {
	background-color:#3467ff;
	width:886px;
	margin:2px 7px 0px 7px;
	color:#ffffff;
}	
div.basso p {
	text-align:center;
	margin: 0 5px 0 5px;
	font-size:8pt;
	color:#ffffff; 
}

.barrasopra {background: url('../images/sopradx.gif') no-repeat right top;}
.barrasotto {background: url('../images/sottodx.gif') no-repeat right top; display:block; clear:both;}
img.placeborder {width:20px; height:20px; border:none; display:block !important; }

div.lingua {position:fixed; right:5px; top:50px; width:40px;}
div.bookmark {position:fixed; right:5px; top:350px; width:40px;}



