html,body{
margin:0;
padding:0;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
h2{
font-size:14px;
margin:0;
padding:0 0 5px 0;
}
table{
font-size:12px;
}
td{
vertical-align:top;
}
a img{
border:none;
}
.cartRow{
background-color:#666;
}
.oddRow{
background-color:#999;
}
.store-artist{
width:293px;
float:left;
padding-right:15px;
}
.store-artist a{
display:block;
}
.button{
font-size:12px;
}
.song-list{
width:210px;
}

/* Alignment */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

/* Clearfix */
.clear:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}

* html > body .clear {
width: 100%;
display: block;
}

* html .clear {
height: 1%;
}
/*------------------Main------------------*/
.Content {
	background: #1a1a1a; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	top: auto;
	vertical-align:top;
	padding-left:5px;
	padding-right:15px;
}
.artist-name{
font-size:14px;
}

.Store {
	background: #3e3e3e; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	top: auto;
	vertical-align:top;
	padding-left:5px;
	padding-right:15px;
}

/*------------------More Features------------------*/
.Editorials {
	background: #1a1a1a; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #c7c03d;
	top: auto;
	vertical-align:top;
}

.Friends {
	background: #1a1a1a; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #e72929;
	top: auto;
	vertical-align:top;
}

.MailingList {
	background: #1a1a1a; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #74d3be;
	top: auto;
	vertical-align:top;
}

/*------------------Artists------------------*/
.Kyla {
	background: #1a1a1a; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ff818a;
	top: auto;
	vertical-align:top;
}
.Stella {
	background: #1a1a1a; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #b4bb64;
	top: auto;
	vertical-align:top;
}
.WeathervaneJesus {
	background: #1a1a1a; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #6fa5d3;
	top: auto;
	vertical-align:top;
}


/*------------------Links------------------*/
a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#e89222;
	text-decoration:underline;
}

a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}


a:active {
	color:#e89222;
	text-decoration:underline;
}
