/*stili per il layout fisso con posizionamenti assoluti*/
html,body{
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	
	}
a{
	color:#FF6600;
	font: normal bold 1.2em/1.4em arial,sans-serif;
	text-decoration: none
}

table {
font-family: verdana, arial,sans-serif;font-size: 11px;
}


/*stili generici, su header e footer*/


h1{padding-left:10px;font: bold 2.3em/80px arial,sans-serif}

.testo_troncato {
	padding: 10px;
}


.farmname{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	display: block;
	background-image: url(../images/bg_titoli.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	
}
h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #FFFFFF;
	line-height: 90%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #FF6600;
	display: block;
	background-image: url(../images/bg_titoli.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	
}
h3{
	background-color: #ECECEC;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px;
}

/*stili specifici per il layout*/
div#navigation{
	position: relative;
	text-align: center;
	font: normal bold 11px arial,sans-serif;
}



/*stili per la navigazione*/
div#navigation ul{
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;	
}
div#navigation li{
	width:150px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
	background-image: url(../images/bg_categoria.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
div#navigation li.selected{
	
	color:#FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
	background-image: url(../images/bg_categoria_sel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
div#navigation a{
	color:#FFFFFF;
	text-decoration: none
}
div#navigation .selected a{
	color:#FFFFFF;
	text-decoration: none
}
div#navigation a:hover{
	color: #666666;
	text-decoration: underline
}
div#navigation a#activelink{
	color: #FF6600;
	text-decoration: none
}
div#navigation p{font-size: 90%}





/*stili per formattazione testo*/

.orange {
	color: #FF6600;
	font-weight: bold;
}
	
div#alert {
	float: left;
	display: block;
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	padding: 10px;
	border: 1px none #999999;
	width: 540px;
}

div#alert a {
	
	color: #FFFFFF;
	
}

div#alert img {
	margin-right: 10px;	
	
	
}




div#calendario {
	padding: 5px;
	float: left;
	border: 1px solid #FF6600;
	clear: both;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div#calendario a{
	color:#FFFFFF;
	text-decoration: none
}


div#calendario table {
	padding: 2px;
	font-size: 11px;
	text-align: center;
}
div#calendario th {
	font-weight: bold;
	color: #FF6600;
	background-color: #CCCCCC;
}
.evento_disponibile  {
	padding: 3px;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FF6600;
}

.calendario_oggi  {
	padding: 3px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
}
.calendario_esauriti {
	padding: 3px;
	border: 1px solid #FF6600;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #999999;
}
.giorno_calendario {
	padding: 3px;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
}

.titolo_arredamento_list {
	
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #FF6600;

}
.sconto_arredamento_list {
	
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #FF6600;

}
.perc_arredamento_list {
	
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #999999;
}
.logo {
	margin: 0px;
	padding: 5px;
	border: 1px solid #CCCCCC;	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div#footer{
	font-size: 10px;
	padding: 5px;
	background-color: #FFFFFF;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	text-align: right;
}
div#footer a{
	color:#999999;

	text-decoration: underline;
	
}

div#tags a{
	color: #ff6600;
	font-family: Helvetica, Verdana, sans-serif;
	line-height: 30px;
	font-weight: lighter;
	font-style: normal;
}
.tags1 a{
	color: #ff6600;
	font-size: 13px;
	font-weight: lighter;
	line-height: 30px;
}
.tags1 a:hover{
	color: #999999;	
}
.tags2 a{
	color: #ff6600;
	font-size: 17px;
	font-weight: lighter;
	line-height: 30px;
}
.tags2 a:hover{
	color: #999999;
}
.tags3 a{
	color: #ff6600;
	font-size: 20px;
	font-weight: lighter;
	line-height: 30px;
}
.tags3 a:hover{
	color: #999999;	
}
.tags4 a{
	color: #ff6600;
	font-size: 24px;
	font-weight: lighter;
	line-height: 30px;
}
.tags4 a:hover{
	color: #999999;
}
.tags5 a{
	color: #ff6600;
	font-size: 27px;
	font-weight: lighter;
	line-height: 30px;
}
.tags5 a:hover{
	color: #999999;
}

