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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/Oct09/bg_main.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link {
	color: #26609d;
	text-decoration:none;
}
a:visited {
	color: #26609d;
	text-decoration:none;
}
a:hover {
	color: #bf4665;
    text-decoration:none;
}
a:active {
  	color: #bf4665;
	text-decoration:none;
}


/* Viral widgets */

.player1  {
	width:300px;
	height:250px;
	border: thin solid #CCCCCC;
}

.viral  {
	margin: 55px 0 0 22px;
	padding: 3px 0 0 0; 
	font-size: 9pt; font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#ec3807;
}

.viral a {
	color: #26609d;
    text-decoration:none;

}
.viral a:hover {
	color: #ec3807;
    text-decoration:none;

}


/*TOP GLOBAL HEADER BAR */
.oneColFullCtrHdr #hdr_container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/Oct09/bg_top_beats_sidebar.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:24px;
	
}


.oneColFullCtrHdr #hdr_header h1{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 8pt; font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#ffffff;
}
/*END TOP GLOBAL HEADER BAR */

/*MAIN NAVIGATION BAR */
.oneNavBar {
	width: 962px;  
	height:;
	margin: 0 0 0 0;
}
/*END MAIN NAVIGATION BAR */

/*USER SIGN IN BLOCKS */
.signin {
	background-image:url(../images/Oct09/bg_signin.png);
	background-repeat:no-repeat;
	width: 223px;  
	height:185px;
	margin: 10px 10px 0 10px;
	padding: 8px 0 0 0;
}

.oneColFixCtrHdr #container {
	width: 962px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../images/Oct09/bg_top_beats_sidebar.jpg);
	height:24px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 8pt; font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#FFFFFF;
	
}

/* MERCHANT PRODUCER CONTACT FORM  */
.oneColFixCtrHdr #contactContainer {
	float:left;
	background:url(../images/Oct09/bg_beats_contact.png) no-repeat;
	/* background:url(../images/Oct09/bg_producers1.png) no-repeat; */
	height: 220px;
	width: 296px;
	margin: 8px 0 10px 4px;
	font-size: 9pt; font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#38393a;	
}
.oneColFixCtrHdr #contactContainer h1 {
	margin: 10px 0 0 12px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that 	also avoids the margin collapse */
	padding: 8px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#346aa2;
}

.oneColFixCtrHdr #contactLabel{
	float:left;
	width: 80px;
	margin:0px 2px 4px 8px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that 	also avoids the margin collapse */
	padding: 0 0 0 4px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #contactAsterick{
	float:left;
	width: 220px;
	margin:0px 4px 5px 4px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that 	also avoids the margin collapse */
	padding: 0 0 0 8px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #contactField {
	float:left;
	margin:1px 0 1px 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that 	also avoids the margin collapse */
	padding: 0 0 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position:;
}

.oneColFixCtrHdr #contactMessage {
	margin:0 0 2px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that 	also avoids the margin collapse */
	padding: 4px 0 0 8px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 9pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#346aa2;
}

.oneColFixCtrHdr #contactAlert {
	margin:0 0 2px 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that 	also avoids the margin collapse */
	padding: 4px 0 0 8px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 9pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#FF0000;
}

.linkContainer {
	float:left;
	background:url(../images/Oct09/bg_links.png) no-repeat;
	height: 165px;
	width: 955px;
	margin: 8px 0 10px 0;
	padding: 10px 0 0 0;
}

.bannerContainer {
	float:left;
	background:url(../images/mhmstudio/bg_banner.png) no-repeat;
	height: 92px;
	width: 955px;
	margin: 8px 0 3px 0;
	padding: 10px 0 0 8px;
}

.giftContainer {
	float:left;
	background:url(../images/Oct09/bg_gift_cards.png) no-repeat;
	height: 216px;
	width: 955px;
	margin: 8px 0 10px 0;
}

.giftCenter {
	float:left;
	height:216px;
	
}

.giftCenter h1{
	margin: 0 0 0 0; 
	padding: 0 0 0 0;

    font-size: 18pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#346aa2;
}

.giftCard {
	float:left;
	width: 215px;
	height: 155px;
	margin: 6px 20px 0 30px;
}
.giftGirl {
	float:left;
	width: 155px;
	height: 214px;
	margin: 0 40px 0 0;
}
.giftBoy {
	float:right;
	width: 188px;
	height: 214px;
	margin: 0 0 0 0;
}

.oneColFixCtrHdr #infoContainer {
	float:left;
	background:url(../images/Oct09/bg_beats_pinfo.png) no-repeat;
	height: 220px;
	width: 659px;
	margin: 8px 0 10px 0;
	overflow:hidden;
}

.oneColFixCtrHdr #infoContent_top {
	float:left;
	width: 659px;
	margin: 0 0 0 0; /*Space outside the module*/
	padding: 0px 0px 0 0x; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #infoContent_left {
	float:left;
	width:;
	margin: 0 0 0 0; /*Space outside the module*/
	padding: 3px 0px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #infoContent_left h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that 	also avoids the margin collapse */
	padding: 8px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#346aa2;
}

.oneColFixCtrHdr #infoContent_photo {
	float:left; /* since this element is floated, a width must be given */
	height:155px;
	width:230;
	border:solid #CCCCCC;
	margin: 0px 10px 0 0; /*Space outside the module*/
	padding: 0px 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 8pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#787676;
	overflow:hidden;
}

.oneColFixCtrHdr #infoContent_right {
	float:left; /* since this element is floated, a width must be given */
	height:155px;
	width: 365px;
	margin: 0px 0 0 0; /*Space outside the module*/
	padding: 0px 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 8pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#787676;
	overflow:hidden;
}


/* MARKETING MODULE WITH HORIZONTAL DIVS */
.oneColFixCtrHdr #marketingContainer {
	background-image:url(../images/Oct09/bg_marketing.png);
	height: 317px;
	width: 962px;
	margin: 0 0 0 0;
}
.oneColFixCtrHdr #marketingContent_left {
	float:left;
	width: 610px;
	margin: 0 0 0 0; /*Space outside the module*/
	padding: 3px 0px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #marketingContent_left h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that 	also avoids the margin collapse */
	padding: 8px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 18pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#346aa2;
}



.Faqs {
font-size: 11pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#346aa2;
margin: 0 0 0 8px;

}
.oneColFixCtrHdr #marketingContent_right {
	float: right; /* since this element is floated, a width must be given */
	
	margin: 0 0 0 0; /*Space outside the module*/
	padding: 10px 13px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/* END MARKETING MODULE WITH HORIZONTAL DIVS */


/* MHM STUDIO WITH HORIZONTAL DIVS */
.mhmstudioContainer {
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
}

.mhmstudioContainerTop {
	background-image:url(../images/mhmstudio/bg_page_top.png); 
	height:218px;
	width: 962px;
	margin: 0 0 0 0;
}

.mhmstudioContent_left h1 {
	margin: 0 0 0 20px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that 	also avoids the margin collapse */
	padding: 8px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 36px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#415672;
}
.mhmstudioContent_left h2 {
	margin: 0 0 0 20px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that 	also avoids the margin collapse */
	padding: 8px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 33px; font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#ffffff;
}


.mhmstudioContent_right {
	float: right; /* since this element is floated, a width must be given */
	
	margin: 6px 25px 0 0; /*Space outside the module*/
	padding: 10px 13px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.mhmstudioContent_right2 {
	float: right; /* since this element is floated, a width must be given */
	
	margin: 0px 0px 0 0; /*Space outside the module*/
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.fivepack {
	
	margin: 0 0 0 0px; /*Space outside the module*/
	padding: 0x 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.appstore {

	margin: 15px 0 5px 25px;
	
}

.appcontent {

	margin: 10px 0 0px 40px;
	
}

.appcontent2 {

	margin: 5px 0 5px 20px;
	
}


.appcontent h1 {

	font-size: 20pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#2b3e5c;
	
}

.appcontent2 h1 {

	font-size: 22pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#2b3e5c;
	
}

.appprice {
	
	font-size: 22pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#07911a;
	
}

.appprice2 {
	
	font-size: 22pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#074a91;
	
}

.appFeatureBox {

	background-image:url(../images/mhmstudio/art_bg_features.png);
	background-repeat:no-repeat;
	height:392px;
	width: ;
	margin: 10px 0 0 10px;
	padding: 20px 5px 0 10px;
	
}

.appFeatureBox h2 {

	font-size: 10pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#000000;
	
}

.appFeatureBox h3 {

	font-size: 10pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; color:#000000;
	
}

.appVideo{

	margin: 5px 0 10px 0px;
	
}

.appMakehits{

	padding: 10px 0 0 10px;
	font-size: 9pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#435975;
	
}

.appRappers{

	padding: 10px 0 0 10px;
	font-size: 9pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#435975;
	
}

.appFeaturesContent {
	width:;
	padding: 10px 5px 0 10px;

	font-size: 9.5pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#435975;
	
}

.appFeaturesContent2 {
	width:360px;
	margin: 0 0 20px 0;
	padding: 10px 5px 0 10px;

	font-size: 9pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#435975;
	
}

.appRequirements {
	padding: 10px 0 0 0px;
	font-size: 7.5pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#435975;
	
}








/* END MHM STUDIO DIVS */




/* Flexible height Wrapper with no Gradient */
.oneColFixCtrHdr #wrapperTop {
	height: 21px;
	width: 959px;
	margin: 5px 0 0 0;
}

.oneColFixCtrHdr #wrapperBody {
	background-image:url(../images/Oct09/bg_wrap_mid.png);
	background-repeat:repeat-y;
	height:;
	width: 959px;
	margin: 0px 0 0 0;
	padding: 0 20px 0 20px;
}

.oneColFixCtrHdr #wrapperBtm {
	height: 17px;
	width: 959px;
	margin: 0px 0 10px 0;
}

/* End wrapper */



/* MUSIC MODULE WITH HORIZONTAL DIVS */
.oneColFixCtrHdr #smlSearchContainer {
	background-image:url(../images/Oct09/bg_search_box.png);
	background-repeat:no-repeat;
	height: 92px;
	width: 962px;
	margin: 5px 0 0 0;
}

.oneColFixCtrHdr #accountContainer {
	background-image:url(../images/Oct09/bg_beats_signup.png);
	background-repeat:no-repeat;
	height: 825px;
	width: 959px;
	margin: 0px 0 0 0;
}

.oneColFixCtrHdr #musicContainer {
	float: left;
	background:url(../images/Oct09/bg_beats_module.png) no-repeat;
	height: 591px;
	width: 959px;
	margin: 0px 0 5px 0;
}

.oneColFixCtrHdr #productsContainer {
	float: left;
	background:url(../images/Oct09/bg_beats_account.png) no-repeat;
	height: 675px;
	width: 959px;
	margin: 5px 0 5px 0;
}


.oneColFixCtrHdr #memberIcons {
	display:block;
	padding: 0 10px 0px 0px;
	margin: 0px 10px 0px 0px ;
}

.oneColFixCtrHdr #halfContainer {
	background-image:url(../images/Oct09/bg_halfpg2.png);
	background-repeat:no-repeat;
	height: 429px;
	width: 962px;
	margin: 10px 0 0 0;
}

.oneColFixCtrHdr #halfContainer h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that 	also avoids the margin collapse */
	padding: 10px 0 0 15px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 11pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#787676;
}

.oneColFixCtrHdr #musicContent_left {
	height:70;
	float:left;
	width: 415px;
	margin: 6px 0 0 0; /*Space outside the module*/
	padding: 0px 0 0px 8px;
}
.oneColFixCtrHdr #musicContent_left h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that 	also avoids the margin collapse */
	padding: 0 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#346aa2;
}

.oneColFixCtrHdr #musicContent_right {
	float: right; /* since this element is floated, a width must be given */
	width: 522px;
	margin: 0 0 0 0; /*Space outside the module*/
	padding: 10px 10px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/* END MUSIC MODULE WITH HORIZONTAL DIVS */

/* MUSIC LIST WITH HORIZONTAL DIVS */
.oneColFixCtrHdr #listContent_left {
	position: relative;
	background-image:url(../images/Oct09/bg_beats_nav2.png);
	background-repeat:no-repeat;
	float:left;
	width: 120px;
	height:470px;
	margin: 10px 0 0 10px; /*Space outside the module*/
	padding: 0px 0 0px 0px;
	
}
.oneColFixCtrHdr #listContent_left h1 {
	font-size: 10pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#38393a;
	padding: 8px 0 0px 10px;
	
}
.oneColFixCtrHdr #listContent_left h2 {
	font-size: 8pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#38393a;
	padding: 4px 0 0px 10px;
	
}
.oneColFixCtrHdr #listContent_mid {
	float:left;
	width: 643px;
	margin: 5px 0 0 6px; /*Space outside the module*/
	padding: 0px 0 0px 0px;
	font-size: 9pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#38393a;
}
.oneColFixCtrHdr #listContent_detail { 
	background-image:url(../images/Oct09/bg_beats_list.png);
	background-repeat:no-repeat;
	height:471px;

}
.oneColFixCtrHdr #listContent_right {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	margin: 5px 4px 0 0; /*Space outside the module*/
	padding: 0px 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 7.5pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#38393a;
}
.oneColFixCtrHdr #listContent_right h2 {
	font-size: 8pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#9b9594;
	font-weight:800;
}
.oneColFixCtrHdr #listContent_right h3 {
	font-size: 8pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#9b9594;
	font-weight:normal;
	padding: 5px 0px 0 10px;
}

.oneColFixCtrHdr #topbeats {
	font-size: 8pt; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; color:#9b9594;
	font-weight:normal;
}


/* END MUSIC LIST WITH HORIZONTAL DIVS */


.oneColFixCtrHdr #memberContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 224px;
	background-image:url(../images/Oct09/bg_beats_footer.png);
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/************ Footer **********/

/*BOTTOM FOOTER COPYRIGHT BAR */
.copyright_bar{
	float:left;
	width:100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../../images/Oct09/bg_footer_bar.jpg);
	padding: 0 0 0 0; /* the auto margins (in conjunction with a width) center the page */
	text-align:center; /* this overrides the text-align: center on the body element. */
	height:19px;
	margin: 0 0px 0 0px;
}
.ftr_copyright 	    { color:#ffffff; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; padding: 2px 0px 0 0;   }

.ftr_mhm 			{ margin:0 0 0 0; width:100%;}
.ftr_mhmin 			{ margin:0 0 0 0; height:224px; width:959px; background:url(../images/Oct09/bg_beats_footer.png) repeat-x; float:left;}

.ftr_label  		{ color:#ffffff; font-size:16px; font-family:Arial, Helvetica, sans-serif; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; font-weight:bold;}
.ftr_label2  		{ color:#ffffff; font-size:16px; font-family:Arial, Helvetica, sans-serif; padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px; font-weight:bold;}
.ftr_link_grid      { float: left; width:178px; color:#ffffff; font-size:14px; font-family:Arial, Helvetica, sans-serif; margin-left:35px; margin-top:25px;}
.ftr_links 			{ padding-bottom:5px;}
.ftr_links a    	{ color:#ffffff; text-decoration:underline;}
.ftr_links a:visited    	{ color:#ebebeb; text-decoration:underline;}
.ftr_links a:hover  { color:#F83100; text-decoration:underline}
.ftr_about 			{ float:left;  width:470px;  margin-left:0px; margin-top:25px; color:#ffffff; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif; }
.ftr_right 			{ float:right;  width:210px;  margin-left:0px; margin-top:25px; color:#ffffff; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif; }




/************ Producer Page Orig - needs updating**********/
.producer_grid   { width:599px; height:700px; background-color:#F1F1F1; padding-top:10px; border-left:1px #000000 solid; border-right:1px #000000 solid;  }
.producer_box   { width:130px; height:120px; background-color:#F1F1F1; border:0px #ffffff solid; float:left; padding:8px; overflow:hidden;}
.producer   	{ color:#054790; font-size:12px; font-family:Arial, Helvetica, sans-serif; background-color:#f1f1f1;}
.producer a     	{ color:#054790; text-decoration:none}
.producer a:hover  { color:#F83100; text-decoration:none}


/* Ajax blocks */

div.producers-wrap {
	float: left;
	background:url(../images/Oct09/bg_producers1.png) no-repeat;
    position: relative;
    width: 962px;
	height: 317px;
    margin:15px 0 0 0;
    padding: 8px;
    font-family: arial;
    background-color:;
    border: 0px solid gray;
    overflow: hidden;
}

div.producers div {
    position: relative;
    float: left;
    width: 170px;
    height: 235px;
    margin: 2px 0px 0px 8px;
    padding: 4px 4px 0px 4px;
    background-color: white;
    border: 1px solid #ccc;
}

div.producers h2 {
    margin: 0px 0px 4px 8px;
    font-size: 18px;
    color: #3f5473;
}

div.producers h3 {
    margin-bottom: 2px;
    font-size: 16px;
    color: #9e9e9f;
}

div.producers img {
    display: block;
    margin: 0 auto 10px auto;
    text-align: center;
}

div.producers li {
    list-style: none;
}

div.producers li a {
    display: block; 
    height: 19px;
    margin-bottom: 2px;
    padding: 4px 0 0 40px;
    color: #4a4b48;
    background: url(/images/icon_play_sml.jpg) no-repeat 0 0;
}

div.producers  a.hear-all {
    display: block;
    position: absolute;
    top: 210px;
    right: 10px;
    text-decoration: underline;
    color: #7979b9;
}

div.producers-wrap p {
    position:absolute;
	top:275px;
    left:8px;
}   
