form {
	margin: 0px;
	padding: 0px;
    color: #89aecc;
	}

h1, h3, h4, h5 {
 margin-top:0px;
}

.clear {
	clear: both;
}

.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	overflow: hidden;
	height: 1px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box {
	background-color: #eeeeee;
	border: 1px dotted #CCCCCC;
	float: right;
	width: 200px;
	padding: 10px;
	text-decoration: none;
}
.message {
	background-color: #eeeeee;
	border: 1px dotted #CCCCCC;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
.image {
	background-color: #eeeeee;
	border: 1px solid #CCCCCC;
	text-align: center;
	line-height: 100px;
}
.center {
	margin-right: auto;
	margin-left: auto;
}
.modulo {
	background-color: #F8F8F8;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.modulo .label {
	vertical-align: top;
}
.modulo th {
	text-align: left;
	padding-bottom: 4px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#prodotti {
}
#prodotti .prodotti-left {
	text-align: center;
	width: 120px;
	padding-right: 10px;
}
#prodotti  .prodotti-right {
	vertical-align: top;
}

#prodotti .nome {
	font-weight: bold;
}
#prodotti  .desc a {
	text-decoration: none;
	color: #000000;
}
#prodotti   .desc  a:hover {
	text-decoration: underline;
	color: #000000;
}
#prodotti .desc a .continua {
	color: #006699;
	text-decoration: underline;
	font-style: italic;
}
#prodotti .desc {
	margin-top: 10px;
	margin-bottom: 10px;
}
#prodotti .nav {
	text-align: right;
}
#prodotti .sepa {
	height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0px;
}
#main {
	width: 100%;
}
#main-left {
	vertical-align: top;
	width: 180px;
	padding-right: 10px;
}
#main-right {
	vertical-align: top;
}
.element   li {
	background-image: url(../images/utils/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	list-style-type: none;
}
#main  .dati td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
#main .dati .name {
	padding-right: 6px;
}
#main  .dati  .value {
	font-weight: bold;
}
#main .right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main .element {
	clear: both;
}
#main-right .data {
	font-weight: bold;
}
#main-right .luogo {
}

.lista {
}
.lista .lista-left {
	text-align: center;
	width: 120px;
	padding-right: 10px;
}
.lista .lista-right {
	vertical-align: top;
}

.lista .nome {
	font-weight: bold;
}
.lista .desc a {
	text-decoration: none;
	color: #000000;
}
.lista .desc a:hover {
	text-decoration: underline;
	color: #000000;
}
.lista .desc a .continua {
 color: #A8AA45;
 text-decoration: underline;
 font-style: italic;
}
.lista .desc {
	margin-top: 10px;
	margin-bottom: 10px;
}
.lista .nav {
	text-align: right;
}
.lista .sepa {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
	overflow: hidden;
	height: 10px;
}
.lista-right .data {
	font-size: 80%;
	color: #006699;
}

.box-error {
	color: #CC0000;
	background-color: #FFEAEA;
	border: 1px solid #CC0000;
	margin-bottom: 10px;
	background-image: url(../images/icone/error.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 36px;
}
.box-error .title {
	font-weight: bold;
}

.box-note {
	color: #666666;
	background-color: #FFFFCC;
	border: 1px solid #666666;
	margin-bottom: 8px;
	background-image: url(../images/icone/note.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 36px;
}
.box-note .title {
	font-weight: bold;
}

.box-ok {
	color: #009933;
	background-color: #EEF7DD;
	padding: 8px;
	border: 1px solid #339933;
	margin-bottom: 8px;
}
.box-ok .title {
	font-weight: bold;
}

.box-msg {
	color: #006699;
	background-color: #ECF9FF;
	border: 1px solid #006699;
	margin-bottom: 10px;
	background-image: url(../images/icone/msg.png);
	background-repeat: no-repeat;
	background-position: 8px 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 36px;
}
.box-msg .title {
	font-weight: bold;
}
#italia {
	margin-top: 20px;
	margin-right: 20px;
}
#privacy {
	font-size: 9px;
	line-height:14px;
	padding: 5px;
	color: #89AECC;
}
#privacy-disclaimer {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 85%;
	padding: 5px;
	height: 100px;
	overflow: auto;
}

.noTopMargin {
	margin-top: 0px;
}
.noBotMargin {
	margin-bottom: 0px;
}
textarea.form  {
	width: 90%;
}

.nota {
	color: #666666;
}

/* slide */
.slide-mask {
	overflow: hidden;
	position: relative;
}
.slide {
	position: absolute;
}
.slide .slide-element {
	text-align:center;
	float: left;
}
#slide-buttons  {
	list-style-type: none;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#slide-buttons li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	background-image: none;
}
#slide-buttons li.first {
	border-left-width: 0px;
	border-left-style: none;
}

#slide-buttons a {
	color: #666666;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
}
#slide-buttons a:hover {
	color: #990000;
	text-decoration: underline;
}

#log {
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #CCCCCC;
	display: none;
	color: #666666;
	margin-top: 5px;
}


#crumbs {
	font-size: 90%;
	margin-bottom: 8px;
}
#foto .cell {
 text-align: center;
 height: 100px;
 width: 100px;
 padding-left: 10px;
}
#foto  .cell.first {
 padding-left: 0px;
}
.audioplayer {
 height: 24px;
}
.rightfloat {
 float: right;
 margin-bottom: 10px;
 margin-left: 10px;
}
.element {
 clear: both;
}
