/* Sezioni nella home del sito
------------------------------*/
div.sectionbody {
  float:left;
  width:100%;
  margin-bottom:12px;
  background:#E5E5E5;
}
div.sectionbodytxt {
  float:left;
  width:100%;
  margin-bottom:12px;
}
div#textcontent div.sectionbody h3 {
  font-size:13px;
  width:auto;
  display:block;
  color:#E60000;
  padding:14px 0 12px 5px;
  background:url(dot.png) no-repeat left top;
  margin-bottom:5px;
}
div.sectionbody a:hover {
  text-decoration:underline;
}
div.sectionbody div#sectionleft {
  float:left;
  margin:0;
  padding:0;
  width:40%;
  background:#E5E5E5;;
}
div.sectionbody div#sectionleft h3 {
  background:#990000;
  padding:4px;
  font-size:13px;
}
div.sectionbody div#sectionright {
  float:left;
  margin:0;
  padding:0;
  width:60%;
  background:#dedede;
}
div.sectionbody div#sectionright h3 {
  background:#E60000;
  padding:4px;
  font-size:13px;
  border-left:1px solid #cccccc;
}
/* Style elenco prodotti
----------------------*/
div.products {
  width:100%;
  line-height:16px;
  display:block;
  padding:0;
  background:#E5E5E5;
  color:#000000;
}
div.products div.p_date {
  width:auto;
  color:#E60000;
  font-weight:bold;
  text-align:right;
  margin-right:4px;
}
div.products img.left {
  padding:0;
}
div#textcontent div.products h3 {
  font-size:13px;
  width:auto;
  display:block;
  color:#fff;
  padding:14px 0 12px 5px;
  background:url(dot.png) no-repeat left top;
  margin-bottom:5px;
}
/* Style slideshow immagini
-----------------------------*/
#myGallery, #myGallerySet {
  width: 500px;
  height: 400px;
  margin:0 auto;
}
#myGallery {
  width: 500px !important;
  height: 350px !important;
}
#myGallery img.thumbnail, #myGallerySet img.thumbnail {
  display: none;
}
#myGallery .imageElement p, #myGallery .imageElement a {
  color:#fff;
}
.jdGallery {
  overflow: hidden;
  position: relative;
}
.jdGallery img {
  border: 0;
  margin: 0;
}
.jdGallery .slideElement {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../moo-jd-gallery/loading-bar-black.gif');
}
.jdGallery .loadingElement {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../moo-jd-gallery/loading-bar-black.gif');
}
.jdGallery .slideInfoZone {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin: 0px;
  left: 0;
  bottom: 0;
  height: 40px;
  background: #333;
  color: #fff;
  text-indent: 0;
  overflow: hidden;
}
* html .jdGallery .slideInfoZone {
  bottom: -1px;
}
.jdGallery .slideInfoZone h2 {
  padding: 0;
  font-size: 85%;
  margin: 0;
  margin: 2px 5px;
  font-weight: bold;
  color: inherit;
}
.jdGallery .slideInfoZone p {
  padding: 0;
  font-size: 75%;
  margin: 2px 5px;
}
.jdGallery a.open {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
