/* CSS Document */

.release {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-right: 5px;
}


.release H2 {
  margin: 10px;
  margin-top: 15px;
}


.release_header {
  height: 100px;
}

.releaselist {
  margin-top: 20px;
  margin-left: 15px;
}

.releaselist A {
  font-size: 10px;
  font-family: 'Trebuchet MS';
  font-weight: bold;
}

.release_list_item {
    clear: both;
}

.release_list_item IMG {
  margin-bottom: 10px;
  margin-right: 5px;
}

.release_image {
  margin-bottom: 10px;
}

.release_keydata {
  border: 1px solid #cccccc;
  background-color: #ffffff;
	color: #555555;
	padding: 10px;
	margin: 5px;
  margin-right: 0px;	
  
}

.release P {
  margin-top: 5px;
  margin-bottom: 5px;
}

.release_extra {
  margin-right: 6px;
  margin-top: 50px;
}

.release_related_media {
  margin-left: 20px;
  background-color: #ffffff;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;  
  border: 1px solid #cccccc;
  float: right;
  width: 242px;
  clear: right;
  line-height: 20px;
}
.release_related_media P {
  margin: 0px;
  padding: 0px;
}

.release_infotext {
  margin-bottom: 10px;
}

.release_tracks {
  margin-left: 20px;
}

.release_tracks TD {
  font-size: 11px;
  padding: 2px;
}

.release_buy {
  padding: 15px;
  background-color: #eeeeee;
  background: #f3f3f3 url(/gfx/table_grad.gif) repeat-x top left;
}
.release_buy TABLE {
  margin-right: 5px;
}

