html, body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
body, td {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	color: #666666;
	margin-top: 0px;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
}

h1 {
	font-size: 130%;
	text-align: center;
}
h1  span {
	color: #CCCCCC;
}
h2 {
	font-size: 120%;
	margin-top: 15px;
}

h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
	margin-bottom: 12px;
}


.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	overflow: hidden;
	height: 1px;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*
fieldset {
 -moz-border-radius: 5px;
	border-radius: px;
}*/

.box-generic {
	background-color: #eeeeee;
	border: 1px dotted #CCCCCC;
	padding: 10px;
}
.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;
}
.hidden {
	display: none;
}

.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 {
	text-decoration: underline;
	font-style: italic;
	color: #993333;
}
#prodotti .desc {
	margin-top: 10px;
	margin-bottom: 10px;
}
#prodotti .nav {
	float: right;
}
#prodotti  .nav  .button, #prodotti .nav .button-inv {
	margin-left: 3px;
}

#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: 0px;
	padding-right: 0px;
}

#main-leftopen {
	vertical-align: top;
	width: 180px;
	padding-right: 10px;
}

#main-right {
	vertical-align: top;
}
.element li {
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	list-style-type: none;
}
#main .dati {
}
#main .dati td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding-top: 2px;
	padding-bottom: 2px;
}
#main .dati .name {
	padding-right: 6px;
	vertical-align: top;
	font-weight: bold;
}
#main .dati .value {
	vertical-align: top;
}

#main .dati .prezzo {
	font-size: 120%;
	font-weight: bold;
	color: #993333;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main .dati .prezzo span {
	font-size: 70%;
}
.datiform td {
	padding-top: 4px;
	padding-bottom: 4px;
}
.datiform .name {
	padding-right: 8px;
}
.datiform .value {
	font-weight: bold;
}

#main .right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#main .left {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

#main .element {
	clear: both;
}

.lista {
}
.lista .lista-left {
	text-align: center;
	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 {
	text-decoration: underline;
	font-style: italic;
}
.lista .desc {
	margin-top: 10px;
	margin-bottom: 10px;
}
.lista .nav {
	float: 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;
}
.lista .prezzo {
	font-size: 120%;
	font-weight: bold;
	color: #993333;
	margin-bottom: 5px;
	float: right;
	margin-right: 5px;
}
.lista .prezzo span {
	font-size: 70%;
}


#main-right .data {
	font-size: 90%;
}

.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;
}
#rivenditori {
	position: relative;
	height: 300px;
	overflow-x: auto;
	overflow-y: scroll;
}

.rivenditori {
}

.rivenditori .zona {
}
.rivenditori  .zona  h2 {
	font-size: 110%;
	color: #000000;
	font-weight: bold;
}
.rivenditori .zona h3 {
	font-size: 105%;
	font-weight: bold;
}
.rivenditori .zona .rivenditore {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#italia {
	margin-top: 20px;
	margin-right: 20px;
}
#privacy {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-size: 90%;
	padding: 5px;
}
#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: 99%;
}

#ricerca {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}
.clear-left {
	clear: left;
}


.nota {
	font-size: 90%;
	color: #666666;
}
.prodotti-home {
}
.prodotti-home .prodotto {
	width: 180px;
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.prodotti-home .prodotto .prodotto-inner {
	/*min-height*/
 min-height: 240px;
	height: auto !important;
	height: 240px;
	padding-top: 45px;
}

.prodotti-home .prodotto .immagine {
	height: 130px;
	line-height: 130px;
	text-align: center;

}
.prodotti-home .prodotto .immagine a {
	border: 1px solid transparent;

}
.prodotti-home .prodotto .immagine img {
	vertical-align: middle;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.prodotti-home .prodotto .immagine a:hover img {
	border: 1px solid #990000;
}


.prodotti-home .prodotto .nome {
	font-weight: bold;
	margin-top: 5px;
}
.prodotti-home .prodotto .nome a {
	color: #000000;
	text-decoration: none;
}
.prodotti-home  .prodotto  .nome  a:hover {
	color: #990000;
	text-decoration: underline;

}
.prodotti-home .prodotto .desc {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.prodotti-home .prodotto .nav {
	text-align: right;
}

.prodotti-home .prodotto .prezzo {
	font-weight: bold;
	color: #990000;
	font-size: 110%;
	margin: 5px;
	text-align: right;
}
.img {
	padding: 4px;
	border: 1px solid #CCCCCC;
}
a:hover .img {
	padding: 4px;
	border: 1px solid #993333;
}
.table {
	width: 100%;
	background-color: #CCCCCC;
}
.table th {
	font-weight: bold;
	text-align: left;
	background-color: #cecece;
	background-image: url(../images/table-top.jpg);
	background-repeat: repeat-x;
}
.table td {
	background-color: #FFFFFF;
}
.table   .ralign  {
	text-align: right;
}
.table input.quanti {
	width: 30px;
	text-align: right;
}
.table .sepa {
	background-color: #e8e8e8;
	background-image: url(../images/table-bot.jpg);
	background-repeat: repeat-x;
	height: 3px;
}
.table ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

fieldset {
}

fieldset .data {
	width: 100%;
}
fieldset .data td {
	vertical-align: top;
}

fieldset .data .name {
	width: 30%;
}
fieldset .data  .value {
}
.button-bar {
	margin-top: 10px;
	overflow: auto;
	margin-bottom: 10px;
}
.cols2 {
	width: 100%;
}
.cols2 td {
	vertical-align: top;
	width: 50%;
}
.cols2 .col-left {
	padding-right: 5px;
}
.cols2 .col-right {
	padding-left: 5px;
}

.form {
background-color:#F1EFE2;
border:1px solid #7F9DB9;
}
.formFocus {
background-color:#FFFFFF;
border:1px solid #990000;
}
#foto td {
	text-align: center;
}
.creditcards {
	margin: 0px;
	padding: 0px;
}
.creditcards li {
	list-style-type: none;
	margin-left: 2px;
	float: left;
}
.rfloat {
	float: right;
}
.lfloat {
	float: left;
}

#faq {
}
#faq  dt {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	cursor: pointer;
	margin-top: 3px;
}
#faq dt.active {
	color: #666666;
}
#faq dd {
	padding-bottom: 10px;
}
#faq  dd  div.room {
	padding-top: 4px;
	padding-bottom: 4px;
}

#ordina-steps {
	font-size: 110%;
}
#ordina-steps ul {
	list-style-type: none;
	overflow: auto;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#ordina-steps li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
}
#ordina-steps a {
	color: #990000;
	text-decoration: underline;
}
#ordina-steps a:hover {
	color: #990000;
	text-decoration: none;
}

#ordina-steps   .this {
	font-weight: bold;
}
#ordina-steps   .succ {
	color: #999999;
}
#varianti label {
	font-weight: bold;
	margin-bottom: 2px;
}
#content {
	padding-right: 15px;
	padding-left: 15px;
	/*min-height*/
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
