﻿.clear
{
	clear:both;
}

div.film
{
	margin-bottom:1em;
	width:100%;
}

div.film h3
{
	color: #999;
	margin-bottom: 0.5em;
}

div.film h3 a
{
	color: #999 !important;
	font-size: 100% !important;
	font-weight: bold !important;
	text-decoration: underline;
}

h2
{
	float:left;
}

div.classification
{
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	margin-left: 1em;
	width: 31px;
}

div.classification.Universal
{
	background-image: url(../../Assets/Images/cinema/U.png);	
}

div.classification.ParentalGuidance
{
	background-image: url(../../Assets/Images/cinema/PG.png);
}

div.classification.SuitableFor12YearsAndOver
{
	background-image: url(../../Assets/Images/cinema/12A.png);
}

div.classification.SuitableOnlyFor15YearsAndOver
{
	background-image: url(../../Assets/Images/cinema/15.png);
}

div.classification.SuitableOnlyForAdults
{
	background-image: url(../../Assets/Images/cinema/18.png);
}

span.detail
{
	display: block;
	padding-bottom: 0.5em;
}

span.caption
{
	display: inline-block;
	font-weight: bold;	
	padding-right: 0.5em;
}

span.showingTime
{
	margin-right: 0.25em;
}

div.contentContainer
{
	min-height: 640px;
}

