@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - LLOYD RINGTONES CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		lloyd_ringtones.css
	Date:			July 14, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol {
		
	}
	.mainCol h1#hdrRingtones {
		margin:0 0 24px 0;
		width:430px; height:33px;
		background:url(../../img/h1_ringtones.png) no-repeat;
		behavior:url(shared/css/iepngfix.htc);
	}
	.mainCol h1 {
		font:normal 28px Arial, Helvetica, sans-serif;
		color:#fff;
	}
	.contentHolder {
	
	}
		.contentHolder h2 {
		
		}
	/* Ringtones New Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.contentHolder .new {
		margin:0 0 0 8px;
		width:415px;
	}
		.new .entry {
			margin:0 0 6px 0;
			width:415px; height:81px;
			background:url(../../img/ringtones_newContent.jpg) no-repeat;
		}
			.new h2 {
				margin:0 0 9px 0;
				font:bold 20px Arial, Helvetica, sans-serif;
			}	
			.entry a.album1:link, .entry a.album1:active, .entry a.album1:visited {
				margin:1px 10px 0 1px;
				width:79px; height:79px;
				background:url(../../img/album1.jpg) no-repeat;
				display:block;
				float:left;
			}
			.entry a.album2:link, .entry a.album2:active, .entry a.album2:visited {
				margin:1px 10px 0 1px;
				width:79px; height:79px;
				background:url(../../img/album2.jpg) no-repeat;
				display:block;
				float:left;
			}	
			.entry .albumInfo {
				margin:22px 0 0 0;
				width:320px;
				font:bold 11px Verdana, Arial, Helvetica, sans-serif;
				float:left;
			}
				.entry .albumInfo a.preview:link, .entry .albumInfo a.preview:active, .entry .albumInfo a.preview:visited {
					margin:8px 0 0 0;
					width:53px; height:20px;
					background:url(../../img/btn_preview.jpg) top no-repeat;
					display:block;
					float:left;
				}
					.entry .albumInfo a.preview:hover {
						background:url(../../img/btn_preview.jpg) bottom no-repeat;
					}
				.entry .albumInfo a.purchase:link, .entry .albumInfo a.purchase:active, .entry .albumInfo a.purchase:visited {
					margin:8px 0 0 9px;
					width:61px; height:20px;
					background:url(../../img/btn_purchase.jpg) top no-repeat;
					display:block;
					float:left;
				}
					.entry .albumInfo a.purchase:hover {
						background:url(../../img/btn_purchase.jpg) bottom no-repeat;
					}
	/* classsics Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.contentHolder .classics {
		margin:0 0 0 8px;
		width:415px;
	}
		.contentHolder .classics h2 {
			margin:25px 0 9px 0;
			font:bold 16px Arial, Helvetica, sans-serif;
		}
		.classics .entry {
			margin:0 0 6px 0;
			width:415px; height:27px;
			background:url(../../img/ringtones_content.jpg) no-repeat;
		}
			.entry a.songTitle:link, .entry a.songTitle:active, .entry a.songTitle:visited {
				padding:6px 0 0 3px;
				width:266px;
				font:normal 11px Verdana, Arial, Helvetica, sans-serif;
				display:block;
				float:left;
			}
			.entry a.preview:link, .entry a.preview:active, .entry a.preview:visited {
					margin:3px 0 0 0;
					width:53px; height:20px;
					background:url(../../img/btn_preview.jpg) top no-repeat;
					display:block;
					float:left;
			}
				.entry a.preview:hover {
					background:url(../../img/btn_preview.jpg) bottom no-repeat;
				}
			.entry a.purchase:link, .entry a.purchase:active, .entry a.purchase:visited {
				margin:3px 0 0 9px;
				width:61px; height:20px;
				background:url(../../img/btn_purchase.jpg) top no-repeat;
				display:block;
				float:left;
			}
				.entry a.purchase:hover {
					background:url(../../img/btn_purchase.jpg) bottom no-repeat;
				}
	/* more hits Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.contentHolder .moreHits {
		margin:0 0 0 8px; padding:0 0 20px 0;
		width:415px;
	}
		.contentHolder .moreHits h2 {
			margin:19px 0 9px 0;
			font:bold 16px Arial, Helvetica, sans-serif;
		}
		.moreHits .entry {
			margin:0 0 6px 0;
			width:415px; height:27px;
			background:url(../../img/ringtones_content.jpg) no-repeat;
		}