body{
font-family:Verdana,Helvetica,Arial,sans-serif;
background: #4b4b4b;
font-size:11px;
color:#989898;
padding:0px;
margin:0px;
}


#popup_signup {
	position:absolute;
	left:251px;
	top:140px;
	width:455px;
	height:600px;
	z-index:2;
}

#search {
	position:absolute;
	left:550px;
	top:30px;
	width:320px;
	height:200px;
	z-index:3;
}

#advancesearch {
	position:absolute;
	left:550px;
	top:30px;
	width:320px;
	height:200px;
	z-index:4;
}
.shopping_btn {
width:49px;
height:21px;
text-align:right;
background:url(images/btn_cart.gif) right center no-repeat;
}

input.txtbox, select.txtbox{
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #212121;
	border: 1px solid #2b2b2b;
	padding: 2px;
}
select.txtbox{
	padding: 0 2px;
}

div{
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #989898;
}

a{
	color: #a2c500;
	text-decoration: none;
}
a:hover{
	color: #a2c500;
	text-decoration: underline;
}
.img{
	border: 0;
}

a.dmenu-link{
display: block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height: 20px;
font-weight:bold;
color: #989898;
text-decoration: none;
padding:0 0 0 15px;
background:url(images/arrow_03.gif) left center no-repeat;
}

a:hover.dmenu-link{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color: #FFFFFF;
text-decoration: none;
background:url(images/arrow_03.gif) left center no-repeat;
}

/* General Codes */
.space{
	height: 1px;
	clear: both;
}

.space6{
	height: 3px;
	*height: 4px;
	clear: both;
}

.space8{
	height: 8px;
	clear: both;
}


.space9{
	height: 5px;
	*height: 9px;
	clear: both;
}
.space12{
	height: 12px;
	clear: both;
}
.space20{
	height: 20px;
	clear: both;
}
.space50{
	height: 50px;
	clear: both;
}

/* Header incl Search & Navigation */
div#header{
	width: 100%;
	height: 124px;
	border: 0;
	background: url(images/bg_header.jpg) center center no-repeat;
	clear: both;
}

/* Header Links-- Search, Cart, Help etc. */
div#header div#header_links{
	width: auto;
	height: auto;
	border: 0;
	clear: both;
}
div#header div#header_links ul{
	list-style-type: none;
	padding: 5px 15px 0 0;
	margin: 0 0 14px 0;
	float: right;
}
div#header div#header_links li{
	display: inline;
	float: left;
	padding: 0 0 0 8px;
	margin: 0;
}



/* Navigation */

div#header div#topnav{
	width: 100%;
	height: auto;
	border: 0;
	font: bold 12px/29px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #929292;
	clear: both;
	z-index:200;
}
div#header div#topnav ul{
	list-style-type: none;
	padding: 2px 0 0 10px;
	*padding: 5px 0 0 10px;
	margin: 0;
}
div#header div#topnav li{
	display: inline;
	float: left;
	padding: 0 4px;
	margin-top:8px;	
	background: url(images/topnav_divider.gif) left top repeat-y;
}
div#header div#topnav li:first-child{
	background: none;
}

div#header div#topnav li.signin_tab{
	display: inline;
	float: right;
}

div#header div#topnav a{
	display: block;
	padding: 0 10px;
	color: #929292;
	text-decoration: none;
}
div#header div#topnav a:hover, div#header div#topnav a.selected, div#header div#topnav a:hover.selected{
	color: #fff;
	text-decoration: none;
}
div#header div#topnav li.signin_tab a{
	padding: 0 20px 0 20px;
	color: #a2c500;
	text-decoration: none;
}
div#header div#topnav li.signin_tab a:hover{
	color: #fff;
	text-decoration: none;
}

/* Header Links-- Language Options */
div#header div#language_bar{
    width: 350px;
	height: auto;
	border: 0;
	clear: both;
	float: right;
	text-align: right;
}
div#header div#language_bar ul{
	list-style-type: none;
	padding: 7px 15px 0 0;
	margin: 0;
	float: right;
}
div#header div#language_bar li{
    display: block;
	float: right;
	padding: 0;
	margin: 0;
}
div#header div#language_bar li img{	
	width: 16px ! important;
	height: 11px ! important;
}
div#header div#language_bar li a img{
	display: inline;
	border: 1px solid #007675;	
	margin: 0 2px;
	padding: 0;
}
div#header div#language_bar li a:hover img{
	border: 1px solid #ebebeb;
}


/* Shop Item Table */
table.shop_item{
	width: 100%;
	height: auto;
	border: 0;
	margin: auto;
}
table.shop_item td{
	text-align: left;
	vertical-align: top;
}
table.shop_item td.banner{
	height: 170px;
	vertical-align: middle;
	background: url(images/banner_shop.jpg) center center no-repeat;
	font: normal 40px/45px Arial, Helvetica, sans-serif;
	padding: 0 15px;
	color: #e5bd00;
}

h2{
margin:0;
font-size:12px;
font-weight:bold;
font-style:italic;
padding:15px;
color:#C60;
}

h3{
margin:0px;
background:transparent url("images/jr_logo_sml.png") no-repeat 0 30%;
padding-left:38px;
font-size:14px;
color:#FFF;
font-weight:bold;
}

img{
vertical-align:middle;
border:0px;
margin:1px;
}

form{
margin:0px;
}

table{
border:0px;
}

.inline{
float:right;
padding:5px 5px 10px 10px;
}

.normal{
color:#CCC;
font-weight:bold;
}

.highlight{
font-weight:bold;
color:#9C0;
}

.fade{
font-weight:normal;
color:#999;
}

.container{
	width: 100%;
	height: auto;
	border: 0;
	clear: both;	
	vertical-align:top;
}

/* Shadow */
#shadow{
	width: 983px;
	height: auto;
	border: 0;
	background: url(images/shadow.gif) 50% top repeat-y;	
	position: relative;
	float: none;
	clear: both;
	margin: auto;
}


.wrapper{
	width: 970px;
	height: auto;
	border: 0;
	background: #0a0a0a;
	position: relative;
	float: none;
	clear: both;
	margin: auto;
}

.banner{
background:transparent url("images/head.png") repeat-x;
background-color:#000;
padding:10px;
}

.logo{
padding:12px;
}

.player{
height:152px;
text-align:center;
background:#0D4C72;
background:#000;
overflow:auto;
margin:0px;
}

.divider{
height:5;
border:0;
border-top:solid 1px #00324B;
}

.separator{
background:transparent url("images/div.gif") center no-repeat;
text-align:center;
height:16px;
width:16px;
display:inline;
}

.menu { 
background:#000;
text-decoration:none;
color:#FFF;
}

.menu a {
color:#FFF;
text-decoration:none;
}

.menu_on {
background:#069;
text-align:center;
font-size:10px;
font-weight:bold;
vertical-align:middle;
text-transform:uppercase;
color:#000;
}

.menu_off {
background:#333;
height:25px;
text-align:center;
font-size:10px;
font-weight:bold;
vertical-align:middle;
text-transform:uppercase;
color:#FFF;
}

.shadow {
background:transparent url("images/head_shadow.png") repeat-x;
height:8px;
padding:0px;
}

.content{
width:510px;
float:left;
}

.content-chart{
width:722px;
float:left;
}

.side_menu_left{
	width: 207px;
	display: inline;
	float: left;
	padding: 0 10px 0 12px;	
	height: auto;	
}

.side_menu_index_left{
	width: 665px;
	display: inline;
	float: left;
	padding: 0 10px 0 12px;	
	height: auto;	
}
.side_menu_index_right{
    width: 267px;
	display: inline;
	float:right;
	float: left;
	padding: 0 0 0 0;
	margin: 0;   
}

.side_menu_left #curvebox_207{
	width: 100%;
	height: auto;
	border: 0;
	background: url(images/box_bg_sm.gif) center top repeat-y;
	border-bottom: 1px solid #1c1c1c;	
}
.side_menu_left #curvebox_207 .title{
	display: block;
	background: url(images/box_top_sm.gif) center top no-repeat;
	font: bold 12px/33px Arial, Helvetica, sans-serif;
	padding: 0 12px;
	margin: 0;
	text-transform: uppercase;
	color: #989898;
}

.side_menu_right{
	width: 207px;
	display: inline;
	float:right;
	float: left;
	padding: 0 10px;
	margin: 0;   
	 
}
.side_menu_index_right{
    width: 267px;
	display: inline;
	float:right;
	float: left;
	padding: 0 0 0 0;
	margin: 0;   
}
.side_menu_right #curvebox_207{
	width: 100%;
	height: auto;
	border: 0;
	background: url(images/box_bg_sm.gif) center top repeat-y;
	border-bottom: 1px solid #1c1c1c;	
}
.side_menu_index_right #curvebox_267{
	width: 100%;
	height: auto;	
	border-bottom: 1px solid #1c1c1c;	
	border: 0;
	background: url(images/box_bg.gif) center top repeat-y;
}

.side_menu_right #curvebox_207 .title{
	display: block;
	background: url(images/box_top_sm.gif) center top no-repeat;
	font: bold 12px/33px Arial, Helvetica, sans-serif;
	padding: 0 12px;
	margin: 0;
	text-transform: uppercase;
	color: #989898;
}
.side_menu_index_right #curvebox_267 .title{
	display: block;
	background: url(images/box_top_sm.gif) center top no-repeat;
	font: bold 12px/33px Arial, Helvetica, sans-serif;
	padding: 0 12px;
	margin: 0;
	text-transform: uppercase;
	color: #989898;
}

div.curvebox_267_add{
	width: 267px;
	height: auto;
	border: 0;
	padding-top:10px;
	background: url(images/box_bg.gif) center top repeat-y;
	border-bottom:1px solid #1c1c1c;
	border-top:1px solid #1c1c1c;
}



div.curvebox_267{
	width: 267px;
	height: auto;
	border: 0;
	background: url(images/box_bg.gif) center top repeat-y;
}

div.curvebox_267 h1{
	display: block;
	background: url(images/box_top.gif) center top no-repeat;
	font: bold 12px/33px Arial, Helvetica, sans-serif;
	padding: 0 12px;
	margin: 0;
	text-transform: uppercase;
}
h1.green_head{
	color: #a2c500;
}
div.curvebox_267 ul{
	list-style-type: none;
	padding: 0 12px 6px 12px;
	margin: 0;
	background: url(images/box_bottom.gif) center bottom no-repeat;
}
div.curvebox_267 li{
	display: block;
	padding: 0;
	margin: 0;
	background: none;
}


.side_menu_index_left #panel_content{	
	padding:0;
	height: auto;
	border: 0;	
	width: 100%;
}

.side_menu_index_left #panel_content #panel_artist{
    padding-left:10px;	
	height: auto;
	border: 0;
	float:left;	
	width: 665px;
}

.side_menu_index_left #panel_content #panel_news{
    padding-left:10px;	
	height: auto;
	border: 0;
	float:left;	
	width: 655px;
}
.side_menu_index_left #panel_content #panel_news dl{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.side_menu_index_left #panel_content #panel_news dd{
	float: left;
	padding: 0;
	margin: 0;
}

.side_menu_index_left #panel_content #panel_artist dl{
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 665px;
}
.side_menu_index_left ul #panel_content #panel_artist dd{
	padding: 0 7px;
	margin: 0;
	float: left;
	display: inline;
}

.side_menu_index_left #panel_content #panel_news{
    padding-left:10px;	
	height: auto;
	border: 0;
	float:left;	
	width: 655px;
}
.side_menu_index_left #panel_content #panel_news dl{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.side_menu_index_left #panel_content #panel_news dd{
	float: left;
	padding: 0;
	margin: 0;
}


/* Class for Square Box */
div.square_box{
	width: 100%;
	height: auto;
	border: 1px solid #1c1c1c;
	background: #080a0a;
}
div.square_box h1{
	font: bold 12px/31px Arial, Helvetica, sans-serif;
	padding: 0 12px;
	margin: 0;
	border-bottom: 1px solid #1c1c1c;
	color: #e5bd00;
	text-transform: uppercase;
}
div.square_box ul{
	list-style-type: none;
	padding: 10px 0 ! important;
	margin: 0;
	width: 100%;
}
div.square_box li{
	padding: 0 12px ! important;
	margin: 0;
	display: inline;
}



div.curvebox_207{
	width: 207px;
	height: auto;
	border: 0;
	background: url(images/box_bg_sm.gif) center top repeat-y;
}
div.curvebox_207 h1{
	display: block;
	background: url(images/box_top_sm.gif) center top no-repeat;
	font: bold 12px/33px Arial, Helvetica, sans-serif;
	padding: 0 12px;
	margin: 0;
	text-transform: uppercase;
}


div.curvebox_207{
	width: 207px;
	height: auto;
	border: 0;
	background: url(images/box_bg_sm.gif) center top repeat-y;
}
div.curvebox_207 h1{
	display: block;
	background: url(images/box_top_sm.gif) center top no-repeat;
	font: bold 12px/33px Arial, Helvetica, sans-serif;
	padding: 0 12px;
	margin: 0;
	text-transform: uppercase;
}
div.curvebox_207 ul{
	list-style-type: none;
	padding: 0 12px 6px 12px;
	margin: 0;
	background: url(images/box_bottom_sm.gif) center bottom no-repeat;
}
div.curvebox_207 li{
	display: block;
	padding: 4px 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #0d0e0e;
}
div.curvebox_207 li.pix{
	display: block;
	padding: 6px 0 0 0;
	margin: 0;
	background: none;
	border-bottom: 0;
}
div.curvebox_207 span.small_text{
	display: block;
	font-size: 11px;
	line-height: 15px;
	color: #3a3b3b;
}

.content #body_1{
	width: 100%;
	height: auto;
	border: 1px solid #1c1c1c;
	background: #080a0a;
}

.content-chart #body_1{
	width: 100%;
	height: auto;
	border: 1px solid #1c1c1c;
	background: #080a0a;
}



.content #body_1 .title{   
	font: bold 12px/33px Arial, Helvetica, sans-serif;
	background-color:#080a0a;
	padding: 0 12px;
	margin: 0;
	border-bottom: 1px solid #1c1c1c;
	color: #e5bd00;
	text-transform: uppercase;
}

.content-chart #body_1 .title{   
	font: bold 12px/33px Arial, Helvetica, sans-serif;
	background-color:#080a0a;
	padding: 0 12px;
	margin: 0;
	border-bottom: 1px solid #1c1c1c;
	color: #e5bd00;
	text-transform: uppercase;
}


.title_artist{   
	font: bold 11px/30px Arial, Helvetica, sans-serif;
	background-color:#080a0a;
	padding:5px 0 0 10px;
	margin: 0;	
	color: #e5bd00;
	text-transform: uppercase;
}



.side_menu_left #curvebox_207 ul{
	list-style-type: none;
	padding: 0 12px 6px 12px;
	margin: 0;
	background: url(images/box_bottom_sm.gif) center bottom no-repeat;
}
.side_menu_left #curvebox_207 li{
	display: block;
	padding: 4px 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #0d0e0e;
}
.side_menu_left #curvebox_207 li.pix{
	display: block;
	padding: 6px 0 0 0;
	margin: 0;
	background: none;
	border-bottom: 0;
}
.side_menu_left #curvebox_207 span.small_text{
	display: block;
	font-size: 11px;
	line-height: 15px;
	color: #3a3b3b;
}



.side_menu_right #curvebox_207 ul{
	list-style-type: none;
	padding: 0 12px 6px 12px;
	margin: 0;
	background: url(images/box_bottom_sm.gif) center bottom no-repeat;
}
.side_menu_right #curvebox_207 li{
	display: block;
	padding: 4px 0;
	margin: 0;
	background: none;
	border-bottom: 1px solid #0d0e0e;
}
.side_menu_right #curvebox_207 li.pix{
	display: block;
	padding: 6px 0 0 0;
	margin: 0;
	background: none;
	border-bottom: 0;
}

.side_menu_right #curvebox_207 span.small_text{
	display: block;
	font-size: 11px;
	line-height: 15px;
	color: #3a3b3b;
}

.grayline_horz{
	background: url(images/gray_dot.gif) left center repeat-x;
}
div#display_pix{
	width: 190px;
	height: auto;
	border: 0;
	background: none;
	float: none;
	clear: both;
	padding-left:10px;
	margin:0 auto;	
	white-space: normal;
}
div#display_pix img{
	display: inline;
	width: 50px;
	height: 38px;
	border: 1px solid #3e3e3e;
	background: #ccc;
	margin: 2px 3px;
}

a.bullet_yl{
	display: block;
	background: url(images/bullet_yl.gif) left center no-repeat;
	padding: 0 12px;
	font-size: 11px;ss
}
a:hover.bullet_yl{
	background: url(images/bullet_yl2.gif) left center no-repeat;
}


.content #body_1 #store_products{
	width: 100%;
	height: auto;
	border: 0;
	text-align: center;
	float: none;
	margin: auto;
	overflow: visible;
	clear: both;
}
.content #body_1 #store_products ul{
	list-style-type: none;
	padding: 10px 0;
	margin: auto;
	float: none;
	clear: both;
	width: 480px;
}
.content #body_1 #store_products li{
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}
.content #body_1 #store_products li table.gen_box1{
	width: 142px;
	height: auto;
	border: 0;
	float: left;
	display: inline;
	margin: 5px 0 15px 10px;
}
.price{
	color: #ed9c00 ! important;
}
.centeralign{
	text-align: center ! important;
}
/* Table in Curve Box */

table.gen_box1{
	width: auto;
	height: auto;
	border: 0;
	margin: 5px auto 0 auto;
}
table.gen_box1 td{
	padding: 4px 8px 4px 0;
	vertical-align: middle;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
}
table.gen_box1 table td{
	padding: 0 ! important;
}
table.gen_box1 td.grayline_horz{
	padding: 0 ! important;
	height: 1px;
}
table.gen_box1 img{
	width: 65px;
	height: 49px;
	border: 1px solid #3e3e3e;
}
table.gen_box1 a:hover img{
	border: 1px solid #a4c504;
}
table.gen_box1 img.small_thumb{
	width: 50px;
	height: 38px;
}



table.play_list{
	width: 100%;
	height: auto;
	border: 0;
}
table.play_list td{
	padding: 2px 8px 2px 15px;
	font-size: 11px;
	background: url(images/bullet_music.gif) left center no-repeat;
}
table.play_list a{
	color: #989898;
	text-decoration: none;
}
table.play_list a:hover{
	color: #a3c401;
	text-decoration: none;
}



.body_2{
font-size:11px;
padding:10px 5px 10px 5px;
margin:0px;
}

.body_3{
text-align:left;
font-size:11px;
padding:5px;
margin:0px 0px 5px 0px;
}
.body_artist{
text-align:left;
font-size:11px;
padding:0 10px 10px 10px;
margin:0px 0px 0px 0px;

}

.video_background{
text-align:center;
padding:6px;
font-size:11px;
background-color:#333333;
width:480px;
height:400 ;
}

.body_4 {
font-size:11px;
margin:0px;
font-size:10px;
color:#FFF;
}

.head_1{
background-color:#000;
padding:5px;
font-size:11px;
font-weight:bold;
text-align:center;
line-height:25px;
}

.head_2{
background:transparent url("images/jr_logo_sml.png") no-repeat 0 30%;
border-bottom:1px #069 solid;
padding-left:38px;
font-size:11px;
height:25px;
font-weight:bold;
color:#9C0;
line-height:24px;
text-transform:uppercase;
margin:5px 5px 0px 5px;
}

.title{
background-color:#001926;
padding:2px 2px 2px 5px;
font-size:10px;
font-weight:bold;
color:#9C0;
text-transform:uppercase;
}

.title a{
color:#CCC;
}

.channel{
background-color:#333333;
padding:2px 2px 2px 5px;
font-size:10px;
font-weight:bold;
color:#ffffff;
text-transform:uppercase;
}

.channel a{
color:#CCC;
}

.mediabottom{
background-color:#333333;
padding:2px 2px 2px 5px;
font-size:10px;
font-weight:bold;
color:#ffffff;
height:50px;
text-transform:uppercase;
}


.mediabottomnext{
background-color:#333333;
padding:2px 2px 2px 5px;
font-size:10px;
font-weight:bold;
color:#ffffff;
height:25px;
text-transform:uppercase;
}

.channellist{
background-color:#333333;
padding:2px 2px 2px 5px;
font-size:10px;
font-weight:bold;
color:#ffffff;
text-transform:uppercase;
}

.channellist a{
color:#CCC;
}


.videodisplay{
background-color:#333333;
padding:2px 2px 2px 55px;
font-size:10px;
font-weight:bold;
color:#ffffff;
text-transform:uppercase;
}

.videodisplay a{
color:#CCC;
}



.rank{
background:#001926;
padding:5px;
font-size:12px;
font-weight:bold;
text-align:center;
color:#CCC;
text-transform:uppercase;
}

.media_title{
background-color:#000;
padding:0px 0px 0px 5px;
vertical-align:middle;
line-height:24px;
font-size:14px;
font-weight:bold;
color:#FFF;
}

.cal_title{
background:#333;
padding:4px;
font-size:10px;
font-weight:bold;
color:#FC0;
text-align:center;
}

.cal_row{
background: #333333;
padding: 0px;
font-size: 9px;
font-weight: bold;
color: #BBB;
text-align: center;
}

.cal_active{
background: #070D13;
padding: 0px;
font-size: 9px;
font-weight: bold;
color: #BBB;
text-align: center;
}

.profile_name{
width:692px;
background:#000;
border-top:2px solid #069;
border-bottom:2px solid #069;
padding:10px;
font-size:28px;
}

.profile_info{
width:120px;
background:#000;
border-top:2px solid #069;
border-bottom:2px solid #069;
text-align:right;
padding:2px 10px 2px 2px;
font-size:11px;
}


/* Footer */

div#footer{
	width: 100%;
	height: 220px;
	border-top: 1px solid #1c1c1c;
	background: url(images/bg_footer.gif) 98% 80% no-repeat;
	clear: both;
}
div#footer ul{
	list-style-type: none;
	padding: 15px 0;
	margin: 0;
}
div#footer li{
	display: inline;
	padding: 0 25px;
	margin: 0;
	float: left;
}
div#footer h1{
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	color: #5e7200;
	padding: 0;
	margin: 0 0 5px 0;
}
div#footer a{
	color: #4c4c4c;
	text-decoration: none;
}
div#footer a:hover{
	color: #6b6a6a;
	text-decoration: none;
}

.main{
padding:5px;
margin:0;

}

textarea{
font-size:12px;
border:1px #000 solid;
background-color:#BBB;
width:98%;
height:90px;
}

select{
font-size:10px;
padding:2px;
font-family:Verdana;
font-weight:bold;
background-color:#000;
border:1px solid #0D4C72;
color:#FFF;
-khtml-appearance:none;
}

.rate_select{
font-size:10px;
color:#C60;
cursor:pointer;
border:1px #222 solid;
background-color:#001926;
color:#FFF;
}

input.input{
width:98%;
font-size:10px;
}

input.button{
font-size:10px;
padding:2px;
cursor:pointer;
}

.jform{
background-color:#000;
padding:2px;
border:1px solid #8ab604;
font-size:10px;
font-family:Verdana;
color:#FFF;
}

.jform_login{
background-color:#000;
padding:2px;
border:1px solid #8ab604;
font-size:10px;
font-family:Verdana;
color:#FFF;
}

.button{
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #c25302;
	border: 1px solid #777;
	color: #fff;
	padding: 1px 12px;
	*padding: 1px 5px;
	margin: 0;
}


.jform_select{
background-color:#333333;
width:100%;
height:18px;
padding:2px;
border:1px solid #8ab604;
font-size:10px;
font-family:Verdana;
color:#FFF;
}

.jform_searchtpl{
background-color:#333333;
width:100%;
height:18px;
padding:2px;
border:1px solid #8ab604;
font-size:10px;
font-family:Verdana;
color:#FFF;
}



/* Show Profile Box */
table.profile_box{
	width: 100%;
	height: auto;
	border: 0;
	margin: 0 auto;
	padding: 0;
}
table.profile_box td{
	padding: 3px 0;
	vertical-align: top;
	font-size: 11px;
}
table.profile_box table td{
	padding: 0;	
}
table.profile_box img.profile_pix{
	width: 100px;
	height: 100px;
	padding: 2px;
	margin: 0;
	border: 1px solid #333;
}
table.profile_box table.profile_menu{
	width: 100%;
	height: auto;
	border: 0;
}
table.profile_box table.profile_menu td{
	padding: 3px 0 ! important;
	border-bottom: 1px solid #0f0f0f;
}
table.profile_box table.profile_menu a{
	background: url(images/profile_icon1.gif) 5px center no-repeat;
	padding: 0 5px 0 28px;
	text-decoration: none;
}
table.profile_box table.profile_menu a:hover{
	background: url(images/profile_icon2.gif) 5px center no-repeat;
	color: #fff;
	text-decoration: none;
}






.bb_url{
}

.bb_ul{
}

.bb_ol{
}

.bb_code{
padding:3px;
background-color:#222;
font-family:monospace;
font-size:10px;
clear:both;
}

.bb_quote{
padding:3px;
background-color:#222;
font-family:Verdana;
font-size:10px;
clear:both;
}

#dropmenudiv {
background:#222;
position:absolute;
border:2px solid #000;
border-bottom-width:0;
font-size:10px;
line-height:16px;
z-index:100;
color:#CCC;
}

#dropmenudiv a {
background:#222;
width:100%;
display:block;
text-indent:3px;
border-bottom:2px solid #000;
text-decoration:none;
text-transform:uppercase;
height:20px;
color:#CCC;
}

#dropmenudiv a:hover {
font-weight:bold;
background:#222;
text-transform:uppercase;
height:20px;
color:#FFF;
}

/* Large Rating */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
background: url("images/rating_back.png") left 0px repeat-x;
}
.star-rating{
position:relative;
width:80px;
height:16px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a, 
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:16px;
line-height:16px;
outline:none;
overflow:hidden;
border:none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
background-position: left bottom;
}
.star-rating a.star1-rating{
width:20%;
z-index:6;
}
.star-rating a.star2-rating{
width:40%;
z-index:5;
}
.star-rating a.star3-rating{
width:60%;
z-index:4;
}
.star-rating a.star4-rating{
width:80%;
z-index:3;
}
.star-rating a.star5-rating{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position:left center;
}

/* Small Rating */
.star-rating-sml,
.star-rating-sml a:hover,
.star-rating-sml a:active,
.star-rating-sml a:focus,
.star-rating-sml .current-rating-sml {
background: url("images/rating_back_sml.png") left -1000px repeat-x;
}
.star-rating-sml{
position:relative;
width:60px;
height:12px;
overflow:hidden;
list-style:none;
margin:0 auto;
padding:0;
background-position: left top;
}
.star-rating-sml li{
display: inline;
}
.star-rating-sml a, 
.star-rating-sml .current-rating-sml{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:12px;
line-height:12px;
outline:none;
overflow:hidden;
border:none;
}
.star-rating-sml a:hover,
.star-rating-sml a:active,
.star-rating-sml a:focus {
background-position: left bottom;
}
.star-rating-sml a.star1-rating-sml{
width:20%;
z-index:6;
}
.star-rating-sml a.star2-rating-sml{
width:40%;
z-index:5;
}
.star-rating-sml a.star3-rating-sml{
width:60%;
z-index:4;
}
.star-rating-sml a.star4-rating-sml{
width:80%;
z-index:3;
}
.star-rating-sml a.star5-rating-sml{
width:100%;
z-index:2;
}
.star-rating-sml .current-rating-sml{
z-index:1;
background-position:left center;
}

div#display_pix_n_text{
	width: 100%;
	height: auto;
	border: 0;
	background: none;
	float: none;
	clear: both;
	margin: 0 auto;
	white-space: normal;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
}
div#display_pix_n_text img{
	display: inline;
	width: 87px;
	height: 65px;
	border: 1px solid #454444;
	background: #ccc;
	margin: 2px 3px;
}
div#display_pix_n_text span{
	display: inline-block;
	text-align: center;
}
div#display_pix_n_text span a img{
	filter: alpha(opacity=100); -moz-opacity: 1.0;
}
div#display_pix_n_text span a:hover img{
	filter: alpha(opacity=60); -moz-opacity: 0.6;
}


/* Pagination */
div.pagination{
	width: 100%;
	height: auto;
	border: 0;
	text-align: center;
	font: bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 ! important;
	margin: 0 ! important;
	clear: both;
}
div.pagination a{
	display: inline;
	padding: 1px 3px;
	margin: 0 2px;
	border: 1px solid #333;
	background: #383838;
	text-decoration: none;
}
div.pagination a:hover{
	border: 1px solid #333;
	background: #7c7c7c;
	text-decoration: none;
	color: #fff;
}

.btn_artist {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0 1px 0 0px;	 
	display:block;
	FONT-SIZE: 12px; 
	background: url(images/artist.gif) left center no-repeat;
	COLOR: #ffffff;	
	width:160px;
	HEIGHT: 26px;
}
.space_dot{
border-bottom:1px dotted #333333;
}


.rightalign{
	text-align: right ! important;
}
span.block, li.block{
	display: block ! important;
}

/* General Box II */
table.gen_box5{
	width: 98%;
	height: auto;
	border: 0;
	margin: 10px auto 0 auto;
}

}

