/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-size:small ;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, dl, address {
	margin: 0em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

:focus {
	outline:0;
}

/*****************************************************************************/
/* PRINCIPALE                                                                */
/*****************************************************************************/

body {
	font :96%/130% "Lucida Grande", Arial, Verdana, Sans-serif;
	color : #555;
	/*background:#d4dfe5 url(../images/tilebl10.png) repeat-x;*/
		background:#D8E7FF url(../images/tile_all.jpg) repeat-x;

}
	
h1 {
	color : #4CA1D8;
	font-size : 240%;
	font-weight : bold;
	margin : 5px;
	padding : 0px 60px  6px 40px;
	text-align:right;
	display:block;
}

h2 {
	margin:20px;
	font-size:140%;
	color:#006699;
}

h2 span {
	padding:0px;
	margin:10px;
	font-size:50%;
	color:#999;
	border-bottom:1px dotted #BBB;
	display:block;
}
h2 a:visited {
	color:#C60;
	text-decoration:none;
}

a:link, a:visited {
	color:#C60;
	text-decoration:none;
}

a:hover, h2 a:hover {
	color:#FF8811;
	text-decoration:none;
}

#header {
	width : 100%;
	height: 150px;
	background:url(../images/testata_all2.jpg) no-repeat 20px 0px;
	margin:0;
/*	border-top : 1px solid #d0d0d0;
	border-bottom : 1px solid #d0d0d0; */
}

#header h1 {
	display:none;
}
	
#container {
	width : 1000px;
	margin : 0 auto 0 auto;
	background:transparent url(../images/tile_all1.jpg) repeat-y;

}
	
div#backhome {
font-size: 120%;
/*padding: 144px 0 0 16px;*/
}
div#backhome a {
color:#555;
}

	
div#wrapper{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	background-color: #FFFFFF:
/*	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC; */
}
	
#content {
/*	display : inline;*/
	width:384px;
/*	padding : 6px 0px 3px 0px;
	margin: 0px 190px 0 240px;
*/	text-align:center;
	background-color: transparent; 
}
	
#colsx {
	float : left;
	width : 190px;
	padding : 0px;
	margin: 0px 0 0px -816px;
}
	
#coldx {
		float : left;
		width : 190px;
		padding :0 0px 0 0;
		margin: 0px 0 0px -240px;	
}
	
#footer {
	font: normal 80%/120% "Lucida Grande", Verdana, Sans-serif;
	clear : both;
	width : 100%;
	height : 100px;
	text-align:center;
/*	border-top : 1px solid #FFFFFF;*/
	color:#ABC;
	background:transparent url(../images/piede_1.jpg) no-repeat;
	}
	
.contenuto {
	margin:4px;
	padding:6px;
}
 .piccolo {
	font-size:82%;
}

#gallery {
	float:left;
	padding:5px;
	width:240px;
	font-size:86%;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color:#999;
}
.breadcrumbs a:hover {
	color:#6CE1F1;
}

*.alert {
	color:red;
	margin-left: 10px;
}

.nascondi {
	display:none;
}
	/* ----------------------------- MENU ORIZZONTALE ----------------------------------- */
	
#navigation{
/*	position:relative;
	top:0px; 
    float:left; 
*/	width: 960px;
	margin: 0px auto 20px auto; 
}

#navigation ul {
/*	width: 960px;
*/		text-align: center;

}

#navigation li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	
}

#navigation a {
	height:23px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 140%;
	float:left; 
	display:block;
	padding: 2px 8px;
	text-decoration:none;
	border-right: 1px solid #ABC;
}

#navigation a:link, #navigation a:visited {
	color:#06C;
}

.sel {
	background: url('../images/sel_back4.jpg') repeat-x top left ;
	background-color:#D8E7FF;
	color:#C80;
	float:left;
	margin-top:-6px;
	display:block; 
/*	border-top: 2px solid #FA0;*/
}


#navigation form {
text-align:right;
}
	/*-------------------------------- FINE MENU ORIZZONTALE ----------------------------------*/
	
.box1 {
	width:182px;
	margin: 4px;
	color:#888;
	background-color:#FFFFFF;
	background: url(../images/box-bottom7.jpg) no-repeat bottom left;
}
.box1 h3 {
	margin: 0;
	padding: 6px 8px 4px 8px;
	font-size: 110%;
	color: #444;
	border-bottom: 1px solid #C4C4C4;
	background: url(../images/box-top7.jpg) no-repeat top left; 
}
.box1 ul {
	margin: 0;
	padding: 14px 10px 14px 10px;
	list-style:square;
	list-style-position: inside;
}
.box1 ul li {
	margin:0 0 6px;
	padding: 0;
}
.box1 p {
/*	font :96%/110% "Lucida Grande", Arial, Verdana, Sans-serif;*/
	margin: 0;
	padding: 14px 10px 14px 10px;
}
.box1 p img {
	margin: 0;
	padding: 14px 10px 14px 10px;
}



.box2 {
	width:384px;
	color:#567;
	background-color:#BBCCDD;
	margin-top:8px;
}

.box2 h3 {
	font-size: 110%;
	color: #4CA1D8;
	margin: 0;
	padding: 14px 10px 14px 10px;
}
.box2 p {
/*	font :96%/110% "Lucida Grande", Verdana, Sans-serif;*/
	margin: 0;
	padding: 14px 10px 14px 10px;
}
.box2 p img {
	margin: 0;
	padding: 14px 10px 14px 10px;
}

/* box3 è il box che racchiude il contenuto delle pagine */


.box3 {
	font-family: Verdana, Sans-serif;
	width:384px;
	color:#444;
	background-color:#FFF;
	margin:0px 0 3px 0;
}

.box3 h1 {
	font :115%/110% "Lucida Grande", Georgia, Verdana, Sans-serif;
	text-transform: lowercase;
	font-size: 500%;
	color: #DDE;
	text-align: right;
	padding: 0px 10px 0px 10px;
}

.box3 h3 {
	font :128%/110% "Lucida Grande", Verdana, Sans-serif;
	font-weight: bold;
	color: #9AB;
	text-align: left;
	margin-top: 10px;
	padding: 14px 10px 14px 10px;
}

.box3 h4 {
	font :110%/110% "Lucida Grande", Verdana, Sans-serif;
	font-weight: bold;
	color: #BBB;
	text-align: left;
	margin-top: 10px;
	padding: 18px 10px 12px 10px;
}

.box3 p, .box3 pre, .box3 form {
	font :100%/130% "Lucida Grande", Verdana, Sans-serif;
	margin: 0;
	padding: 4px 10px 14px 10px;
}
.box3 ul {
	padding-left: 24px;
}
.box3 p img {
	margin: 0;
	padding: 14px 16px 4px 0px;
}
.box3 hr {
	color:gray;
}

.categoriefaq {
	padding: 0px 10px 6px 10px;
}


.data_evento {
color:#FFF;
background-color:#E1E1F1;
float:left;
font-size:32px;
font-weight:bold;
line-height:30px;
margin:20px 10pt 0pt 6px;
padding-top: 6px;
text-align:center;
width:50px;
}
.data_evento .mese {
font :35%/100% "Lucida Grande", Verdana, Sans-serif;letter-spacing:0pt;
color:#778;
background-color:#9AB;
margin:0pt;
padding:0pt;
}
.data_evento .anno {
font :50%/110% Verdana, Sans-serif;letter-spacing:0pt;
color:#E1E1F1;
background-color:#9AB;
font-weight: bold;
letter-spacing:0pt;
margin:0pt;
padding:0pt;
}

input, textarea, select {
	background-color: #EFEFEF;
	color:#456;
	border: 1px solid #A0A0A0;
}

	
.feed {
	float:right;
	margin: -38px 10px 0 0;
	border: 0px solid #FFF;
}

.evidenzia {
	color: #CA7;
	font-weight: bold;
}

h3 {
	text-align:left;
	font-size: 160%;
	padding: 0 30px 0 30px;
}

td.quadro_soft {
		width: 180px;
		background: url("../images/quadro_soft.jpg") no-repeat;
}

.pics { height: 240px; width: 240px; padding:0; margin:0; overflow: hidden }

.pics img { height: 240px; width: 240px; padding: 15px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }

.riga { height: 20px; width: 360px; padding:0; margin:0px 0 0 20px; overflow: hidden; font-size:86%; text-align:left; background-color: #FFF;}

.riga span a { height: 20px; width: 360px; padding: 1px; border: 0px solid #ccc; background-color: #FFF; top:0; left:0; }

#lancio a:link, #lancio a:visited { color:red; }

#stock {
	width:960px;
	font-family: Arial, sans-serif;
	font-size: 100%;
}
#stock thead td{
	text-align: center;
	font-weight: bold;
	background-color: #DDEEFF;
}
#stock td {
	text-align: left;
	border-bottom:1px dotted silver;
	padding:4px;
}
#stock td.right {
	text-align:right;
}
.evi {
	font-weight: bold;
	color:#999999;
}
#ricerca {
	width:950;
	text-align:left;
}