/* <!-- */
/* General styles */
@import url(tabNavigation.css);
@import url(layout.css);
@import url(general.css);

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	background:url(/assistenza/img/sfondoheader.jpg) no-repeat transparent top left;
	/*font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;*/
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
	z-index:0;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	/*margin:10px 0 5px;*/
	border:none;
}

ul{
	margin:0em;
	padding:0em;
	/*list-style:none;*/
/*list-style: outside url(/assistenza/img/puntielenco.png);*/
	list-style-type: none;
	font-size:90%;
}

li{
	margin:0;
	padding:.25em 0;
}

input{
	/*border:1px solid #A1A1A1;*/
	/*background-color: #E5E5E5;*/
}

select {
	width:auto;
	margin:1% 0;
}
option{
	border:1px solid #FFF;
}
form{
	margin:.5em 0;
	padding:0;
}

fieldset{
	width:80%;
}

#ricerca{
	margin:0;
	padding:0 .25em 0 0;
	border:1px solid #F2F2F2;
	text-align:right;
}
#ricerca input{
	border:1px solid #A1A1A1;
	background-color: #E5E5E5;
}

#ricerca .text{width:120px;}
.select50{
	width:50%;
}
.auto{
	width:auto;	
}
a, a:link, a:visited, a:hover, a:active  {
	color:#003377;
	background-color:transparent;
	text-decoration:underline;
}