/* CSS Document */

#event_locations {
	width: 400px;
	margin: 20px 0;
	}
	
#event_locations th {
	text-align: left;
	background: #ddd;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;	
	color: #555;
	font-weight: normal;
	font-size: 11px;
	}
	
#event_locations td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	}	

.event_location {
	width: 100px;
	}
	
#event_locations td.book {
	text-align: right;
	padding-right: 0;
	position: relative;
	height: 25px;
	}

.book_now {
	display: block;
	width: 80px;
	height: 25px;
	background: #cc6600 url(btn_booknow.gif) no-repeat 0 0;
	position: absolute;
	top: 5px;
	right: 0;
	}
	
.book_now:hover {
	background-position: 0 -25px;
	background-color: #ec7600;
	}
	
.book_now * {
	display: none;
	}
	