

.movielister_eventcontainer{
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.movielister_image{
	float: right;
	display: inline;
	margin-left: 15px;
	margin-bottom: 15px;
}

.movielister_viewtrailer{
	margin-top: 10px;
}

.movielister_title{
	margin-bottom: 6px;
}

.movielister_title,
.movielister_title a,
.movielister_title a:link,
.movielister_title a:visited,
.movielister_title a:hover,
.movielister_title a:active{
	color: #3f5d7f;
	font-size: 17px;
	font-weight: 600;
	text-transform: lowercase;
}

.movielister_rating,
.movielister_rating span{
	color: #050d16;
	font-size: 17px;
	font-weight: 600;
	text-transform: lowercase;
}

.movielister_rating span{
	padding: 0 5px;
}

.movielister_location{
	margin-bottom: 12px;
}

.movielister_location p{
	margin: 0;
	padding: 0;
}

.movielister_theatername{
	color: #050d16;
	font-weight: 600;
	text-transform: lowercase;
}

.movielister_showtimetitle,
.movielister_summarytitle{
	margin: 0;
	padding: 0;
	font-size:12px;
	font-weight: 600;
	color: #050d16;
	text-transform: lowercase;
}

.movielister_showtime{
	margin: 0;
	padding: 0;
}

.movielister_showtime li{
	margin-bottom: 3px;
	padding: 0;
	list-style-type: none;
}

.movielister_summaryinner{
	clear: both;
}



/* Theaters View */

.TheatersView{
	margin-bottom: 10px;
	width: 100%;
}

.TheatersView_theatername{
	margin-bottom: 6px;
	color: #3f5d7f;
	font-size: 17px;
	font-weight: 600;
	text-transform: lowercase;
}

.TheatersView ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.TheatersView ul li{
	margin-bottom: 3px;
	padding: 0;
	list-style-type: none;
}

.TheatersView_ticketstitle,
.TheatersView_showtimestitle{
	margin: 0;
	padding: 0;
	font-size:12px;
	font-weight: 600;
	color: #050d16;
	text-transform: lowercase;
}

.TheatersView_location,
.TheatersView_tickets,
.TheatersView_showtimes{
	margin-bottom: 12px;
}
