@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin:0;
	padding:0;	
}
body {
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
}
div { 
	height: 1%; 
	min-height: 1%; 
}
td {
	border:solid 1px #ccc;
	padding:15px;
}
p, form {
	margin:0px;
}
ul {
	margin-left:10px;
	padding:0;
}
img {
	display:inline;
	border:none;
}
a:link, a:active, a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	text-decoration:none;	
}
a.titolo:link, a.titolo:active, a.titolo:visited {
	color: #990000;
	text-decoration:none;
	font-weight:bold;
}
a.titolo:hover {
	text-decoration:underline;	
}
a.specifica:link, a.specifica:active, a.specifica:visited {
	text-decoration:underline;	
}
a.specifica:hover {
	text-decoration:none;	
}
#wrapper {
	width: 945px;
	margin: 0 auto;
}
#testata {
	height:250px;
	background-image:url(images/head.jpg);
	margin-bottom:5px;
	margin-top:5px;
}
.column_225 {
	float:left;
	width:225px;
}
.column_720 {
	float:left;
	width:720px;
}
.clear_float {
	visibility: hidden;
	clear: both;
	height: 0px;
    font-size: 0;	
	display: block;
}
.specifica {
	font-size: 9px;
	color:#666;
}
.titolo {
	color: #990000;
	text-decoration:none;
	font-weight:bold;
}
.titolo_nav {
	font-weight:bold;
	font-size: 13px;
	color:#FFF;
}
.div_prodotti {
	margin-left:10px; 
	margin-top:10px; 
	margin-bottom:10px; 
	float:left; 
	width:138px; 
	padding:15px; 
	border:solid 1px #CCC;
}
.div_prodotto {
	margin-left:10px; 
	margin-top:10px; 
	margin-bottom:10px; 
	width:678px; 
	padding:15px; 
	border:solid 1px #CCC;
}
.tdadmin {
	border-top:none;
	border-bottom:solid 1px #ccc;
	border-left:none;
	border-right:none;
	padding:7px;
}
.form_admin {
	width:300px; 
}
