@charset "utf-8";

/*	-------------------------------------------------------------
	CSS - ELI YOUNG BAND EXTRAS 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		eyb_extras.css
	Date:			Aug 26, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main .mainCol h1#h1Extras {
		width:180px; height:65px;
		margin:14px 0 0 0;
		background:url(../../images/h1_extras.png) no-repeat;
		behavior:url(shared/css/iepngfix.htc);
	}
	
		#main .mainCol h1#h1Ringtones {
		width:520px; height:80px;
		margin:14px 0 0 0;
		background:url(../../images/h1_ringtones.png) no-repeat;
		behavior:url(shared/css/iepngfix.htc);
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.wallpapers {
		width:417px; height:182px;
		margin:0 0 25px 55px; padding:11px 0 0 22px;
		background:url(../../images/wallpaperBG.jpg) no-repeat;
		font:bold 11px Arial, Helvetica, sans-serif;
		color:#baa792;
	}
	.mainCol h2 {
		margin:0 0 5px 0;
		font:bold 18px Arial, Helvetica, sans-serif;
		color:#FFFFFF;
	}
	.wallpapers .entry {
		margin:0 22px 0 0;
		width:175px; height:148px;
		float:left;
	}
	
		.wallpapers .entry a.thumb1:link, .wallpapers .entry a.thumb1:active, .wallpapers .entry a.thumb1:visited{
			width:174px; height:130px;
			background:url(../../images/wallpaper1_thumb.jpg) top no-repeat;
			display:block;
		}
			.wallpapers .entry a.thumb1:hover {
				background-position:bottom;
			}
			
		.wallpapers .entry a.thumb2:link, .wallpapers .entry a.thumb2:active, .wallpapers .entry a.thumb2:visited{
			width:174px; height:130px;
			background:url(../../images/wallpaper2_thumb.jpg) top no-repeat;
			display:block;
		}
			.wallpapers .entry a.thumb2:hover {
				background-position:bottom;
			}
			
		.wallpapers .entry a:link, .wallpapers .entry a:active, .wallpapers .entry a:visited {
			font:bold 11px Arial, Helvetica, sans-serif;
			color:#99151b;
			text-decoration:none;
		}
			.wallpapers .entry a:hover {
				color:#c4b19b;
			}
	.buddyicons {
		margin:0 0 0 55px; padding:11px 0 0 22px;
		width:417px; height:98px;
		background:url(../../images/buddyiconBG.jpg) no-repeat;
	}
		.buddyicons a:link, .buddyicons a:active, .buddyicons a:visited {
			text-decoration:none;
		}
		
		.buddyicons img {
			margin:0 5px 0 0;
		}
		
	#ringtoneContent {
		margin:0 0 0 20px;
		font-family:arial, sans-serif;
	}
	
	#ringtoneContent b {
		color:#571b09;
	}
	
		#ringtoneContent h5 {
			font-size:24px;
			line-height:30px;
			font-family:georgia, serif;
			font-weight:normal;
		}
		
		#ringtoneContent i {
			display:block;
			margin:8px 0 10px 0;
			font-style:normal;
			font-size:13px;
		}
		
		#ringtoneContent sub {
			display:block;
			vertical-align:baseline;
			text-align:center;
			font-size:10px;
			color:#7c7c7c;
		}
			#ringtoneContent sub a {
				color:#7c7c7c;
				font-weight:bold;
			}
				#ringtoneContent sub a:hover {
					color:#000;
				}
			
		#ringtoneContent table {
			margin:20px auto 0 auto;
		}
		
			#ringtoneContent table thead td {
				border-bottom:1px dotted #000;
				font-size:11px;
				color:#571b09;
				font-weight:bold;
			}
		
			#ringtoneContent table tbody td {
				padding:6px 10px 6px 0;
				border-bottom:1px dotted #000;
				font-size:13px;
			}
			
			#ringtoneContent table tbody a.btnGetItNow {
				width:65px; height:21px;
				display:block;
				background:url(../../images/btn_getitnow.gif) top left no-repeat;
				font-size:2px;
				text-indent:-9999px;
			}
				#ringtoneContent table tbody a:hover.btnGetItNow {
					background-position:bottom left;
				}
		
		
	