.scroller {}
.lightbox {}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #000000;
background-image:url(../img/fondo_sito.gif);
background-repeat:repeat-x;
background-position:top;
}

#site{
margin:0 auto;
width:960px;
}

img {
	border: none;
}

p {
	margin-bottom: 10px;
	line-height: 16px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.keyword {
	background-color: #F2FF7F;
}

#content input[type=text], #content input[type=password], #content textarea {
	border: 1px solid #999999;
}

#content input[type=text]:focus, #content input[type=password]:focus, #content textarea:focus {
	border: 1px solid #000000;
}

#content .pagina a {
	color: #000000;
	text-decoration: none;
	text-decoration: underline;
}

#content .pagina a:hover {
	color: #F74749;
}

/* HEADER */

#header {
	width: 960px;
	height: 100px;
	position: relative;
}

#header #logo {
	position: absolute;
	z-index: 2;
	left: 10px;
}

#header #cerca {
	position: absolute;
	top: 15px;
	right: 0;
}

#header #menu {
	position: absolute;
	bottom: 25px;
	right: 0;
}

#header #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Verdana;
	font-size: 11px;
}

#header #menu ul li {
	float: left;
	margin-left: 10px;
}

#header #menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #333333;
	padding-right: 5px;
}

#header #menu ul li a:hover {
	color: #000000;
	font-weight: bold;
}

#header #menu ul li a.on {
	font-weight: bold;
	color: #F74749;
	/*text-decoration: underline;*/
}

#header .linea {
	height: 1px;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	border: none;
	border-top: 1px solid #CDCDCD;
	width: 960px;
}

#header form {
	margin: 0;
	padding: 0;
}

.campo_cerca {
	position: absolute;
	right: 30px;
	background-image: url(/img/bison/campo_cerca.gif);
	width: 130px;
	height: 20px;
	line-height: 15px;
	padding-top: 2px;
	padding-left: 2px;
	border: none;
	background-repeat: no-repeat;
	font-size: 11px;
}

.btn_cerca {
	position: absolute;
	right: 0px;
	width: 30px;
	height: 20px;
	position: relative;
}

/* BANNER */

#banner {
	height: 250px;
	background-color: #EEE0D5;
}

#content {
	position: relative;
	padding-top: 20px;
	width: 960px;
}

/* CONTENT */

#content .sx h1 {
	font-size: 20px;
	width: 90%;
	border-bottom: 1px solid  #000000;
	font-weight: normal;
	margin-bottom: 2px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#content .sx p {
	padding-left: 20px;
}

/* FOOTER */

#footer {
	font-size: 11px;
	border-top: 1px solid #000000;
	width: 960px;
	margin-top: 15px;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	color: #000000;
}

#footer .linea {
	padding: 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #000000;
}

/* MENU SX */

#menu_sx ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu_sx li {
	margin-top: 10px;
	margin-left: 20px;
	width: 160px;
}

#menu_sx li a {
	color: #000000;
	padding: 3px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}


#menu_sx li a.on {
	color: #F74749;
	font-weight: bold;
	border-bottom: 1px dotted #F74749;
}

#menu_sx li a:hover {
	font-weight: bold;
}

/* DX */

#content .dx .titolo {
	margin-bottom: 10px;
}

#content .dx .titolo h1 {
	font-size: 15px;
	font-weight: bold;
}

#content .dx {
	line-height: 15px;
}

/* NOTIZIA */

#notizia h2 {

	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px dotted gray;
	padding-bottom: 3px;
}

.elenconews {
	list-style: none;
}

.elenconews li {
	border-left: 3px solid #EAE1D2;
	padding-left: 5px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 15px;
}

.elenconews li a {
	font-weight: bold;
	font-style: normal;
}

.listpag a, .listpag strong {
	margin-left: 5px;
}

/* RICERCA */

#risultatiRicerca ul {
	list-style: none;
}

#risultatiRicerca li {
	border-left: 3px solid #EAE1D2;
	padding-left: 5px;
	margin-bottom: 15px;
}

.error {
	color: red;
}
