@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Jeremih TOUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		j_mobile.css
	Date:			May 26, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	alternate Background Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	body {
		background:#f2f6f0 url(../../images/bg_bodyChair.jpg) center 40px no-repeat;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header ul li.mobile a {
		background-position:-500px bottom;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	ContentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#contentSpace {
		margin:50px 0 65px 0;
	}
	#mainCol {
		padding:0;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	Top Content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#topContent {
		margin:45px 0 65px 0;
		background:url(../../images/bg_topContent.png) 335px 0 repeat-y;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol table Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
		#mainCol h2 {
			margin:0 0 35px 0;
			width:99px; height:24px;
			background:url(../../images/h2_mobile.png) 0 0 no-repeat;
		}
		#mainCol table {	
		}
			#mainCol col#ringtoneCol {
			}
			#mainCol col#albumCol {
			}
			#mainCol col#buyCol {
			}
			#mainCol thead {	
			}
			#mainCol thead th {
				padding:0 0 18px 0;
				height:22px;
				text-align:left;
			}
				#mainCol thead th.thRingtone {
					width:235px; height:22px;
				}
				#mainCol thead th.thAlbum {
					width:200px; height:22px;	
				}
				#mainCol thead th.thBuy {
					width:160px; height:22px;
				}
			#mainCol tbody {		
			}
			#mainCol tbody tr {
				background:url(../../images/border_dash.png) bottom left repeat-x;
			}
				#mainCol tbody tr td {
					padding:15px 0 10px 0;
				}
					#mainCol tbody tr td.ringtone {	
						padding:0 25px 0 0; 
						font:normal 11px Arial, Helvetica, sans-serif;
						color:#000;
					}
					#mainCol tbody tr td.album {
						font:bold 11px Arial, Helvetica, sans-serif;
						color:#ff0042;
					}
						#mainCol tbody tr td.album a {
							font:bold 11px Arial, Helvetica, sans-serif;
							color:#ff0042;
						}
							#mainCol tbody tr td.album a:hover {
								font:bold 11px Arial, Helvetica, sans-serif;
								color:#000;
							}
					#mainCol tbody tr td.buy {
					}
					#mainCol tbody tr td.buy a.btn_buyRingtone {
						width:113px; height:18px;
						float:left;
						background:url(../../images/btn_buyRingtone.png) 0 0 no-repeat;
						display:inline;
					}
						#mainCol tbody tr td.buy a.btn_buyRingtone:hover {
							background-position:0 -30px;
						}
	

