/* CSS Document */

/* SLO Movies page CSS
   Author : Danny Thorogood
   Created: 11-01-2007
*/

#top_ten, #new_releases, #feature_movie, #movie_index_movie {
	margin-right:10px;
	border:1px solid #cccccc;
	padding-top:0px;
	margin-bottom:10px;
}

#top_ten_title, #new_releases_title, #feature_movie_title, #movie_index_movie_name {
	background-color:#eeeeee;
}

#new_releases {
	background:#E0E5EB;
	
}

#nav_search_bar #nav {
	background-color:#E0E5EB;
	border:1px solid #cccccc;
}

#movie_index_movie {
	overflow:hidden;
}

/* Code for widget html module */

#movie_widget {
	width:300px;
	float:left;
}

#movie_widget #nav_search_bar #nav {
	background:#0B334C;
	margin:0px;
	overflow: hidden;
	float:left;
	width:295px;
	padding:2px;
	border:1px solid #0B334C;

}

#movie_widget #nav_search_bar #nav li {
	width:8.5em;
	padding-top:0.2em;
	padding-bottom:0.2em;
	border-right:1px solid #E0E5EB;
	display:inline;
	list-style-position:outside;
}

#movie_widget #nav_search_bar #nav a {
	color:#E0E5EB;
	width:8.5em;
	padding:0.2em;
	padding-left:0.4em;
	padding-right:0.4em;
}

#movie_widget #nav_search_bar #nav a:hover {
	background-color:#E0E5EB;
	color:#0B334C;
}

#movie_widget .movies {
	float:left;
}

#movie_widget .movies li {
	list-style-position:outside;
}

#movie_widget h2 {
	margin-left:10px;
	padding-top:5px;
	float:left;
	width:290px;
	margin-top:5px;
}

#movie_widget #search_box {
	float:left; width:300px; border-top:1px solid #0B334C; margin-top:5px; padding-top:3px; text-indent:5px;
}