@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - KENNY LATTIMORE EVENTS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		kl_events.css
	Date:			Aug 25, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main h1#h1Mobile {
		width:598px; height:132px;
		background:url(../../images/h1Mobile.jpg) no-repeat;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	Content Space
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main .mainCol .content {
		width:587px;
		margin:0 0 0 10px; padding:0 0 20px 0;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	eventsTable Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#mobileTable {
	border-collapse:collapse;
	width:588px;
	}
	#mobileTable thead {
		font:bold 12px Arial, Helvetica, sans-serif;
		color:#009ee7;
		text-align:left;
	}
		#mobileTable th {
			padding:0 0 10px 0;
		}
	#mobileTable tr.odd{
		/*background:#d0c4ae;*/
		height:20px;
		background:url(../../images/bg_odd1.jpg) no-repeat;
	}
	#mobileTable col#titleCol {
		width:385px;
	}
	#mobileTable col#previewCol {
		width:69px;
	}
	#mobileTable td {
		padding:5px 0 5px 0;
		vertical-align:top;
		font:bold 10px Arial, Helvetica, sans-serif;
		color:#6f635b;
	}
	#mobileTable td.title {
		width:347px;
		padding:9px 0 5px 38px;
		font:bold 10px Arial, Helvetica, sans-serif;
		color:#363334;
	}
		#mobileTable tbody tr .feature {
			font:normal 10px Arial, Helvetica, sans-serif;
			color:#716142;
			line-height:10px;
		}
	#mobileTable a.preview:link, #mobileTable a.preview:active, #mobileTable a.preview:visited {
		width:69px; height:20px;
		background:url(../../images/btn_preview1.png) no-repeat;
		display:block;
	}	
		#mobileTable a.preview:hover {
			background-position:bottom;
		}
	#mobileTable a.purchase:link, #mobileTable a.purchase:active, #mobileTable a.purchase:visited {
		width:79px; height:20px;
		background:url(../../images/btn_purchase1.png) no-repeat;
		display:block;
	}	
		#mobileTable a.purchase:hover {
			background-position:bottom;
		}