/*
dl {
}
dt {
  color: #036;
  font-weight: bold;
  margin-bottom: 2px;
}
dd {
  font-weight: normal;
  margin-bottom: 8px;
}
dd span strong {
  margin-right: 5px;
  font-weight: normal;
  font-style: normal;
}
dd span strong:first-letter {
  text-transform: capitalize;
}
dd span {
  display: block;
  width: 100%;
  font-style: italic;
  margin-bottom: 4px;
}
dt a {
  float: left;
  clear: left;
  margin-top: 8px;
  text-transform: none;
}
dl dd p {
  background-color: #fff;
  min-height: 30px;
  width: 90%;
  padding: 4px;
  border: 1px solid #aaa;
}

aside {
  float: right;
}
a, a:visited {
  color: #47a;
  text-decoration: underline;
}
a:hover {
  color: #7a6;
  text-decoration: none;
}
label {
  margin-bottom: 10px;
}

.value {
 text-align: right;
 width: 50px;
}

ul li h2 {
  color: #369;
  float: left;
  clear: left;
  margin-top: 25px;
}
ul li span {
  float: left;
  clear: left;
}
ul li a {
  line-height: 18px;
}
ul li dl dt, ul li dl dd {
  float: left;
  clear: left;
}
ul li dl dt {
  font-weight: bold;
}
*/
/* chi siamo */
.divChiSiamo {
  width: 400px;
  margin: auto;
}
.divChiSiamo h2 {
  text-decoration: underline;
}
.divChiSiamo dl {
  display: block;
  margin-left: 15px;
}



/* regolamenti */
.divRegolamenti {
  width: 400px;
  margin: auto;
}
.divRegolamenti h2 {
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 14px 14px 0 0;
  line-height: 16px;
  color: #fff;
}
.divRegolamenti ul {
  margin-left: 8px;
}

/* contatti */

.divContattaci {
  width: 400px;
  margin: auto;
  margin-top: 50px;
}
.divContattaci h2 {
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 14px 14px 0 0;
  line-height: 16px;
  color: #fff;
  background-color: #473;
}
.divContattaci ul li {
  margin: auto;
  width: 250px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.email, .email:first-letter {
 text-transform: lowercase;
}
/* mergiu END */

/*
a.noindent{
  text-indent: 0 !important;
  white-space: nowrap;
}

.documentoPdf {
 padding-left: 50px !important;
 line-height: 40px;
 cursor: pointer;
 background: url('../../img/pdf.jpg') no-repeat left !important;
 margin-bottom: 30px;
}

div#tabs {
width: 980px;
}
div#tabs ul li a:first-letter {
 text-transform: uppercase;
}
div#tabs h1, div#tabs h2 {
 text-align: center;
}
header#header nav ul li a.appLinks {
 background-image: none;
 margin: 0 10px;
}
*/