@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SHONTELLE RINGTONES CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		shontelle_ringtones.css
	Date:			Oct 08, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol h1 {
		background:url(../../images/h2_mobile.gif) no-repeat;
		width:58px; height:15px;
		padding:0 0 18px 0;
	}
		.mainCol .buy {
			color:#fefefe;
			margin:0 0 16px 23px;
		}
		.mainCol .entry {
			margin:0 10px 10px 23px;
			border-bottom:1px dotted #fff;
			padding:5px 0;
		}
			.mainCol .entry .ringtoneName {
				width:200px;
				padding:0 0 2px 0;
				font-size:14px;
				font-weight:bold;
				float:left;
				_width:180px;
			}
			.mainCol .entry .previewButton {
				width:70px; height:20px;
				margin:0 5px 0 0;
				display:inline;
				float:left;
			}
				.mainCol .entry .previewButton a:link, .mainCol .entry .previewButton a:visited {
					background:url(../../images/btn_preview.gif) no-repeat top;
					width:70px; height:20px;
					text-decoration:none;
				}
					.mainCol .entry .previewButton a:hover {
						background-position:0 -20px;
					} 
					.mainCol .entry .previewButton  a:active {
						background-position:0 -40px;
					}
			.mainCol .entry .purchaseButton {
				width:70px; height:20px;
				display:inline;
				float:left;
			}
				.mainCol .entry .purchaseButton a:link, .mainCol .entry .purchaseButton a:visited {
					background:url(../../images/btn_purchase.gif) no-repeat top;
					width:70px; height:20px;
					text-decoration:none;				
				}
					.mainCol .entry .purchaseButton a:hover {
						background-position:0 -20px;
					} 
					.mainCol .entry .purchaseButton a:active {
						background-position:0 -40px;
					}
				
