/** { margin: 0; padding: 0; }*/

body, fieldset {
	margin: 0; /*DD*/
	padding: 0; /*DD*/
}

body {
	font-size: 11px;
	font-family: Arial;
	color: #393939;
}

fieldset {
	border: 0; /*DD*/
}

.fr {
    float       : right;
}
.fl {
    float       : left;
}

a { text-decoration: none; color: #434343; }
.green { color: #2c9469; }
.black { color: #000; }
.grey { color: #a0a0a0; }
.flright { float: right; }
.flleft { float: left; }
.clleft { clear: left; }
.cl:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.arw-white {
	background: url(../img/arrow_white_small.png) no-repeat 0 50%;
	display: block;
	padding: 0 0 0 11px;
	line-height: 15px;
}
.arw-black {
	background: url(../img/arrow_black.png) no-repeat 0 50%;
	display: block;
	padding: 0 0 0 11px;
	line-height: 15px;
}
.arw-grey {
  background: url(../img/arrow_grey.png) no-repeat 100% 50%;
  padding: 0 15px 0 0;
  line-height: 15px;
}
.rounded {
  background-color: #fff;
  border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
behavior: url(../js/PIE.php);
border: 1px solid #e5e5e5;
}
.bgwhitealpha {
	background: url(../img/bg_whitealpha.png) repeat;
}
.errormsg { color: #f10000; }

.inp-text {
  width: 187px;
  height: 29px;
  background: url(../img/bg_input_white.png) no-repeat bottom right;
  display: block;
}
.inp-text input {
	float: left;
  width: 165px;
  height: 11px;
  background: url(../img/bg_input_white.png) no-repeat top left;
  font-family: Arial;
  color: #393939;
  font-size: 13px;
  line-height: 1.1em;
  padding: 11px 9px 7px 9px;
  *padding: 8px 9px 10px 9px;
  margin: 0 4px 0 0;
  border: none;
}
.inp-text.big {
	width: 180px;
	height: 37px;
	background: url(../img/bg_input_grey.png) no-repeat bottom right;
}
.inp-text.big input {
	width: 160px;
	height: 19px;
	line-height: 1.4em;
	font-size: 15px;
	background: url(../img/bg_input_grey.png) no-repeat top left;
}
.inp-text.small {
	width: 185px;
  background: url(../img/bg_input_grey_small.png) no-repeat 100% -28px;
  height: 28px;
  overflow: hidden;
}
.inp-text.small input {
  background: url(../img/bg_input_grey_small.png) no-repeat top left;
  padding: 7px 6px 6px 10px;
  font-size: 12px;
  line-height: 1.3em;
  height: 15px;
}	
.inp-text.small.error {	background: url(../img/bg_input_grey_small.png) no-repeat 100% 100%; }
.inp-text.small.error input {	background: url(../img/bg_input_grey_small.png) no-repeat 0 -56px; }
.inp-text input.default {	color: #757575; }
.submit {
  border: none;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
/*
.submit.small {
  padding: 5px 6px 6px 6px;
  background: url(../img/btns.png) no-repeat -48px -51px;
  height: 28px;
}*/


.btn {
  display: block; 
  background-repeat: no-repeat;
  background-image: url(../img/spr-buttons.png);
  overflow: visible;
  border	: 0;
  padding: 0;
  cursor: pointer;

  color	: #fff;
  margin-top: 10px;
  text-align: center;
  width		: auto;
}

.btn.disabled {
color         : #fff;
cursor: default;
background-image: url(../img/spr-buttons-dis.png);
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

.btn.small  { height	: 28px; line-height: 28px; background-position: 0 0;  }
.btn.medium { height	: 41px; line-height: 41px; background-position: 0 -28px; }
.btn.large  { height	: 51px; line-height: 51px; background-position: 0 -69px; }
.btn.xlarge { height	: 58px; line-height: 58px; background-position: 0 -120px;}

.btn b {
display   : block;
height	: 100%;
left: 10px;
position: relative;
width       : inherit;
cursor      : pointer;
padding-left : 10px;
background-repeat: no-repeat;
  background-image: url(../img/spr-buttons.png);
 vertical-align      : middle;   
}


.btn.disabled b {
    background-image: url(../img/spr-buttons-dis.png);  
}

.btn span {
 font-weight: bold;   
 display	: -moz-inline-box;
 display	: inline-block;
 line-height         : normal;
 white-space : nowrap;
 text-indent    : 3px;
 vertical-align      : middle;   
 padding-right : 22px;
}

.btn.small b { height	: 28px; line-height: 25px; background-position: 100% 0; font-size: 12px; }
.btn.medium b { height	: 41px; line-height: 38px; background-position: 100% -28px; font-size: 14px;}
.btn.large b { height	: 51px; line-height: 46px; background-position: 100% -69px; font-size:18px;}
.btn.xlarge b  { height	: 58px; line-height: 53px; background-position: 100% -120px; font-size: 24px;}

.btn.small b span { *line-height: 28px;  }
.btn.medium b span { *line-height: 38px;}
.btn.large b span { *line-height: 46px;}
.btn.xlarge b  span { *line-height: 53px;}


.calcola-preventivo { width: 216px; height: 51px; background-position: -164px 0; }
.calcola-premio { width: 281px; height: 59px; background-position: 0 -79px; }

ul.greendot li {
  background-image: url(../img/greendot.gif);
  background-repeat: no-repeat;
  background-position: 0px 1.0em;
  padding-left: 14px; 
}
ul.blackdot li {
  background-image: url(../img/blackdot.png);
  background-repeat: no-repeat;
  background-position: 0px 1.0em;
  padding-left: 14px; 
}
ul.checklist li,
.desc ul.checklist li {
    background: url(../img/bg_checklist_grey.gif) no-repeat scroll left top transparent;
    font-size: 11px;
    margin: 0 0 5px;
    min-height: 43px;
    padding: 0px 0 0 51px;
    text-transform: uppercase;
    line-height: 43px;
    display: block;
}
.desc ul.checklist { width: 229px; }
.desc ul.checklist li span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}


.box {
  width: 240px;
}
.simple-box {
  float: left;
  display: inline;
  width: 238px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
  padding: 3px 0 0 0;
  behavior: url(../js/PIE.php);
}
.simple-box .simple-box-content {
  padding: 10px 12px;
  overflow: hidden;
}
#blocks-cont .tab-cont label.title,
.box label.title {
color: #2c9469;
font-size: 16px;
font-weight: bold;
}

.box .subaction {
  float: right;
  text-align: right;
  text-decoration: underline;
  padding-top: 10px; 
  margin-right: 10px;
}

.download_s {}
.download_m {
  display: block;
  padding: 7px 7px 7px 50px;
  background: url(../img/bg_download_link.gif) no-repeat top left;
  font-size: 13px;
}

  
#main-cont {
width: 100%;
margin: 0 auto;
position: relative;
overflow: hidden;
}

#main-body {
width: 987px;
margin: 0 auto 0 auto;
padding: 10px 0 0 0;
position: relative;
overflow: hidden;
}

#left-cont {
  float: left;
  display: inline;
  width: 240px;
  overflow: hidden;
  margin-right: 9px;
}
.left-menu {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  behavior: url(js/PIE.php);
  margin: 0 0 10px 0;
}
.left-menu li a {
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  padding: 16px 18px 16px 18px;
  text-transform: uppercase;
  display: block;
  background: url(../img/arrow_grey.png) no-repeat 90% 50%;
  border-top: 1px solid #e5e5e5;
}
.left-menu li:first-child a { border-top: none; }
.left-menu li.last a { border-bottom: none; }
.left-menu li.selected a {
  color: #2c9469;
  background-image: url(../img/arrow_green.png);
}

#left-cont .box {
	float: left;
  margin-bottom: 16px;
  clear: both;
}

#content {
  float: left;
  display: inline;
  width: 738px;
}

.accordion {
  float: left;
  display: inline;
  width: 656px;
  padding: 0 10px 10px 10px;
  background: #fff;
  
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.accordion h3 { 
  background: #b5b5b5; 
  font-size: 16px; 
  margin-top: 10px;
	outline: none;
	position: relative;
  -moz-box-shadow: #aaa 0px 1px 3px;
  -webkit-box-shadow: #aaa 0px 1px 3px;
  box-shadow: #aaa 0px 1px 3px; 
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

    .accordion h3:first-child {
        margin-top: 0;
    }

.accordion h3 .border-bottom-left {
	background: url(../img/bg_accordion_ie.gif) no-repeat top left;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.accordion h3.completed .border-bottom-left { background-position: 0 -8px; }
.accordion h3 .border-bottom-right {
  background: url(../img/bg_accordion_ie.gif) no-repeat top right;
  width: 4px;
  height: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
	z-index: 1;
}
.accordion h3.completed .border-bottom-right { background-position: -4px -8px; }
.accordion h3.completed {
	background: #80bea5 url(../img/bg_accordion_ok.png) no-repeat 97% 50%;
} 
.accordion h3.ui-state-active { 
  background: #2c9469;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.accordion h3.ui-state-active span.border-bottom-left,
.accordion h3.ui-state-active span.border-bottom-right { display: none; } 
.accordion h3 a { color: #fff; display: block; padding: 9px 15px; }
.accordion .ac-container {
  position: relative;
  overflow: hidden;
}
.accordion .ac-container .border-bottom-left {
  background: url(../img/bg_accordion_ie.gif) no-repeat 0 -4px;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
	z-index: 1;
} 
.accordion .ac-container .border-bottom-right {
  background: url(../img/bg_accordion_ie.gif) no-repeat -4px -4px;
  width: 4px;
  height: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
	z-index: 1;
} 
.accordion .ac-cont {	
  border: 1px solid #2c9469;
  -moz-box-shadow: #aaa 0px 1px 3px;
  -webkit-box-shadow: #aaa 0px 1px 3px;
  box-shadow: #aaa 0px 1px 3px;
  padding-bottom: 7px;
}
.accordion .ui-accordion-content-active .ac-cont {
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.accordion .ac-cont .row {
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
  min-height: 63px;
}
.accordion .ac-cont .row.odd  { background: #f3f3f3; }
.accordion .ac-cont .row.even { background: #ebebeb; }

.accordion .ac-cont .row label {
  float: left;
  display: inline;
  font-size: 13px;
  line-height: 16px;
  color: #646464;
  font-weight: bold;
  width: 165px;
  padding: 15px 19px;
}
.accordion .ac-cont .row .inputs.radio label {
  padding: 7px 20px 5px 4px; 
}
.accordion .ac-cont .row .inputs.radio .custom-radio label {
  width: 144px;
  padding: 15px 20px 15px 35px;
}

.accordion .ac-cont .row .inputs {
  position: relative;
  float: left;
  display: inline;
  padding: 7px;
  margin: 10px 0;
}
.accordion .ac-cont .row .inputs.radio {
  width: 100%;
  margin: 10px 16px;
  padding: 0;
}
form.preventivo .inputs.focus { background: #cbe0d7; }

.accordion a.nextstep { 
  display	: inline;	
  float	: right;
  margin-right: 25px;
}

.accordion button.submit {
  float: right;
  clear: both;
  margin: 10px 5px 0 0;
}

.accordion .help {
  display: none;
}

#topwrapper {
  height		: auto;
  overflow		: hidden;
  margin-bottom	: 20px;
}

    #topwrapper .left,
    #topwrapper .right {
        background  : #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius   : 5px;
        *behavior: url(../js/PIE.php);
        border: 1px solid #e5e5e5;
    }


/* varianti top */





/*
  #topwrapper .left {
    float: left;
    padding: 23px 20px 0 30px;
    width: 397px;
    min-height: 195px;
  }
  #topwrapper .left.top-black {
    color: #fff;
    background: url(../img/bg_top_black_scheda_70.png) no-repeat top left;
  }
*/

  #topwrapper .left h1 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
  }
  
  #topwrapper .right h2 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
  }
  
  #topwrapper .left h1.title {
	  font-size: 19px;
	  font-weight: bold;
	  width: 100%;
	  margin: 0px 0 15px 0;
	}
	#topwrapper .left h2 {
	  line-height: 22px;
	}
    
/*    #topwrapper p {
        display     : block;
        width       : 100%;
        line-height : 1.4;
    }*//*DD*/
  
    
/*        #topwrapper .left p {
            font-size   : 14px;
            margin-top  : 30px;
        }*//*DD*/
        
          
/*        #topwrapper .right p {
            margin      : 10px 0;
            font-size   : 12px;
        }*//*DD*/
  
  #topwrapper .left.small p {
    margin-top: 20px;
    margin-bottom: 10px;
  }
/*
  #topwrapper .right {
    float: left;
    width: 243px;
    min-height: 195px;
    margin-left: 6px;
    padding: 21px 20px 0 22px;
  }*/
  
.contwrapper {
	float: left;
	display: inline;
	width: 100%;
	margin-top: 0px;
}

#topwrapper + .contwrapper div.accordion {
  padding		: 0 0 10px 0;
  width		: 738px;
}

 #topwrapper + .contwrapper div.accordion div.row {
    background-color	: #ebebeb;
    border-top	: 1px #fff solid;
 }
 
 
 
 #topwrapper + .contwrapper div.accordion div.odd {
    background-color	: #f3f3f3;
 }
 
 #topwrapper + .contwrapper div.accordion p {
    height		: 52px;
    line-height	: 52px;
    padding		: 0 20px;
    display		: block;
    font-size		: 1.1em;
    width			: 695px;
 }
 #topwrapper + .contwrapper div.accordion p strong {
    color			: #2c9469;
 }
 
 #topwrapper + .contwrapper div.accordion p > span,
  #topwrapper + .contwrapper div.accordion p a {
    display             : -moz-inline-box;  /* FF2 or lower */
    display             : inline-block;     /* FF3, Opera, Safari */
    line-height         : normal;
    vertical-align      : middle;
    width				  : 650px;
    padding			  : 6px 0;
    padding-right		  : 45px;
    background		  : url(../img/download-pdf.png) center right no-repeat;
  }
  
  #topwrapper + .contwrapper div.accordion p > span,
  #topwrapper + .contwrapper div.accordion p a {
    *display			: inline;
  }
  
   #topwrapper + .contwrapper div.accordion p > span {
        background : none;
   }
  
/* paginazione */

.rounded.pagination {
  padding: 8px 9px 8px 28px;
  font-size: 14px;
  color: #7f7f7f;
  margin-bottom: 10px;
}
.pagination span.count {
  float: left;
}
.pagination .right { float: right; }
.pagination ul.pages, 
.pagination ul.pages li, 
.pagination .right a {
  float: left;
  display: inline;
}
.pagination ul.pages { margin-right: 10px; }
.pagination ul.pages li {
  border-left: 1px solid #dfdfdf;
}
.pagination ul.pages li:first-child {
  border: none;
}
.pagination ul.pages li a {
  font-size: 12px;
  padding: 1px 5px 1px 5px;
  color: #adadad;
  font-weight: bold;
}
.pagination ul.pages li.selected a {
  color: #434343;
}
.pagination a.prev,
.pagination a.next {
  float: left;
  display: inline;
  background: url('../img/bg_pagination.png') no-repeat top left;
  width: 16px;
  height: 16px;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
  margin: 0 2px;
}
.pagination a.next { background-position: 0 -16px; }
.pagination ul.pages.circle { float: right; margin: 10px 0 0 0; }
.pagination ul.pages.circle li {
  border: none;
}
.pagination ul.pages.circle li a {
	background: url(../img/bg_pagination.png) no-repeat 0 -32px;
  font-size: 10px;
  padding: 3px 5px 3px 5px;
  margin: 0 0 0 4px;
  color: #757575;
  font-weight: bold;
  display: block;
  min-height: 10px;
}
.pagination ul.pages.circle li.selected a {
	background-position: 0 -48px;
  color: #fff;
}

/* help right */
#right-cont {
  float: right;
  display: inline;
  width: 302px;
}

#right-cont #help-cont {
  float: left;
  display: inline;
  clear: both;
  position: relative;
  z-index: 5; 
  border: 1px solid #646464;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  behavior: url(js/PIE.php);
  width: 300px;
  margin-top: 30px;
} 
#help-cont .help-header {
  padding: 30px 24px 30px 24px;
  height: 80px;
  background: #565656 url(../img/bg_help_contestuale.gif) no-repeat bottom left;
}
#help-cont .help-header label.frutiger-cn {
  font-size: 18px;
  color: #fff;
  display: block;
  padding-bottom: 15px;
}
#help-cont .help-header p {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}
#help-cont .help {
  padding: 30px 24px 10px 24px;
  font-size: 13px;
  line-height: 16px;
}
#help-cont strong.title {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
#help-cont .help-content {
  
}
#help-cont .help-content ul {
  padding: 20px 0;
}
#help-cont .help-content li {
  background-position: 0 0.3em;
}
#help-cont form.question {
  margin-top: 20px;
}
#help-cont form.question input.submit {
  float: right;
  margin: 10px 0 0 0; 
}

#help-cont form.question .textarea {
  width: 250px; 
}
#help-cont form.question .textarea textarea {
  width: 249px;
  border: 1px solid #bbb;
  resize: none;
}

#help-cont .help-arrow {
  position: absolute;
  top: 55px;
  left: -14px;
  width: 14px;
  height: 33px;
  background: url(../img/bg_help_arrow.png) no-repeat top left;
}

/* template lista */
.list .row {
  border-top: 1px solid #e5e5e5;
  padding: 28px;
  overflow: hidden;
}
.list .row:first-child {
  border: none;
}

#topwrapper + .contwrapper div.accordion .row.dr  p {
    height      : auto;
    line-height : 65px;
}

#topwrapper + .contwrapper div.accordion div.row.dr {
    background  : #f3f3f3;
}

.row.dr  {
    height: 65px;
}
.row.dr strong {
    display : block;
    line-height: normal;
}


.list h2 {
  font-size: 19px;
}
.list h4 {
  font-size: 15px;
}
.list p {
  font-size: 13px;
  line-height: 16px;
  margin: 10px 0;
}
a.arw-grey {
  float: left;
  display: inline;
  clear: left;
  font-size: 13px;
  margin: 0 0 10px 0;
  text-decoration: underline;
}


.list .aside {
  float: right;
  margin: 0 0 0 30px;
}

.date {
  display: block;
  margin-top: 3px;
  font-size: 13px;
}

/* content testo comune */

.desc {
  position: relative;
  float: left;
  display: inline;
  clear: both;  
  padding: 30px;
  font-size: 13px;
  line-height: 16px;
  width: 676px;
}
.desc h1 {
	font-size: 18px;
	color: #2c9469;
}
.desc h3 {
  font-size: 19px;
  color: #2c9469;
  max-width: 570px;
  width: expression(this.width > 570 ? 570 : true);
}
.desc h4 {
  font-size: 14px;
  color: #2c9469;
  margin-top: 10px;
}

/*.desc ul,
.desc p {
  padding: 25px 0;
}*//*DD*/

.desc p a {
  text-decoration: underline;
  color: #000;
}

.desc ul li {
  padding: 8px 0 8px 14px;
}

.desc div.left {
  float: left;
  margin: 0 30px 30px 0;
}

.desc .back {
	float: left;
	position: relative;
	font-size: 13px;
	overflow: hidden;
  margin: -31px 0 30px 0;
  clear: both;
  width: 100%;
}
.desc .back a {
	float: left;
	font-size: 13px;
  color: #999999;
  padding: 14px 14px 12px 26px;
  border: 1px solid #e1e1e1;
  font-weight: bold;
  background: url(../img/arrow_light_grey_back.png) no-repeat 11px 55%;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  behavior: url(js/PIE.php);
}
.desc img.right {
	float: right;
	margin: 0 0 30px 30px;
}

.taglist {
    position        : relative;
    z-index         : 1;
}
.taglist .top-black {
    width           : 403px;
    height          : 191px;
    padding         : 15px;
    background      : url(../img/bg-tag.png) top left no-repeat;
}

.taglist .top-right {
    width           : 282px;
    height          : 190px;
    right           : 0;
    padding         : 15px;
    position        : absolute;
    z-index         : 20;
     background      : url(../img/bg-tagdet.png) top left no-repeat;
}

.taglist ul {
    list-style      : none;
    overflow        : hidden;
    font-size       : 1.2em;
}
.taglist li {
    background      : url(../img/tag-dr.png) center left no-repeat;
    overflow        : visible;
    height          : 41px;
    line-height     : 41px;
    float           : left;
    margin-right    : 15px;
    margin-bottom   : 5px;
}


.taglist li > a {
    position         : relative;
    z-index          : 1;
    display          : block;
    left             : 10px;
    padding-right    : 10px;
    white-space      : nowrap;
    background      : url(../img/tag-dr.png) center right no-repeat;
}

    .taglist li.currenttag > a,    
    .taglist li.currenttag {
        background-image    : url(../img/tag-dr-curr.png);        
    }

.taglist li strong,
.taglist li > a,
.taglist li > a:link,
.taglist li > a:visited,
.taglist li > a:hover,
.taglist li > a:active {
    color           : #2c9469;
}

    .taglist li.currenttag > a,
    .taglist li.currenttag  > a:link,
    .taglist li.currenttag  > a:visited,
    .taglist li.currenttag  > a:hover,
    .taglist li.currenttag  > a:active {
        color           : #fff;
    }


.taglist li strong {
    font-size       : 1.6em;
    display         : block;
    margin-bottom   : 10px;
    font-weight     : normal;
}

.taglist li.small { font-size: 1em; }
.taglist li.medium { font-size: 1.2em; }
.taglist li.large { font-size: 1.4em; }
.taglist li.xlarge { font-size: 1.6em; }

.taglist details {
    position        : absolute;
    z-index         : 30;
    top             : 15px;
    left            : 455px;
    width           : 270px;
    color           : #fff;
    line-height     : 1.3;
    font-size       : 13px;
    display         : none;
}

    .taglist .currenttag details {
        display         : block;
    }

.taglist details p {
    margin-bottom   : 10px;
}

.taglist details a {
    display         : block;
    padding-left    : 15px;
    background      : url(../img/arrow_green_small.png) center left no-repeat;
}

#form_promozioni button {
    position        : relative;
    left : 8px;
}
#form_promozioni .inp-text {
    width           : 155px;
}
#form_promozioni .inp-text input {
    width           : 142px;
}


#sitemap {
    margin      : 40px 0 0 0;
    width       : 676px;
    height      : auto;
    overflow     : hidden;
    padding     : 0;
    border-left : 0;
}

#fastsitemap {
    border-top  : 1px #d8d8d8 solid;
    width       : 676px;    
    height      : auto;
    overflow     : hidden;
    position    : relative;
    left        : -30px;
    padding     : 15px 30px;
    
}

#fastsitemap  ul li {
    float       : left;
    width       : 169px;
    font-weight : bold;
    padding     : 0;
}

#fastsitemap  ul li a,
#fastsitemap  ul li a:link,
#fastsitemap  ul li a:visited,
#fastsitemap  ul li a:active,
#fastsitemap  ul li a:hover
{
    color: #2c9469;
}

#sitemap ul {
    margin      : 0;
    padding     : 0;
    line-height: 1.3;
}

#sitemap {
    background  : url(../img/bg-sitemap.gif) 1px top repeat;
    height      : auto;
    overflow    : hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#sitemap > ul > li {
    width       : 169px;
    padding     : 0;
    float       : left;
}


#sitemap > ul li {
    padding     : 0;
 
}

#sitemap > ul li li {
    padding     : 0 5px;
}

#sitemap > ul li.under {
    padding-bottom  : 15px;
}


#sitemap > ul li ul {
    padding         : 5px;
}

#sitemap > ul li h2 {
    margin: -1px 0 0 0;
    padding        :  10px;
    border-bottom   : 1px #d8d8d8 solid;
    border-top: 1px solid #D8D8D8;
    color: #2C9469;
}


#centriconvenzionati {
    height          : auto;
    overflow        : visible;
}
#centriconvenzionati select {
    width           : 140px;
    margin-top      : 12px;
}

#centriconvenzionati button {
    float           : right;
    margin-top      : 2px;
}


.left #ricercasito h1 {
    float       : left;
}




.right .contatti {
	font-size: 13px;
	font-weight: bold;
}
.right .contatti h2 {
	font-size: 18px;
	padding-bottom: 10px;
}

#topwrapper .right .contatti p {
    margin      : 0;
}
.right .contatti dt { width: 60px; color: #2c9469; }
.right .contatti dt, .contatti dd {
	display: inline-block;
	margin-bottom: 1px;
}
.right .contatti dt, .contatti dd {
	*display: inline;
}



.tools, .toolsnews {
position: absolute;
top     : 0;
right   : 29px;
}

.toolsnews {
    width   : 676px;
}
.tools ul { margin: 0 !important;  padding: 0 !important }
.tools ul li,
.tools ul li a {
float: left;
display: inline;  
padding: 0 !important;
}
.tools ul li a {
background: url(../img/icons.png) no-repeat top left;
font-size: 0;
overflow: hidden;
text-indent: -999em;
width: 47px;
height: 42px;
outline: none;
}

.toolsnews ul {
    float   : right;
    width   : 140px;
}
.toolsnews ul li a {
background: url(../img/icons-news.png) no-repeat top left;
}

.tools ul li a.email { width: 46px; background-position: -48px 0; }
.tools ul li a.feed { width: 46px; background-position: -95px 0; }
