/* NEW STYLES */
h1.title { font-size:22px; color:#FF6700; margin:0; }
.description { margin:6px 0; }
.cover-image { background:#FFB010; padding:8px; display:inline-block; margin:0 0 6px 10px; width:136px; }
ul.download-buttons { list-style:none; padding:0; margin:0; width:170px; }
.download-buttons li { margin:4px 0; }
.download-buttons li a {
	display:block;
	background:#ffb010 url(gradient.png) bottom repeat-x;
	color:#000;
	text-transform:uppercase;
	height:24px;
	line-height:24px;
	padding-left:26px;
	text-decoration:none;
	font-weight:bold;
	border:1px solid #333;
	position:relative;
}
.download-buttons li a:hover { background-color:#e78904; }
.download-buttons span {
	display:block;
	width:14px; height:13px;
	background:url(icon-download.png);
	position:absolute;
	top:5px; left:7px;
}
.line { padding:4px 0; margin:2px 0 2px 0; border-top:1px solid #fa0; }
.scenes-title {
	background:#ccc;
	color:#333;
	text-align:center;
	width:80%;
	margin:10px auto 6px auto;
	height:24px;
	line-height:24px;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
}
.thumb { width:330px; height:300px; margin:4px auto; }
.speed {
	display:block;
	width:66px;
	height:28px;
	float:left;
	color:#fe7c07;
	text-decoration:none;
	line-height:28px;
	font-weight:bold;
	font-size:12px;
	margin:2px 1px;
	border:1px solid #c1c1c1;
	padding-left:12px;
	position:relative;
	left:1px;
}
.speed:hover { background:#95DB00; color:#fff; }
* html .speed { width:80px; }
.speed b.icon {
	display:block;
	width:18px;
	height:22px;
	background:url(movieinfo_files/play_icon.gif) no-repeat;
	position:absolute;
	top:0px; left:4px;
}
.clear { clear:both; }
