/* ------------------------- */
/* ------ Icon Button ------ */
/* styled after woorkup.com  */
/* ------------------------- */

a.button {
  background: transparent url(../images/button_lavender_144x20_lt.gif) no-repeat;
  color:#7D555E;
  font-weight:bold;
  width:144px;
  height: 20px;
  line-height:19px;
  text-decoration:none;
  display:block;
/*  padding-left:4px; */
}
a:hover.button {
  text-decoration:underline;
}

.buttonBox {
  width:140px;
  margin:0 0;
  padding:0 0;
}

/* ------------------- */
/* Icon Button Classes */
/* ------------------- */
.amazon {
  background: url(../images/amazon_16.png) no-repeat 5px 2px;
  text-indent: 15px;
  display:block;
}
.asterisk {
  background: url(../images/asterisk_orange_bg.png) no-repeat 5px 2px;
  text-indent: 15px;
  display:block;
}
.omag {
  background: url(../images/omag.png) no-repeat 2px 2px;
  text-indent: 17px; 
  display:block;
}
.podcast {
  background: url(../images/podcast-icon_lavender.gif) no-repeat 5px 2px;
  text-indent: 35px;
  display:block;
}
.book_trailer {
  background: url(../images/podcast-icon_lavender.gif) no-repeat 5px 2px;
  text-indent: 25px;
  display:block;
}
.audio {
  background: url(../images/sound.jpg) no-repeat 5px 2px;
  text-indent: 35px;
  display:block;
}

#infobar .audio {
  text-indent: 0px;
}


