@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - TOUR : 	Serabee
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sera_tour.css
	Date:			Oct 7, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	#nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li.tour a {
		background-position:-227px -11px;
	}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	#tour Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	h2#h2_tour {
		width:328px; height:34px;
		margin:0 0 0 56px;
		background:url(../../images/h2_tourdates.png) 0 0 no-repeat;
	}
	#tour {
		width:728px;
		margin:0 auto; padding:29px 0 20px 0;
	}
		#tour .tourTable {
			clear:both;
		}
		#tour .tourTable col.dateCol {
			width:77px;
		}
		#tour .tourTable col.venueCol {
			width:260px;
		}
		#tour .tourTable col.locationCol {
			width:307px;
		}
		#tour .tourTable col.ticketsCol {
			width:71px;
		}
			#tour .tourTable td.tickets a {
				width:71px; height:14px;
				background:url(../../images/btn_buyTickets.png) 0 0 no-repeat;
				display:block;
				text-indent:-3000px;
			}
				#tour .tourTable td.tickets a:hover {
					
				}
			#tour .tourTable thead {
			
			}
				#tour .tourTable thead tr {
				
				}	
					#tour .tourTable thead tr th {
						text-align:left;
					}
					#tour .tourTable thead .thDate {
						width:77px; height:21px;
					}
					#tour .tourTable thead .thVenue {
						width:260px; height:21px;
					}
					#tour .tourTable thead .thLocation {
						width:307px; height:21px;
					}
					#tour .tourTable thead .thTickets {
						width:71px; height:21px;
						padding:0 8px 0 0;
					}
			#tour .tourTable tbody tr {
			}
				#tour .tourTable tbody tr td {
					padding:7px 0 7px 0;
					background:#76617c;
					color:#fff;
					vertical-align:top;
				}
				#tour tbody tr td.date {
					padding-left:5px;
				}
		#tour a.btn_more {
			margin-top:29px;
			margin-bottom:22px;
		}