@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - CHRISETTE MICHELE MOBILE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		cm_mobile.css
	Date:			April 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	navBar active state Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar a.navMobile {
		background-position: -800px -48px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mobile .header {

	}
		#mobile .header h1#h1_mobileGetRingtones {
			width:417px;
			background:url(../../images/h1_mobileGetRingtones.png) top center no-repeat;
		}
	#mobile ul {

	}
		#mobile ul li {
			padding:11px 0 11px 45px;
			background:url(../../images/dash.png) 0 bottom repeat-x;
		}
			#mobile ul li a.album {
				width:57px; height:64px;
				margin:0 25px 0 0; padding:6px 0 0 7px;
				display:block;
				float:left;
				background:url(../../images/mobile_albumBG.png) 0 0 no-repeat;
			}
			#mobile ul li .post {
				width:346px;
				padding:10px 0 0 0;
				float:left;
				font:normal 11px Verdana, Arial, Helvetica, sans-serif;
				color:#161211;
			}
				#mobile .post h2 {
					margin:2px 0;
					font:normal 14px Verdana, Arial, Helvetica, sans-serif;
					color:#62d9a9;
				}
					#mobile .post h2 a:link, #mobile .post h2 a:active, #mobile .post h2 a:visited {
						color:#a00800;
						text-decoration:none;
						font-weight:bold;
					}
						#mobile .post h2 a:hover {
							color:#fff;
						}
				#mobile a.btn_buyRingtone:link, #mobile a.btn_buyRingtone:active, #mobile a.btn_buyRingtone:visited {
					width:90px; height:24px;
					margin:18px 0 0 0;
					display:block;
					float:left;
					background:url(../../images/btn_buyRingtone.png) 0 0 no-repeat;
				}
					#mobile a.btn_buyRingtone:hover {
						background-position:0 -24px;
					}
