/* Copyright 1802
http://homepage.mac.com/matteo.discardi

Serie Perla (versione 2.0)
*/

html, body
{
	margin: 0;
	padding: 0;
}

body
{
	background-color:#063;
	color: #000;
	font-family: Georgia, Garamond, Trixie-plan, Times, "Times New Roman", serif;
	font-size: 11px;
}

#intro
{
	width: 550px;
	margin: 0 auto;
	text-align: center;
}

#container
{
	position: relative;
	width: 500px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	border-width: 0 1px;
	border-style: solid;
	border-color: #CCC;
}

#testa
{
	background-image: url(img/cofipologo.jpg);
	height: 230px;
	background-repeat: no-repeat;
	background-position: center;
}

#content
{
	width: 496px;
	padding: 0;
	float: left;
}

div.news
{
	width: 476px;
	border-color: #CCC #999 #999 #CCC;
	border-width: 1px;
	border-style: solid;
	padding: 0;
	margin: 10px;
	background: #FFF;
}

div.news:hover { border-color: #CCC #333 #333 #CCC; }

div.space
{
	width: 476px;
	height: 200px;
	padding: 0;
	margin: 0;
	background: #FFF;
}

.hide { display: none; }

p
{
	color: #333;
	margin: 10px;
}

input
{
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	color: inherit;
}

.red { color: #F30; }

ul.lista, ul.roman, ul.alpha
{
	list-style-type: disc;
	list-style-position: outside;
	margin: 5px 30px;
	padding: 0;
	font-style: inherit;
	font-variant: inherit;
	font-weight: 400;
	color: inherit;
}

ul.roman { list-style-type: decimal; }
ul.alpha { list-style-type: lower-latin; }
b, strong { font-weight: 700; }

em, i
{
	display: block;
	margin: 10px 90px 10px 160px;
	font-style: italic;
	font-size: 20px;
	font-weight: 300;
	color: #666;
	line-height: 90%;
}

p em, li em, p i, li i
{
	display: inline;
	margin: 0;
	font-size: 11px;
	font-style: italic;
}

h1, h2
{
	margin: 0;
	padding: 0.1em 10px;
	text-transform: uppercase;
	color: #333;
	text-align: left;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #A5A6AD;
	background-image: url(img/sidebar1.jpg);
	font-weight: 400;
	font-family: tahoma, "Lucida Grande", Verdana, Arial, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

h2
{
	border-style: none;
	color: #FFF;
	text-align: center;
	border-color: #000;
	background-image: url(img/sidebar2.jpg);
}

a, a:visited
{
	color: #060;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
	color: #F30;
}

/* Tutte le immagini */
img, img:active, img:hover { border: none; }

/* Immagine grande in fondo pagina, NON bordata */
img.immagine1
{
	width: 100%;
	margin: 0 0 6px 0;
	border: none;
}

/* Immagine grande in fondo pagina, bordata */
img.immagine2
{
	width: 100%;
	margin: 5px 0;
	border-width: 1px;
	border-color: #A5A6AD;
	border-style: solid;
}

/* Immagine piccola inizio news, bordata */
img.immagine3
{
	width: 80px;
	float: right;
	clear: right;
	margin: 0 0 5px 5px;
	border-width: 1px;
	border-color: #A5A6AD;
	border-style: solid;
}

/* Immagine piccola inizio news, NON bordata */
img.immagine4
{
	width: 100px;
	float: right;
	clear: right;
	margin: 0 0 5px 5px;
	border-style: none;
}

/* Immagine variabile dx, bordata (Lamu) */
img.immagine5
{
	margin: 0 0 10px 10px;
	border-width: 1px;
	border-color: #A5A6AD;
	border-style: solid;
	float: right;
	clear: right;
}

/* banner */
img.immagine6 { margin: 0; }

/* hacks per il float */
hr, hr.fondo
{
	clear: right;
	margin: 0;
	visibility: hidden;
}

hr.fondo
{
	clear: both;
	visibility: hidden;
}

/* Stili menu orizzontale */
p.hide { display: none; }

#hormenu
{
	width: 100%;
	margin: 0;
	padding: 0.1em 0;
	float: left;
	font: 11px "Lucida Grande", Verdana, Arial, Tahoma, Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #2c2c2c;
	border-color: #A5A6AD;
	border-width: 1px 0;
	border-style: solid;
}

#hormenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#hormenu li
{
	width: 70px;
	float: left;
	margin: 0;
	padding: 0.2em 0;
	color: #000;
}

#hormenu a
{
	display: block;
	color: #FFFFFF;
	text-shadow: #000 2px 2px 1px;
	text-decoration: none;
}

#hormenu a:hover
{
	color: #0066CC;
}

/* Footer */
#footer
{
	margin: 0;
	padding: 0.2em 0;
	text-align: center;
	background-color: #2c2c2c;
	border-color: #A5A6AD;
	border-width: 1px 0 0 0;
	border-style: solid;
}

a.footer
{
	color: #CCC;
	text-shadow: #000 2px 2px 1px;
	text-decoration: none;
}

/* Tabelle */
table { width: 100%; }

tr, tbody, table
{
	width: 100%;
	border-width: 0;
	margin-top: 5px;
}

tr.legenda
{
	background-color: #333;
	color: #FFF;
	font-weight: 700 !important;
	text-transform: uppercase;
}

/* Tabelle Manuali*/
td.nome
{
	width: 80%;
	border-bottom: #999;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

td.size
{
	width: 20%;
	border-bottom: #999;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

/* Tabelle Ricambi*/
td.Codice
{
	width: 22%;
	border-bottom: #999;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

td.Descrizione
{
	width: 58%;
	border-bottom: #999;
	border-width: 0 0 1px 1px;
	border-style: solid;
	font-weight: 700;
}

td.Disponibilita
{
	width: 5%;
	border-bottom: #999;
	border-width: 0 0 1px 1px;
	border-style: solid;
	text-align: right;
}

td.prezzo
{
	width: 15%;
	border-bottom: #999;
	border-width: 0 0 1px 1px;
	border-style: solid;
	text-align: right;
}

td:hover { background: #ECECEC; }

