

.shopitem img.imgallegato { float: left; margin: 0 5px 5px 0 }
hr { clear:left; border: none; border-bottom: 1px dashed #CCCCCC; margin: 3px 0 2px 0 }
.shopcategorie { width: 110px; vertical-align: top; padding-right: 10px; }
.shopcategorie ul { border: 1px solid #FFBB00; background-color: #FFFFCC; color: #FFBB00; padding: 5px 0 5px 10px; margin: 0 }
.shopcategorie li { list-style-type: square; }

form {
 padding: 0;
 margin: 0;
}
input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select {
	border: 1px solid #A0A0A0;
	color: black;
	font: 10pt Verdana, sans-serif;
	margin: 1px;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="file"]:hover,
input[type="file"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	border-color: #5580DD;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover,
input[type="reset"][disabled]:hover,
input[type="button"][disabled]:active,
input[type="submit"][disabled]:active,
input[type="reset"][disabled]:active,
input[type="button"][disabled]:focus,
input[type="submit"][disabled]:focus,
input[type="reset"][disabled]:focus {
	border: solid 1px #C0C0C0;
	background: #E7E7E7 url(pages/__/images/button_back.png) repeat-x;
	cursor: pointer;
	padding: 0px 3px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	border: solid 1px #5580DD;
	background: #D7DBF7 url(pages/__/images/button_back_hover.png) repeat-x;
}
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"].selected,
input[type="reset"]:active,
input[type="submit"].selected {
	border: solid 1px #5580DD;
	background: #D7DBF7 url(pages/__/images/button_back_pushed.png) repeat-x;
}
input[type="button"][disabled],
input[type="submit"][disabled],
input[type="reset"][disabled] {
	border: solid 1px #C0C0C0;
	color: #808080;
}

.shoutbox {
 width: 100%;
}
.shoutrow1 {
 background-color: white;
}
.shoutrow2 {
 background-color: #DDDDDD;
}
.shoutbox, .shoutform, .shoutform input, .shoutform textarea {
 font-size: 8pt;
}
.shoutbox .nick {
 color: red;
}
.shoutbox .data {
 color: green;
 text-align: right;
 font-style: italic;
}

table.menutable {
	margin: 0 auto;
}
table.menutable a:link{
	color: #000666;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
	
}
table.menutable a:visited{
	color: #000666;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
	
}
table.menutable a:hover{
	color: #0088FF;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
	
}
table.menutable a:active{
	color: #0088FF;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
	
}
table.menutable td, table.submenutable td {
	font-family: sans-serif;
	font-size: 10pt;
	padding: 2px;
}
table.menutable td {
	border: 1px solid white;
}
table.submenutable td {
	border: 1px solid white;
}
table.menutable td:hover, table.submenutable td:hover {
	border: 1px solid #A0A0A0;
	background-color: #EEEEEE;
}
table.submenutable td {
	padding: 3px 12px 3px 12px;
}
table.submenutable {
	background-color: white;
	border: 1px Solid #A0A0A0;
}
table.submenutable a:link {
	color: #000666;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
	
}
table.submenutable a:visited {
	color: #000666;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
	
}
table.submenutable a:hover {
	color: #0088FF;
	font-family: sans-serif;
	font-size: 10pt; 
	text-decoration: none;
	
}
table.submenutable a:active {
	color: #0088FF;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
	
}
.phplmbodytable{
	font-family: sans-serif;
	font-size: 12pt;
}
.phplmnormal{
	color: #000000;
	font-family: sans-serif;
	font-size: 12pt;
}

hr.pollbar {
 min-width: 2px;
 margin: 0 5px 5px 0;
 padding: 0;
 border: none;
 border-bottom: 2px solid darkblue;
}

div#toc {
 float: right;
 border: 1px dashed #A0A0A0;
 margin: 5px;
}
div#toc .toctitle {
 font-weight: bold;
 background-color: #EAEAEA;
 border-bottom: 2px solid ;
 padding: 0 3px 0 3px;
 margin-bottom: 2px;
}
div#toc .tocitem {
 position: relative;
 left: -5px;
}
blockquote:before {
 content: 'citazione';
 font-size: 8pt;
 font-weight: bold;
}
blockquote {
 padding: 4px;
 margin-left: 20px;
 border: 1px solid #A0A0A0;
 background-color: #EEEEEE;
}
table.wiki {
 background-color: #A0A0A0;
 border-spacing: 1px;
 margin-bottom: 10px;
}
table.wiki td {
 background-color: white;
 padding: 0 2px 0 2px;
}
table.wiki th {
 background-color: #EEEEEE;
 padding: 0 2px 0 2px;
}

.sectionheader {
 border-top: 2px solid #000666;
 font-weight: bold;
 text-transform: uppercase;
 background-color: #EAEAEA;
 padding: 3px;
}
.sectionheader td {
 font-weight: bold;
 text-transform: uppercase;
 color: #606060;
}
.sectionsubtitle {
 font-size: 14pt;
 border-bottom: 1px solid #A0A0A0;
 padding-left: 3px;
 margin-top: 10px;
}
.sectioncontent {
 margin-bottom: 10px;
}

.footer {
 border-top: 1px solid #A0A0A0;
 text-align: center;
 clear: both;
}

table.calendario {
	border-left: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
	height: 100%;
	width: 100%;
	empty-cells: show;
}
table.calendario a:link {
	background-color: #000666;
	color: white;
	height: 100%;
	width: 100%;
}

table.calendario a:visited {
	background-color: #000666;
	color: white;
	height: 100%;
	width: 100%;
}

table.calendario a:hover {
	background-color: #0088FF;
	color: white;
	height: 100%;
	width: 100%;
}

table.calendario a:active {
	background-color: #0088FF;
	color: white;
	height: 100%;
	width: 100%;
}
table.calendario td {
	border-bottom: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
	text-align: center;
}
table.calendario td:hover {
	background-color: #DDDDDD;
}

table.calendario th {
	color: #000666;
	border-bottom: 1px solid #A0A0A0;
	text-align: center;
}
table.calendario th.last {
	border-right: 1px solid #A0A0A0;
}
/* include file='db:flashnews.css' */

a:link{
	color: #000666;
	text-decoration: none;
}
a:visited{
	color: #000666;
	text-decoration: none;
}
a:hover{
	color: #0088FF;
	text-decoration: underline;
}
a:active{
	color: #0088FF;
	text-decoration: underline;
}
ul.linklist {
	padding: 0;
	margin: 3px 3px 3px 15px;
}
ul.linklist li {
	color: #000666;
	list-style-type: square;
}
ul.linklist a {
	color: black;
}
div.link {
 padding:3px;
 margin: 3px 0 5px 0;
 border-bottom: 1px dashed #A0A0A0;
}

div.link h4 {
 margin: 0 0 4px 0;
}

body{
 ;
 font-size: 10pt;
 margin: 10px;
 padding: 0;
 font-family: sans-serif;
 font-weight: normal;
}
td.central {
 border-right: 1px solid #A0A0A0;
 border-left: 1px solid #A0A0A0;
}
p, h2 {
 margin: 0 0 12px 0;
}
p {
 text-align: justify;
}
caption{
 color: #000666;
 font-size: 12pt;
 font-weight: bold;
 text-transform: capitalize;
}
div.scheda {
 text-align: justify;
}
div.lateralbox {
 margin-bottom: 15px;
}
.bodycontent {
 margin: 7px 0 7px 0;
}
.bodycontent td {
 vertical-align: top;
}

div.error{
	border: 1px solid #FF0000;
	margin: 3px;
	padding: 2px;
}
div.error b.file{
	text-decoration: underline;
}

table.contattaci {
 width: 300px;
}
table.contattaci caption {
 border-bottom: 2px dashed #EAEAEA;
}
table.contattaci th {
 text-align: right;
 vertical-align: top;
 padding: 5px;
}
table.contattaci td {
 text-align: left;
 vertical-align: middle;
 padding: 5px;
}

a.titolonotizia:link{
 font-family: sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #000666;
 text-decoration: none;
}
a.titolonotizia:visited{
 font-family: sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #000666;
 text-decoration: none;
}
a.titolonotizia:hover{
 font-family: sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #0088FF;
 text-decoration: none;
}
a.titolonotizia:active{
 font-family: sans-serif;
 font-size: 12pt;
 font-weight: bold;
 color: #0088FF;
 text-decoration: none;
}
.boxnotizia {
 border-bottom: 1px solid #A0A0A0;
 margin: 3px;
 padding: 3px;
 font-weight: normal;
}
.boxnotizia:hover {
 background-color: #EEEEEE;
}
.boxnotizia img {
 float: right;
 margin: 3px 0 3px 10px;
 border: 1px solid #A0A0A0;
}
.datanotizia{
 color: green;
 font-weight: normal;
}
.numletture {
 font-style: italic;
 text-align: right;
}
.notiziabreve {
 text-align: justify;
 font-weight: normal;
}
.footnotizia {
 margin-top: 3px;
 border-top: 1px dotted #A0A0A0;
 width: 100%;
 font-size: 8pt;
}

.detailnews{
 padding: 5px;
}
.detailnews p:hover {
 text-shadow: #AAAAAA 2px 2px 1px;
}
.detailnews .titolo{
 font-family: sans-serif;
 font-weight: bold;
 font-size: 14pt;
}
.detailnews .testo{
 text-align: justify;
 min-height: 130px;
}
.detailnews .occhiello{
 font-size: 11pt;
}
.detailnews .catenaccio{
 font-size: 10pt;
 font-weight: bold;
}
img.allegato-right, img.allegato {
 float: right;
 margin: 3px 0 3px 10px;
 border: 1px solid #A0A0A0;
}
img.allegato-left {
 float: left;
 margin: 3px 10px 3px 0;
 border: 1px solid #A0A0A0;
}
.commento {
 margin: 0 10px 0 10px;
 padding: 5px 0 3px 3px;
}
.footcommento {
 border-top: 1px dotted #A0A0A0;
 margin: 0 10px 15px 10px;
 padding: 2px 0 0 3px;
 font-size: 8pt;
}
#star1, #star2, #star3, #star4, #star5 {
display: block;
height: 15px;
width: 16px;
background-image: url(pages/__/images/star.png);
background-repeat: no-repeat;
float: left;
overflow: hidden;
}
.starOn {
display: block;
height: 15px;
width: 16px;
background-image: url(pages/__/images/star.png);
background-repeat: no-repeat;
background-position: 0 -15px;
float: left;
overflow: hidden;
}
.starOff {
display: block;
height: 15px;
width: 16px;
background-image: url(pages/__/images/star.png);
background-repeat: no-repeat;
float: left;
overflow: hidden;
}

.opinione {
 background-color: #EAEAEA;
 border: 1px solid black;
 padding: 5px;
 margin: 3px 3px 15px 3px;
}
.opinione .video {
 width: 220px;
}
.opinione .video object, .opinione .video embed {
 width: 220px;
 height: 180px;
}

.registration { width: 400px; margin: 0 auto 15px auto; text-align: right }
.registration input.text { margin-left: 10px; width: 250px }
.registration .eula { margin: 10px 0 10px 0; font-size: 8pt; text-align: justify; }

.video object, .video embed {
 width: 425px;
 height: 350px;
}
.video {
 width: 425px;
 margin: 0 auto;
}


.bordertopbottom{
 border-top: 1px solid #A0A0A0;
 border-bottom: 1px solid #A0A0A0;
}

#home-header, #home-header a {
 font-size: 14pt;
 color: #808080;
 font-style: italic;
 text-align: center;
}
#home-header a {
 font-size: 16pt;
 font-weight: bold;
}
#home-content {
 width: 720px;
 margin: 20px auto;
}
#home-photo, #home-photoname {
 border: 1px solid #808080;
 margin: 0 0 0 5px;
}
#lang-links {
 width: 200px;
 float: right;
}
#lang-links img {
 border: 0;
}
#lang-links a:link, #lang-links a:visited {
 display: block;
 width: 180px;
 border: 1px solid #DDDDDD;
 vertical-align: middle;
 padding: 7px;
 margin-bottom: 10px;
}
#lang-links a:hover {
 display: block;
 border: 1px solid #808080;
 background-color: #DDDDDD;
 text-decoration: none;
 padding: 7px;
 margin-bottom: 10px;
}
