.description {
	margin-bottom:20px;
	overflow:hidden;
}

	.description dt {
		float:left;
		padding-right:30px;
	}
	
	.description dd {
		display:table;
	}
	
		.description p {
			margin-bottom:15px;
		}

.filmsearch {
	padding:0 50px 0 12px;
	width:297px;
}

	.fs-main {
		padding:0 20px 20px 12px;
		width:297px;
	}

	.filmsearch .textbox {
		width:240px;
	}
	
	.filmsearch select {
		width:296px;
	}
	
	.filmsearch dl {
		margin-bottom:4px;
	}
	
		.filmsearch dt {
			margin-bottom:2px;
		}
		
			.filmsearch .right {
				padding-top:20px;
			}
	
			.adv-search {
				background:url("../images/adv-search.gif") no-repeat left;
				padding-left:19px;
				color:#787979;
			}
			
			.filmsearch h3 {
				margin-left:-12px;
			}

.new-films {
	padding:0 0 20px 20px;
	width:500px;
}

	.new-films.one-column {
		width:225px;
	}
			
	.new-films ul {
		line-height:1.2em;
		overflow:hidden;
        margin-top: -0.2cm;
	}

		.new-films li {
			overflow:hidden;
			width:225px;
			float:left;
			height:73px;
			padding:0 20px 0 0;
		}
		
			.new-films li div {
				display:table;
                text-align: left;
			}
		
		.new-films.one-column li {
			padding:0;
		}
		
			.new-films img {
				margin:5px 15px 0 0;
				float:left;
			}
			
			.new-films h4 {
				margin-bottom:0;
			}
			
				.new-films h4 a {
					color:#7f7f7f;
					text-decoration:none;
				}
				
				.new-films h4 a:hover {
					text-decoration:underline;
				}
			
			.new-films h3 {
				margin-left:-12px;
			}

.film-table {
	width:600px;
	border:1px solid #e7e7e7;
	border-bottom:0;
	margin-bottom:20px;
}

	.film-table td {
		border-bottom:1px solid #e7e7e7;
		padding:0 6px;
	}
	
	.film-table th {
		background:#3781C4;
		color:#fff;
		font-weight:normal;
		text-align:left;
		padding:0 6px;
	}
	
		.film-table a {
			color:#7f7f7f;
			text-decoration:none;
		}
		
		.film-table a:hover {
			text-decoration:underline;
		}
