#movie_titles #country {
	padding: 10px 0px;
	text-align: center;
	font-weight: bold;
	color: #0077A2;
}
#movie_titles #subs {
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-weight: normal;
	color: #0077A2;
}
#movie_titles #subs.section {
	padding: 10px 0px;
}
#movie_titles #subs a {
	text-decoration: none;
}
#movie_titles #subs img {
	position: relative;
	top: 3px;
}
#results_header a {
	text-decoration: none;
}

#genreSelect {
	padding-bottom: 10px;
}

#sort {
	padding-bottom: 5px;
	padding-left: 60px;
	padding-right: 60px;
}
#sort a {
	text-decoration: underline;
	border: 1px solid #cccccc;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
	float: left;
	font-size: 13px;
	line-height: 10px;
	text-align: center;
	padding-top: 4px;
	width: 20px;
	height: 16px;
}
#sort a.active {
	background-color: #efefed;
}
#sort a.last {
	margin-right: 0px;
}

#results_header {
	color: #0077A2;
	font-weight: bold;
	padding-bottom: 10px;
}
#results_header .title {
	float: left;
	width: 320px;
	
}

#results .year, #results_header .year {
	float: left;
	text-align: center;
	width: 70px;
	font-weight: bold;
}

#results .rating, #results_header .rating {
	float: right;
	width: 92px;
}

#results .rating {
	padding-top: 5px;
}

#results .column-list.titles .year {
	color: #565656;
	padding: 5px 0px;
}
#results .column-list.titles {
	border-top: 1px dashed #0077A2;
}

#results .column-list.titles .title {
	width: 294px;
	float: left;
}

#results .column-list.titles .flag {
	width: 30px;
	text-align: center;
	float: left;
	padding-top: 5px;
}

#results .column-list.titles .title a {
	text-decoration: underline;
	color: #0077A2;
}
#results .column-list.titles a {
	text-decoration: underline;
	color: #0077A2;
	font-weight: normal;
}
