@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - THE DREAM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		td_mobile.css
	Date:			February 18, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul.nav li#navMobile a {
		background-position:-815px -52px !important;
	}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		width:595px !important;
		padding:13px 0 90px 15px;
	}
		#mainCol h1 {
			margin:0 0 15px 0;
			width:595px; height:16px;
			background:url(../../images/h1_mobile.png) no-repeat;
		}
		
	/* mobileTable */
	#mobileTable {
		color:#c9c9c9;
		font:normal 13px Arial, Helvetica, sans-serif;
	}
		#mobileTable col#ringCol {
			width:268px;
		}
		#mobileTable col#albumCol {
			width:198px;
		}
		#mobileTable thead {
			vertical-align:top;
			text-align:left;
			height:30px;
			background:url(../../images/hr.png) -60px bottom repeat-x;
		}
			#mobileTable thead tr th.ring {
				padding:0 0 0 10px;
			}
		#mobileTable tbody {
		
		}
			#mobileTable tbody tr td {
				padding:10px 0;
				background:url(../../images/hr.png) -60px bottom repeat-x;
				height:20px;
			}
			#mobileTable tbody tr td.ringtone {
				padding:10px;
				color:#f4ae2a;
				font:bold 15px Arial, Helvetica, sans-serif;
			}
			
		#mobileTable a.btnBuy {
			width:91px; height:22px;
			display:block;
			background:url(../../images/btn_buyRingtone.png) 0 top no-repeat;
		}
			#mobileTable a.btnBuy:hover {
				background-position:bottom;
			}
