@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - DIANA KRALL MOBILE
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		dk_mobile.css
	Date:			Jan 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li#navMobile a {
		background-position:0 -47px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.altCol {
		padding:41px 0 0 0;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	ringtones Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#ringtones {
		width:629px;
		padding:16px 0 0 0;
		background:url(../../images/bg_header.jpg) no-repeat;
	}
		#ringtones h1#h1Ringtones{
			width:184px; height:64px;
			margin:0 0 0 9px;
			background:url(../../images/h1_ringtonesMain.png) no-repeat;
			behavior: url("shared/css/iepngfix.htc");
		}
		#ringtones .content {
			margin:0 0 0 43px; padding:5px 0 44px 36px;
			background:#8c733a url(../../images/bg_header_corner.png) 0px -13px no-repeat;
		}
			#ringtones .content .header {
				width:465px;
				margin:0 0 16px 0; padding:0 15px 0 0;
				font:normal 11px Verdana, Arial, Helvetica, sans-serif;
				color:#eae8dc;
			}
				#ringtones .content .header span.songTitle {
					display:block;
					float:left;
				}
				#ringtones .content .header span.buyTone {
					display:block;
					float:right;
				}
			#ringtones .content .ringtone {
				width:480px; height:36px;
				margin:0 0 24px 0; padding:9px 0 0 0;
				border-bottom:solid 1px #7b6633;
			}
				#ringtones .content .ringtone h2 {
					font:italic 14px Arial, Helvetica, sans-serif;
					color:#bebcaf;
					float:left;
				}
					#ringtones .content .ringtone h2 a {
						font:bold 17px Georgia, "Times New Roman", Times, serif;
					}
				#ringtones .content .ringtone a.btn:link, #ringtones .content .ringtone a.btn:active, #ringtones .content .ringtone a.btn:visited {
					width:64px; height:25px;
					background:url(../../images/btn_buy_GoldBg.png) no-repeat;
					display:block;
					float:right;
				}
					#ringtones .content .ringtone a.btn:hover {
						background-position:bottom;
					}
		/*	pagination Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#ringtones .pagination {
			padding:0 70px 0 0;
			font:normal 9px Arial, Helvetica, sans-serif;
			background:#8c733a;
		}
			#ringtones .pagination a.active {
				color:#fcf6e3 !important;
			}
			#ringtones .pagination a:link, #ringtones .pagination a:active, #ringtones .pagination a:visited {
				color:#f6e8b9;
			}
				#ringtones .pagination a:hover {
					color:#fcf6e3;
				}
			#ringtones .pagination .next {
				margin:0 5px 0 0;
				float:right;
			}
			#ringtones .pagination .pages {
				width:106px;
				color:#f6e8b9;
				float:right;
				text-align:center;
			}
				#ringtones .pagination .pages a {
					padding:0 2px;
				}
				#ringtones .pagination .pages span {
					color:#aeaead;
				}
			#ringtones .pagination .prev {
				margin:0 0 0 5px;
				float:right;
			}