@charset "utf-8";
/*	-------------------------------------------------------------
	CSS RINGTONES: 	Katharine McPhee Website - Ringtones
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		km_ringtones.css
	Date:			Oct 28, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	#mainNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainNav .ringtones a {
		background-position:-465px -66px !important;
}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#ringtones Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#ringtones {
		width:546px;
		margin:0;
		background:url(../../images/bg_topCap.png) 0 0 no-repeat;
	}
		#ringtones .header {
			height:31px;
			padding:15px 0 0 0;
		}
		#ringtones .ringtonesBottom {
			width:546px;
			padding:0 0 30px 0;
			background:url(../../images/bg_bottomCap.png) bottom left no-repeat;
		}
		#ringtones .ringtonesContent {
			width:546px;
			padding:0 0 20px 0;
			background:url(../../images/bg_colContent.png) 0 0 repeat-y;
		}
		h1#h1_ringtones {
			height:23px; 
			margin:0 0 0 45px !important;
			background:url(../../images/h1_ringtones.png) no-repeat;	
		}
			#ringtones table {
				margin:18px auto 0 auto;
				width:482px;
				background:url(../../images/bg_eventsTable.png) 0 14px no-repeat;
			}
				#ringtones table .songCol {
					width:236px;
				}
				#ringtones table .albumCol {
					width:130px;
				}
				#ringtones table .buyCol {
					width:72px;
				}
				#ringtones table thead {
					text-align:left;
				}
					#ringtones table thead tr th {
						padding:0 0 2px 0;
						font:bold 12px Arial, Helvetica, sans-serif;
						color:#859aa4;
						text-align:left;
					}
						#ringtones table tbody tr td {
							padding:12px 0 10px 0;
						}
						#ringtones table tbody tr td.btn a {
							width:98px; height:18px;
							background:url(../../images/btn_getRingtone.png) 0 0 no-repeat;
							display:block;
						}
							#ringtones table tbody tr td.btn a:hover {
								background-position:0 -18px;
							}
		#altCol .mozes {
			margin:15px 0 35px 0;
		}
