@charset "utf-8";
@import url("common.css");

/* ------------------------------
  DISCOGRAPHY
------------------------------ */

h3 {
 clear: both;
 margin-bottom: 15px;
}

dl {
 border-bottom: 3px solid #DCDCDC;
 margin-bottom: 1em;
}

dl.last {
 border-bottom: none;
}

dt {
 margin-bottom: 1em;
 margin-left: 104px;
 clear: both;
 color: #79B42E;
}

.disc_image {
 width: 104px;
 float: left;
 position: relative;
 top: -2em;
 _margin-bottom: -2em;
}

.disc_info {
 margin-left: 104px;
 margin-bottom: 0;
}

.disc_data {
 margin-bottom: 1em;
 list-style-type: none;
}

.disc_data li {
 margin-left: 0;
 margin-bottom: 0.4em;
}

.track {
 margin-bottom: 1em;
}

.limited {
 font-weight: normal;
 color: #FF9E00;
}