

@import "starter.css"; 

a img {
  border: none;
}


html{ background: #760000; }

body {
  text-align: center; /*ie fix*/
}

tr td {
  font-size: 12px;
}

#content{ width: 574px; margin: 30px auto 0 auto; padding: 15px; background: #fff; }
/* Round the edges for Gecko and Webkit */
#content{ 
  /* Webkit */ -webkit-border-radius: 4px; -webkit-box-shadow: 0 0px 15px #bbb;
  /* Gecko */  -moz-border-radius: 3px;
}

#content {
  
}

a:link, a:visited{ color: #be0000; text-decoration: underline; }
a:hover{ text-decoration: none; }

h2{ font-size: 18px; font-weight: normal; margin: 10px 0; }

  .artistInfo{ overflow: hidden; width: 100%; margin: 0 0 20px 0; /*padding: 0 0 15px 0; border-bottom: 1px solid #81d1f3;*/ }
    
    .thumb{ float: left; width: 102px; margin: 0; background: white; }
      .thumb img{ display: block; height: 102px !important; }
    
    .details{ float: right; width: 428px; padding: 15px 15px 5px 15px; background: #f4f4f4; }
      .details dl{ margin: 0; float: left; width: 45%; }
      .details dt{ font-size: 14px; font-weight: bold; }
      .details dd{ margin: 0; }
    
      .metaInfo{ float: right; width: 45%; text-align: right; }
        .metaInfo p{ margin: 0 0 10px 0; }
        .metaInfo p.price{ margin-top: 2.5em; }
          p.price strong{ padding: .4em; background: #fff; border: 1px solid #dfdfdf; border-width: 0 1px 1px 0; }

  table{ width: 100%; border-collapse: collapse; margin: 0; padding: 0; }
    thead{ border: 1px solid #ccc; border-width: 1px 0; border-bottom: 2px solid #bbb; text-transform: lowercase; font-variant: small-caps; color: #999; }
        td, th{ vertical-align: middle; padding: 5px; text-align: left; border-bottom: 1px solid #dfdfdf; }
      tr.even{ background: #f4f4f4; }
        .previewCol{ width: 70px; vertical-align: middle; }
        .lastCol{ padding: 5px 0; width: 47px; vertical-align: middle; }
        
        /*
        .buyLink, .previewLink{ display: block; width: 60px; height: 20px; text-indent: -9999px; text-align: left; }
        .buyLink{ background: url(../images/buttons/btn_buy.png) 0 0 no-repeat; float: right; }
        .previewLink{ background: url(../images/buttons/btn_play.png) 0 0 no-repeat; } 
        */
        
  #header, #footer{ padding: 15px 0; }
  
  #header{ margin: 0 0 15px 0; border: 1px solid #efefef; border-width: 1px 0;  }
    #header h1{ font: normal bold 2.5em/100% "Arial Black", "Lucida Sans Unicode", "Lucida Grande", sans-serif; text-align: center; text-transform: uppercase; position: relative; }
      h1 strong{ position: absolute; top: -55px; right: -35px; display: block; width: 45px; height: 45px; text-indent: -9999px; }
      strong.stickerNew{ background: url(../images/buttons/sticker_new.png) 0 0 no-repeat; }
      strong.stickerHot{ background: url(../images/buttons/sticker_hot.png) 0 0 no-repeat; }
    
  #footer{ width: 574px; margin: 0 auto 30px auto; /*border: 1px solid #efefef; border-width: 1px 0;*/ text-align: center; font-size: 11px; color: #999; }
    #header *, #footer *{ margin: 0; }

/*  Ringtones Sound Manager 2 CSS
   -------------------------------------------------------- */
   
    /* SM2 debug container (optional, makes debug more useable) */
    #soundmanager-debug { position:absolute;position:fixed;*position:absolute;bottom:10px;right:10px;width:50em;height:18em;overflow:auto;background:#fff;margin:1em;padding:1em;border:1px solid #999;font-family:"lucida console",verdana,tahoma,"sans serif";font-size:x-small;line-height:1.5em;text-align: left; }
   
    /* NOTE : METTRE EN IMAGE PLAY STOP ET FAIRE SWITCH PAR CSS!!! */
   
    /* Default + hover state, "click to play": */
    a.sm2_link { background: url("../images/buttons/btn_play_stop.png") no-repeat top left; text-indent: -9999px; text-decoration: none; width: 59px; height: 19px; text-decoration: none; display: block; overflow:hidden; }
    a.sm2_link:hover { background: url("../images/buttons/btn_play_stop.png") no-repeat top right; }

    /* Playing + hover state, "click to pause": */
    a.sm2_playing { background: url("../images/buttons/btn_play_stop.png") no-repeat bottom left; background-position: 0 -19px; }
    a.sm2_playing:hover { background: url("../images/buttons/btn_play_stop.png") no-repeat bottom right; background-position: -59px -19px;}

    /* Paused + hover state, "click to resume": */
    a.sm2_paused {  }
    a.sm2_paused:hover { text-decoration: none; }
