/* SHOWS PAGE */

#locator {
	width: 780px;
	height: 20px;
	margin: 20px 0px 0px 0px;
	padding: 0px 20px 0 20px;
	color: #fff;
	font-size: 12px;
}
	#locator a {
		color: #3399ff;
		text-decoration: none;
	}
	#locator .locator-arrows {
		color: #666;	
	}
	
#content-whitebg {
	background: #fff;
	width: 780px;
	height: auto;
	padding: 20px;
	margin: 0;
	float: left;
}

#shows-holder {
	width: 600px;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
}

#shows-top {
	width: 600px;
	height: auto;
	padding: 0px 0px 20px 0px;
	margin: 0;
	float: left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#shows-bottom {
	width: 600px;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
	border-right: 1px solid #ccc;
}
#pages-content {
	width: 580px;
	height: auto;
	padding: 0 19px 0 0;
	margin: 0;
	float: left;
	border-right: 1px solid #ccc;
}

#shows-sidebar-right {
	width: 160px;
	/*min-height: 260px; */
	height: 100%;
	padding: 0;
	margin: 0px 0px 0px 19px;
	float: left;
}

.shows-sidebar-left {
	width: 160px;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
}
	#shows-images {
		width: 160px;
		height: 215px;
		padding: 0;
		margin: 0;
		background: #f6f6f6;
	}
	#shows-menu {
		width: 160px;
		min-height: 100px;
		padding: 0;
		margin: 0;
		font-size: 12px;
		color: #000;
		font-weight: bold;
	}
		.shows-menu a {
			color: #000;
			font-weight: bold;
		}
	
		.shows-menu-item {
			width: 138px;
			height: 12px;
			border-left: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #ccc;
			background: #eff9fc;
			padding: 13px 0px 13px 20px;
		}
		#shows-menu ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		#shows-menu li {
			width: 138px;
			height: 12px;
			padding: 13px 0px 13px 20px;
		}
		.shows-menubar {
			border-left: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			border-right: 1px solid #ccc;
			background: #eff9fc;
		}
		.shows-menubar-hilight {
			border-left: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
		}
		.shows-menu-hilight {
			width: 139px;
			height: 12px;
			border-left: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			padding: 13px 0px 13px 20px;
		}
		#shows-menu li a {
			color: #000;
			font-weight: bold;
		}
		#shows-menu li .active { 
			background-color: #333; 
			width: 100%;
			height: 100%;
		}

.shows-main {
	width: 400px;
	height: auto;
	padding: 0px 20px 0px 20px;
	margin: 0;
	float: left;
}
#shows-main-bottom {
	width: 400px;
	height: auto;
	padding: 0px 20px 0px 20px;
	margin: 0;
	float: left;
}
	#shows-desc {
		width: 400px;
		min-height: 185px;
		padding: 0;
		margin: 0;
	}
	#shows-purch {
		width: 400px;
		height: 30px;
		padding: 0;
		margin: 0;
		text-align: left;
	}
		.shows-purch-sub {
			width: auto;
			height: 11px;
			border-left: 1px solid #ccc;
			padding: 9px 0px 10px 10px;
			margin: 0px 0px 0px 10px;
			float: left;
		}
		.shows-purch-image {
			width: auto;
			height: 30px;
			float: left;
		}
	#shows-details {
		width: 400px;
		height: auto;
		margin: 0;
		padding: 0;
	}
		#shows-details-left {
			width: 180px;
			height: auto;
			padding: 0;
			margin: 20px 20px 0px 0px;
			float: left;
		}
		#shows-details-right {
			width: 180px;
			height: auto;
			padding: 0;
			margin: 20px 0px 0px 20px;
			float: right;
		}
			#venue {
				width: 180px;
				height: 36px;
				margin: 10px 0px 0px 0px;
				padding: 0;
			}
			#venue-image {
				width: 25px;
				height: 27px;
				padding: 5px 5px 2px 5px;
				margin: 0;
				float: left;
			}
			#venue-top {
				width: 143px;
				height: 12px;
				float: right;
				padding: 2px 0px 3px 0px;
			}
			#venue-bottom {
				width: 143px;
				height: 17px;
				float: right;
			}
