/* Base style sheet over-rides for the DF DVD Promo page   */
/* Relies on base_style.css to inherit most formatting     */

#content {
	background: #ffffff url('../images/dvd_background.jpg') no-repeat right bottom;
	
}

#content #left {
	float: left;
	width: 386px;
}

/* The thumbnail images */
#content #right {
	float: right;
	margin-top: -32px;
}

#right .img_right {
	padding-right: 52px;
	padding-left: 7px;
	padding-top: 9px;
}

img { border: 0; }

#right img { border: 0; }


/* A content box for the showreel info */
#showreel {
	background: #ffffff;
	border: 1px #d1d1d1 solid;
	width: 152px;
	height: 93px;
	margin-left: 6px;
	font-size: 8px;
	line-height: 13px;
	padding: 2px;
	float: right;
}

#showreel b {
	font-weight: normal;
	color: #a0a274; 
}

#showreel a {
	font-weight: normal;
}

/* Slightly reduce the default spacing */
#content ul li { padding-bottom: 7px; }

.sampler {
	margin-left: -12px;
	float: left;
}
