/*cinema view*/

.cinema-content
{
	min-height: 128px;
}
.cinema-img
{
	width: 185px;
	float: left;
}
.cinema-img img {
  margin: 0 !important;
}
.cinema-title
{
	width: 870px;
	min-height: 30px;
	font-size: 18px;
}
.cinema-author {
  font-size: 12px;
	color: #666666;
}
.cinema-year
{
	width: 600px;
}
.cinema-description
{
  padding-top: 10px;
  font-size: 12px;
}
.cinema-link
{
	color: #000066;
	margin-bottom: 10px;
	cursor: pointer;
	clear: both;
}
.cinema-link:hover
{
	text-decoration: underline;
	width: 795px;
}
.cinema-awards
{
	clear: both;
	display: none;
	width: 795px;
}
.cinema-space
{
	clear: both;
}
.cinema-clearance
{
	width: 795px;
	height: 1px;
	margin: 3px 0px;
	background-color: #ccf;
}