
#featured {
	float: right;
	display: inline;
	width: 603px;
	margin: 1em 0 0 0;
}

#featured h3 {
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

#featured h3 span{
	text-transform: uppercase;
}

#featured_music,
#more_music {
	padding-left: 0;
	margin: 0;
}

#featured_music h4,
#more_music h4{
	font-size: 13px;
	line-height: 1.2em;
	padding-bottom: .3em;
	margin-top: 9.5px;
}

#featured_music li,
#more_music li {
	float: left;
	display: inline;
	text-align: center;
	margin-bottom: 24px;
	overflow: hidden;
}

#featured_music li{
	margin-right: 51px;
	width: 148px;
	height: 235px;
}

#featured_music li img {
	width: 144px;
	height: 144px;
	border: 1px solid #aaa;
}

#more_music li{
	margin-right: 38px;
	width: 81px;
	height: 183px;
}

#more_music li img {
	width: 72px;
	height: 72px;
	border: 1px solid #aaa;
}

#featured_music li a,
#more_music li a{
	text-decoration: none;
}

#featured_music li a:hover,
#more_music li a:hover{
	color: #fff;
	text-decoration: underline;
}

#featured p.artist, #featured p.cover {
	margin: 0;
}
	
#featured_music p.artist {
	line-height: 1.2em;
}	
	
#more_music p.artist {
	font-size: 10px;
	line-height: 1.2em;
}		
#more_music h4.title {
	font-weight: normal;
	font-size: 12px;
}
	
/* ========== SIDEBAR ==========*/
#sidebar {
	width: 252px;
	float: left;
	display: inline;
	margin-top: 2em;
}
	
#sidebar h3 {
	color:#003399;
	text-indent: 1em;
	height: 26px;
	line-height: 26px;
	margin: 0;
	background: url(../images/main/bg-sidebar_h3.png) no-repeat left center;
}

#sidebar_footer {
	height: 20px;
	background: url(../images/main/bg-sidebar_footer.png) no-repeat left bottom;
	clear: both;
}

#side_content {
	width: 248px;
	background-color: #0462cd;
	padding: 12px 0;
	border-right: 1px solid #0986fe;
	border-left: 1px solid #0986fe;
}

#cat_nav {
	list-style: none;
	margin: 0 12px;
	padding-left: 0;
	line-height: 2em;
}

#cat_nav li{
	border-bottom: thin solid #0048aa;
}

#cat_nav a{
	display: block;
	width: inherit;
	text-decoration: none;
	padding-left: 1em;
}

#cat_nav a:hover{
	color: #fff;
	background-color: #003399;
}

#cat_sub {
	font-size: 11px;
	list-style: square;
	padding-left: 24px;
}

#cat_sub a{
	padding-left: .33em;
}

.section_current {
	background-color: #0048aa;
	margin-top: 0;
}

.section_current a:hover{
	background-color: #0462cd;
}

#cat_nav a.link-section_current {
	font-weight: bold;
	color: #fff;
}

#cat_nav a.link-section_current:hover{
	background-color: #0048aa;
}


/* ============ SEARCH ============ */
#search {
	top: 12px;
	right: 6px;
}
