@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - LABELLE MOBILE CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		labelle_mobile.css
	Date:			October 13, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol h1 {
		width:652px; height:78px;
		background:url(../../images/h1_ringtones.png) no-repeat;
		behavior:url(shared/css/iepngfix.htc);
	}
	
	
	.mainCol p {
		margin:0 0 25px 60px;
		width:550px;
		font-size:12px;
		line-height:26px;
	}
	
	.mainCol p .pink {
		font-weight:bold;
		color:#ffccf9;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	ringtones table styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.mainCol #ringtones {
		margin:2px 0 0 37px;
		width:550px;
	}
		#ringtones thead {
			text-align:left;
		}
			#ringtones thead th {
				padding:0 0 15px 0;
				font:normal 11px Verdana, Arial, Helvetica, sans-serif;
				color:#b7b7b7;
			}
				#ringtones thead th.song {
					padding:0 0 15px 35px;
				}
			#ringtones thead tr {
				background:url(../../images/hr_ringtonesTable.png) bottom center no-repeat;
				behavior:url(shared/css/iepngfix.htc);
			}
		#ringtones col#songCol {
			width:222px;
		}
		#ringtones col#prevCol {
			width:148px;
		}
		#ringtones col#buyCol {
			width:160px;
		}
		#ringtones td {
			padding:5px 0 13px 0;
			vertical-align:top;
		}
			#ringtones td.songTitle {
				padding-left:35px;
				width:240px;
				font:bold italic 18px Verdana, Arial, Helvetica, sans-serif;
				color:#ffffff;
			}
		
		#ringtones .prev {
			width:101px; height:23px;
			background:url(../../images/btn_prevNormal.png) no-repeat;
			behavior:url(shared/css/iepngfix.htc);
		}
			#ringtones .prev:hover {
				background:url(../../images/btn_prevHover.png) no-repeat;
			}
			#ringtones .prev a.preview {
				width:101px; height:23px;
				display:block;
			}
		#ringtones .buy {
			width:101px; height:23px;
			background:url(../../images/btn_buyNormal.png) no-repeat;
			behavior:url(shared/css/iepngfix.htc);
		}
			#ringtones .buy:hover {
				background:url(../../images/btn_buyHover.png) no-repeat;
			}
			#ringtones .buy a.buy {
				width:101px; height:23px;
				display:block;
			}
