/* Sezioni nella home del sito
------------------------------*/
div.sectionbody {
  float:left;
  width:100%;
  background:#000000;
  border:1px solid #ffffff;
  margin-bottom:12px;
}
div.sectionbody h3 {
  background:#2A2A2A;
  padding:4px;
  font-size:145%;
}
div.sectionbody a {
  color:#fff;
}
div.sectionbody a:hover {
  text-decoration:underline;
}
div.sectionbody div#sectionleft {
  float:left;
  margin:0;
  padding:0;
  width:40%;
  background:#0A0A0A;
}
div.sectionbody div#sectionleft h3 {
  background:#2A2A2A;
  padding:4px;
  font-size:145%;
}
div.sectionbody div#sectionright {
  float:left;
  margin:0;
  padding:0;
  width:60%;
  background:#000000;
}
div.sectionbody div#sectionright h3 {
  background:#660000;
  padding:4px;
  font-size:145%;
  border-left:1px solid #cccccc;
}
/* Style elenco prodotti
----------------------*/
div.products {
  margin:0 auto;
  width:auto;
  line-height:16px;
  display:block;
  padding:0px 0px 8px 0px;
  color:#ddd;
  background:#0A0A0A;
}
div#textcontent div.products h3 {
  font-size:145%;
  width:auto;
  display:block;
  color:#fff;
  margin:0;
  font-weight:bold;
  background:#660000;
}
div#textcontent div.products a {
  text-decoration:none;
  color:#fff;
}
div#textcontent div.products a:hover {
  text-decoration:none;
  color:#990000;
}
/* 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%;
}
