ul.item_container {
	display: block;
	float: left;
	padding: 0 20px;
	width: 900px;
	min-height: 300px;
}

li.show {
	display: block;
    margin-top: 20px;
    padding: 10px;
    width: 570px;
    background-color: #99CCCC;
    color: #006A71;
}

div.show_icon {
	float: left;
	width: 80px;
	display: block;
}

div.show_icon img {
	max-width: 80px;
	max-height: 80px;
}

div.show-box {
	background-color: #FFFFFF;
	padding: 10px;
}

div.show_details {
	padding: 0 0 0 10px;
	float: left;
	width: 400px;
}

div.show_attributes {
	font-size: 8pt;
	margin: 10px 0;
}

div.show_title a {
	font-size: 20px;
	font-weight: bold;
	color: inherit;
}

span.show_genre {
	padding: 2px;
	font-weight: bold;
}

span.sep {
	color: #000000;
	margin: 0 5px;
}

span.next-show-title {
	font-weight: bold;
}

span.next-show {
	color: #000000;
}

span.latest_show a {
	font-weight: bold;
	color: inherit;
}

div.show_description {
	color: #000000;
}