* {
	margin:0; padding:0;
}

body {
	background:#333;
	font-family:Arial;
	font-size:1em;
}

div.wrapper {
	width:955px;
	margin:50px auto 0 auto;
}

div.content {
	background:#fff;
	padding:10px;
	float:left;
	width:660px;
}

div.left {
	margin-left:40px;
	float:left;
	width:215px;
}

form, div.sidebar {
	margin-bottom:20px;
	background:#eee;
	padding:10px;
}

input.query {
	width:190px
}

input {
	padding:3px
}

h1 {
	font-size:1em;
	margin-bottom:20px
}

h2 {
	font-size:1.1em;
	padding-bottom:10px;
}

h3 {
	font-size:0.9em;
	padding-bottom:10px
}

div.sidebar h3 {
	padding:15px 0px 10px
}

h4 {
	font-size:0.8em;
	padding:10px 0px 5px
}

h5 {
	padding-top:10px
}

p, table.movies td, th, li {
	font-size:0.75em;
	padding:5px 0px;
	list-style-type:none;
}

#TB_window p,
#TB_window a {
	font-size:1em;
}

p.popular_years {
	line-height:26px
}

p.popular_years a {
	padding:2px
}

.center {
	text-align:center
}

td.info div {
	display:none;
}

.no-bottom,
table.movies table tbody {
	border-bottom:0px
}

.icon img {
	margin-bottom:-2px
}

table.movies td {
	padding:5px;
	border-bottom:1px solid #ddd;
}

table.movies table td {
	padding:0px;
	border-bottom:0px;
	font-size:1em
}

tr:hover {
	background:#E7F5FD
}

table.movies {
	width:99%;
	border-collapse:collapse;
}

tbody {
	border-bottom:1px solid #ddd;
}

thead th {
	background-color: #E5E5E5;
	border-bottom: 1px solid #AAA;
	font-weight: bold;
	text-align: left;
	color: #333;
	padding-left:5px
}

thead th a {
	color:#333;
	text-decoration:none;
	border-bottom:0px
}

thead th a:hover {
	color:#000;
}

a img {
	border:0px
}

h1 a {
	color:#222;
	text-decoration:none;
	border-bottom:1px dotted #aaa
}

h1 a:hover {
	color:#000;
	border-bottom:0px;
}

a {
	color:blue;
	border-bottom:1px dotted blue;
	text-decoration:none;
}

a:hover {
	border-bottom-style:solid;
	border-bottom-color:#900;
	color:#a00
}

