* {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  width: 100%;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

form div {
  clear: left;
  display: block;
  width: 420px;
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

form fieldset div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

form fieldset div.notes h4 {
  background-image: url("img/icon_info.gif");
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

form fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

form fieldset div.notes p.last {
  margin: 0em;
}

form div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 164px;
  padding: 0 5px 5px 5px;
}

form div fieldset legend {
  font-size: 100%;
  padding: 0 3px 0 9px;
}

form div.required fieldset legend {
  font-weight: bold;
}

form div label {
  display: block;
  float: left;
  width: 190px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

form div.optional label, label.optional {
  font-weight: normal;
}

form div.required label, label.required {
  font-weight: bold;
}

form div label.labelCheckbox, form div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

form div fieldset label.labelCheckbox, form div fieldset label.labelRadio {
  margin: 0 0 5px 0;
  width: 150px;
}

form div img {
  
}

p.error {
  background-color: #ff0000;
  background-image: url("img/icon_error.gif");
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

form div.error {
  background-color: #ffffe1;
  background-image: url("img/required_bg.gif");
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
  margin-top:15px;
  padding-top:1em;
  padding-bottom:1em;
}

form div.error p.error {
  background-image: url("img/icon_error.gif");
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
	margin:0pt 0pt 0pt 15px;
  color: #ff0000;
}

form div select{
  width: 190px;
  padding: 1px 0px 1px 3px;
  margin: 0 0 0 0;
}
form div textarea {
  padding: 1px 0px 1px 3px;
  margin: 0 0 0 0;
}
form div input.inputText, form div input.inputPassword {
  width: 180px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}
form div input.price{
	width:50px;
}
form div input.inputFile {
  width: 211px;
}

form div select.selectOne, form div select.selectMultiple {
  padding: 1px 0px 1px 3px;
}
form div select.selectOne option, form div select.selectMultiple option{
	padding: 1px 8px;
}
form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

form div.submit {
  width: 214px;
  padding: 0 0 0 146px;
}

form div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  width: auto;
  padding: 3px 6px;
  font-size:1.2em;
  font-weight:bold;
  margin: 0;
}

form div.submit div input.inputSubmit, form div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

form div small {
  padding: 1px 3px;
  font-size: 88%;
}

/* form.import.css */


form fieldset legend {
  line-height: 150%;
}

form input, form select, form textarea {
  /*background-color: #ffffff;*/
}

form textarea.expanding {
  overflow: auto;
  overflow-x: auto;
  overflow-y: visible;
}

div.optional label:before {
  content: '';
}

div.required label:before {
  content: '';
}
  
form div label.labelCheckbox, form div label.labelRadio, label.labelCheckbox, label.labelRadio {
  display: block;
  width: 190px;
  zoom: 1;
  padding: 4px 0 0 18px;
  text-indent: 0px;
  line-height: 120%;
}

form div label.labelCheckbox input.inputCheckbox, form div label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
  margin: 0;
}

form div fieldset input.inputText, form div fieldset input.inputPassword, form div fieldset input.inputFile, form div fieldset textarea.inputTextarea {
  width: 160px;
  margin: 0 0 0 18px;
  margin: expression(setCntr(), '0px 0 0 -124px');
}

form div label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}

form div.wide label {
  float: none;
  display: block;
}

form div label.wide {
  width: 348px;
}

form div.wide input.inputText, form div.wide input.inputPassword, form div.wide input.inputFile, form div.wide select, form div.wide textarea {
  width: 344px;
  margin: 0;
}

form div.notes p, form div small {
  line-height: 125%;
}

form div.wide small {
  margin: 0 0 5px 0;
}

div.map div{
	display:block;
	clear:none;
	width:auto;
	margin:0pt;
	padding:0pt;
}
.serv_icon,.serv_icon_sel{
	display:inline;
	padding:0pt;
	margin:0pt;
}
.serv_icon img{
	border:none;
	margin-bottom:7px;
	padding:5px;
	cursor:pointer;
}
.serv_icon_sel img{
	padding:1px;
	border:4px solid green;
}
.tooltip_frm .tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.tooltip_frm .tip-top{
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.tooltip_frm .tip {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
.optional td{
	padding:0pt
}
.inputTextarea div{
	float:none;
	display:block;
	padding:3px;
	margin:0pt;
}
.textarea_label{
	margin-bottom:0pt;
	padding-top:10px;
}


#h-message { position: fixed; z-index: 999; width: 560px; height: 120px; top: 200px; left: 100px; background-color: #dedede; border:1px solid black; }
#h-message.good { background-color: #f7fafd; color: #000000; }
#h-message.bad { background-color: #fc1f45; color: white;}
#h-message #h-text { margin: 20px auto; padding: 0 20px; text-align: center; font: 16px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; font-weight: bold; }

div#photo_preview{
	margin:0pt auto;
	width:650px;
}
div#photo_preview div{
	margin:10px auto;
	width:auto;
	border:2px solid #fff;
}
div#photo_preview div img{
	display:block;
	margin:auto;
}
div#photo_preview div:hover{
	border:2px solid #cecece;
}
div#photo_preview ul{
	margin:auto;
	margin-top:7px;
	width:300px;
}
div#photo_preview li{
	display:inline;
	padding-left:18px;
}
div#photo_preview li.foto_set_anteprima{
	background:transparent url('img/icon_img_add_16.gif') no-repeat;
}
div#photo_preview li.foto_rimuovi_immagine{
	background:transparent url('img/icon_img_delete_16.gif') no-repeat;
}
p.info_box{
	text-align:center;
	margin:5px;
	color:#333333;
	padding:3px;
	padding-top:15px;
	border:#00FF00 solid 1px;
	background-color:#66FF66;
	background-image: url("img/box_info.png");
	margin:15px auto;
}

table.messaggi_clienti{
	width:100%;
	margin:0 auto;
}
table.messaggi_clienti tr.odd{
    background-color: #efefef;
    border-top:1px solid #cecece;
    border-bottom:1px solid #cecece;
}
table.messaggi_clienti th{
    
}
table.messaggi_clienti tfoot{
    border-top:1px dotted #cecece;
    text-align: right;
}
table.messaggi_clienti caption{
    font-weight: bold;
    margin-bottom:5px;
}
#ads_slider { 
	display:block; 
	position:relative; 
	width:215px; 
	margin:0px; 
	border:1px #CCCCCC solid; 
}
#ads_slider_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:215px ; 
	margin:0px auto 0px;  
}
#ads_slider_items { 
	display:block; 
	position:relative; 
}
#ads_slider_items .info_item h4{
    color: #444444;
    margin-bottom:10px;
}
#ads_slider_items .info_item{
	display:block; 
	position:relative;
	width:205px;
	height:310px;
	float:left;
	background:#FAFDB3;
	padding:10px;
	border-right:5px #ffffff solid;
}

/*REVIEWS*/
.rating{
	width:80px;
	height:16px;
	margin:0pt;
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	background: url(img/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}

ul.rating li {
	cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}

ul.rating li a:hover {
	z-index:2;
	width:160px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(img/star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -176px;}
ul.rating li.two a:hover {background-position:0 -192px;}
ul.rating li.three a:hover {background-position:0 -208px}
ul.rating li.four a:hover {background-position:0 -224px}
ul.rating li.five a:hover {background-position:0 -240px}

/* end rating code */
dl{
	width:350px;
}
dd{
	border-bottom:1px dotted #cecece;
	padding-bottom:25px;
}
dd.last{
	border-bottom:none;
}
#left_account_menu{
    font-weight: bold;
    margin-bottom:0px;
    font-family: arial;
}
#left_account_menu li ul{
    padding-left:3px;
    margin-left: 0pt;
    list-style: none;
}
