/* main column: headings */
.label1 {
	border: solid #b6e756;
	border-width: 1px 0;
	padding: 2px 0 2px 9px;
	margin: 0 0 15px;
}
.label1 h1 {
	font-size: small;
	line-height: 1em;
	color: #35a02c;
	background: url(../images/bg_heading.gif);
}
.label1 h1 a {
	background: #ffffff;
	padding-right: 8px;
	color: #35a02c;
}
.label1 h1 a:hover { color: #35a02c; }
.category {
	font-size: x-small;
	font-weight: normal;
	letter-spacing: 0.3em;
	line-height: 1em;
	padding-left: 10px;
}
.label2 {
	background: url(../images/circle.gif) no-repeat left center;
	padding-left: 14px;
	font-size: small;
	line-height: 1em;
	margin: 0 0 5px 10px;
}
.label3 {
	clear: both;
	border-left: solid 5px #b6e756;
	padding-left: 3px;
	font-size: 90%;
	color: #35a02c;
	margin: 0 0 3px 10px;
}
.label4 {
	clear: both;
	font-size: small;
	line-height: 2em;
	color: #35a02c;
	text-indent: 0.2em;
	background: url(../images/bg_heading2.gif) repeat-x bottom;
	margin: 0 0 3px 10px;
}

/* main column: CD rack */
.rack {
	width: 490px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #b6e756;
	margin: 0 0 7px 10px;
}
.sleeve {
	width: 80px;
	height: 89px;
	float: left;
} 
.article {
	width: 407px;
	float: right;
}

/* CD rack: content */
h2 {
	font-size: small;
	line-height: 1.4em;
	color: #35a02c;
}
.artist {
	font-weight: normal;
	color: #536c1c;
}
.genre {
	font-size: x-small;
	font-weight: normal;
}
p {
	font-size: small;
	line-height: 1.4em;
	margin: 0 0 1em 10px;
}
.rack p { margin: 0; }
.sleeve img {
	display: block;
	margin-bottom: 2px;
}
.noimage {
	width: 75px;
	height: 75px;
	background: #999999;
	font-size: 11px;
	font-weight: bold;
	line-height: 75px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 2px;
}

/* sub column */
#subcol {
	font-size: x-small;
	color: #ffffff;
}
#subcol a { color: #def9c5; }
#subcol a:hover { text-decoration: underline; }
.label5 {
	width: 230px;
	border: dashed #ffffff;
	border-width: 1px 0;
	text-indent: 10px;
	letter-spacing: 0.3em;
	line-height: 22px;
	margin-bottom: 1em;
}
#subcol ul {
	list-style: square;
	padding: 3px 5px 10px 27px;
}
#subcol li {
	line-height: 1.3em;
	color: #def9c5;
	margin-bottom: 0.5em;
}
#subcol ul.feed {
	list-style: none;
	padding-left: 10px;
	margin-bottom: 20px;
}
#subcol ul.feed li {
	background: url(../images/feed-icon-10x10.gif) no-repeat left center;
	padding-left: 13px;
	line-height: 1.1em;
}
#subcol form { margin: 0 0 20px 10px; }
#subcol iframe { margin: 0 0 15px 10px; }
#subcol img {
	display: block;
	margin: 0 0 1px 10px;
}
#subcol p {
	font-size: x-small;
	line-height: 1.3em;
}
