/************************************************************************/
/*
*  		AOL MUSIC 2.0 REDESIGN
*  		CSS Started 10/17/2006
*		CSS Completed: TBD
*		10/17/2007 -Sprite Maps
*
*		font-size for body element is 12px
* 		1em = 12px
*		pxls / 12(px) = em Dimension
*/
/************************************************************************/

* { margin:0; padding:0; }
body {
	font-size:12px;
	_font-size:75%;
	background: white;
	color: #878787;
	margin:0 auto;
	width:81.667em;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3 { font-family: georgia, Verdana, serif;}
h4, h5, h6, input, textarea { font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6, input, textarea { font-size:1em; }
iframe { border:0px; }
a { text-decoration:none; color:#2864b4; outline:0px; }
a:hover { text-decoration:underline; color:#2864b4; outline:0px; }
/* end HTML element restyle */
ul, ol { list-style-type:none; }

/* typed classes */
ul.inLneLnks li { float:left; padding: 0; }
ul.inLne li { display:inline; }

/* general purpose classes */
.noShow {
	overflow:hidden;
	text-indent:-1000em;
	display:block;
	height:0px;
	width:0px;
	line-height:0px;
}





/*big bowl clear*/
.clear, .clearAll { float:none; clear:both; }
/*end bb clear*/
.left { float:left; }
.right {float:right; }
.noFlt { clear:both; }
.lwPr {
	line-height:.01em;
	height:.01em;
}
span.anc { display:block; }

/************************************/
/*new page structure*/
div#outerBox {
	position:relative;
}

/* music banner styles */
#hed {
	background:#FEFEFE url(http://o.aolcdn.com/art/ch_music2/header_gradient.gif) repeat-x 0% 100%
}
#hed_cap {
	font-size:.8em;
	position:relative;
	*height:1%;
	padding:0 0 0 .83em;
	background:#e4e5e7 url(http://o.aolcdn.com/art/ch_music2/spritemap-music2.gif) repeat-x 0 0;
	float:none;
	border-right:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
}
ul.whteHvr {
	float:right;
	margin:0 1em 0 0;
}
ul.whteHvr li a {
	display:block;
	text-transform:uppercase;
	padding: .4em .833em .4em .833em;
	color:#727375;
}
ul.whteHvr li a:hover, .slctChnnl { background:white; text-decoration:none; }
.slctChnnl { border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
/********************************************/
#hed_mid {
	padding: 1.2em 0 0 1.083em;
	*padding:0.8em 0 0 1.083em;
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	height:6.2em;
	float:none;
}
#hed_mid div.brandLogo a {
	/* AOL logo */
	overflow:hidden;
	width:136px;
	text-indent:-1000px;
	float:left;
	margin:.9em 7em 0 0;
	*margin:1.3em 7em 0 0;
	height:39px;
	display:block;
	background:url(http://o.aolcdn.com/art/ch_music2/sprite-icons.gif) no-repeat 0px -131px;
}
/*search*/
#hed_mid div.srchBx { float:left; }
#hed_mid div.srchSlct label, #hed_mid div.srchSlct input { float:left; }
#hed_mid div.srchSlct label {
	margin:0 .33em;
}

/* header tabs */
div.srchSlct { padding-left:.83em; }
div.srchSlct h6 {
	float:left;
	font-weight:normal;
	padding:.33em .5em 0;
	cursor:pointer;
	font-size:.9167em;
	line-height:1.55em;
	color:#929292;
}
div.srchSlct h6.srchOvrStte {
	color:#333;
}
div#hdrTab {
	white-space:nowrap;
	height:1.55em;
	color:white;
	float:left;
/*	font-size:.9em;	*/
}
div#hdrTab * {
	font-size:1em;
	line-height:1.55em;
}
div#hdrTab div {
	float:left;
	height:1.55em;
}
.tabImgBg {
	background:#a7ad87 url(http://o.aolcdn.com/art/ch_music2/spritemap-music2.gif) repeat-x 0 -312px;


}
h5.tabCntr {
	padding:.33em .5em 0;
	height:1.55em;
	float:left;
	font-weight:bold;
}
div.tabLft {
	padding:0 0 .33em;
	width:4px;
	background:#a7ad87 url(http://o.aolcdn.com/art/ch_music2/search_tab_left.gif) no-repeat 0 0;
}
div.tabRght {
	padding:0 0 .33em;
	width:4px;
	background:#a7ad87 url(http://o.aolcdn.com/art/ch_music2/search_tab_right.gif) no-repeat 0 0;
}
div.tabBtmLft {
	width:.25em;
	background:url(http://o.aolcdn.com/art/ch_music2/search_tab_btmleft.gif) no-repeat 100% 100%;
	padding:0 0 .33em;

}
div.tabBtmRght {
	width:.25em;
	background:url(http://o.aolcdn.com/art/ch_music2/search_tab_btmright.gif) no-repeat 0 100%;
	padding:0 0 .33em;
}

/* end header tabs */
#hed_mid .hed_srch {

	background:#c0c79f url(http://o.aolcdn.com/art/ch_music2/spritemap-music2.gif) repeat-x 0 -662px;
	width:41.1em;
	padding:.33em 0 .33em .22em;
	overflow: hidden;
	*height:1%;
}
/* safari hack */
/*\*/
html*div.hed_srch_frme {
	/*seen only by safari & IE6 */
	padding:.20em .1em .14em .8em;
	/*tell ie twice first here, then again below*/
	*padding:.4167em .1em .25em .8em;
}/**/
/*end safri hack */

div.hed_srch_frme {
	background-color:#e9edd3;
	color: #5e5e5e;
	border:2px solid white;
	padding:.4167em .1em .4167em .8em;
	*padding:.4167em .1em .25em .8em;
	width:31.37em;
	float:left;
	*height:1%;
}

#hed_mid .hed_srch:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    text-indent:-999em;
}
div.hed_srch_frme input.search {
	color: #5e5e5e;
	font-size:1em;
	width:31.17em;
	border:0px;
	padding:0;
	margin:0;
	background-color:#e9edd3;
}
img.magnGlass { width:1.08em; height:1.08em; }
a.srchBttn {
	background:#b2c160 url(http://o.aolcdn.com/art/ch_music2/spritemap-music2.gif) repeat-x 0 -1105px;
	height:1.7167em;
	padding: .3em 0 0 0;
	margin:0 0 0 .22em;
	display:block;
	font-size:1em;
	text-align:center;
	color:#414141;
	font-weight:bold;
	border:2px solid white;
	float:left;
	width:7.6em;

}
a.srchBttn:hover {
	text-decoration:none;
	background:#e1e7c5 url(http://o.aolcdn.com/art/ch_music2/spritemap-music2.gif) repeat-x 0 -1440px;
	color:#414141;
}
/*sns IF not logged in styles*/
#snsBox {
	width: 9.58em;
	margin:1.5em 1.48em 0 0;
	float:right;
}
#snsBox a {
	display:block;
	text-align:center;
	white-space:nowrap;
}
#snsBox a.snsBttn {

	padding:.2em .5em;
	border:1px solid white;
	background: #c6d3d5 url(http://o.aolcdn.com/art/ch_music2/spritemap-music2.gif) repeat-x 0 -1783px;
	color:#4c4c4c;
}
#snsBox a.snsBttn:hover {
	background: #edefef url(http://o.aolcdn.com/art/ch_music2/spritemap-music2.gif) repeat-x 0 -2117px;
	text-decoration:none;
	color:#4c4c4c;
}

/*SNS IF already logged in and need to logout*/
span.snsBttnBx {
	border:1px solid #d1d1d1;
	display:block;
	float:right;
	text-align:center;
	margin:.1em 0 0;
	background:#c6d3d5 url(http://o.aolcdn.com/art/ch_music2/spritemap-music2.gif) repeat-x 0 -1783px;

}

#snsLOutBox {
	width:15.33em;
	float:right;
	margin:1.2em .4em 0 0;
	text-align:right;
}

#snsLOutBox span.usrNme { color:#222; clear:both; }
#snsLOutBox a.snsBttn {
	display:block;
	color:#4c4c4c;
	padding:.2em .5em;
	text-align:center;
	border:1px solid white;
}
#snsLOutBox a.snsBttn:hover {
	background: #edefef url(http://o.aolcdn.com/art/ch_music2/spritemap-music2.gif) repeat-x 0 -2117px;
	text-decoration:none;
	color:#4c4c4c;

}

/*New Signin and Signout with pulldown Styles*/
#snsLOutBox {
	width:15.33em;
	float:right;
	margin:1.2em 0pt 0 0;
	text-align:right;
	padding-right:1.5em;

}

span.snsBttnBxnew {
	display:block;
	border:1px solid #EBEBEB;
	float:right;
	margin:0.3em 0pt 0pt -0.1em;
	width:11.8em;
	background:url(http://o.aolcdn.com/art/ch_music2/pulldownarrow) no-repeat 11em -0.4em;
	height:1.7em;

}
span.snsBttnBxnewhover{
	display:block;
	border:1px solid #EBEBEB;
	float:right;
	margin:0.3em 0pt 0pt -0.1em;
	width:11.8em;
	background:url(http://o.aolcdn.com/art/ch_music2/pulldownarrow) no-repeat 10.9em 0.8em;
	height:1.7em;

}
#snsLOutBox span.usrNmenew
	{
	color:#2864B4;
	font-weight:bold;
	float:right;
	margin:0pt 0pt 0pt 0pt;
	padding-left:2em;
	text-align:right;
	width:auto;
	background:url(http://o.aolcdn.com/art/ch_music2/profileicon) no-repeat 0.8em 0.1em;
   }

	#snsLOutBox span.snsBttnBxnew  span.snsBttbord
	{
	 float:left;
	 height:1.4em;
	 display:block;
	 width:10.1em;
	 border-right:solid 1px #EBEBEB;
	 padding:0.3em 0.6em 0pt 0pt;

	}

		html > body #snsLOutBox span.snsBttnBxnew  span.snsBttbord
		{
			padding:0.2em 0.6em 0pt 0pt;
	 	}
	span.snsBttnBxnew a.stuff
	{
	text-decoration:none;
	color:#535353;
	font-weight:bold;


	}

	span.snsBttnBxnew a.stuff:hover
	{
	background-position:right bottom;
	}

	span.snsBttnBxnew  div#profilemenu
	{
	display:none;
	overflow:hidden;
	padding:0pt;
	margin:1.75em 0pt 0pt -11.9em;
	position:absolute;
	width:11.8em;
	z-index:900;
	border:solid 1px #EBEBEB;
	text-align:center;
	background:#FFFFFF;



}
  /*For Browsers Ohter than IE*/
	html>body span.snsBttnBxnew  div#profilemenu
	 {
	 margin:1.7em 0pt 0pt -11.9em;
	 }

	 /**/


span.snsBttnBxnew div#profilemenu ul
	{
	text-align:right;
	list-style: none;

}

span.snsBttnBxnew div#profilemenu ul li
	{
	background-color: #FFF;
	padding: 0.125em 0 0.125em 0;
	margin:0pt;
	line-height:1.5em;
	}

	span.snsBttnBxnew div#profilemenu ul li.last
	{
	border-top:dotted 1px #CCC;
	}



span.snsBttnBxnew div#profilemenu ul li a
	{
	text-decoration:none;
	font-weight:bold;
	color:#2864B4;
	padding-right:1.7em;
	display:block;



}

span.snsBttnBxnew div#profilemenu ul a:hover
	{
	text-decoration:underline;
	font-weight:bold;
	color:#2864B4;
	background:#F2F2F2;




}


#snsBoxNew {
	width: 9.58em;
	margin:2em 1.48em 0 0;
	float:right;
}
#snsBoxNew a {
	display:block;
	text-align:center;
	white-space:nowrap;
}
	span.snsBttnlognew
	{
		display:block;
		float:right;
		text-align:center;
		margin:.1em 0 0;
		background:#c6d3d5 url(http://o.aolcdn.com/art/ch_music2/signin) no-repeat 0em 0em;
		width:113px;
	}

#snsBoxNew a.snsBttnnew {

	padding:.2em .4em;
	border:1px solid white;
	background:url(http://o.aolcdn.com/art/ch_music2/signin) no-repeat 0em 0em;
	color:#FFF;


	}
#snsBoxNew a.snsBttnnew:hover {
	padding:.2em .5em;
	border:1px solid white;
	background:url(http://o.aolcdn.com/art/ch_music2/signin) no-repeat 0em -6em;
	color:#FFF;
	text-decoration:none;



}


/*New Signin and Signout with pulldown Styles Ends*/


/*******************************************/
#hed_bttm {
	float:none;
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	height:1.6em;
	z-index:30;
	position:relative;
}
#hed_bttm a.snsFdBck {
	float:right;
	display:block;
	padding-right:1.5em;
}
ul.bldHvr li a {
	display:block;
	color:#555;
	/*crazy ie hack*/
	_margin-top:.6em;
	*border-right:1px solid #c3c3c3;
	height:1.5em;
	text-transform:uppercase;
	font-size:1em;
	float:left;
	padding: .1em 1.23em 0;
	font-weight:bold;
}

ul.bldHvr li {
	z-index:15;
	border-right:1px solid #c3c3c3;
	border-left:1px solid white;
	/*hide from IE*/
	*border:0;
	position:relative;

}
ul.bldHvr li.hdeMnuEdg {
	font-size:1em;
	padding:0 0 .3em;
	border-left:1px solid white;
	border-right:0;
	/*hide edge*/
}
ul.bldHvr li a:hover {
	text-decoration:none;
}
ul.bldHvr li a:hover { color:black; }
ul.bldHvr li a.slctPg:hover { color:white; }
ul.bldHvr li a.slctPg {
	display: block;
	clear: both;
	color:white;
	font-weight:bold;
	border-right:1px solid white;
	border-top:0 ;
	border-bottom: 1px solid #8A8A8A ;
	margin:-.58em -.167em 0;
	z-index:100;
	position:relative;
	_margin-top:0;
	_margin-right:-1px;
	padding-top: .67em;
	background:#A7AD87 url(http://o.aolcdn.com/art/ch_music2/spritemap-music2.gif) repeat-x 0 -313px;
	overflow: hidden;
}

/*\*/html*.slctPg {padding-top: 0.53em !important;}/**/

ul.bldHvr li a.slctPg img.newFeatrs_logo {
	display:none;
}
div.faqFdBckBox {
	float: right;
	padding-right: 1.5em;
	*margin-top:.5em;
}
	/* end music banner styles */

/*  end header / banner styles  */
/*****************************************************************************/
/*  begin main content body */
#container {
	background: #f2f2f2;
	border-right:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
	float:none;
	*height:1%;
	position:relative;
	z-index:200;

}
/*#mainPg { clear:both;  }  */
#leftCol { float:left;  width:12.67em; padding:0 .833em 0 .667em;}

/*top ADS*/
#adbox {
	padding: .25em;
	background:url(http://o.aolcdn.com/art/ch_music2/pttrn.gif) repeat;
	border-bottom:1px solid #999;
	border-right:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;

}
#bnrAd {
	background:#666;
	width:728px;
	height:90px;
	margin:0 auto;

	/*border:1px solid #d1d1d1;	*/
}

/* mini Hat - lives on the right edge of page */
ul.miniHat {
	float:left;
	text-align:left;
	margin:.4em 0 0 1em;
}

ul.miniHat li {
	display:inline;
	padding:0 .83em;
	padding: .1em .83em 0;
	border-right:1px solid #c3c3c3;
	border-left:0;
}

ul.miniHat li.lstItm { background:none; border:0; }
ul.miniHat li a { color:#727375; }
ul.miniHat li a:hover {
	text-decoration:underline;
}
/**********************************************/
#titleBar h1 {
	font-weight:normal;
	color:#333;
	font-size:1.85em;
	padding: 0 0 .3em .75em;
}
/* title bar */
#titleBar {
	background: #f2f2f2 url(http://o.aolcdn.com/art/ch_music2/page_gradient.gif) repeat-x 0 0;
	padding: 1.6em 0 0 15em;
	position:relative;
	z-index:2;
	border-top:1px solid #b3b3b3;
	border-right:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;

}
span.pipe { color:#666; }
span.vidByArtist {
	color:#666;
	font-size:.76em;
}


/*========================================================================*/

/*   LEFT RAIL   */
#lftNav ul li {
	margin-bottom:.1em;
	*display: inline-block;
}
#lftNav, div.nav_filtering {
	border: 1px solid #D1D1D1;
	background:white;
	padding: 0 .25em .83em;
	*padding-bottom:0;
	margin:0 0 .83em;
}
#lftNav h4, .lftNav_edit h4, div.nav_filtering h4 {
	clear:both;
	color:#000;
	font-size:1em;
	margin:0 .583em .33em;
	padding:.8em 0 .4em 0;
	border-bottom:1px dotted #d1d1d1;
}

#lftNav h4 a.noLnk, div.nav_filtering h4 a.noLnk {
		color:#000;
}
#lftNav h4 a.noLnk:hover, div.nav_filtering h4 a.noLnk:hover {
	text-decoration:none;
	color#000;
}

#lftNav h5, div.nav_filtering h5 {
	color:#999;
	margin:0 .6em .25em;
}
/* left nav for editorialy included nav*/
.lftNav_edit {
	background:white;
	margin:0 0 .83em;
	border:1px solid white;
}
.lftNav_hed {
	margin:0 .583em .4em;
	border-bottom:5px solid #e6e6e6;
}
.lftNav_hed h2 {
	font-size:1.4em;
	padding:.667em 0 .25em;
}
.lftNav_hed h2 a {
	display:block;
	color:#333;
	font-weight:normal;
}
h4.d_arrow {
	background: url(http://o.aolcdn.com/art/ch_music2/sprite-icons.gif) no-repeat 0 -765px;
	height:1em;
}
.lftNav_edit ul { padding:0 0 .33em; }
.lftNav_edit ul, div.nav_filtering ul {
	/*padding:0 0 .5em;*/
}
.lftNav_edit ul li, div.nav_filtering ul li { margin:0 0 .1em; *margin:0; display:block; }
#lftNav ul li a, div.nav_filtering ul li a, .lftNav_edit ul li a {
	display:block;
	padding:.41667em .583em;
	font-size:.91667em;
}
.lftNav_edit ul li a {
	padding:.25em .83em;
}
#lftNav ul li a:hover, div.nav_filtering ul li a:hover {
	text-decoration:none;
	color:#2864b4;
	background:#ebebeb;
}
#lftNav ul li a.noArtLnk, #lftNav ul li a.noArtLnk:hover, div.nav_filtering ul li#collectBttn a.noArtLnk, div.nav_filtering ul li#collectBttn a.noArtLnk:hover, div.nav_filtering ul li#webOnlyBttn a.noArtLnk, div.nav_filtering ul li#webOnlyBttn a.noArtLnk:hover {
	font-weight:bold;
	color:white;
	background:#9ca762 url(http://o.aolcdn.com/art/ch_music2/arrw_hghlght) no-repeat 0 50%;
}
#lftNav ul li a.bullet, .lftNav_edit ul li a.bullet {
	background:url(http://o.aolcdn.com/art/ch_music2/sprite-icons.gif) no-repeat 6px -453px;
	text-indent:.63em;
	display:block;
}
/*end left rail styles*/

/* DELAYED AD INJECTION */
.ai_e{ position:absolute;
		z-index: 1000;}

/**rating stars**/
img.starImg { width:1.167em; height:1.167em; padding-left:0.1667em; }
		
.seo-bl {display:block;margin:.8em 0 2px 20px;border: 0; text-align:left; height:2.1em;}

/* .seo-bl * {margin:0;padding:0;border:0;position:relative;} */
*html .seo-bl {margin-left:0px;;}
*/
.seo-bl p {margin-top:.5em;background-color:#fcf6ea;border:1px solid #d5cec4;padding:8px 10px;display:none;}
.seo-bl p i {font:80% monaco,'courier new';margin-top:.5em;display:block;position:absolute;visibility:hidden;top:0;width:95%;}

.seo-bl textarea {font:80% monaco,'courier new';margin-top:.5em;width:100%;height:400px;border:none;background-color:transparent;overflow:hidden;}
.seo-bl a {background:url(http://o.aolcdn.com/art/ch_music2/backlinks01) 0 0 no-repeat;font-size:1em;color:#666;display:block;float:left;}
.seo-bl h6 {float:left; margin: .25em 0; }

.seo-bl .di {
	padding:1px 1px 17px 17px;
	*padding-bottom:12px;
	background-position:0px 0px;
	margin: 0  0 0 1.74em;
	overflow:hidden;
}
.seo-bl .de {
	padding:1px 1px 17px 17px;
	background-position:-17px 0px;
	margin: 0 0 0 1.74em;
	overflow:hidden;
}
.seo-bl .nv {
	padding:1px 1px 17px 15px;
	background-position:-34px 0px;
	margin: 0 0 0 1.74em;
	overflow:hidden;
}
.seo-bl .tr {
	padding:1px 1px 17px 17px;
	background-position:-49px 0px;
	margin: 0 0 0 1.74em;
	overflow:hidden;
}
.seo-bl .ri {
	padding:1px 1px 17px 17px;
	background-position:-68px 0px;
	margin: 0 0 0 1.74em;
	overflow:hidden;
}
.seo-bl .mg {
	padding:1px 1px 17px 17px;
	background-position:-86px 0px;
	margin: 0 0 0 1.74em;
	overflow:hidden;
}
.seo-bl .bk {
	padding:1px 1px 17px 17px;
	background-position:-103px 0px;
	margin: 0 0 0 1.74em;
	overflow:hidden;
}
.seo-bl .fl {
	padding:1px 1px 17px 17px;
	background-position:-120px 0px;
	margin: 0 0 0 1.74em;
	overflow:hidden;
}
.seo-bl .ns {
	padding:1px 1px 17px 17px;
	background-position:-137px 0px;
	margin: 0 0 0 1.74em;
	overflow:hidden;
}
.seo-bl .my {padding-left:7px; background:none;}
.seo-bl .ma {
	padding:1px 1px 17px 20px;
	background-position:-154px 0px;
	margin: 0 0 0 1.74em;
	overflow:hidden;
}
/* specific to launch */
img.newFeatrs_logo {
	margin:0 0 .167em .416em;
	width:1.75em;
	height:.583em;
}
.moduleVidPlayer {
	width:400px;
	height:373px;
	margin:0 auto .83em;
}
.flyoutShowLeft, .flyoutShowRight {
cursor:pointer;
}
/* playlist search/poular module */
.playlistsearch {
background-color:#FFFFFF;
border:1px solid #DADADA;
margin-bottom:10px;
}
.playlistsearch .header {
border-bottom:4px solid #D9D9D9;
margin:15px 10px 13px;
}
.playlistsearch .header h2 {
color:#333333;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:18px;
font-weight:normal;
margin-bottom:6px;
}
.playlistsearch .header span {
color:#999999;
}
.playlistsearch .playlistbox {
margin:0pt 10px 10px;
}
.playlistsearch .playlistbox .playlist {
border-bottom:1px dotted #CCCCCC;
}
.playlistsearch .playlistbox .playlist .play {
background:transparent url(http://o.aolcdn.com/art/ch_music2/img_ply_overlay.gif) no-repeat scroll 0%;
cursor:pointer;
float:left;
height:18px;
margin:5px 12px 35px 0pt;
width:22px;
}
.playlistsearch .playlistbox .playlist .meta .add {
background:transparent url(http://o.aolcdn.com/art/ch_music2/audio_icon_addplaylist.gif) no-repeat scroll 0pt 15px;
cursor:pointer;
float:right;
height:30px;
margin-top:5px;
width:15px;
}
.playlistsearch .playlistbox .playlist .meta .playlistinfo {
padding-top:8px;
}
.playlistsearch .playlistbox .playlist .meta .playlistinfo .title {
margin-bottom:5px;
}
.playlistsearch .playlistbox .playlist .meta .playlistinfo .title a {
color:#2864B4;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
.playlistsearch .playlistbox .playlist .meta .playlistinfo .title a:hover {
text-decoration:underline;
}
.playlistsearch .playlistbox .playlist .meta .playlistinfo .number {
color:#999999;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin-bottom:2px;
}
.playlistsearch .playlistbox .playlist .meta .playlistinfo .screenname {
margin-bottom:9px;
}
.playlistsearch .playlistbox .playlist .meta .playlistinfo .screenname a {
color:#2864B4;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
text-decoration:none;
}
.playlistsearch .playlistbox .playlist .meta .playlistinfo .screenname a:hover {
text-decoration:underline;
}
.playlistsearch .playlistbox .last {
border:medium none;
}
.playlistsearch .see {
background:transparent url(http://o.aolcdn.com/art/ch_music2/community-green-arrow-right) no-repeat scroll 0pt 50%;
color:#2864B4;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin:0 10px 15px 10px;
padding-left:15px;
text-decoration:none;
}
.playlistsearch .see a {
color:#2862B4;
text-decoration:none;
}
.playlistsearch .see a:hover {
text-decoration:underline;
}
/*search*/
#hed_mid div.searchContainer {float:left;}
#hed_mid div.searchCat {margin:0 0 0 .5em;}
#hed_mid div.searchCat label, #headerMiddle div.searchCat input {float:left;}
#hed_mid div.searchCat label {margin:0 .33em;}
/* header tabs */
div.searchCat ul {padding:0 0 .25em 0;margin:0;}
div.searchCat ul li {float:left;margin:0 0 0 .4em;padding:.2em .33em .2em .33em;}
.searchCat ul li.searchCatBg {background:#A7AD87 url(http://o.aolcdn.com/art/ch_music2/search_tab_bg.gif) repeat-x scroll 0px;text-align:center;color:#FFFFFF;font:900 1em Arial;}
.searchCat ul li.searchCatBg a{color:#FFFFFF;}
#hed_mid .headerSearch {background:#C0C79F url(http://o.aolcdn.com/art/ch_music2/search_box_bg.gif)  repeat-x  0 0;width:40.8em;padding:.33em 0 .33em  .33em;_padding-bottom:0;}
*+html #hed_mid .headerSearch{padding-bottom:0;}
input.search {background-color:#E9EDD3;color:#5e5e5e;font-size:1em;border:0;border:2px solid white;width:31.37em;padding:0.45em .1em 0.48em .8em;float:left;}
img.magnGlass {width:1.08em;height:1.08em; margin-left:.2em;}
.searchButton {float:left;background:#B2C160 url(http://o.aolcdn.com/art/ch_music2/search_button_bg.gif)  repeat-x 0 0;padding:0;margin:0 0 0 .22em;display:block;font:900 1em Arial;text-align:center;color:#666;border:2px solid #fff;width:7.6em;height:2.4em;text-transform:uppercase;}
.searchButton:hover  {text-decoration:none;background:#E1E7C5 url(http://o.aolcdn.com/art/ch_music2/search_button_over_bg) repeat-x;cursor:pointer;}
.searchButtonHover  {text-decoration:none;background:#E1E7C5 url(http://o.aolcdn.com/art/ch_music2/search_button_over_bg) repeat-x;cursor:pointer;}
#smore {display:none;position:absolute;padding:7px 5px 4px 5px;border:1px solid black;background:#fff;width:7em;}
#smore ul {list-style-type:none;}
#smore ul li {height:1.5em;white-space:nowrap;}
#smorex {position:absolute;right:5px;top:1px;}
.searchCat ul li a {color:#929292;}

#lftRail div.quigoMod { margin-top: .83em; margin-bottom: .83em;}

/* Generic Form Labels */
.overlayLabelDiv {
	position: relative;
}
.overlayLabel-apply {
	position: absolute;
	top: .5em;
	left: .5em;
}

label.textAreaOverlayLabel{
	position: absolute;
	top: 1em;
	left: 1em;
}

#AdBanner  {
	padding:0em;
}
/* Music Footer Via CMS
 * com_aol_music_footer.css
 * $LastChangedDate: 2009-03-16 18:28:22 -0400 (Mon, 16 Mar 2009) $
 * $Rev: 39224 $
 * */

#mus2foot { 
	clear:both;
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;	
	background:#f2f2f2;
	position: relative;
}

	#mus2foot div.pgFtr { 
		padding: 0 0 50px 0; 
	}
	/* For Sign in Slim Footer */
	#mus2foot div.slim { 
		padding: 0 !important;
	}
	/* End Sign in Slim Footer */
		#mus2foot div.pgFtr div#topFtr {
			background:#E7E6EA url(http://www.aolcdn.com/ch_music2/footer_grad.gif) repeat-x 0px 0px;
			border-bottom:1px solid white;
			border-top:1px solid #c2c2c2;
			padding:3px 10px 0;
			margin:0 0 20px;
			height:2.17em;
		}
		/* For Sign in Slim Footer */
		#mus2foot div.slim div#topFtr { 
			margin: 0 !important;
		}
		/* End Sign in Slim Footer */
			#mus2foot div.pgFtr div#topFtr h6#pgFtrHed a {
				display:block;
				width:119px;
				height:18px;
				float:left;
				background:url(http://www.aolcdn.com/ch_music2/footer_logo.gif) no-repeat 0px 0px;
				overflow:hidden;
				text-indent:-1000em;	
			}
			#mus2foot div.pgFtr div#topFtr div#ftrSrchBx {
				float:right;
				margin:3px 0 0 0;
			}
				#mus2foot div.pgFtr div#topFtr div#ftrSrchBx input, #mus2foot div.pgFtr div#topFtr div#ftrSrchBx label {
					float:left;
					 margin-right:7px;
				}
				#mus2foot div.pgFtr div#topFtr div#ftrSrchBx input.footerSrchField {
					border:0;
					border:1px solid #d1d1d1;
					background:none;
					background-color:white;
				}
				#mus2foot div.pgFtr div#topFtr div#ftrSrchBx a.ftrSrchBttn {
					display:block;
					border:1px solid #666;
					background:#8D9BCA;
					color:white;
					width:5.57em;
					text-align:center;
					float:left;
				}			
		#mus2foot div.pgFtr div.ftrLnks {
			text-align:center;
			margin:0 0 3px;
			padding:0 1.667em;
		}
			#mus2foot div.pgFtr div.ftrLnks p {
				padding:7px 21px 0;
				color:#656565;
			}
			#mus2foot div.pgFtr div.ftrLnks ul li {
				display:inline;
				padding:0 0.83em 0 2px;
				text-align:left;
				background:url(http://www.aolcdn.com/ch_music2/divider.gif) no-repeat 100% 1px;
			}
			#mus2foot div.pgFtr div.ftrLnks ul li.lstItm { 
				background:none; 
			}
			#mus2foot div.pgFtr div.ftrLnks ul li.lnksHdr {
				color:#76786B;
				font-size:1.05em;
				padding:0 4px 0 0;
				font-weight:bold;
				background:none;
			}
	#mus2foot div.pgInfo { 
		padding: 2em 0.83em 4em 0.83em;		
	}			

