a.button {
  background: url(../images/button.gif) no-repeat;
  display: block;
  font-size: 14px;
  height: 24px;
  margin:0 0 0 40px;
  padding-top:2px;
  text-decoration: none;
  text-align: center;
  width: 185px;
}

a.button:hover {
  background: url(../images/button_hover.gif) no-repeat;
  color: #336699;
  text-decoration: none;
}

/*bottoni con grafica della mail*/
a.buttonEmail {
  background: url(../images/button_mail.gif) no-repeat;
  display: block;
  font-size: 14px;  
  line-height: 40px;/* regola la posizione del testo rispetto all'immagine*/
  margin:0 0 0 40px;
  padding-top:8px;
  text-decoration: none;
  text-align: center;
  width: 185px;
}

a.buttonEmail:hover {
  background: url(../images/button_mail_hover.gif) no-repeat;
  color: #336699;
  text-decoration: none;
}

/*bottoni natalizi*/
a.buttonChristmas {
  background: url(../images/button_christmas.gif) no-repeat;
  display: block;
  font-size: 14px;  
  line-height: 40px;/* regola la posizione del testo rispetto all'immagine*/
  margin:0 0 0 40px;
  padding-top:14px;
  text-decoration: none;
  text-align: center;
  width: 185px;
}

a.buttonChristmas:hover {
  background: url(../images/button_christmas_hover.gif) no-repeat;
  color: #a01d1d;
  text-decoration: none;
}

.tracklist, .tracklistBottom, .tracklistTop {
  width: 700px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 0px;
}

.tracklist {
  background-image: url("../images/tracklist.png");
  background-repeat: repeat-y;
}

.tracklistBottom {
  background-image: url("../images/tracklist_bottom.png");
  background-repeat: no-repeat;
}

.tracklistTop  {
  background-image: url("../images/tracklist_top.png");
  background-repeat: no-repeat;
}

.tracklistTableTitle{
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.tracklistImage {
	border: 0px;
	height: 24px;
	width: 24px;
	vertical-align: bottom;
}

.tracklistTable 
  {
  white-space: nowrap;
  }
