@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - PARACHUTE MOBILE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		para_mobile.css
	Date:			January 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#navBar li.mobile a {
		background-position:bottom !important;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.mainCol {
		padding:0 0 20px 0;
	}
	.mainCol h1.mobile {
		margin:0 0 25px 0;
		width:623px; height:29px;
		background:url(../../images/h1_mobile.png) top center no-repeat;
	}
	
	/*shows table styles*/
		#mobile {
			padding:0 0 25px 0;
			width:625px;
			font:normal 12px Georgia, "Times New Roman", Times, serif;
			color:#255e8a;
		}
			#mobile a:link, #mobile a:active, #mobile a:visited {
				font:bold 12px Georgia, "Times New Roman", Times, serif;
				color:#255e8a;
				text-decoration:none;
			}
				#mobile a:hover {
					color:#4c5160;
				}
			#mobile col#ringtoneCol {
				width:325px;
			}
			#mobile col#albumCol {
				width:200px;
			}
			#mobile col#buyCol {
				width:100px;
			}
				#mobile thead {
					height:30px;
				}
					#mobile thead th.thRingtone {
						width:125px; height:13px;
						background:url(../../images/th_ringtone.png) top left no-repeat;
					}
					#mobile thead th.thAlbum {
						width:215px; height:13px;
						background:url(../../images/th_album.png) top left no-repeat;
					}
					#mobile thead th.thBuy {
						width:200px; height:13px;
						background:url(../../images/th_buyNow.png) top left no-repeat;
					}
				#mobile tbody {
					
				}
				#mobile tbody tr td {
					padding:0 0 12px 0;
				}
				#mobile tbody tr td.ringtones {
				}
				#mobile tbody tr td.album {
				}
				#mobile tbody tr td.buy {
					
				}
				#mobile td.buy a:link, #mobile td.buy a:active, #mobile td.buy a:visited {
					width:92px; height:20px;
					background:url(../../images/btn_buyRingtones.png) top center no-repeat;
					display:block;
					text-indent:-3000px;
				}
					#mobile td.buy a:hover {
						background-position:bottom;
					}