@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MOBILE :  Jessie James
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		jessie_mobile.css
	Date:			August 03, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
		
		
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav {
		background:url(../../images/nav_current.png) 655px 1px no-repeat;
	}
	#nav li.navMobile a {
		background-position: -633px -40px;
	}	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#mobile Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.content {
		margin:0 0 0 25px;
	}
		.content .header {
			margin:0 0 12px 11px;	
		}
			.content .header h1 {
				width:420px; height:18px;
				background:url(../../images/h1_mobile.png) 0 0 no-repeat;	
			}
	#mobile {
		padding:13px 12px;
		border:1px dashed #002531;
		background:url(../../images/bg_checker.gif) repeat;	
	}
		#mobile table {
			width:560px;
		}
			#mobile col#ringtoneCol {
				width:271px;
			}
			#mobile col#albumCol {
				width:189px;
			}
			#mobile col#buyCol {
				width:110px;
			}
			#mobile thead {
				height:25px;
			}
				#mobile thead th {	
					border-bottom:1px dashed #002531;
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#7b898d;
					text-align:left;	
				}
			#mobile tbody {			
			}
			#mobile tbody tr {
			}
				#mobile tbody tr td {
					padding:7px 0;
					border-bottom:1px dashed #002531;
					vertical-align:top;
				}
				#mobile tbody tr td.last {
					padding:7px 0 0 0;
					border-bottom:none;
				}
					#mobile tbody tr td.ringtone {
						width:251px;
						padding-right:22px;
						font:normal 11px Arial, Helvetica, sans-serif;
						color:#546063;
					}
						#mobile tbody tr td.ringtone a {
							color:#546063;
						}
							#mobile tbody tr td.ringtone a:hover {
								color:#001E27;
								background:#43D3FF;
							}
					
					#mobile tbody tr td.album {
						width:169px;
						padding-right:35px;
						font:normal 12px Arial, Helvetica, sans-serif;
						color:#b7ddea;
					}
					#mobile tbody tr td.buy a {
						width:75px; height:19px;
						background:url(../../images/btn_buyRingtone.jpg) 0 0 no-repeat;
						text-indent:-3000px;
						display:block;
					}
						#mobile tbody tr td.buy a:hover {
							background-position:0 -19px;
						}