.audioBox {
  width:460px;
  margin:0px auto 20px auto;
  clear:both;
  border:1px solid rgba(204,204,204,1);
  border-radius:8px;
  background:linear-gradient(to bottom,rgba(213,213,213,1),rgba(239,239,239,1));
  padding:10px;
  display:none;
  }
.audioSummary {
  position:relative;
  width:auto;
  min-height:230px;
  padding:10px;
  background:linear-gradient(to bottom,rgba(78,78,78,1),rgba(4,6,27,1));
  color:rgba(255,255,255,1);
  }
.audioSummary div {width:202px;margin:0 10px 10px 0;padding:0;float:left;}
.audioSummary div a {display:block;width:50%;margin:0;float:left !important;}
.audioSummary div a[href$='.xml']:after {display:none;}
.audioSummary div a:last-child {float:right !important;}
.audioSummary div a input.lgMediaBtn {
    width:100%;
    border:1px solid rgba(99,99,99,1);
    border-width:0 1px 1px 1px;
    margin:0;
    font-size:.9em;
    color:#fff;
    padding:8px 0;
    background:linear-gradient(to bottom,rgba(120,120,120,1),rgba(50,50,50,1));
    cursor:pointer;
    border-radius:0 0 0 4px;
    }
.audioSummary div a input.lgMediaBtn:hover {background:linear-gradient(to bottom, rgba(227,165,2,1), rgba(195,141,0,1));}
.audioSummary div a:last-child input.lgMediaBtn {border-width:0 1px 1px 0;border-radius:0 0 4px 0;}

.audioSummary img {width:200px;height:200px;border:1px solid rgba(99,99,99,.4);margin:0;}
.audioSummary h1 {font-size:14px;font-weight:bold;color:rgba(255,255,255,1);margin:0 0 2px 2px;}
.audioSummary h3 {font-size:10px;font-style:italic;color:rgba(255,255,255,1);}
.audioSummary p {width:auto;font-size:11px;line-height:130%;overflow:hidden;}

.audioSummary.player {min-height:10px !important;}
.audioSummary.player img {width:50px;height:50px;border:1px solid rgba(99,99,99,.4);margin:0;float:right;}
.audioSummary.player h3 {margin:0 0 0 2px;}
.audioSummary.player p {line-height:100%;margin:6px 0 6px 2px;}
.audioSummary.player p a {color:#f8b707;}
