@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MALLARY HOPE MOBILE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		mh_mobile.css
	Date:			Jul 08, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

	
/*	--------------------------------------------------------------------------------------------------------------------------
	active Nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul#nav li.mobile a {
		background-position:-405px -20px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	#contentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#contentSpace h2 {
		width:459px; height:38px;
		background:url(../../images/h2_mobileRingtone.png) no-repeat;
	}
	#contentSpace .top {
		padding:41px 0 0 0;
	}
		.noContent {
			margin:7px auto 0 14px;
		}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#tourTable Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#tourTable {
		width:535px;
		margin:17px 0 0 0;
		text-align:left;
		vertical-align:middle;
		border-collapse:collapse;
	}
		#tourTable thead {
			height:26px;
			background:#d79c2d;
			font:bold 11px Arial, Helvetica, sans-serif;
			color:#943903;
		}
			#tourTable thead tr th {
				height:26px;
				text-align:left;
			}
			#tourTable thead tr th.ringtone {
				padding:0 0 0 11px;
			}
			#tourTable thead tr th.album {
				padding:0 0 0 0;
				text-align:left;
			}
				#tourTable col#ringtoneCol {
					width:230px;
				}
				#tourTable col#albumCol {
					width:135px;
				}
				#tourTable col#previewCol {
					width:60px;
				}
				#tourTable col#buyCol {
					width:98px;
				}
		#tourTable tbody tr {
			font:normal 12px Arial, Helvetica, sans-serif;
			vertical-align:top;
		}
			#tourTable tbody tr.noDash {
				border-bottom:0;
			}
			#tourTable tbody tr td {
				border-bottom:1px dashed #93540a;
				padding:10px 0 10px 0;
			}
				#tourTable tbody tr td a {
					
				}
			
			#tourTable tbody tr td.ringtone {
				padding:10px 11px 10px 11px;
				font:bold 12px Arial, Helvetica, sans-serif;
				color:#fe3300;
			}
				#tourTable tbody tr td.ringtone a {					
					color:#fe3300;
				}
					#tourTable tbody tr td.ringtone a:hover {
						color:#fff;
					}
			#tourTable tbody tr td.album {
				padding:10px 0 10px 0;
			}
		/* buttons / icons */
		#tourTable a.btn_preview {
			width:25px; height:19px;
			background:url(../../images/btn_preview.png) 0 0 no-repeat;
			display:block;
		}
			#tourTable a.btn_preview:hover {
				background-position:0 -19px;
			}
		#tourTable a.btn_buy {
			width:85px; height:19px;
			background:url(../../images/btn_getRingtone.png) no-repeat;
			display:block;
		}
			#tourTable a.btn_buy:hover {
				background-position:0 -19px;
			}