/*
********************************************************************************************************
GESTIONE TITOLI PAGINA
ATTRAVERSO h1 a, h1 E titleHouses, VIENE GESTITA LA VISUALIZZAZIONE DEL TITOLO DELLE PAGINE
h1 E h1 a SONO PER LE PAGINE NORMALI, MENTRE INVECE titleHouses PER QUELLE PRODOTTE DALL'EDITOR WYSIWYG
********************************************************************************************************
*/
h1 a {
	color: #FF8811;
	text-decoration: none;
}

h1 {
	color: #FF8811;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	display: inline;
	}

.titlehouses{
	color: #FF8811;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
/*
-------------------------------------------------------------------------------------------------
FINE GESTIONE TITOLI PAGINA
-------------------------------------------------------------------------------------------------
*/


.capolettera {
	color: #6495ED;
	font-family: Courier;
	font-size: 23px;
	text-transform: capitalize;
}

a.celltitle:hover {
	color: #6495ED;
	font-family: Courier;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: capitalize;
	word-spacing: 3px;
}

a.content{
	color: #DB6E00;
	text-decoration: none;
}

a.content:hover{
	color: #6495ED;
}

a.contentevidenziato{
	text-decoration: underline;
	white-space: nowrap;
	word-break: keep-all;
}

a.contentevidenziato:hover{
	color: #6495ED;
}

a.menulink {
	color: #6495ED;
}

body {
	color: #906600;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	background-color: #FFFEE8;
	margin: 0px 0px 0px 0px;
	scrollbar-3dlight-color: #FFFEE8;
	scrollbar-arrow-color: #DB6E00;
	scrollbar-base-color: #FFFEE8;
	scrollbar-darkshadow-color: #FFFEE8;
	scrollbar-face-color: #FFFEE8;
	scrollbar-highlight-color: #FFFEE8;
	scrollbar-shadow-color: #FFFEE8;
	scrollbar-track-color: #FFFEE8;
}


hr {
	text-align: center;
	width: 90%;
	border: 2px dashed #FFCC99;
	}

.cellbackgroundone {
	background: #F7F9FD;
	border: 1px solid #906600;
	color: #906600;
	font: 10px;
	font-family: Verdana;
	text-transform: capitalize;
}

.cellbackgroundthree {
	border: 1px solid #6495ED;
}

.cellbackgroundtwo {
	background-color: #FFFBF6;
	border: 1px solid #6495ED;
	color: #906600;
	font: 10px;
	font-family: Verdana;
}

.celltitle {
	background: #E8EEF8;
	border: 1px solid #6495ED;
	color: #6495ED;
	font-family: Courier;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: capitalize;
	word-spacing: 3px;
}

.content {
	color: #906600;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	}

.contentevidenziato {
	color: #6495ED;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.footer {
	bottom: 0px;
	color: #906600;
	font-family: Tahoma;
	font-size: 9px;
	text-align: center;
	text-decoration: none;
}

.form {
	background: #FFFFF0;
	color: #906600;
	font-family: Verdana;
	font-size: 10px;
}

.formbutton {
	background: #FFCC99;
	border: 1px solid #906600;
	color: #906600;
	font-family: Verdana;
	letter-spacing: 2px;
	text-align: center;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 10px;
}

li {
	list-style: url(/css/cssImages/li.gif);
}


.formtitle {
	color: #906600;
	font-family: Courier New;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
}

.menubg{
	background: #FFFEE8;
}

.menusecond {
	background: #FFEDDB;
	border: 1px solid #FFCC99;
	color: #6495ED;
	cursor: pointer;
	font-family: Verdana;
	font-size: 9px;
	text-align: left;
	text-transform: capitalize;
	vertical-align: top;
	white-space: nowrap;
}

.menuthird {
	background: #FFFFF0;
	border: 1px solid #FFCC99;
	color: #6495ED;
	cursor: pointer;
	font-family: Verdana;
	font-size: 9px;
	text-align: left;
	text-transform: capitalize;
	vertical-align: top;
	white-space: nowrap;
}

.menutop {
	background: #E8EEF8;
	border-bottom: 1px solid #FFCC99;
	border-top: 1px solid #FFCC99;
	color: #6495ED;
	cursor: pointer;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	vertical-align: top;
	white-space: nowrap;
}

.price {
	border: 1px solid #FFCC99;
	color: #FF8811;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.tableborder {
	border: 1px solid #FFCC99;
}

.title {
	background: #FFFFFF;
	border-bottom: 1px solid #6495ED;
	border-top: 1px solid #6495ED;
	color: #FF8811;
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
}

.titlehomepage {
	color: #6495ED;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana;
	}


.titletwo {
	color: #6495ED;
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
