/*
** 
** Shows-page styling
**
*/
.shows-list {
	height:460px;
	left:0;
	padding:90px 20px 0;
	position:absolute;
	top:0;
	width:300px;
}

.show-listing {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0 0 10px 0;
}

.show-listing .info {
	color:#4D4D4D;
}
	
	.show-listing li {
		padding:1px 0;
	}
	
	.info .locale {
		color:#808080;
		float:right;
		text-transform:uppercase;
	}
	
	.info .venue {
		font-weight:bold;
		text-transform:uppercase;
	}

.show-listing .description {
	color:#808080;
}

.show-listing .links,
.show-listing .links a {
	color:#333333;
	font-size:9px;
	text-decoration:none;
}

.show-listing .links a:hover {
	color:#000000;
	text-decoration:underline;
}

.action-button {
	clear:both;
	padding:20px 0 0 0;
}

.action-button a img {
	background-image:url(/design/button-shows-view.png);
	background-repeat:no-repeat;
	height:27px;
	width:296px;
}

.action-button a:hover img {
	background-position:0 -27px;
}
