/* NEW STYLES */
#movie-box { position:relative; margin:auto; }
*+html #movie-box { width:730px; }
* html #movie-box { width:730px; }
img.backcover { display:none; }
h1.title { font-size:22px; color:#FF6700; margin:0; }
.description { margin:6px 0; }
.cover-image { background:#FFB010; padding:1px; display:inline-block; margin:0 0 4px 0; width:168px; }
.cover-image a img { display:block; border:none; width:100%; }
ul.download-buttons {
	list-style:none;
	padding:0; margin:4px 0 0 0;
	width:180px; height:130px;
}
*+html ul.download-buttons { margin:6px 0 0 0; }
* html ul.download-buttons { margin:6px 0 0 0; }
.download-buttons li { margin:0; }
.download-buttons li a, .download-buttons li .disabled {
	display:block;
	color:#810;
	height:24px;
	line-height:22px;
	text-decoration:none;
	font-size:12px;
	position:relative;
	border:none;
	padding-left:10px;
	background:url(dlbg.png) no-repeat;
	text-align:left;
}
.download-buttons li .disabled { background-position:0 -48px; color:#ccc; opacity:.6; filter:alpha(opacity=60); }
.download-buttons li a:hover {
	background:transparent url(dlbg.png) 0 -24px no-repeat;
	color:#fff;
}
.download-buttons li a span, .download-buttons li .disabled span {
	display:block;
	width:52px; height:10px;
	color:#810;
	font-size:11px;
	line-height:10px;
	position:absolute;
	right:27px; bottom:8px;
}
.download-buttons li .disabled span { color:#ccc; }
.download-buttons li a:hover span { color:#fff; }

/*.download-buttons li a .icon { background-position:-24px 0; }
.download-buttons li a:hover .icon { background-position:0 0; }*/
.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; }
.clear { clear:both; }
.detailtxtHeader, .detailtxt, .details a { font-family:arial, helvetica, sans-serif; font-size:13px; }
.favorite { }
*+html .favorite { margin-left:12px; }
* html .favorite { margin-left:12px; }
.favorite img {
	display:block;
	vertical-align:middle;
	margin-right:4px;
	position:relative;
	top:2px;
	float:left;
}
.favorite a {
	display:block;
	line-height:18px;
	height:18px;
	margin:0 auto;
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
}
.favorite a:hover { text-decoration:underline; }

