* { margin: 0; padding: 0; }

body {
	background-color: #DBDADE;
	color: #333;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#cont-out {
	width: 985px;
	margin: 50px auto 0;
	padding: 0;
	background-color: #000;
	color: #BBB;
}
#cont-in {
	/*width: 100%;
	margin-right: -150px;
	padding-right: 150px;
	background: transparent url(../images/backg_logo.jpg) 99% 1% no-repeat;*/
}
/* [begin] === INTESTAZIONE === */
	#header {
		height: 160px;
		color: #EEE;
		position: relative;
		display: none;
	}
	#header h1 {
		position: absolute;
		top: 10px;
		left: 0;
	}
	#header h1 .logo {
		display: block;
		width: 210px;
		height: 135px;
		text-decoration: none;
		background: transparent url(../images/logo_head.gif) 50% 50% no-repeat;
	}
	#header h1 .logo span {
		display: block;
		height: 0;
		overflow: hidden;
	}
	#header h2 {
		position: absolute;
		top: 20px;
		left: 220px;
		width: 200px;
		font-size: 110%;
	}
	#header .login-form-user {
		font-size: 80%;
		text-align: right;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	#header .login-form-user p {
		margin: 0 0 3px;
	}
	#header .login-form-user .campi {
		margin-left: 10px;
	}
	#header .login-form-user .submit {
		font-size: 100%;
		font-family: Arial, Helvetica, sans-serif;
		color: #333;
		margin-left: 10px;
	}
/* [end] === INTESTAZIONE === */
.main-box {
	width: 905px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}
.main-box .fondo {
	position: absolute;
	top: 0;
	left: 0;
	width: 905px;
	height: 500px;
	z-index: 0;
	background-color: #111;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* [begin] === Formattazioni generiche contenuti === */
.clear {
	clear: both;
	height: 0;
}

h4 {
	color: #BBB; /*#D70;*/
	font-weight: bold;
	font-size: 120%;
}
a {
	color: #BBB;
	text-decoration: none;
}
a:visited {
	color: #999;
}
a:active {
	color: #F30;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
.link {
}

.campi {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding: 1px;
	border: 1px solid #777;
	background: #EEE;
}
.campi.empty {
	font-style: italic;
}
.submit {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.title {
	font-weight: bold;
	font-size: 120%;
	display: block;
}
.highlight {
	color: #EEE;
	font-weight: bold;
}
.citation {
	font-style: italic;
}
.code {
	white-space: pre;
}
.signature {
	text-align: right;
	font-weight: bold;
}
.ragsoc {
	font-weight: bold;
}
.warning {
	font-weight: bold;
	color: #F90;
	padding: 0.5em 0;
}


.imgbox {
	float: left;
	margin: 0 5px 5px 15px;
}
.imgbox.altalign {
	float: right;
	margin: 0 15px 5px 5px;
}
.imgbox img {
	border: 0 none;
}
.imgbox .legend {
	font-family: "Arial Narrow","Helvetica Condensed",Arial,Helvetica,sans-serif;
	color: #999;
	margin-top: 3px;
}
.imgbox .legend p {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.imgbox .legend .soci {
	font-weight: bold;
	color: #DDD;
	font-size: 120%;
}

.event-list {
/*	float: left;
	width: 660px;*/
	height: 200px;
	clear: left;
	overflow: auto;
	margin: 5px 15px;
	border-top: 1px dotted #999;
}
.event-list.empty {
	height: 30px;
}
.event-list.wide {
	height: 300px;
}
.event-list.short {
	height: 115px;
}

.element {
/*	float: left;
	width: 100%;*/
	clear: left;
	margin: 5px 0;
	border: 0 none;
	padding-bottom: 5px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #999;
}
.element .image {
	float: left;
	margin-right: 5px;
	min-width: 110px;
}
.element .image img {
	display: block;
	margin: 0 auto;
}
.element h5 {
	font-family: "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
.element .date {
	font-weight: bold;
}
.element .testo {
}
.element .goto {
	text-align: right;
	margin-right: 5px;
}

/* [end] === Formattazioni generiche contenuti === */

/* [begin] === PANNELLO TAB SCORREVOLI === */
	.kwicks {
		/* recommended styles for kwicks ul container */
		list-style: none;
		position: relative;
		margin: 0 auto;
		padding: 0;
		z-index: 10;
	}
	.kwicks li {
		/* these are required, but the values are up to you (must be pixel) */
		width: 150px;
		height: 500px;
	
		/*do not change these */
		display: block;
		overflow: hidden;
		padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
		position: relative;
		/* background-color: #727681; */
		font-size: 90%;
	}
	.kwicks.horizontal li {
		/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
		margin-right: 1px; /*Set to same as spacing option. */	
		float: left;
	}
	.kwicks.vertical  li {
		/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
		margin-bottom: 1px; /*Set to same as spacing option. */	
	}
	.kwicks.horizontal li .handle {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 35px;
		height: 500px;
		overflow: hidden;
		color: #334;
		background: #660A0B; /*url(../images/back_handle.gif) 0 0 repeat-y*/
	}
	.kwicks.horizontal li.active .handle {
		background: #8F2305  0 0 repeat-y; /*url(../images/back_handle_active.gif)*/
	}
	.kwicks.horizontal li .handle h3 {
		background: transparent 0 0 no-repeat;
		position: absolute;
		right: 7px;
		top: 15px; /* 45px; */
		width: 20px;
		height: 400px;
		margin: 0;
	}
	.kwicks.horizontal li .handle h3 span {
		display: block;
		height: 0;
		overflow: hidden;
	}
	.kwicks.horizontal li .content {
		display: block;
		height: 470px;
		padding-top: 0 /* 30px; */
		overflow: hidden;
		margin-left: 35px;
		background: transparent 0 0 no-repeat; 
	}
	.kwicks.horizontal li .content h4 {
		margin: 0.9em 15px 0.3em;
		font-family: "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
	.kwicks.horizontal li .content p {
		margin: 0.2em 15px;
		line-height: 1.3em;
	}
	.kwicks.horizontal li .content ul {
		list-style: circle;
		display: block;
		float: none;
		width: auto;
		height: auto;
		margin: 0.5em 5px 0.5em 25px;
		position: static;
	}
	.kwicks.horizontal li .content ul li {
		display: block;
		float: none;
		width: auto;
		height: auto;
		position: static;
	}
	.kwicks.horizontal li .content img {
		border: 0 none;
	}
	.kwicks.horizontal li .content .flashmovie {
		float: none;
		width: 405px;
		height: 315px;
		margin: 70px 0 0 150px;
	}
	
	.kwicks li .tablecontainer form {
		text-align: center;
	}
	.kwicks li form table {
		margin: 5px auto;
		border: 0 none;
		padding: 2px;
		border-collapse: collapse;
	}
	.kwicks li .tablecontainer form .campi {
		margin: 3px;
		width: 140px;
	}
	.kwicks li .tablecontainer form .msg {
		vertical-align: top;
	}
	.kwicks li .tablecontainer form .msg textarea {
		height: 68px;
		width: 160px;
	}
	.kwicks li .login-form-user {
		margin-top: 10px;
		background-color: #222;
		padding: 2px 0;
	}
	.kwicks li .login-form-user p {
	}
	.kwicks li .login-form-user .campi {
		font-size: 95%;
		margin-left: 10px;
	}
	.kwicks li .login-form-user .dati {
		margin: 0 30px 0 5px;
	}
	.kwicks li .login-form-user .submit {
		margin-left: 10px;
	}
		
	#kwick_1 {  }
	#kwick_1 .handle {
		background-color: #000;
	}
	#kwick_1 .handle h3 {
		background-image: url(../images/label_tab1.gif);
		background-position: 0 0;
	}
	#kwick_1.over .handle h3 {
		background-position: -45px 0;
	}
	#kwick_1.active .handle h3 {
		background-position: -90px 0;
	}
	#kwick_1 .content {
		/*background-image: url(../images/slide1.jpg); */
	}
	#kwick_1 .content .heading {
		height: 95px;
		background: #1E1E1E url("../images/banner_home.jpg") 0 2px no-repeat;
		margin: 0 15px;
	}
	#kwick_1 .content .heading img {
		margin: 2px;
		margin-left: 155px;
		display: none;
	}
	#kwick_1 .content #sez-chisiamo .imgbox {
		margin-top: 28px;
		margin-right: 10px;
	}
	#kwick_1 .content #sez-card {
/*		clear: both;
		float: right;
		text-align: right;*/
	}
	#kwick_1 .content #sez-partner {
		clear: left;
	}
	#kwick_2 { }
	#kwick_2 .handle {
		background: #870C09 url(../images/logo_tabs.gif) 0px 385px no-repeat;
	}
	#kwick_2 .handle h3 {
		background-image: url(../images/label_tab2.gif);
	}
	#kwick_2.over .handle h3 {
		background-position: -45px 0;
	}
	#kwick_2.active .handle h3 {
		background-position: -90px 0;
	}
	#kwick_2 .content {
		/* background-image: url(../images/slide2.jpg); */
	}
	#kwick_3 { }
	#kwick_3 .handle {
		background: #9E0909 url(../images/logo_tabs.gif) -36px 385px no-repeat;
	}
	#kwick_3 .handle h3 {
		background-image: url(../images/label_tab3.gif);
	}
	#kwick_3.over .handle h3 {
		background-position: -45px 0;
	}
	#kwick_3.active .handle h3 {
		background-position: -90px 0;
	}
	#kwick_3 .content {
		/* background-image: url(../images/slide3.jpg); */
	}
	#kwick_4 { }
	#kwick_4 .handle {
		background: #B80C0C url(../images/logo_tabs.gif) -72px 385px no-repeat;
	}
	#kwick_4 .handle h3 {
		background-image: url(../images/label_tab4.gif);
	}
	#kwick_4.over .handle h3 {
		background-position: -45px 0;
	}
	#kwick_4.active .handle h3 {
		background-position: -90px 0;
	}
	#kwick_4 .content {
		/* background-image: url(../images/slide4.jpg); */
	}
	#kwick_4 .content p {
		font-size: 95%;
	}
	#kwick_5 {  }
	#kwick_5 .handle {
		background: #CC241C url(../images/logo_tabs.gif) -108px 385px no-repeat;
	}
	#kwick_5 .handle h3 {
		background-image: url(../images/label_tab5.gif);
	}
	#kwick_5.over .handle h3 {
		background-position: -45px 0;
	}
	#kwick_5.active .handle h3 {
		background-position: -90px 0;
	}
	#kwick_5 .content {
		/* background-image: url(../images/slide5.jpg);  */
	}
	#kwick_6 {  }
	#kwick_6 .handle {
		background-color: transparent;
		width: 0px;
	}
	#kwick_6 .handle h3 {
		background-position: -45px 0;
	}
	#kwick_6 .content {
		background-position: -90px 0;
	}
	
	.kwicks.horizontal #kwick_1.first {
		margin-left: none; /* cancel margin on last kiwck (if you set a margin above) */
	}
	.kwicks.horizontal #kwick_1.last, .kwicks.horizontal #kwick_2.last, .kwicks.horizontal #kwick_3.last, .kwicks.horizontal #kwick_4.last, .kwicks.horizontal #kwick_5.last, .kwicks.horizontal #kwick_6.last {
		margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
	}
	.kwicks.vertical #kwick_1.first {
		margin-top: none; /* cancel margin on last kiwck (if you set a margin above) */
	}
	.kwicks.vertical #kwick_1.last, .kwicks.vertical #kwick_2.last, .kwicks.vertical #kwick_3.last, .kwicks.vertical #kwick_4.last, .kwicks.vertical #kwick_5.last, .kwicks.vertical #kwick_6.last {
		margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
	}
/* [end] === PANNELLO TAB SCORREVOLI === */

#banner-bottom {
	height: 90px;
	margin: 0;
	text-align: center;
	padding-top: 10px;
	background-color: #DBDADE;
	position: relative;
	top: 29px;
}
#banner-bottom iframe.banner {
	border: 0 none;
	margin: 0;
	padding: 0;
	height: 90px;
	width: 100%;
	overflow: hidden;
}

#footer {
	text-align: center;
	font-size: 90%;
	color: #333;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 3px;
	background-color: #DBDADE;
	position: relative;
	top: -100px;
}

/* [begin] === SEZIONI SPECIFICHE === */
#banner .banner-box {
	width: 985px;
	margin: 0 auto;
}

#scheda {
}
#scheda #cont-out {
	width: 98%;
	margin: 1%;
}
#scheda .element {
	border: 0 none;
	line-height: 1.3em;
	float: none;
}
#scheda .element h1,
#scheda .element h2,
#scheda .element h3 {
	font-family: "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}
#scheda .element h1 {
	font-size: 120%;
	color: #CCC;
	text-transform: uppercase;
	background: #222;
}
#scheda .element h2 {
	font-size: 150%;
	text-transform: uppercase;
	color: #DDD;
}
#scheda .element h3 {
	font-size: 130%;
	color: #AAA;
}
#scheda .element p {
	margin: 0.3em 0;
}
#scheda .element em {
	font-weight: bold;
	margin-right: 15px;
}
#scheda .element .date {
	margin: auto 15px;
	font-size: 90%;
}
#scheda .element .testo {
	margin: auto 15px;
	font-size: 90%;
}
#scheda .element .image a img {
	border: 0 none;
}
#scheda .element .cat-list {
	margin-left: 20px;
	font-size: 90%;
}
#scheda .element .pdf-list {
	border-top: 1px dotted #333;
}
#scheda .element .pdf-list ul {
	margin: 10px 0 10px 5px;
	list-style: none;
}
#scheda .element .pdf-list .pdf {
}
#scheda .element .pdf-list .pdf a {
	font-weight: bold;
	font-size: 100%;
	text-decoration: underline;
	padding-left: 22px;
	background: url(../images/ico_pdf_sm.gif) 0 50% no-repeat;
}
#scheda .button-panel {
	clear: both;
	text-align: center;
	margin-top: 15px;
	padding: 7px 0;
	background: #222;
}
#scheda .button-panel input {
	margin: 0 10px;
}

#archivio-eventi #cont-out {
	margin: 1%;
	width: 98%;
}
#archivio-eventi .event-list {
	font-size: 90%;
	height: auto;
}

#iscrizione #cont-out {
	margin: 0 auto 0;
	width: auto;
}
#iscrizione h1 {
	text-align: center;
	background: #111;
	padding: 5px 0;
	margin-bottom: 5px;
	font-size: 150%;
}
#iscrizione h2 {
	text-align: center;
	margin: 10px 0;
	font-size: 130%;
	text-transform: uppercase;
}
#iscrizione h3 {
	clear: both;
	margin: 7px 15px;
	font-size: 110%;
}
#iscrizione form p {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: both;
	width: 100%;
}
#iscrizione .testo {
	clear: both;
	margin: 0.5em 15px;
	font-size: 80%;
	width: auto;
}
#iscrizione .voce {
	clear: both;
	float: left;
	margin: 5px 0;
}
#iscrizione p.note {
	font-style: italic;
	margin-left: 30%;
	padding: 10px 0;
	width: 70%;
}
#iscrizione .accept {
	margin: 10px 0 15px;
}
#iscrizione .voce label {
	float: left;
	width: 25%;
	margin-right: 5%;
	text-align: right;
	font-size: 80%;
}
#iscrizione .voce label .note {
	font-style: italic;
	font-size: 95%;
	display: block;
}
#iscrizione .more label {
	width: auto;
	padding-left: 5%;
	margin-right: 10px;
	text-align: right;
	font-size: 80%;
}
#iscrizione .richiesto label,
p.note .richiesto {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#iscrizione .voce .dati {
	float: left;
	font-size: 80%;
	width: 70%;
}
#iscrizione .voce .dati label {
	float: none;
	width: auto;
	margin: 0 10px 0 5px;
	font-size: 100%;
}
#iscrizione .dati .ora {
	width: 2em;
	text-align: right;
}
#iscrizione .dati .giorno,
#iscrizione .dati .mese {
	width: 5em;
}
#iscrizione .dati .anno {
	width: 6em;
}
#iscrizione .voce .intlink {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
#iscrizione .voce .intlink:hover {
	color: #F90;
}
#iscrizione iframe {
	clear: both;
	width: 96%;
	margin: 0 1.9%;
	border: 1px solid #999;
}
#iscrizione iframe.contract {
	font-size: 90%;
}
#iscrizione iframe.box1 {
	height: 200px;
}
#iscrizione iframe.box2 {
	height: 100px;
}

#iscrizione .pulsantiera {
	text-align: center;
	float: none;
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #333;
	margin: 15px 0 0;
	background: #111 url(../images/cel3.gif) top repeat-x;
}
#iscrizione .pulsantiera .submit {
	margin: 0 10px;
}
#iscrizione .clear {
	float: none;
	clear: both;
	height: 0px;
}
#iscrizione .sum-up {
}
#iscrizione .sum-up h3 {
	text-align: center;
	background: #333;
	float: left;
	width: 96%;
	margin: 20px 2% 10px;
	padding: 3px;
}
#iscrizione .sum-up .voce .dati {
	font-weight: bold;
}

#riservata {
	background: #000 url(../images/riservata_side_bar.gif) 0 0 repeat-y;
}
#riservata #cont-out {
	margin: 0;
	min-height: 500px;
	max-width: 1000px;
	width: auto;
	background: transparent;
}
#riservata #cont-in {
	width: auto;
}
#riservata #header {
	display: block;
	position: relative;
	top: 0;
	bottom: 0;
	height: 0;
}
#riservata #header h1 {
	position: absolute;
	width: 30px;
	height: 500px;
	top: 0;
	left: 0;
	background: #870C09 url(../images/riservata_gev.gif) 5px 5px no-repeat;
}
#riservata #header h2 {
	position: absolute;
	width: 30px;
	height: 500px;
	top: 0;
	left: 31px;
	background: #B80C0C url(../images/riservata_tesserati.gif) 5px 5px no-repeat;
}
#riservata #header h1 span,
#riservata #header h2 span {
	display: block;
	overflow: hidden;
	height: 0;
	width: 0px;
}
#riservata #main-menu {
	clear: both;
	margin-left: 65px;
	margin-bottom: 10px;
	position: relative;
	min-height: 2.5em;
	font-size: 0.9em;
}
#riservata #main-menu ul {
	list-style: none;
	position: relative;
}
#riservata #main-menu li {
	float: left;
	margin-right: 2px;
	margin-top: 2px;
	border: 1px solid #333;
	border-left-color: #777;
	border-top-color: #777;
	min-height: 42px;
/*	min-width: 70px;	*/
	max-width: 100px;
	text-align: center;
}
#riservata #main-menu li a {
	display: block;
	padding: 5px;
	color: #CCC;
	font-weight: bold;
	background: transparent url(../images/backg_grad.gif) 0 0 repeat-x;
}
#riservata #main-menu li a:hover {
	color: #FFF;
}
#riservata #main-menu li.sel a {
	color: #FB0;
	text-decoration: none;
}
#riservata #main-menu li#tab1 {
	width: 70px;
}
#riservata #main-menu li#tab2,
#riservata #main-menu li#tab4 {
	width: 65px;
}
#riservata #main-menu li#tab8 {
	width: 50px;
}
#riservata #main-menu li#tab7 a,
#riservata #main-menu li#tab8 a {
	padding-top: 12px;
}

#riservata #content {
	margin: 0 15px 0 70px;
	clear: both;
	font-size: 90%;
}
#riservata #content p {
	margin: 0.3em 0;
}
#riservata #content .giornalino {
	text-align: center;
}
#riservata #content .giornalino a {
	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;
	padding-left: 22px;
	background: url(../images/ico_pdf_sm.gif) 0 50% no-repeat;
}

#riservata #content h4 {
	background: #333;
	padding: 3px;
	padding-left: 15px;
	clear: left;
}
#riservata #content h5 {
	background: #111;
	padding: 4px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 110%;
	clear: left;
}

#riservata #content form {
	margin: 0 10px;
}
#riservata #content form p {
	margin: 0.3em auto;
	clear: left;
	float: left;
	width: 100%;
}
#riservata #content form p.note {
	margin: 1em 0;
}
#riservata #content form p label {
	float: left;
	width: 25%;
	text-align: right;
	font-weight: bold;
}
#riservata #content form p.richiesto label {
	text-decoration: underline;
}
#riservata #content form .campi {
	font-size: 90%;
}
#riservata #content form p .fields {
	display: block;
	margin-left: 28%;
}
#riservata #content form p .fields label {
	float: none;
	width: auto;
}
#riservata #content form p.forgot,
#riservata #content form p.info-privacy {
	margin-left: 25%;
	width: 75%;
}
#riservata #content form p.buttons {
	text-align: center;
	margin-bottom: 0;
	background-color: #111;
}
#riservata #content form p.buttons .submit {
	margin: 7px 5px;
}
#riservata #content form ul {
	margin: 0.3em 0 0.3em 20px;
}
#riservata #content form li {
	margin: 0.3em 0;
}
#riservata #content form .warning {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	color: #F90;
	padding: 0.5em 0;
}

#riservata #content #form-register-log {
	width: 300px;
	padding-top: 50px;
	margin: auto;
}
#riservata #content #form-register-log form {
	padding: 5px;
	border: 1px solid #333;
	border-top: 0 none;
	margin: 0;
	margin-bottom: 10px;
}

#riservata #content form.searchpanel {
	border: 1px solid #222;
	background: #111;
	padding: 5px;
	position: relative;
	margin: 5px;
	margin-bottom: 10px;
}
#riservata #content form.searchpanel fieldset {
	border: 1px solid #333;
	margin: 2px;
	padding: 3px;
	padding-right: 10px;
	display: inline;
	border-radius: 10px;
}

#riservata #content form.searchpanel legend {
	font-size: 85%;
	font-weight: bold;
	color: #BBB;
}
#riservata #content form.searchpanel p.buttons {
	display: inline;
	float: none;
	width: auto;
	margin: 0;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#riservata #content form.searchpanel #formSearch-cat {
	width: 175px;
}
#riservata #content form.searchpanel #formSearch-sub {
	width: 225px;
}

#riservata #content .page-list {
	text-align: center;
	font-size: 95%;
}
#riservata #content .page-list .results {
	font-style: italic;
}
#riservata #content .page-list {
	clear: both;
}
#riservata #content .page-list ul {
	list-style: none;
	float: right;
	margin-left: 10px;
}
#riservata #content .page-list ul li {
	float: left;
	margin: 0 2px 0 5px;
}
#riservata #content .page-list ul li a {
}
#riservata #content .page-list ul li.sel a {
	text-decoration: underline;
	color: #777;
}
#riservata #content .page-list .results {
	margin-right: 30px;
}

#riservata #content .elem-list {
	margin: 0;
	border-top: 1px dotted #777;
}
#riservata #content h5 {
}
#riservata #content h5.cat {
	color: #C00;
	font-size: 120%;
	padding-left: 5px;
	border-bottom: 1px dotted #777;
	background-color: #222;
}
#scheda .elem-list .elem-list .warning,
#riservata #content .elem-list .warning {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	padding: 20px 0;
}
#scheda .elem-list .elem,
#riservata #content .elem-list .elem {
	padding: 3px;
	border-bottom: 1px dotted #777;
}
#scheda .elem-list .pari,
#riservata #content .elem-list .pari {
	background-color: #111;
}
#scheda .elem-list .elem p,
#riservata #content .elem-list .elem p {
	margin: 0;
	padding: 0.2em 0;
}
#scheda .elem-list .elem .data,
#riservata #content .elem-list .elem .data {
	font-style: italic;
	font-size: 95%;
}
#scheda .elem-list .elem .titolo,
#riservata #content .elem-list .elem .titolo {
	font-size: 110%;
	font-weight: bold;
	color: #EEE;
}
#scheda .elem-list .elem .sottotitolo,
#riservata #content .elem-list .elem .sottotitolo {
	font-weight: bold;
	color: #CCC;
}
#scheda .elem-list .elem .testo,
#riservata #content .elem-list .elem .testo {
}
#scheda .elem-list .elem .indirizzo,
#riservata #content .elem-list .elem .indirizzo {
}
#scheda .elem-list .elem .localita,
#riservata #content .elem-list .elem .localita {
	text-transform: uppercase;
}
#scheda .elem-list .elem .telefono,
#riservata #content .elem-list .elem .telefono {
}
#scheda .elem-list .elem .subcat-list,
#riservata #content .elem-list .elem .subcat-list {
	color: #FC0;
	font-size: 90%;
	margin-right: 250px;
}
#scheda .elem-list .elem .subcat-list span,
#riservata #content .elem-list .elem .subcat-list span {
	margin-right: 5px;
}
#scheda .elem-list .elem .goto,
#riservata #content .elem-list .elem .goto {
	text-align: right;
	margin-top: -1.5em;
}
#scheda .elem-list .elem .goto .site,
#riservata #content .elem-list .elem .goto .site {
}
#scheda .elem-list .elem .goto .scheda,
#riservata #content .elem-list .elem .goto .scheda {
	margin-left: 50px;
}
/* [end] === SEZIONI SPECIFICHE === */

/* [begin] === STILI DEBUG === */
.errorpanel {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	margin: 10px 10px 10px 70px;
	padding: 2px;
	border: 1px dotted #777;
	background: #222;
}
/* [end] === STILI DEBUG === */
