/* Left Side */
#album_leftcol {
	float: left;
	width: 200px;
}

#album_cover {
	margin-bottom: 10px;

}

#album_details {
	width: 200px;
	padding-bottom: 20px;
}

#album_head {
	margin-bottom: 15px;
}

/* Right Side */
#main_details {
	width: 250px;
	float: right;
}

#album_tracklist {
	margin-bottom: 20px;
}

/* Full Side */
#description {
	clear: both;
	width: 470px;
}

#artist_select {
	width: 248px;
}

#container_discography img {
	float: left;
	margin: 1em 1.7em;
	border: 1px solid #959595;
	padding: 0px;
}

/* ARTISTS & DISCOGRAPHY */
/* DISCOGRAHY */
/* Main Column Content */

#container_discog_list2{
background:transparent url(/images/sectionheaders/h1_discog2.gif) no-repeat scroll left top;
height:350px;
margin-left:5px;
padding-top:65px;
width:300px;

}
#container_discography {
	margin-left: 10px;
	background: url(/images/sectionheaders/h1_discog.gif)  top left no-repeat;
}

#container_albumdetail, #container_albumDetail, #container_albums {
	margin-left: 10px;
	background: url(/images/sectionheaders/h1_discog_albumDetails.gif)  top left no-repeat;
	padding-top:70px;
}

#container_songdetail, #container_songDetail, #container_songs {
	margin-left: 10px;
	padding-top: 90px;
	background: url(/images/sectionheaders/h1_discog_songDetails.gif)  top left no-repeat;
}

/* Side Column Content */
#sectionList {
	margin-left: 0px;
	padding-top:0px;
	padding-left:0px;
	width:250px;
}
#sectionList li {
color:#333333;
}
#container_sectionList2 {
	margin-left: 10px;
	background:  url(/images/sectionheaders/h1_discog_sectionList2.gif)  top left no-repeat;
	padding-top:30px;
	padding-left:10px;
	width:268px;
	height:200px;
}
#container_albumList2{
	margin-right: 10px;
	background: #ffffff url(/images/sectionheaders/h1_discog_releaseList2.gif)  top left no-repeat;
}

/* ARTISTS */
/* Main Box - content container for artist section */
#container_content_artist{
	margin-top: 0px;
	padding: 54px 15px 10px 3px;
	text-align: left;
}

/* page tab menus - biography, audio, video, and interviews. */
#container_artistTab, #artistDetailTabs {
	background: url(/images/sectionheaders/h1_discog_artistTab.gif)  top left no-repeat;
}

/* Main Column Content */
#container_artistDetails {
	margin-left: 10px;
	background: url(/images/sectionheaders/h1_discog_artistDetails.gif)  top left no-repeat;
}

#container_featureArtist {
	margin-left: 10px;
	background: url(/images/sectionheaders/h1_discog_featureArtist.gif)  top left no-repeat;
}

#container_artistlist, #container_artistList {
	margin-left: 10px;
	background: url(/images/sectionheaders/h1_discog_artistList.gif)  top left no-repeat;
}

#container_artist, #container_artistDetail, #container_artistDetails {
	margin-left: 10px;
	background: url(/images/sectionheaders/h1_discog_artistDetails.gif)  top left no-repeat;
}

/* Side Column Content */
#container_artistSelect {
	margin-right: 10px;
	background: /*#ffffff*/ url(/images/sectionheaders/h1_discog_sectionList2.gif)  top left no-repeat;
}

#container_artistList2 {
	margin-right: 10px;
	background: /*#ffffff*/ url(/images/sectionheaders/h1_discog_artistList2.gif)  top left no-repeat;
}

#container_featureArtist2 {
	margin-right: 10px;
	background: /*#ffffff*/ url(/images/sectionheaders/h1_discog_featureArtist2.gif)  top left no-repeat;
}

/* MENUS & NAVS */	
/* SUBNAV - BLOGS, MY ACCOUINT, and DISCOG */
#subNavBasic {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#subNavBasic ul {
	margin: 0px;
	padding: 0px;
}

#subNavBasic li {
	padding: 0px 15px 5px 25px;
	line-height: 1.5em;
	background: url(/images/nav/bullet.gif) no-repeat 0 50%;
	color:#000000;
}

#subNavBasic li a {
	text-decoration: none;
	color: #FF0000;
}

#subNavBasic .current a {
	text-decoration: none;
	color: #000;
}

#subNavBasic li a:hover {
	text-decoration: none;
	background: 0 50%;
	color: #7c7c7c;
}

/* SUBNAV HORIZONTAL - Virtual Ticket and Artist Details */
#subNavHor {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style: none;
	float: left;
	background: #333333 url(/images/nav/bgHor.gif) repeat-x;	
}

#subNavHor ul {
	margin: 0px;
	padding: 0px;
	float: left;
}

#subNavHor li {
	float: left;
}

#subNavHor a {
	display: block;
	padding: 0 1.4em;
	/*	
	width: 200px;
	text-align: center;
	*/
	line-height: 2.1em;
	color: #000000;
	text-decoration: none;
	float: left;
	background:url(/images/nav/divider.gif) repeat-y left top;
}

#subNavHor a:hover, #subNavHor .current a {
	color: #a9c9e4;
}
