/* ================== 
TEMPORANEO
=====================  */

#enter
{
	margin: 20px auto;
	width: 760px;
	padding: 20px;
	background: white;
	border: 1px dashed red;
	text-align: center;
}

#firma { color: #33F; }

/* ==================  */

/* ================== 
LAYOUT
=====================  */

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	line-height: 14px;
}


#wrapper
{
	position: relative;
	min-height: 90%;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	border: none;
}

#testata
{
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-bottom: 1px solid #000;
	height: 80px;
}

#nav { margin: 5px 0px; }

#nav ul
{
	list-style-position: outside;
	padding-left: 1px;
	list-style-type: none;
}

#nav li
{
	float: left;
	margin: 0 5px;
	font-size: 14px;
}

#nav a
{
	color: black;
	font-size: 13px;
}

#ricerca { float: right; 
width:250px;
text-align:right;
margin-top:10px;
}

#q
{
	font-size: 10px;
	width: 110px;
}

#go
{
	font-size: 10px;
	width: 30px;
	color: #fff;
	background-color: #369;
}

fieldset
{
	border: none;
	margin: 0;
	padding: 0;
}

h1
{
	margin: 20px;
	padding: 0;
}
h1 span { display: none; }

h2 { color: rgb(75,120,115); 
padding:4px;
line-height: 1.3em;
}

h3
{
	margin: 0; padding: 10px 0;
	color: rgb(75,120,115);;
	font-size:14px;
}

#main
{
	text-align: left;
	margin: 60px 0 0;
	padding: 0;
	width: 760px;
}

body#home #main { 
	margin: 80px 0 0;
}


p { color: black; }

#footer
{
	position: absolute;
	bottom: 0;
	margin: 5px;
	padding: 0;
	height: 25px;
	border-top: 1px solid #000;
	width: 100%;
	text-align: center;
	line-height: 25px;
}

#footer p { margin: 0; }

#spazio {
margin-left: 50px;
}

#tb_prodotti {
width:100%;
border:1px solid #ccc;
}

¥uno {
width:340px;
}

.tr_1 {
background: #ccc;
}



/* ================== 
LINKs
=====================  */

a
{
	text-decoration: underline;
	color: blue;
}

#nav ul li a, #ricerca a
{
	text-decoration: none;
	color: black;
	
}

.space {
padding: 0 10px 0 0;
}
a:hover, #nav ul li a:hover
{
	text-decoration: underline;
	color: #f00;
}

#hp
{
	border: none;
	margin: 5px auto;
	height: 265px;
	width: 760px;
}

th {
font-size:15px;
font-weight:bold;
background: rgb(75,120,115);
padding:10px;
text-align:center;
color:white;
}

#dati td {
padding: 2px 20px;
	background-color: transparent;
}

.bg1 {
	background-color: #ddd;
}

.bg2 {
	background-color: #fff;
}
/*
a img { border: rgb(75,120,115) 4px solid; }
a:hover img { border: 4px solid white; }
*/
#hp a span
{
	background-color: rgb(75,120,115);
	visibility: hidden;
	line-height: 20px;
	padding: 2px 5px;
}

#hp a:hover span { visibility: visible; }

#hp a
{
	text-decoration: none !important;
	font-size: 13px;
	color: white;
}

hr.hide
{
	clear: both;
	visibility: hidden;
	margin: 5px 0;
	height: 1px;
	background-color: #666;
}

.C { text-align: center; }

.CB
{
	text-align: center;
	font-weight: bold;
}

.Cbl
{
	text-align: center;
	background-color: white;
}

.L { text-align: left; }
.R 
{ 
	text-align: right; 
	padding-right:6px;
}

.RB
{
	text-align: right;
	font-weight: bold;
	padding-right:6px;
}

td
{
	text-align: left;
	line-height: 1.6em;
	padding:2px 3px;
}

/* ================== 
INLINE ELEMENTS
=====================  */

img { border: none; }

hr
{
	height: 1px;
	border: 0px;
	color: #DEDFE7;
}

/* ================== 
CLASSI
=====================   */

hr.return
{
	clear: both;
	visibility: hidden;
	margin: 0;
	height: 1px;
	background-color: #666;
}

.red { color: red; }
