@charset "utf-8";
/* CSS Document */
.yearSort {
	position:relative;
	margin-top:60px;
	margin-left:10px;
	width:570px;;
	background-color:#CCC;
	padding:10px;
	height:20px;
}
.yearListBar {
	float:right;
	position:relative;
}
.heading1 {
	font-size:16px;
	font-weight:bold;
	color:black;
	float:left;
	position:relative;
}
.yearListBarChild {
	width:200px;
	font-size:16px;
	background-color:#999;
	border:none;
	color:white;
}
#festivalYear {
	font-size:11px;
	color:black;
	font-weight:bold;
}
.allFilms {
	postition:relative;
	float:right;
	padding-top:5px;
	clear:both;
}
