body {
	color: #000000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
}

.clear:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}
.clear {display: inline-block;}
.clear {display: block;}

a, a:hover {
	font-family: Helvetica, Arial, sans-serif;
	color: #B30000;
	text-decoration: none;
}

img {
	border: 0px;
}

h1, h2, h3 {
	color: #B30000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

h1 {
	margin-top: 0.5em;
	margin-bottom: 1em;
}

h2 {
	margin-top: 0.25em;
	margin-bottom: 0.5em;
}

h3 {
	margin-top: 0.1em;
	margin-bottom: 0.2em;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

hr {
	margin-top: 1em;
	margin-bottom: 1em;
}

#menu ul {
	list-style: none;
	float: left;
	clear: left;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

#menu li {
	float: left;
	margin: 0;
	margin-right: 1em;
}

#menu li a {
	display: block;
	margin-bottom: 0;
	border: none;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
}

#container {
  margin:0 auto;
  min-height:250px;
  padding-top:0;
  position:relative;
  text-align:left;
  width:984px;
}

#container-inner {
  padding: 1em;
}

#content .body {
	float: left;
	width: 75%;
}

#content .info {
	float: left;
	width: 25%;
	font-size: 10px;
}

#content .info-inner {
	margin-left: 2em;
}

table td {
	vertical-align: top;
	padding: 0.2em;
}

.cinemixEventTitle {
	color: #B30000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
	display: block;
}

.cinemixEventTime {
	font-size: 120%;
}

.filminfo {
	background-color: #EEEEEE;
}

.noHits {
	margin:10px 0px;
	font-size: 14px;
	color: #B02A19;
}

.movieList .movie {
	height: 150px;
	margin-bottom: 8px;
}

.movieList .movie .section {
	font-size: 10px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

.movieList .movie .title {
	font-size: 14px;
	display: block;
}

.movieList .movie .director {
	font-size: 10px;
	margin-bottom: 20px;
}

.movieList .movie .showings {

}

.movieList .movie .showings .show {
	font-size: 9px;
}

.searchInfo .searchNavigation {
	margin-top: 10px;
}

.searchInfo .searchNavigation a.prev {
	margin-right: 5px;
	float: left;
}

.searchInfo .searchNavigation a.next {
	float: right;
}

.showNumber { font-size: 12px; text-align: right; } 
.showDate { display: block; } 
.showCinema { display: block; } 
.showPrice { display: block; } 
.showTickets { display: block; } 
.showOrder { font-weight: bold; }
.showStatusChanged { background-color: rgb(190,215,237); } 
.showStatusNew { background-color: #F1EE91; } 
.showStatusDismissed { background-color: #E595B8; } 
.showStatusNoTicketsLeft { background-color: rgb(251,82,63); }
.showStatusFewTicketsLeft { background-color: rgb(203,203,71); } 
.showStatusLegend { }

.showStatusChanged a,
.showStatusNew a,
.showStatusDismissed a,
.showStatusNoTicketsLeft a,
.showStatusFewTicketsLeft a {
	color: black;
}

.filmInfo {
	clear: both;
}