
.movie-poster {
	float: left;
	border: 1px dotted #bbb;
	width: 305px; height: 430px;
}

.movie-info-box {
	float: right;
	border: 0px dotted #bbb;
	width: 175px; height: 430px;
	margin-bottom: 16px;
}


#movie a {
	padding-right: 10px !important;
	line-height: 16px !important;
}


#movie-title {
	font: bold 26px/28px sans-serif !important;
	color: #999;
	margin-bottom: 6px;
	letter-spacing: 0 !important;
}

.movie-rating {
	float: left;
	margin: 14px 0 20px 0;
	border: 1px solid #444;
	padding: 3px 4px;
	font: bold 12px/12px georgia;
}

#movie-imdb {
	margin-top: 10px;
	background: url(../images/imdb.jpg) no-repeat;
	padding: 2px 0 0 46px;
	height: 22px;
	color: #999;
	font: bold 13px verdana, sans-serif;
}

.movie-section {
	clear: both;
	font-weight: bold;
	padding: 0 0 0 12px;
	background: url(../images/orange_dot.gif) no-repeat 0 3px;
	margin-bottom: 4px;
	
}





