html
{
  background: #fff;
}

body > div
{
  width: 950px;
  margin: 0 auto;
}

.round-button
{
  display: block;
  cursor: pointer;
  overflow: hidden;
  zoom: 1;
  text-decoration: none!important;
  background: transparent url('images/round-button-1-left.png') no-repeat left top;
}

.round-button > *:first-child
{
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  margin-left: 15px;
  height: 36px;
  line-height: 34px;
  padding-right: 35px;
  background: transparent url('images/round-button-1-right.png') no-repeat right top;
}

.round-button:hover {
  background-position: bottom left;
}

.round-button:hover > :first-child {
  background-position: bottom right;
}

.clicca-qui
{
  position:absolute;
  right:14px;
  bottom:15px;
}

/**
 * Header
 */
#header
{
  border-top: 6px solid #009534;
  height: 120px;
  position: relative;
  background-color: #FFF;
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
}

#header .logo
{
  display: block;
  width: 151px;
  height: 67px;
  position: absolute;
  bottom: 10px;
  left: 20px;
  background: transparent url('images/logo.png') no-repeat top left;
  text-indent: -9999px;
  outline: none;
}

#header .client-area
{
  position: absolute;
  top: 20px;
  right: 20px;
}

#header li
{
  display: inline;
}

#header ul li *
{
  float: left;
}

#header .main-nav,
#header .portal-nav
{
  position: relative;
}

#header .main-nav
{
  width: 690px;
  position: absolute;
  bottom: 0;
  left: 243px;
  border-bottom: 6px solid #009534;
  overflow: hidden;
  zoom: 1;
  background: transparent url('images/main-nav.png') repeat-x top left;
}

#header .main-nav h3
{
  font-size:13px;
  margin:0;
}

#header .main-nav a
{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #111;
  text-shadow: #FFF 1px 1px 1px;
}

#header .main-nav > li > h3 > a
{
  height: 37px;
  line-height: 37px;
  position: relative;
  top: 0px;
  padding: 0 20px;
  border-left: 1px solid #fff;
  background: transparent url('images/main-nav.png') repeat-x top left;
}

#header .main-nav > li:first-child > h3 > a
{
  border-left: 0;
}

#header .main-nav li:hover > h3 > a
{
  color: #000;
  background-position: 0 -37px;
}

#header .main-nav li:active > h3 > a,
#header .main-nav li.current h3 a
{
  background-position: bottom;
  color: #fff;
  text-shadow: #00872f 1px 1px 1px;
}

#header .main-nav > li.search
{
  width: 187px;
  height: 37px;
  position: absolute;
  right: 0;
  top: 5px;
  border-left: 1px solid #eee;
  background: transparent url('images/main-nav.png') no-repeat left top;
}

#header .main-nav > li > form
{
  position: relative;
  top: 8px;
  left: 20px;
}

#header li.search input
{
  background: #fff url('images/search.png') no-repeat 5px center;
  border: 1px solid #ccc;
  padding: 2px 2px 2px 20px;
  width: 123px;
}

#header .portal-nav
{
  position: absolute;
  top: 0;
  left: 240px;
  font-size: 10px;
}

#header .portal-nav h3
{
  margin:0;
  font-size:10px;
}

#header .portal-nav a
{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #929191;
}

#header .portal-nav a:hover
{
  color: #FFF;
}

#header .portal-nav > li > h3 > a
{
  height: 18px;
  line-height: 18px;
  position: relative;
  top: 0px;
  padding: 0 5px;
}

#header .portal-nav > li:hover > h3 > a,
#header .portal-nav li a.current
{
  color: #fff;
  background: #009534;
}

#header .portal-nav li a.portal
{
  color: #8bc750;
}

#header .portal-nav li a.portal:hover
{
  color: #8bc750;
  background: #fff;
}

/**
 * Content
 */
#content
{
  background: #FFF;
  min-height: 300px;
}

.home #content
{
  background-color: transparent;
}

.content-bot
{
  background: transparent url('images/content-bot.png') no-repeat;
  height: 6px;
  display: block;
  width: 100%;
  margin-bottom: 20px!important;
}

#content .novita
{
  background: url('images/novita.png') no-repeat; width: 82px; height: 41px;
  position: absolute; right:0; top:0;
  zoom: 1!important;
  z-index: 1;
  display: block!important;
}

#content ul.boxes
{
  overflow: hidden;
  zoom: 1;
  margin-bottom: 20px;
}

#content ul.boxes > li
{
  float: left;
  display: inline;
  _display:inline;
  width: 300px;
  margin-left: 25px;
  background: #FFF;
  overflow: hidden;
  zoom: 1;
}

#content ul.boxes li.boxnovita
{
  float: left;
  display: inline;
  _display:inline;
  width: 300px;
  margin-left: 25px;
  background: #FFF;
  /*overflow: hidden;*/
  position: relative;
}

#content ul.boxes > li:first-child
{
  margin-left: 0;
}

#content ul.boxes > li .box-bot
{
  background: url('images/box-bot.png') no-repeat left top;
  height: 6px;
  position: relative;
  width: 100%;
}

#content ul.boxes h2
{
  position: relative;
  font-weight: normal;
  height: 35px;
  background: #009534 url('images/head_bg.png') no-repeat left top;
  text-indent: 10px;
  font-size: 22px;
  line-height: 35px;
  color: #fff;
  overflow: hidden;
  zoom: 1;
  margin-top: 0;
  margin-bottom: 0;
}

#content ul.boxes li.boxnovita h2
{
  position: static;
  font-weight: normal;
  height: 35px;
  background: #009534 url('images/head_bg.png') no-repeat left top;
  text-indent: 10px;
  font-size: 22px;
  line-height: 35px;
  color: #fff;
  /*overflow: hidden;*/
  overflow: visible;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 2;
}


#content ul.boxes h2 span
{
  background: url('images/more.png') no-repeat left top;
  width: 47px;
  height: 22px;
  position: absolute;
  top: 3px;
  right: 0;
  text-indent: 7px;
  font: 10px Arial, sans-serif;
  color: #baddc6;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 4px;
  margin-top: 3px;
  margin-right: 6px;
}

#content ul.boxes li li
{
  border-bottom: 1px solid #dfe0e1;
  float: left;
  display: inline;
  _display: inline;
  width: 100%;
  line-height: 41px;
  height: 41px;
  position: relative;
  overflow: hidden;
  zoom: 1;
  background: url('images/arrow-news.png') no-repeat right top;
}

#content ul.boxes li li:hover
{
  background: #f4f4f4 url('images/arrow-news.png') no-repeat right bottom;
}

#content ul.boxes li li a
{
  display: block;
  text-indent: 53px;
  font-size: 15px;
/*  width: 270px;*/
  color: #009534;
  text-decoration: none;
}

#content ul.boxes li li span
{
  position: absolute;
  top: 1px;
  left: 10px;
  font-size: 12px;
  color: #98999e;
}

#content ul.boxes .placeholder
{
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
  position: relative;
  min-height: 164px;
  height:auto !important;
  height: 164px;
  overflow: hidden;
}

#content ul.boxes .placeholder object
{
  margin:3px 0 -3px 0;
  z-index: 3;
}


ul.boxes-b
{
  overflow: hidden;
  zoom: 1;
  margin-bottom: 20px;
}

ul.boxes-b > li
{
  float: left;
  display: inline;
  _display:inline;
  width: 300px;
  margin-left: 25px;
  background: #FFF;
  overflow: hidden;
  zoom: 1;
}

ul.boxes-b > li:first-child
{
  margin-left: 0;
}

ul.boxes-b > li .box-b-top
{
  background: url('images/box-b-top.png') no-repeat left top;
  height: 3px;
  position: relative;
  width: 100%;
}

ul.boxes-b > li .box-b-bot
{
  background: url('images/box-b-bot.png') no-repeat left top;
  height: 7px;
  position: relative;
  width: 100%;
}

ul.boxes-b .placeholder
{
  border-left:1px solid #E7E7E7;
  border-right:1px solid #E7E7E7;
  position: relative;
  min-height: 164px;
  height:auto !important;
  height: 164px;
  overflow: hidden;
}

/*
.btn-attivazione
{
  background: transparent url('images/verifica-attivazione.jpg') no-repeat top left;
  display: block;
  cursor: pointer;
  overflow: hidden;
  zoom: 1;
  text-decoration: none!important;
  width: 300px;
  height: 144px;
}

.btn-attivazione:hover
{
  background-position: bottom left;
}

#content .cloud
{
  padding-bottom: 10px;
  margin-top: 20px;
  background: #FFF;
  text-align: center;
}

#content .cloud .placeholder
{
  padding: 0;
}

*/

#content .wrap
{
/*  background: url('images/nav-bottom.png') no-repeat left bottom;*/
  overflow: hidden;
  zoom: 1;
}

#content ul.breadcrumb
{
  overflow: hidden;
  zoom: 1;
  padding-left: 10px;
  padding-bottom: 10px;
}

#content .breadcrumb li
{
  text-decoration: none;
  color: #6f7471;
  margin-right: 7px;
  float: left;
  display: inline;
  font-size: 11px;
  line-height: 14px;
}

#content .breadcrumb h4
{
  font-size:11px;
  margin:0;
}

#content .breadcrumb a
{
  color: #6f7471;
  text-decoration: none;
  padding-right: 10px;
  background: url('images/arrow-bread.gif') no-repeat right center;
}

#content .breadcrumb li a.current
{
  color: #009534;
  font-weight: bold;
  background: none;
}

#content .main
{
  background: #fff;
  width: 690px;
  min-height: 300px;
  position: relative;
  overflow: hidden;
  _left: -3px;
  zoom: 1;
}

#content .side
{
  background: url('images/nav-top.png') no-repeat left top;
  width: 220px;
  min-height: 300px;
  float: left;
  padding-bottom: 20px;
  position: relative;
  z-index: 999;
}

div.banner 
{
  padding-top: 0px;
  margin-left: 15px;
  display: none;
}

/**
 * Footer
 */
#footer li
{
  display: inline;
}

#footer li *
{
  float: left;
}

#footer
{
  position: relative;
  margin-bottom: 20px;
  height: 40px;
}

#footer .service-nav
{
  float: left;
  width: 700px;
  margin-top: 3px;
}

#footer .main-nav
{
  float: left;
  width: 700px;
}

#footer .main-nav li,  #footer .service-nav li
{
  text-decoration: none;
  color: #999;
  margin-right: 10px;
  float: left;
  display: inline;
  font-size: 11px;
}

#footer .main-nav a:link,
#footer .service-nav a:link,
#footer .main-nav a:visited,
#footer .service-nav a:visited
{
  color: #999;
  text-decoration: none;
}

#footer .main-nav a:hover,
#footer .service-nav a:hover,
#footer .main-nav a:active,
#footer .service-nav a:active
{
  color: #666;
  text-decoration: underline;
}

#footer .logo
{
  float: left;
  width: 65px;
  height: 29px;
  background: transparent url('images/edison-logo.png') no-repeat top left;
  text-indent: -9999px;
  outline: none;
  margin-right: 20px;
}

#footer ul.partner
{
  float: right;
  width: 75px;
  height: 40px;
  margin-top: -12px;
}

#footer ul.partner li
{
  margin-left: 10px;
  float: left;
  display: inline;
}

#footer ul.partner li 
{
  opacity: 0.8;
}

#footer .partner li:hover
{
  opacity: 1;
}
/**
 * Typography
 */
a:link, 
a:visited
{
  color: #009534;
  text-decoration: underline;
}

a:hover, 
a:active
{
  color: #009534;
  text-decoration: none;
}

h1
{
  color: #009534;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 2px;
  letter-spacing:0.01em;
  line-height: 26px;
}

h2
{
  color: #009534;
  font-weight: normal;
  font-size: 20px;
  margin-top:4px;
  margin-bottom: 10px;
  letter-spacing:0.01em;
}

.main h2
{
  margin:10px 0;
}

/* h2
{
  color: #009534;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
} */

h3
{
  color: #009534;
  font-weight: normal;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h4
{
  color: #009534;
  font-weight: normal;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h5
{
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

p
{
  color: #333;
  font-size: 13px;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
}

strong
{
  font-weight: bold!important;
}

em
{
  color: #333;
  font-style: italic;
}

cite
{
  color: #777;
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic!important;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.4em;
  margin-top: 15px;
  margin-bottom: 16px;
  padding-left: 25px;
  display: block;
  background: transparent url('images/cite.png') no-repeat left 4px;
}

cite span
{
  color: #999;
  font-size: 12px;
  line-height: 12px;
  display: block;
  text-align: right;
  font-family: 'Lucida Grande',arial, verdana, sans-serif;
}
/*
p.pdf-box:hover,
p.pdf-box:active
{
  background: #F0F1E9 url(images/pdf.png) no-repeat 7px 7px;
  border: 1px solid #CCCDC6;
}

p.pdf-box
{
  background: #fff url(images/pdf.png) no-repeat 7px 7px;
  border: 1px solid #dbdddf;
  color: #000000;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 48px;
  margin-bottom: 20px;
  margin-right: 44px;
  margin-top: 0;
  overflow: hidden;
  padding: 6px 4px 8px 46px;
  width: 240px;
}
*/

p.pdf-box:hover,
p.pdf-box:active
{
  background: #f5f5f5 url('images/pdf.gif') no-repeat 3px 9px;
  border: 1px solid #dbdddf;
}

p.pdf-box
{
  background: #fff url('images/pdf.gif') no-repeat 3px 9px;
  border: 1px solid #dbdddf;
  color: #999;
  float: left;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  height: 54px;
  margin-bottom: 20px;
  margin-right: 44px;
  margin-top: 0;
  overflow: hidden;
  padding: 6px 4px 8px 50px;
  width: 240px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

p.pdf-box a:link,
p.pdf-box a:hover,
p.pdf-box a:visited,
p.pdf-box a:active
{
  color: #333;
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin-bottom: -8px;
}

blockquote
{
  font-style: italic;
  color: #666;
  padding-left: 15px!important;
  padding-right: 25px!important;
  border-left: 2px solid #eee;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote:hover 
{
  border-left: 2px solid #8BC750;
}

/*
 #content .main > div img 
{
  float: left;
  text-align: top;
  margin: 0 20px 20px 0;
} */

em.desc
{
  margin-top: 2px;
  margin-bottom: 10px;
  display: block;
}

object {
  margin-top: 6px;
  margin-bottom: 15px;
}

p.small
{
  font-size: 12px;
  margin-bottom: 5px;
}

*:focus 
{ 
  outline: none; 
}

/* Stili FAQ da spostare */
dl.faq dl dt
{
  cursor: pointer;
}

dl.faq dl dt:hover,
dl.faq dl dt.active
{
  border-bottom: 1px solid #FFE28E;
  background: #FFF8D7;
}


ul.privacy
{
  margin-left:20px !important;
  margin-top:17px !important;
}

ul.privacy li
{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:decimal;
  margin-bottom:10px !important;
}

ul.privacy-letter
{
  margin-left:20px !important;
  margin-top:10px !important;
}

ul.privacy-letter li
{
  list-style-image:none !important;
  list-style-position:outside !important;
  list-style-type:lower-alpha !important;
  margin-bottom:10px !important;
}

/* Energy Data Monitor */

.energy-data-monitor
{
  width:326px;
  float: left;
  border: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}

.energy-data-monitor.first
{
  margin-right:20px;
}

.energy-data-monitor > div
{
  padding: 15px;
  padding-top: 0;
  padding-bottom: 52px;
}

.energy-data-monitor h2
{
  background: #009534 url('images/head_bg.png') repeat-x;
  color: #fff;
  padding:4px;
  padding-left: 10px;
}

.energy-data-monitor hr
{
  border: 1px dashed #eee;
  margin-bottom:15px;
}