
/* $Id: styles_global.css 8 2009-01-11 06:02:53Z john $ */


/* POPUP BOXES FOR SMOOTHBOX */

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font-family: "Trebuchet MS", tahoma, arial, serif;
}

div, td {
	font-family: "Trebuchet MS", tahoma, arial, serif;
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link { color: #336699; text-decoration: none; }
#TB_window a:visited { color: #336699; text-decoration: none; }
#TB_window a:hover { color: #3399FF; text-decoration: underline; }
#TB_window a:active { color: #3399FF; text-decoration: underline; }
#TB_window a:focus { color: #336699; text-decoration: none; }

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
/*
	display:block; 
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
*/
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
	font-weight: bold;
	border-bottom: 1px solid #BBBBBB;
	font-size: 9pt;
	font-family: tahoma, arial, serif;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}



/* TOOL TIPS */
.tip {
	color: #fff;
	width: 220px;
	z-index: 13000;
	padding: 3px;
	border: 1px solid #CCCCCC;
	background: #fffeeb;
	text-align: left;
	font-size: 11px;
	padding: 4px 8px 8px;
}
.tip-text {
	display: none;
}
.tip-top {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
}
 
.tip-bottom {

}

.Tips1 {
	vertical-align: middle;
}

/* AUTOSUGGEST DIV */
div.autosuggest
{
	position: absolute;
	background-image: url(../images/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 10px;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(../images/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(../images/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(../images/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(../images/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(../images/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(../images/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(../images/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(../images/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}

div.autosuggest img
{
	vertical-align: middle;
	margin-right: 5px;
}




/* UPLOADER CLASSES */
input.fallback_status {
	border: none; 
	background: none; 
	font-weight: bold;
	font-family: verdana, arial, serif;
	font-size: 8pt;
	color: #333333;
	padding: 3px;
	height: 22px;
	vertical-align: middle;
}

#uploader {
	background-color: #FFFFFF;
	padding: 10px 15px;
	width: 430px;
	border: 1px solid #CCCCCC;
}

#uploader .progress {
	background: #FFFFFF url(../images/uploader_progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
}

#fileList {
	margin: 0px;
	list-style: none;
	width: 420px;
	margin-top: 0px;
	padding: 0px;
}

#fileList li.file {
	margin-top: 5px;
	border-top: 1px solid #EEEEEE;
	background: url(../images/uploader_file.png) no-repeat 4px 4px;
}

#fileList li.file.file-uploading {
	background-image: url(../images/uploader_uploading.png);
	background-color: #D9DDE9;
}

#fileList li.file.file-success {
	background-image: url(../images/uploader_success.png);
}

#fileList li.file.file-failed {
	background-image: url(../images/uploader_failed.png);
}

#fileList li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height:	40px;
	font-weight: bold;
}

#fileList li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}

#fileList li.file .file-info {
	display: block;
	margin-left: 10px;
	font-size: 0.9em;
	line-height: 20px;
	clear
}

#fileList li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
	margin-top: 4px;
}




/*********************  MAIN_SITE_HOME----msh   *******************/

*{
   margin:0;
   padding:0;
}

.img{
   float:left;
   border:none;
}

.msh_cont{
   width:929px;
   margin:0 auto;
   background:url(../images/bacg_main.jpg) repeat-y;
   padding-bottom:20px;
   text-align:left;
}

.msh_main{
   width:901px;
   margin:0 auto;
}

.msh_padd{
   padding-bottom:0;
}

.msh_header{
   width:901px;
   float:left;
}

.msh_link, .ah_link{
   width:890px;
   height:26px;
   float:left;
   background:#FFFFFF;
   font:bold 12px Verdana, Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   text-align:right;
   padding:0 10px 0 0;
   margin-bottom:7px;
 color:#000000;
}

.msh_link2, .ah_link2{
   width:100%;
   height:26px;
   float:left;
   background:#FFFFFF;
   font:bold 12px Verdana, Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   text-align:right;
   padding:0 0px 0 0;
   margin-bottom:7px;
 color:#000000;
}

.msh_link a, .ah_link a{
   color:#000000;
   line-height:26px;
   padding:0 3px;
   text-decoration:none;
}

.msh_link2 a, .ah_link2 a{
   color:#000000;
   line-height:26px;
   padding:0 3px;
   text-decoration:none;
}

.msh_link a:hover, .ah_link a:hover{
   text-decoration:underline;
}

.msh_link2 a:hover, .ah_link2 a:hover{
   text-decoration:underline;
}


.msh_header_img1, .msh_header_img2, .msv_img{
   float:left;
   border:#309901 solid 1px;
   margin:0 6px;
}

.msh_header_img2{
   margin:0; 
   margin-right:10px;
}

.msh_carrousel{
   width:901px;
   float:left;
   border-bottom:#000000 solid 1px;
   padding-bottom:10px;
}

.msh_carrousel h1, .msh_new_audio h1, .mspd_widht h2, .mspd_widht2 h2, .mspd_cont_comm h2{
   width:99%;
   float:left;
   border-top:#000000 solid 1px;
   color:#FFFFFF;
   font:12px Arial, Helvetica, sans-serif;
   font-weight:bold;
   margin-top:8px;
   padding:4px 0 0 8px;
   text-transform:uppercase;
}

.msh_arrow_left{
   float:left;
   border:none;
   margin:42px 0 0 6px;
}

.msh_img_carrousel, .mspd_img2{
   float:left;
   border:#000000 solid 2px;
   margin:5px 2px 5px 8px;
}

.msh_new_audio{
   width:292px;
   float:left;
   border-right:#000000 solid 1px;
   padding-left:10px;
   font:bold 15px Arial, Helvetica, sans-serif;
   text-transform:uppercase;
}

.msh_new_audio h1, .ab_pdd_left h2{
   border-top:none;
   padding-left:0;
}

.msh_new_audio h6 a{
   font-size:15px;
   float:right;
   color:#656565;
   text-decoration:none;
   margin:40px 12px 4px 0 ;
}

.msh_new_audio h6 a:hover{
   text-decoration:underline;
}

.msh_new_audio_in{
   width:100%;
   float:left;
   padding:6px 0 5px 0;
   text-transform:uppercase;
   font:bold 12px Arial, Helvetica, sans-serif;
   color:#FFFFFF;
}

.msh_new_audio_in h2, .msh_new_audio_in h3, .msh_new_audio_in h4, .msh_new_audio_in h5, .mspd_cont_comm h2, .aa_audio_right h5{
   font-size:15px;
}

.msh_new_audio_in h3, .mspd_cont_comm h3{
   color:#2C9C00;
}

.msh_new_audio_in h4, .mspd_cont_comm h4{
   font-size:10px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
}

.msh_new_audio_in h5, .mspd_widht_in h5, .aa_audio_right h5{
   background:#369700 ;
   padding:1px 5px;
   font-size:11px;
   float:left;
   margin-top:40px;
}

.msh_new_audio_in a, .aa_audio_right a{
   text-decoration:none;
   color:#FFFFFF;
}

.msh_new_audio_in p, .mspd_cont_comm p{
   font-size:9px;
   font-weight:normal;
   padding-top:7px;
}

.msh_new_audio_in .msh_play_now{
   margin-top:56px;
}

.msh_new_audio_in .mash_read_more{
   margin-top:14px;
}

.msh_brd{
   border-right:none;
   width:282px;
}

.msh_footer{
   width:900px;
   height:25px;
   margin:0 auto;
   clear:both;
   padding-top:10px;
}

.msh_footer h1, .msh_footer h2{
   float:left;
   font:bold 11px Arial, Helvetica, sans-serif;
   color:#FFFFFF;
   text-transform:uppercase;
}

.msh_footer h2{
   float:right;
}

.msh_footer b{
   color:#BC0203;
}

.msh_cont_opac{
   width:170px;
   height:72px;
   background:#379702;
   opacity: .6;
   filter: alpha(opacity=60);
   position:absolute;
   z-index:1;
   top:450px;
   left:750px;
   padding:10px;
   font:bold 11px Verdana, Arial, Helvetica, sans-serif;
   color:#000000;
   text-transform:uppercase;
}

.msh_cont_opac h1{
   font-size:15px;
   color:#FFFFFF;
   padding-bottom:1px;
}

/**************************   ARTIST HOME---ah  ***************************/


.ah_link{
   background:#000000 ;
   margin-top:0px;
   height:auto;
   text-align:left;
}

.ah_link a{
   color:#FFFFFF;
   line-height:22px;
   padding:0 10px;
}

.ah_link a:hover{
   text-decoration:none;
   color:#379600;
}

.ah_link b{
   color:#379600;
}

.img_mu_dills{
   float:left;
   margin-top:-6px;
}

.ah_border{
   border:none;
}

.ah_left{
   width:490px;
   float:left;
}

.ah_img, .ah_right_img{
   float:left;
   padding:1px;
   background:#FFFFFF;
   border:#333333 solid 3px;
   margin:4px 0 0 10px;
}

.ah_right{
   width:402px;
   float:left;
}

.ah_right h1{
   margin-top:0;
}

.ah_widht{
   width:390px;
   border:none;
   padding-left:12px;
}

.ah_right_img{
   border:none;
   margin-left:0;
   margin-top:6px;
}

.ah_bacg{
   width:380px;
   float:right;
   background:#333333;
   border:none;
   margin-top:13px;
   padding:2px 0 15px 10px;
}

.ah_bacg h6{
   font:bold 14px Arial, Helvetica, sans-serif;
   color:#FFFFFF;
   padding-top:5px;
   margin-bottom:-7px;
}

.ah_bacg b{
   color:#000000;
   font-size:12px;
}

.msh_new_audio_in .ah_paddtop{
   margin-top:36px;
}


/**************************   MAIN SITE PHOTO GALLERIES---mspg  ***************************/

.mspg_galleries{
   width:872px;
   margin:0 auto;
   clear:both;
}

.mspg_galleries h1, .ab_pdd_left h1{
   font:bold 25px Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   color:#FFFFFF;
   padding:5px 0 10px 0;
}

.mspg_galleries_in{
   width:150px;
   float:left;
   padding:15px 6px 0 16px; 
}

.mspg_galleries_in h2{
   float:left;
   font:bold 12px Arial, Helvetica, sans-serif;
   color:#309901;
   text-transform:uppercase;
   padding-top:5px;
}

.mspg_galleries_in a{
   color:#309901;
   text-decoration:none;
}

.mspg_galleries_in a:hover{
   text-decoration:underline;
}

.mspg_img{
   float:left;
   border:#666666 solid 2px;
}

.mspg_paddbott{
   padding-bottom:5px;
}

/**************************  ARTIST BIO---ab  ***************************/

.ab_pdd_left{
   padding-left:10px;
   width:480px;
}

.ab_pdd_left p{
   line-height:18px;
   font:12px Arial, Helvetica, sans-serif;
   color:#FFFFFF;
   padding:0 15px 15px 0;
}

/**************************   MAIN SITE VIDEO---msv  ***************************/

.msv_cont{
   width:808px;
   float:left;
   padding:16px 0 0 40px;
}

.msv_cont_in, .mspd_comm_in{
   width:237px;
   float:left;
   background:#000000;
   border:#333333 solid 2px;
   padding:4px;
   margin-right:20px;
}

.msv_cont_in h1, .mspd_comm_in h1{
   font-size:10px;
   padding-top:0;
   padding-bottom:0;
}

.msv_cont_in h5, .mspd_comm_in h5{
   font:bold 10px Arial, Helvetica, sans-serif;
   color:#636363;
   line-height:12px;
}

.msv_rating{
   margin-top:4px;
   margin-right:7px;
   float:left;
}


.msv_img{
   margin:0 8px 0 0;
}


/**************************   ARTIST VIDEOS---ar  ***************************/

.av_select, .mss_selesct{
   width:170px;
   height:16px;
   float:right;
   font:12px Arial, Helvetica, sans-serif;
   color:#505050;
   text-transform:uppercase;
   border:#000000 solid 1px;
   margin-top:-30px;
}


/**************************   MAIN SITE PHOTO DETAIL---mspd  ***************************/

.mspd_widht, .mspd_widht2 h2{
   width:700px;
   float:left
}

.mspd_widht h1, .mspd_widht2 h1{
   padding-bottom:0;
}

.mspd_widht h2, .mspd_widht2 h2{
   float:left;
   padding:0;
   border:none;
}

.mspd_widht h3, .mspd_widht2 h3{
   font:bold 12px Verdana, Arial, Helvetica, sans-serif;
   color:#2A9C00;
   float:right;
   text-transform:uppercase;
   padding:5px 20px 0 0;
}

.mspd_widht_in {
   width:99%;
   border:none;
   padding-bottom:15px;
}

.mspd_widht_in h4{
   float:left;
   font:11px Arial, Helvetica, sans-serif;
   color:#999999;
   padding-top:4px;
}

.mspd_widht_in h5{
   float:right;
   margin:5px 0 0 0;
}

.mspd_widht_in h5 a{
   color:#FFFFFF;
   text-decoration:none;
}

.mspd_widht_in h6{
   font:10px Verdana, Arial, Helvetica, sans-serif;
   color:#666666;
   float:left;
   padding:0 8px;
   text-transform:none;
}

.mspd_img{
   float:left;
   border:3px #333333 solid;
   margin:30px 0 0 20px;
}

.mspd_banner{
   float:left;
   border:#FFFFFF solid 1px;
   margin:30px 0 0 35px;
}

.mspd_comment{
   width:100%;
   height:138px;
   float:left;
   border:#333333 solid 1px;
   background:#333333;
   color:#CCCCCC;
   margin-top:10px;
}

.mspd_cont_comm {
   width:100%;
   float:left;
}

.mspd_cont_comm h2{
   font-size:12px;
   padding-left:10px;
   padding-bottom:5px;
}

.mspd_comm_in{
   width:680px;
   float:left;
   padding-bottom:20px;
   padding-left:10px;
   background:none;
   border:none;
   margin:0;
}

.mspd_comm_in h1{
   font-size:14px;
}

.mspd_comm_in h5{
   font-size:11px;
   font-weight:normal;
   text-transform:uppercase;
   line-height:15px;
}

.mspd_comm_in p{
   float:left;
   font:11px Arial, Helvetica, sans-serif;
   line-height:15px;
   padding:5px 0 0 0;
   width:560px;
   color:#CCCCCC;
}

.mspd_img2{
   margin:0;
   margin-right:10px;
}


/**************************   ARTIST VIDEO PLATER---avp  ***************************/

.mspd_widht2{
   width:834px;
   float:left;
   padding-left:20px;
}

.avp_video{
   float:left;
   border:none;
   margin:30px 0 0 40px;
}

.raiting2 {
   float:left;
   margin:5px 0 0 15px;
}



/**************************   MAIN SITE ARTIST---msa  ***************************/

.msa_cont1{
   float:left;
   width:710px;
}

.msa_cont{
   width:710px;
   float:left;
}

.msa_cont_in{
   width:95%;
   float:left;
   border-bottom:#000000 solid 1px;
   padding:0 0 25px 40px;
   margin-bottom:25px;
}

.msa_cont_in h5{
   margin-top:5px;
   float:left;
}


/**************************   MAIN SITE SHOW---mss  ***************************/

.mss_selesct{
   margin-right:10px;
}

.mss_content{
   width:100%;
   float:left;
}

.mss_content h1{
   padding-left:10px;
}

.mss_content b{
   font-size:14px;
}

.mss_date, .mss_time, .mss_venue_city, .mss_more_info, .mss_notes{
   width:105px;
   float:left;
}

.mss_date ul, .mss_time ul, .mss_venue_city ul, .mss_more_info ul, .mss_notes ul{
   width:100%;
   float:left;
   background:#000000;
}

.mss_date li, .mss_time li, .mss_venue_city li, .mss_more_info li, .mss_notes li{
   width:80%;
   float:left;
   clear:both;
   padding:5px 0 5px 20px;
   list-style:none;
   font:11px Verdana, Arial, Helvetica, sans-serif;
   color:#FFFFFF;
   text-transform:uppercase;
   border-right:#000000 solid 1px;
}

.mss_date, .mss_bacg_dark{
   background:#292929;
   border-bottom:#111111 solid 1px;
}

.mss_date, .mss_bacg_dark2{
   background:#1D1D1D;
   border-bottom:#111111 solid 1px;
}

.mss_time{
   width:106px;
}

.mss_time li, .mss_venue_city li, .mss_notes li{
   width:90%;
   padding-left:10px;
}

.mss_venue_city{
   width:272px;
}

.mss_venue_city li{
   width:97%;
   padding-left:7px;
}

.mss_more_info, .mss_notes{
   width:417px;
   border-right:none;
}

.mss_more_info li, .mss_notes li{
   width:98%;
   padding-left:8px;
}

.mss_more_info a{
   text-decoration:none;
   color:#2E990F; 
}

.mss_notes{
   width:523px;
}

.mss_notes li{
   width:98%;
   padding-left:10px;
}

.mss_content .mss_write{
   background:#FFFFFF;
   border-right:#FFFFFF solid 1px;
}

.mss_content .mss_write2{
   border-right:none;
   background:#FFFFFF;
}

.mss_write b, .mss_write2 b{
   color:#000000;
}


/**************************   ARTIST PHOTOS---ap ***************************/

.ap_img{
   float:left;
   border:#999999 solid 2px; 
   margin:5px 5px 6px 6px;
}

.ap_cont_img{
   width:188px;
   float:left;
   padding:44px 0 0 5px;
}



/**************************   ARTIST EXTRAS---ae  ***************************/

.ae_cont{
   width:520px;
   float:left;
   text-align:left;
   padding-left:10px;
}

.ae_cont h4, .ae_right_img h4{
   font:bold 12px Verdana, Arial, Helvetica, sans-serif;
   color:#3C9B00;
   text-transform:uppercase;
   padding:0 0 5px 5px;
}

.ae_cont_img{
   width:520px;
   float:left;
}

.ae_cont_img_in{
   width:156px;
   float:left;
   padding:5px 10px 0 5px;
}

.ae_cont_img_in h1{
   font-size:10px;
   color:#676767;
   float:left;
   padding:4px 0 5px 0;
}

.img_extras, .img_extras2{
   float:left;
   border:#626262 solid 2px;
}

.ae_right_img{
   width:350px;
   float:left;
   padding:45px 0 0 20px;
}

.img_extras2{
   margin:5px 10px 8px 5px;
}

/**************************   ARTIST DISCOGRAPHY---ad  ***************************/

.ad_cont2{
   width:335px;
   float:left;
   padding:5px 0 15px 10px;
}

.ad_cont2 span{
   font-size:11px;
   font-weight:normal;
   color:#686868;
   text-transform:uppercase;
}

/**************************   ARTIST DICOGRAPHY DETAIL---add  ***************************/

.add_widht{
   width:860px;
   float:left;
}

.add_widht h2{
   font:bold 12px Verdana, Arial, Helvetica, sans-serif;
   color:#FFFFFF;
   text-transform:uppercase;
   padding:0 0 4px 5px;
}

.add_cont_img{
   width:226px;
   float:left;
   padding:0;
}

.add_cont_img span{
   padding:3px 0 0 5px;
   float:left;
}

.add_img{
   float:left;
   border:#32C600 solid 1px;
   margin:0 8px 0 4px;
}


/**************************   ARTIST AUDIO---aa  ***************************/

.aa_audio_left{
   width:479px;
   float:left;
   background:url(../images/audio_bacg.jpg) repeat-y;
}

.aa_audio_left h1{
   font:11px Verdana, Arial, Helvetica, sans-serif;
   color:#FFFFFF;
   padding:10px 0 0 0
}



.aa_audio_cont{
   width:460px;
   height:285px;
   float:left;
   overflow:auto;
   padding-left:13px;
   padding-bottom:10px;
}


#aa_audio_cont{
   width:460px;
   height:285px;
   float:left;
   overflow:auto;
   padding-left:13px;
   padding-bottom:10px;
}
.aa_img{
   float:right;
   margin:3px 8px 0 0;
}

.aa_audio_right{
   width:392px;
   float:right;
   margin-top:-18px
}

.aa_audio_right h5{
   text-transform:uppercase;
   font-size:13px;
   padding:2px 8px;
   margin-left:7px;
   margin-top:185px;
}

.aa_audio_widht{
   width:885px;
}

.aa_audio_img{
   float:left;
   border:1px #FFFFFF solid;
   margin:7px 0 12px 5px;
}




















