#audiolist
{
  width: 960px;
  display: block;
  margin-top: 25px;
  min-height: 100px;
  max-height: 925px;
}

#audiolist a
{
  color: #f4946e;
}

#audiolist article
{
  height: 175px;
  display: block;
  background-color: white;
  margin-bottom: 10px;
  width: 100%;
}

#audiolist header
{
  margin: 0px;
  padding:0px;
  width: 650px;
  float: right;
  text-align: center;
  height: 75px;
}

#audiolist h1
{
  font-size: 20px;
  line-height: 20px;
/*  padding-left. 40px;
  padding-top: 20px;
  padding-right: 20px;
  height: 40px;
  float: right;*/
}

#audiolist h2
{
  font-size: 16px;
  line-height: 16px;
  width: 600px;
  text-transform: none;
}

#audiolist .label
{
}

#audiolist .image
{
  float:left;
  margin-top: 0px;
  padding-top: 0px;
  width: 300px;
  height: 175px;
  display:inline-block;
}
#audiolist .content
{
  padding-left: 40px;
/*  padding-right: 20px;*/
  color: #848484;
  width: 610px;
  float: right;
  height: 50px;
}

#audiolist audio
{
  display:inline-block;
  float:left;
  margin: auto 0;
}

#audiolist .info
{
  display:inline-block;
  float:right;
  width: 290px;
}

#audiolist table
{
  color: #848484;
  font-size: 10px;

}

#audiolist th
{
  width: 60px;
  font-weight: bold;
  text-align: left;
}

#audiolist td
{
color: black;}

#audiolist h1:before
{
  content:"»";
}

#audiolist h1:after
{
  content:"«";
}

#audiolist footer
{
  margin-top:5px;
  padding-top:5px;
  float:right;
  width: 640px;
  font-size: 10px;
  line-height: 12px;
  border-top: 1px #b9b9b9 solid;
  margin-right:10px;
  height: 44px;
  
}

.middle
{
  margin-top:0px;
}
