

h1 {
	font-size:1.5em;
	color:#fff;
}
h2 {
	font-size:1.1em;
	color:#7d8184;
	margin:10px 0;	
}
p {
	margin:0 0 10px 0;
}

ul.track_list li {
	list-style: decimal-leading-zero;
}


a {
	text-decoration:none;
	color:#1681bc;
}
/**/
#leftCol {
	font-size:.86em;
}
#rightCol {
	font-size:1em;
}
#rightCol h1 {
  line-height:1.2em;
  margin:15px 0;
}
#rightCol img.big_image {
  margin-bottom:15px;
}
/* */
.brand_new a.picture {
/* gets applied to a elements*/
display:block;
width:209px;
height:232px;
background-repeat:no-repeat;
background-position:bottom left;
margin-bottom:10px;
}

.recent .info {
  float:left;
}
.recent .picture {
  float:left;
}
.recent .picture {
	clear:left;
}
.recent .info {
	clear:right;
	margin-left:10px;
	width:120px;
}



/* generic 'add in' styles*/

.top_border {
	border-top:1px solid #252c2e;
}
.bottom_border {
	padding-bottom:15px;
	border-bottom:1px solid #252c2e;
}
.top_space {
	margin-top:20px;
}
.top_space_small {
	margin-top:10px;
}

.small {
	font-size:0.98em;
	line-height:1.3em;
}
/* */
.news_item h1 {
	color:#ee9b23;
	font-size:.94em;
	margin-top:15px;
	margin-bottom:0;
}
.news_item h1 .date {
	color:#7d8184;
	margin-right:10px;
}

/* will paginate helper */
.pagination {
	padding: 10px 0;
	margin: 30px 0 0 0;
	border-top:1px solid #252c2e;
}
.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
}

.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color:#151A1D;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
}

/**/

#cartRow {
	border-bottom:1px solid #545a5c;
}
a.cart_button {
	display:block;
	float:left;
	margin-left:10px;
	margin-right:10px;
	height:29px;
	width:24px;
	overflow:hidden;
	text-indent:-1000px;
	background-image:url('/images/cart.gif');
	background-repeat:no-repeat;
}

/* review */
.review {
	font-size:1em;
}

.review h1 {
	font-size:1em;
	margin-bottom:5px;
}
.review .quote {
	padding:0 20px;
	background-image:url("/images/quote.gif");
	background-repeat:no-repeat;
	font-style:italic;
}

/**/
.edition ol {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	color:#7d8184;
	margin-bottom:15px;
}
.edition ol a {
  background-image:url("/images/speaker.gif");
  background-repeat:no-repeat;
  padding-left:20px;
  padding-bottom:5px;
}
.edition ol span {
  color:#fff;
}

/* Release list */
div.release {
	margin-bottom:15px;
}
div.release div.pic {
  float:left;
  margin-right:10px;
  display:block;
}
div.release div.info {
  float:left;
  width:160px;
  overflow:hidden;
}
div.release div.buy {
  float:left;
  width:100px;
}

div.line {
	clear:both;
}
div.line div.item {
  float:left;
  width:240px;
}
div.line div.item div.pic {
  float:left;
  margin-right:10px;
  display:block;
}
div.line div.item div.info {
  float:left;
  width:160px;
}
div.line div.quantity {
  float:left;
  width:60px;
}
div.line div.subtotal {
  float:left;
  width:60px;
}

/* nav */
#colWrapper {
border-top:1px solid #7d8184;
}
#nav {
	font-size:.9em;
}
#nav li {
  height:30px;
  width:66px;
  padding-top:0px;
  text-align:center;
}
#nav li a {
  color:#fff;
  height:30px;
  width:66px;
}
#nav li.ancestor_of_current_page {
  background-color:#fff;
}
#nav li.ancestor_of_current_page a {
  color:#151A1D;
}

div.rightcol_inner {
	margin-top:0px;
}
/* artists */
div.artist {
	float:left;
	width:50%;
	margin-bottom:15px;
}
div.artist img {
  float:left;
  margin-right:10px;
}
div.artist div.info {
  float:left;
  width:130px;
}
/**/
.no_top_margin {
	margin-top:0px;
}

#footer p {
font-size:.85em;	
}
