body {
	background-color: #EEEEEE;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* centra in IE */
	font-size: 12px;
	margin: 10px;
	}

#container {
    margin: 0px auto; /* centra DIV */
	text-align: left;
	display: block;
	width: 950px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background: #FFFFFF;
	padding: 1px;
	min-height: 500px;
	/* hack per IE */
	height: auto !important;
	height: 500px;
	}

#content {
	display: block;
	}
	
#splash {
	text-align: center;
	margin-top: 110px;
	margin-bottom: 80px;
	}

#footer {
    margin: 0px auto; /* centra DIV */
	text-align: center;
	display: block;
	width: 950px;
	padding: 15px 1px 10px 1px;
	background: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	}
	
#footer p {
	color: #1A486C;
	font-size: 10px;
	text-align: center;
	}

#footer a {
	color: #1A486C;
	font-weight: normal;
	}
	
h1 	{
	font-size: 24px;
	font-weight: normal;
	color: #AFCFE0;
	margin: 20px auto 20px auto;
	}

h2, h2 a 	{
	font-size: 18px;
	font-weight: normal;
	color: #AFCFE0;
	margin: 20px auto 10px auto;
	}

p, li , table {
	font-size: 12px;
	color: #333333;
	}
	
p.azienda {
	color: #1975A2;
	text-align: center;
	}
	
div.condizioni {
	clear: left;
	display: block;
	float: left;
	font-size: 11px;
	text-align: justify;
	}


div.testocondizioni {
	width: 400px;
	height: 380px;
	overflow: auto;
	padding-right: 20px;
	}
	
#contactformext {
	display: block;
	float: left;
	margin-left: 60px;
	margin-top: 0px;
	}

#contactformext p {
	width: 320px;
	background: white;
	border: none;
	color: #1A486C;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin: 0px auto 5px auto;
	}

#contactform {
	display: block;
	float: left;
	padding: 10px;
	border: 2px dotted #0D597B;
	background: #E4EEF4;
	color: #1A486C;
	}
	
#contactform table {
	width: 300px;
	}

#contactform input, textarea {
	border: 1px solid #1A486C;
	}

li 	{
	line-height: 18px;
	}
	
a	{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #333333;
	text-decoration: underline;
	}

a.menuverticale {
	font-size: 10px;
	font-weight: normal;
	}

a.menuverticale img {
	border: 1px solid white;
	}

a.menuverticale:hover img {
	border: 1px solid #AAAAAA;
	}
div.itemlistselected a.menuverticale:hover  {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#menu {
	background-color: #1A486C;
	padding: 2px;
	font-size: 12px;
	color: #DDDDDD;
	text-align: center;
	}
	
a.linkmenu {
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
	}
	
a.linkmenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
img.bordato {
	border: 1px solid #999999;
	}

.previewbordato {
	height: 80px;
	width: 80px;
	border: 1px solid #999999;
	}
	
.previewbordato img{
	vertical-align: middle;
	}

	
a:hover  .previewbordato {
	border: 1px solid #333333;
	}
	
table.conbordo {
	color: #333333;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	}

table.conbordo  th {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #7DAAC1;
	font-weight: bold;
	color:#EEEEEE;
	}

td.etichetta {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #7DAAC1;
	font-weight: bold;
	}

td.valore {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #EEEEEE;
	}
	
tr.over {
	background: #BBBBBB;
	}
	
tr.out {
	background: #EEEEEE;
	}
	
tr.over td, tr.out td{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}

caption {
	background: #1A486C;
	color: #DDDDDD;
	font-weight: bold;
	padding: 5px;
	height: 24px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	}
	
.small {
	font-size: 10px;
	font-weight: normal;
	}
	
a.small:hover {
	text-decoration: none;
	font-weight: bold;
	}

input.edit, select.edit, textarea.edit {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #ffffff;
	color: #000033;
	border: 1px solid #0D597B;	
	}
	
input.edit {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 150px;
	}
	
input.editsmall {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 50px;
	border: 1px solid #1A486C;	
	}

select.editsmall {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
	border: 1px solid #1A486C;	
	}

input.editmedium {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 100px;
	}
	
select.edit {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	}
	
textarea.edit {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 150px;
	height: 100px;
	}
	
textarea.bigedit {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	width: 300px;
	height: 200px;
	}
	
input.bottone {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 70px;
	font-weight: bold;
	color: #1A486C;
	padding: 5px;
	}
	
#progressbar {
	visibility: hidden;
	width: 200px;
	padding: 20px;
	z-index: 2;
	position: absolute; 
	top: 300px;
	left: 400px;
	
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: blink;
	color: #333333;
	border: 2px dotted #666666;
	background: #EEEEEE;
	}

#catalogo {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	width: 850px;
    min-height: 380px;
	}
	
.boxcategoria {
	margin: 20px auto 10px auto;
	display: block;
	float: left;
	width: 100%;
	}

.listalinee {
	float: left;
	display: block;
	border-bottom: 1px solid #1A486C;
	width: 620px;
	}

#frecciacategoria {
	float: left;
	display: inline;
	width: 12px;
	height: 30px;
	position: relative;
	top: 15px;
	margin-right: 10px;
	}

#iconacat {
	float: left;
	display: inline;
	position: relative;
	top: -34px;
	margin-right: 3px;
	}

table#tabellacatalogo tr.spaziatura {
	height: 20px;
	}
	
table.cellacategoria {
	border-bottom: 2px solid #1A486C;
	margin-bottom: 10px;
	}
	
table.cellalinea {
	border: 1px solid white;
	border-bottom: 1px solid #1A486C;
	margin-bottom: 11px;
	}
	
p.nomecategoria  {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	color: #F31222;
	padding-bottom: 4px;
	padding-right: 4px;
	margin-top: 0px;
	}

td.nomelinea {
	text-align: center;
	width: 120px;
	padding-bottom: 4px;
	}

a.linknomelinea p {
	margin: 0px;
	font-size: 12px;
	text-align: center;
	color: #1A486C;
	}
	
p.nomelineacatalogofoto {
	font-size: 15px;
	font-weight: bold;
	color: #F31222;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 6px;
		}

a.linkpreviewcatalogooff {
	font-size: 10px;
	color: #F31222;
	text-transform: uppercase;
	font-weight: normal;
	border: 1px solid #1A486C;
	padding: 2px;
	text-decoration: none;
	float: right;
	margin-top: 1px;
	}
a.linkpreviewcatalogooff:hover{
	color: #1A486C;
	}
a.linkpreviewcatalogoon {
	font-size: 10px;
	color: #1A486C;
	text-transform: uppercase;
	font-weight: normal;
	border: 1px solid #1A486C;
	padding: 2px;
	text-decoration: none;
	float: right;
	margin-top: 1px;
	}
a.linkpreviewcatalogoon:hover {
	color: #F31222;
	}

a.linknomelinea  {
	font-weight: normal;
	text-decoration: none;
	}

a.linknomelinea p:first-letter {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
a.linknomelinea:hover {
	font-size: 12px;
	text-align: center;
	color: #1A486C;
	text-decoration: none;
	font-weight: bold;
	}

#titolo {
	margin-top: 20px;
	float: left;
	display: inline;
    width: 40px;
	margin-left: 10px;
    height: 340px;
	text-align: right;
	}

#home {
	margin-left: 30px; 
	display: block;
	float: left;
	}
	
div#headscroll {
	border: 2px solid #F31222;
	display: block;
	width: 110px;
	margin: 0px;
	clear: both;
	}

a.hscat, a.hscat:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #1A486C;
	}

a.hslinea, a.hslinea:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #1A486C;
	}

a.testascroll, a.testascroll:hover {
	font-size: 11px;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #1A486C;
	border: 2px solid #F31222;
	display: block;
	width: 100px;
	margin-top: 20px;
	clear: both;
	text-transform: uppercase;
	}
	
#testadesigner {
	display: block;
	width: 120px;
	margin-top: 10px;
	clear: both;
	margin-left: 15px;
	}

#testadesigner a {
	color: #1A486C;
	font-weight: bold;
	text-decoration: none;
	}
		
#scroll {
	margin-top: 10px;
	float: left;
    width: 120px;
    height: 530px;
    overflow: auto;
	text-align: center;
	}
#scrolldf {
	margin-top: 10px;
	float: left;
    width: 120px;
    height: 490px;
    overflow: auto;
	text-align: center;
	}
	
#scrollframe {
	display: inline; 
	float: left;
	margin-left: 12px;
	}
	
#scrollframe a:hover {
	font-weight: bold;
	text-decoration: none;
	}
	
div.itemlist {
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	}

div.itemlist a:hover {
	text-decoration: none;
	font-weight: bold;
	}

div.itemlistselected {
	padding: 5px;
	background: #1A486C;
	margin-right: 5px;
	}
	
div.itemlistselected a {
	text-decoration: none;
	font-weight: bold;
	color: #EEEEEE;
	}
	
div.itemlistselected img {
	border: 1px solid #CCCCCC;
	}
	
h3, #scroll h3 a 	{
	font-size: 14px;
	font-weight: bold;
	color: #AFCFE0;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	}
	
#scheda {
	margin-top: 20px;
	float: left;
	margin-left: 30px;
	width: 735px;
	}
#schedadesigner {
	float: left;
	margin-top: -50px;
	margin-left: 80px;
	width: 675px;
    height: 410px;
	}
#schedadesignerlow {
	float: left;
	margin-left: 80px;
	width: 675px;
    height: 410px;
	}

#altreimg {
	text-align: center;
	margin-bottom: 10px;
	}
	
#altrefoto {
	display: block;
	float: left;
	color: #1A486C;
    margin: 0px auto; /* centra DIV */
	padding-left: 190px;
	margin-top: 10px;
	}
	
.altimglabel {
	color: #1A486C;
	float: left;
	display: block;
	padding: 3px;
	height: 15px;
	width: 70px;
	margin-right: 5px;
	font-weight: bold;
	}
	
a.altimglink {
	color: #1A486C;
	float: left;
	display: block;
	border: 1px solid #7F8D8D;
	height: 18px;
	width: 18px;
	padding: 1px 1px 1px 2px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	}

a.altimglink:hover {
	border: 1px solid #F31222;
	font-weight: bold;
	}

a.altimglinkon {
	color: #1A486C;
	float: left;
	display: block;
	border: 1px solid #F31222;
	font-weight: bold;
	padding: 1px 0px 1px 2px;
	height: 18px;
	width: 18px;
	padding: 1px 1px 1px 2px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	}
	
#descrizione {
	display: block;
	float: left;
	width: 150px;
    height: 400px;
	position: relative;
	margin-right: 15px;
	text-align: justify;
	}

#descrizione p {
	font-size: 11px;
	color: #666666;
	position: absolute;
	bottom: 0px;
	text-align: justify;
	}

#immagine {
	display: block;
	float: left;
	width: 410px;
    height: 400px;
	text-align: left;
	position: relative;
	}
	
#immagine img {
	position: absolute;
	top: 0px;
	}

#immaginedesigner {
	float: left;
	width: 480px;
    height: 420px;
	text-align: left;
	}

#datiprodotto {
	display: block;
	float: right;
	width: 155px;
    height: 400px;
	position: relative;
	text-align: center;
	color: #1A486C;
	position: relative;
	}
	
#datiprodotto h2 {
	color: #1A486C;
	margin: 0px auto 5px auto;
	}

#datiprodotto h3 {
	color: #1A486C;
	font-size: 15px;
	}

#datiprodotto p {
	color: #1A486C;
	width: normal;
	}
#dimensioni {
	position: absolute;
	bottom: 75px;
	right: 0px;
	}

#dimensioni td {
	font-size: 10px;
	color: #666666;
	}

#listino {
	visibility: hidden;
	width: 200px;
	padding: 20px;
	z-index: 2;
	position: absolute; 
	bottom: 10px;
	right: 120px;
	}

a.closebtn {
	display: block;
	float: right;
	width: 22px;
	height: 24px;
	padding: 4px;
	background: #F31222;
	position: absolute;
	right: 26px;
	top: 21px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
a.closebtn:hover {
	color: white;
	text-decoration: none;
	}

.bottonelistino {
	font-size: 11px;
	color: #F31222;
	border: 1px solid #F31222;
	padding: 3px;
	position: absolute;
	bottom: 45px;
	right: 0px;
	width: 140px;
	text-align: center;
	}
	
.bottoneinfo {
	font-size: 11px;
	color: #999999;
	border: 1px solid #999999;
	padding: 3px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 140px;
	text-align: center;
	}

.richinfo {
	display: inline;
	float: left;
	border: 1px solid #999999;
	background: #EEEEEE;
	padding: 7px;
	text-align: center;
	margin: 0px 10px 10px 0px;
	min-width: 120px;
	/* hack per IE */
	width: auto !important;
	width: 130px;
	}
	
.richinfo a:hover {
	text-decoration: none;
	}

.richinfo img {
	border: 1px solid #999999;
	margin: 7x;
	}

a.bottonetesto {
	padding: 3px;
	color: #999999;
	border: 1px solid #999999;
	}

a.bottonetesto:hover {
	text-decoration: none;
	background-color: #EEEEEE;
	color: #666666;
	}

a.bottonetestoinfo {
	padding: 3px;
	color: #F31222;
	border: 1px solid #F31222;
	}

a.bottonetestoinfo:hover {
	text-decoration: none;
	background-color: #CCCCCC;
	color: #F31222;
	}

fieldset {
	width: 500px;
	border: 1px solid #999999;
	background: #FAFAFA;
	}

legend {
	font-weight: bold;
	}

#testo-home {
	position: absolute;
	top: 180px;
	left: 15px;
	width: 900px;
	}
	
#testo-azienda {
	position: absolute;
	top: 140px;
	left: 300px;
	width: 330px;
	}
	
	
	
#testo-azienda p {
	color: #1A486C;
	}

a.langlinkoff {
	text-transform: uppercase;
	color: #F31222;
	font-weight: normal;
	text-decoration: none;
	}

a.langlinkon {
	text-transform: uppercase;
	color: #F31222;
	font-weight: bold;
	text-decoration: none;
	}

a.credits  {
	color: #1A486C;
	font-weight: normal;
	text-decoration: none;
	}
a.credits:hover  {
	text-decoration: underline;
	}

#tabellamateriali {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
#tabellamateriali table {
	border: 1px solid #ABBABB;
	}

#tabellamateriali caption {
	background: #F31222;
	color: #FFFFFF;
	border: 0px;
	}
	
#tabellamateriali td {
	background: #E4EEF4;
	padding: 10px;
	}

.sfondocampione {
	border: 1px solid #ABBABB;
	display: block;
	float: left;
	width: 110px;
	height: 110px;
	background: white;
	text-align: center;
	padding: 15px 0px 5px 0px;
	}
	
#designer {
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	width: 850px;
    min-height: 380px;
	text-align: center;
	margin-bottom: 30px;
	}

p.selectdesigner {
	color: #F31222;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
	}

p.selectdesigner strong {
	color: #F31222;
	font-size: 16px;
	font-weight: bold;
	}

p.selectdesigner:first-letter {
	color: #F31222;
	font-size: 16px;
	font-weight: bold;
	}
	
img.bordodesigner {
	border: 2px solid #1A486C;
	}

p.nomedesigner {
	font-weight: bold;
	color: #1A486C;
	margin: 2px;
	}
	
#tabelladesigner a {
	font-weight: bold;
	color: #1A486C;
	margin: 2px;
	text-decoration: none;
	}

#tabelladesigner a:hover  {
	color: #F31222;
	}
	
a.categoriadesigner  {
	display: inline;
	color: #FFFFFF;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
	position: relative;
	font-weight: bold;
	background: #1A486C;
	text-decoration: none;
	}

a.categoriadesigner:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	

#descrizionedesigner  {
	display: block;
	float: left;
	width: 300px;
	text-align: justify;
	}

#descrizionedesigner  p {
	font-size: 11px;
	color: #666666;
	text-align: justify;
	margin-bottom: 20px;
	margin-top: 10px;
	}

#descrizionedesigner  h2 {
	font-size: 14px;
	color: #1A486C;
	margin: 2px;
	margin-top: 10px;
	font-weight: bold;
	}
	
#descrizionedesigner  h3 {
	color: #1A486C;
	font-size: 13px;
	font-style: italic;
	margin: 2px;
	}

#biografia {
	display: inline;
	float: left;
	width: 400px;
	}

#biografia h1 {
	margin-top: 70px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #F31222;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #1A486C;
	}

#biografia p {
	text-align: justify;
	font-size: 11px;
	line-height: 18px;
	}

#ritratto {
	display: inline;
	float: left;
	margin-top: 70px;
	margin-left: 40px;
	}
	
#ritratto img {
	border: 2px solid #1A486C;
	}
	
#ritratto p {
	color: #1A486C;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-top: 6px;
	line-height: 18px;
	font-size: 11px;
	}

p.perprezzo {
	color: #1A486C;
	font-size: 14px;
	text-align: center;
	}
	
p.selectperprezzo {
	text-align: center;
	color: #F31222;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	}

p.selectperprezzo:first-letter {
	color: #F31222;
	font-size: 16px;
	font-weight: bold;
	}

p.titleperprezzo {
	color: #1A486C;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 3px;
	}
	
a.linkfascia {
	color: #1A486C;
	font-weight: normal;
	text-decoration: none;
	}
	
a.linkfascia:hover  {
	color: #1A486C;
	text-decoration: none;
	font-weight: bold;
	}

	.evidenziafascia {
	font-weight: bold;
	}

	.nonevidenziafascia {
	color: #555;
	font-weight: normal;
	}

caption.prezzi {
	background: #BBBBBB;
	color: #666666;
	font-weight: bold;
	border: 1px solid #1A486C;
	padding: 0px;
	}
	
#feedbackform {
	display: block;
	float: left;
	padding: 10px;
	border: 2px dotted #0D597B;
	background: #E4EEF4;
	color: #1A486C;
	}
	
#feedbackform table {
	width: 500px;
	}

#feedbackform  textarea {
	border: 1px solid #1A486C;
	height: 100px;
	}
