body {
	background-color: #000;
	font: 12px/1.5 "arial", sans-serif;
	color: #333;
}

#container {
	width:920px;
	margin: 0 auto;
}

a {
	color:#e9a13c;
}

p {
	margin-bottom:10px;
}

h3 {
	margin-bottom:15px;
}


/* HEADER------------------------------------------------------------------*/


#header {
	width:920px;
	height:65px;
	margin-bottom:5px;
	float:left;
	color:#666;
}

h1 {
	margin:0;
	padding:0;
}

h1 a {
	display: block;
	float:left;
	width: 256px; 
	height: 65px;
	background:url("../images/stetsonmusic_logo.png") no-repeat center top;
	text-indent: -3000px;
}

h2 {
	display: block;
	margin-top:30px;
	padding:0;
	float:right;
	width: 113px; 
	height: 9px;
	background:url("../images/account_login.png") no-repeat center top;
	text-indent: -3000px;
}



ul#blurb {
	width:297px;
	height: 12px;
	float:left;
}

ul#blurb li {
	display: block;
	text-indent: -4000px;
	margin-left:50%;
	margin-top:20px;
}

ul#blurb li a {
	display: block;
	text-indent: -4000px;
}

ul#blurb .copy {
	width: 297px; 
	height: 12px;
	background:url("../images/header_copy.png") no-repeat center top;
}


ul#nav {
	width:500px;
	height: 24px;
	float:right;
	margin-top:25px;
}

ul#nav li {
	display:inline;
	float:right;
	text-indent: -4000px;
	margin-left:13px;
	font-size:11px;
}

ul#nav li a {
	display: block;
	text-indent: -4000px;
}

ul#nav .welcome_back {
	text-indent:0;
	padding-top:3px;
	color:#666;
}

ul#nav .my_account {
	width: 108px; 
	height: 24px;
	background:url("../images/my_account.png") no-repeat center top;
	behavior:url("/taglib/css/iepngfix.htc");
}

ul#nav .my_downloads {
	width: 129px; 
	height: 24px;
	background:url("../images/my_downloads.png") no-repeat center top;
	behavior:url("/taglib/css/iepngfix.htc");
}

ul#nav .log_out {
	width: 79px; 
	height: 24px;
	background:url("../images/log_out.png") no-repeat center top;
	behavior:url("/taglib/css/iepngfix.htc");
}

#login {
	float:right;
	width: 457px; 
	height: 42px;
	padding-top:23px;
}

#login form input {
	width: 118px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;	
	background-color:#000;
	font-size: 13px;
	font-family: "arial", sans-serif;
	padding:0.225em;	
	color:#999;
	float:right;
	margin-left:5px;
}			

#login button {
	width: 79px;
	height: 24px;
	background: url("../images/log_in.png") no-repeat;
	border: none;
	cursor:pointer;
	float:right;
	margin-left:13px;
	margin-right:5px;
	margin-top:0;
}

.header_label {
	font-size:11px;
	float:right;
	padding:2px 0 0 8px;
}

#forgot {
	float:right;
	font-size:11px;
	padding-top:3px;
}

#forgot input{
	font-size:12px;
	text-align:right;
	background-color: #ddd;
	border: none;
}

/* MAIN BODY CONTAINERS-----------------------------------------------------*/


#content {
	width:920px;
	background:url("../images/content_bg.png") repeat-y;
	float:left;
}

#left_col {
	width:345px;
	height:474px;
	background:url("../images/made_of_america.jpg") no-repeat left top;
	float:left;
}

#right_col {
	width:575px;
	height:100%;
	float:left;
}


/* TABLE CSS----------------------------------------------------------------*/


#right_col table {
	width: 100%;
	font-size: 12px;
}

#right_col table th {
	padding: 3px 7px; 
	font-size: 11px;
	text-transform: uppercase;	
	text-align: center;	
	background-color:#620d12;
	color:#ffcc66;
	font-weight:normal;
}

#right_col table td {
	padding: 3px 7px;
	height:33px;	
	vertical-align: middle;
	border-bottom: 1px dotted #620d12;
	border-right: 1px solid #620d12;
}

#right_col table td.preview {
	padding: 0;
	width:33px;
	text-align: center;
	background-color: #eeeeee;
}

.preview a {
	display: block;
	height: 33px;
	width: 27px;
	background: url("../images/preview_button.png") no-repeat;
}

.preview a span {
	display: none;
}

#right_col table td.track {
	padding-left: 3px;	
	padding-right: 0.35em;
	border-right: none;
	text-align: right;
	color: #5f1317;
	background-color: #eeeeee;
}

#right_col table .title {
	
}	

#right_col table td.title {	
	padding-left: 0;
	border-left: none;
	font-size: 11px;
	color:#333;
	background-color: #eeeeee;
}

td.time,
td.price {
	text-align: right;
	color: #5f1317;
	font-size: 11px;
	background-color: #eeeeee;
}

td.artist {
	text-align: left;
	font-size: 11px;
	color:#333;
	background-color: #eeeeee;
}

table button {
	vertical-align: middle;
	cursor: pointer;
}

table button span {
	display: none;
}

td.buy_song {
	background-color: #eeeeee;
}

.buy_song {
	text-align: center;
	width: 1%;	
}

.buy_song button {
	border: none;		
	width: 69px;
	height: 27px;
	padding: 0;
	background: url("../images/buy_song.png") no-repeat center center;
}	

#download_album {
	padding: 9px 7px !important;
	text-align: right;
	font-size: 13px;
	background-color:#620d12;
	color:#ffcc66;
}

#download_album button {
	border: none;		
	width: 75px;
	height: 19px;
	padding: 0;
	background: url("../images/buy_album.png") no-repeat center center;
	text-align:right;
}




/* FOOTER-------------------------------------------------------------------*/

#footer {
	width:920px;
	height:200px;
	background:url("../images/footer_blurb.png") no-repeat center top;
	background-color:#000;
	text-align:center;
	float:left;
}

#email_signup {
	float:left;
	width: 256px; 
	height: 47px;
	background:url("../images/join_email.png") no-repeat left top;
	margin-top:110px;
	padding-top:18px;
}

#email_signup form input {
	width: 161px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;	
	background-color:#000;
	font-size: 13px;
	font-family: "arial", sans-serif;
	padding:0.225em;	
	color:#333;
	float:left;
}			

#email_signup button {
	width: 79px;
	height: 24px;
	background: url("../images/submit.png") no-repeat;
	border: none;
	cursor:pointer;
	float:left;
	margin-left:5px;
}

ul#footer_links {
	height: 12px;
	padding-top:140px;
	text-align:center;
	color:#666;
	font-size:11px;
}

ul#footer_links a {
	color:#999;
	text-decoration:none;
	font-size:11px;
}

ul#footer_links a:hover {
	color:#ccc;
}

ul#footer_links li {
	display:inline;
}


tr.playing td.preview a {
	background: url("../images/buttons/btn-stop_sample.png") no-repeat center 6px;
}

tr.playing td {
	background-color: #ccc !important;
}


