@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: underline;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	width: 100%;
	height: 100%;
	background-image:url(../images/body_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#380143;
}

.wrapper {
	margin: 0;
	width:100%;
	background-image:url(../images/wrap_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.header{
	width:953px;
	height:75px;
	position:relative;
	margin:0px auto 0px auto;
	background-image:url(../images/header_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.header_left{
	height:94px;
	position:absolute;
	width:50%;
	background-image:url(../images/header_left_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	left:-463px;
}

.header .logo{
	position:absolute;
	top:15px;
	left:34px;
	width:340px;
	height:60px;
	display:block;
	background-image:url(../images/logo.png);
}

.login{
	position:absolute;
	right:16px;
	top:18px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cdc2cf;
}

.login .separate{
	width:1px;
	height:10px;
	background-color:#cdc2cf;
	float:left;
	margin:3px 7px 0px 7px;
	overflow:hidden;
}

.login strong{
	float:left;
}

.login a,
.login a:visited{
	float:left;
	color:#cdc2cf;
}

.navigation{
	position:absolute;
	bottom:0px;
	right:12px;
}

.navigation ul{
	list-style:none;
}

.navigation ul li{
	float:left;
	margin-left:4px;
}

.navigation a,
.navigation a:visited{
	display:block;
	height:29px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#cbcbcb;
	line-height:29px;
}

.navigation a:hover{
	text-decoration:none;
}

.navigation a .r,
.navigation a:visited .r{
	background-image:url(../images/menu_r.png);
	width:6px;
	height:29px;
	overflow:hidden;
	float:left;
}

.navigation a .l,
.navigation a:visited .l{
	background-image:url(../images/menu_l.png);
	width:6px;
	height:29px;
	overflow:hidden;
	float:left;
}

.navigation a .c,
.navigation a:visited .c{
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	height:29px;
	float:left;
	padding:0px 12px 0px 12px;
	cursor:pointer;
}

.navigation .selected a .r,
.navigation .selected a:visited .r,
.navigation a:hover .r{
	background-image:url(../images/menu_r_s.png);
}

.navigation .selected a .l,
.navigation .selected a:visited .l,
.navigation a:hover .l{
	background-image:url(../images/menu_l_s.png);
}

.navigation .selected a .c,
.navigation .selected a:visited .c,
.navigation a:hover .c{
	background-image:url(../images/menu_bg_s.gif);
	color:#FFFFFF;
}

.navigation span{
	color:#FFFFFF;
	font-size: 12px;
	margin-bottom: 0;
}

.content{
	width:953px;
	border-left:1px solid #480155;
	border-right:1px solid #480155;
	background-color:#390145;
	background-image:url(../images/content_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0px auto 0px auto;
}

h3, span{
	font-size:16px;
	font-weight:100;
	font-family:"myriad Pro", Arial, Helvetica, sans-serif;
	color:#d062cf;
	margin-bottom:9px;
}

h3 a,
h3 a:visited{
	color:#FFFFFF;
}

.left{
	float:left;
	width:222px;
	margin:15px 0px 0px 10px;
}

.artist_browse{	
	border:1px solid #6b0181;
	padding:14px 0px 29px 16px;
	background-image:url(../images/artist_browse_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#380143;
	margin-bottom:11px;
}

.button{
	margin:0px 0px -5px 4px;
}

.artist_browse h3{
	margin-bottom:16px;
}

h1 {
	color:#D062CF;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	font-family:"myriad Pro",Arial,Helvetica,sans-serif;
} 

h2 {
	color:#D062CF;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family:"myriad Pro",Arial,Helvetica,sans-serif;
}

.input_text{
	border:1px solid #6b0181;
	background-color:#3e003d;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#e4e4e4;
	height:14px;
	width:143px;
	padding:4px 0px 0px 7px;
}

.submit_style {
	height:20px;
	border:1px solid #920069;
	background:none;
	font-size:14px;
	color:#FFFFFF;
	font-family:"myriad Pro";
	cursor: pointer;
	line-height: 18px;
	padding: 0 5px 0px 5px;
	text-decoration: none;
}

.submit_style:hover {
	background-image:url(../images/submit_over_bg.gif);
	background-repeat:repeat-x;
}

* html .submit_style {
	padding: 0 4px 0 4px;
	line-height: 14px;
}

.browse{	
	border:1px solid #6b0181;
	padding:3px 0px 6px 9px;
	background-image:url(../images/browse_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#380143;
	margin-bottom:11px;
}

.browse ul{
	width:200px;
	padding-top: 15px;
}

.browse ul li{
	
}

.browse a,
.browse a:visited{
	font-size:12px;
	line-height:34px;
	display:block;
	background-image:url(../images/browse_list_bg.gif);
	width:173px;
	padding-left:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #4b035b;
	border-top:0px solid #4b035b;
}

.browse a:hover, .browse .selected a {
	background-image:url(../images/browse_list_over_bg.gif);
	text-decoration:none;
}

.featured_artist{	
	border:1px solid #6b0181;
	padding:7px 0px 21px 12px;
	background-image:url(../images/browse_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#380143;
	margin-bottom:11px;
}

.featured_artist img{	
	border:2px solid #CDC2CF;
	height:150px;
	margin-left:17px;
	margin-top:15px;
	padding:4px;
	text-align:left;
	width:150px;
}

.common{
	border:1px solid #6b0181;
	padding:7px 0px 21px 12px;
	background-image:url(../images/common_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#2d0137;
	margin-bottom:11px;
	zoom:1;
	position:relative;
}

.common .input_text{
	width:178px;
}

.common .submit_style{
	float:right;
	margin:16px 20px 0px 0px;
}

.right{
	float:right;
	width:222px;
	margin:15px 10px 0px 0px;
}

.right .title, .left .title{
	border:1px solid #6b0181;
	padding:0px 0px 0px 9px;
	line-height:34px;
	background-image:url(../images/right_title.gif);
	background-repeat:repeat-x;
}

.right .title h3{
	margin:0px;
}

.your_stats{
	border:1px solid #6b0181;
	padding:13px 0 10px 2px;
	background-image:url(../images/your_stats_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#360141;
	margin-bottom:9px;
	border-top:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	zoom:1;
}

.your_stats span{
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:14px;
	margin-bottom:14px;
}

.your_stats .l{
	width:60%;
	padding-left: 10px;
}

.your_stats .r{
	width:30%;
	text-align:center;
}

.your_stats a, .your_stats a:visited {
	background: url(../images/submit_over_bg.gif);
	padding: 0 10px;
	margin-left: auto;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.top_artists{
	border:1px solid #6b0181;
	padding:13px 0px 18px 0px;
	background-image:url(../images/your_stats_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#34013f;
	margin-bottom:11px;
	border-top:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.top_artists ul{
	margin-left:19px;
}

.top_artists ul li{
	background-image:url(../images/arrow.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}

.top_artists a,
.top_artists a:visited{
	padding:5px 0px 12px 2px;
	width:141px;
	display:block;
	color:#e4e4e4;
	background-image:url(../images/list_underline.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}


.site_pics_link{
	position:absolute;
	top:72px;
	right:28px;
}

.middle{
	width:469px;
	margin:0px 0px 0px 241px;
	padding-top:15px;
}

.search{
	border:1px solid #6b0181;
	padding:12px 0px 0px 15px;
	background-image:url(../images/search_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#380143;
	height:35px;
	margin-bottom:11px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.search h3{
	line-height:22px;
	margin:0px 12px 0px 0px;
	float:left;
}

.search .input_text{
	width:160px;
	margin:0px 5px 0px 0px;
	color: #CCCCCC;
}

.select_style{
	background-color:#3e003d;
	border:1px solid #6b0181;
	width:124px;
	height:19px;
	margin:0px 2px 1px 0px;
	color: #FFFFFF;
}

.catalogue h3{
	margin:19px 0px 0px 12px;
}

.albums{
	margin:13px 1px 14px 1px;
	border:1px solid #414141;
	background-image:url(../images/albums_bg.gif);
	height:141px;
	position:relative;
}

.left_arrow{
	position:absolute;
	top:70px;
	left:4px;
}

.right_arrow{
	position:absolute;
	top:70px;
	right:4px;
}

.ablums_holder{
	position:absolute;
	top:21px;
	left:24px;
}

#list { 
	background-color:#380143;
	background-image:url(../images/search_bg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #6B0181;
	font-family:Arial,Helvetica,sans-serif;
	float: left;
	font-size:12px;
	height:auto;
	padding:2px 0 15px 0;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.songs{
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	width:470px;
}

.tr_table {
	height: 40px;
}

.tr_table:hover {
	height: 40px;
	background-color: #732C7B;
}


.top_table {
	height: 20px;
	background-image:url(../images/right_title.gif);
}

.songs thead{
	color:#d062cf;
	font-weight:bold;
}

.songs .num{
	width:5%;
	text-align: center;
}

.songs .title{
	width:51%;
}

.songs .length{
	width:10%;
	text-align: center;
}

.songs .price{
	width:10%;
	text-align: center;
}

.songs .buy{
	width:15%;
	text-align: center;
}

.songs .play{
	width:9%;
	text-align: center;
}

.align_center {
	text-align: center;
}

.footer{
	height:38px;
	width:100%;
	background-color:#2a0033;
}

.footer .holder{
	position:relative;
	width:937px;
	margin:0px auto 0px auto;
	height:38px;
	line-height:38px;
	padding-left:16px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ac00cf;
}

.footer .holder a,
.footer .holder a:visited{
	color:#ac00cf;
}

.footer_menu{
	position:absolute;
	right:14px;
	top:0px;
}

.footer_menu a,
.footer_menu a:visited{
	margin:0px 4px 0px 0px;
}

.advert{
	text-align:center;
}

.advert img{
	border:1px solid #4b035b;
}

.clear{
	clear:both;
}

a.buy {
	background-image:url(../images/submit_over_bg.gif);
	background-repeat:repeat-x;
	border: 1px solid #920069;
	line-height: 13px;
	padding: 1px 5px 0 5px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	color:#FFFFFF;
}


.free {
	color: #FFFF00;
	text-align: center;
}

.artists {
	background-color:#380143;
	background-image:url(../images/search_bg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #6B0181;
	font-family:Arial,Helvetica,sans-serif;
	float: left;
	font-size:12px;
	height:auto;
	margin-bottom:11px;
	padding:2px 0 30px 0;
	color: #FFFFFF;
	margin-bottom: 20px;
	width: 100%;
}

.artists h4 {
	font-family: "myriad Pro";
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 0 4px 0;
	background-image: url(../images/h4.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-transform:uppercase;
}

.artists ul li a, .artists ul li a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}

.artists .a_left{
	float:left;
	width:222px;
	margin:15px 0px 0px 5px;
	
}


.artists .a_right{
	float:right;
	width:222px;
	margin:15px 0px 0px 5px;
}



.div_clear {
	clear:both;
}

.alert {
	font-size:17px;
	padding-bottom:15px;
	padding-left:0;
	padding-right:0;
	padding-top:15px;
	text-align:center;
}

#news {
	background-color:#380143;
	background-image:url(../images/search_bg.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	border:1px solid #6B0181;
	font-family:Arial,Helvetica,sans-serif;
	float: left;
	font-size:12px;
	height:auto;
	padding:2px 0 15px 0;
	color: #FFFFFF;
	margin-bottom: 20px;
}

#news h3, #news h3 a, #news h3 a:visited {
	color:#D062CF;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
j	font-family:"myriad Pro",Arial,Helvetica,sans-serif;
}

