/* RESET */
*{
	margin:0;
	padding:0;
	}
img{
	border:0;
	}
	
/* STRUCTURE */
html, body{
	height:100%;
	}
body, table{
	font:7.5pt Helvetica, Verdana, Arial, Serif;
	}
body{
	line-height:1.5em;
	color:#666;
	background-color:#f8f8f8;
	text-align:center;
	}
table{
	height:100%;
	border-collapse:collapse;
	}
#container{
	width:770px;
	margin:0 auto;
	text-align:left;
	}
#container td{
	background:#fff;
	vertical-align:top;
	}
#content{
	border-top:1px solid #000;
	padding:20px;
	}
p{
	padding-bottom:0.5em;
	padding-right:1em;
	}
#play{
	float:left;
	height:auto;
	padding-bottom:20px;
	}
#play{
	min-width:420px;
	_width:420px;
	}
.rollovers #play{
	min-width:540px;
	_width:540px;
	}
#reel{
	width:290px;
	float:right;
	padding-bottom:20px;
	}
.rollovers #reel{
	width:166px;
	}
#clips-list a{
	display:block;
	}
#play h2{
	display:none;
	}
#footer{
	clear:both;
	}
#header{
	background-color:#f8f8f8;
	background-repeat:no-repeat;
	background-position:20px center;
	}
#header h1{
	height:4em;
	font-size:1.5em;
	line-height:4em;
	text-align:right;
	padding-right:20px;
	}
#contact-details h2{
	padding-top:2em;
	}
#video-size, #paging{
	line-height:2em;	
	}
#description{
	clear:left;
	}
	
/* DOUBLE SIZED STYLING */
body.doublesize div#header{
	float:none;
	width:auto;
	}
body.doublesize div#description{
	display:none;
	}
body.doublesize div#play{
	margin:0 auto;
	float:none;
	text-align:center;
	}
body.doublesize div#play-clip{
	display:none;
	}
body.doublesize div#contact-details{
	display:none;
	}
body.doublesize div#clips{
	width:auto;
	}
body.doublesize #asset{
	float:none;
	}
body.doublesize #reel{
	float:none;
	width:auto;
	}
body.doublesize ul#clips-list {
	width:auto;
	float:none;
	text-align:center;
	}
body.doublesize ul#clips-list li{
	float:none;
	clear:none;
	display:inline;
	width:auto;
	}
body.doublesize ul#clips-list li a{
	display:inline;
	float:none;
	}
body.doublesize ul#clips-list li img{
	float:none;
	}
body.doublesize ul#clips-list li span.details{
	display:none;
	}
body.doublesize #paging{
	text-align:center;
	}
body.doublesize ul#clips-list li a:hover .details{
	display:none;
	}
body.doublesize #content{
	padding:20px 0;
	text-align:center;
	}
body.doublesize .archive-file li.filename, body.doublesize ul.podcast{
	padding:0 20px;
	}
	
/* HEADINGS */
h1, h2{
	font-size:1em;
	}
	
/* LISTS */
ul{
	list-style-type:none;
	}

/* LINKS */
a{
	color:#000;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
div#details a{
	background:url(/images/beamreels/styles/ddb/east_arrow.gif) no-repeat left;
	padding:2px 0 2px 13px;
	}
.rollovers ul#clips-list a:hover{
	text-decoration:none;
	}
	
/* CLIP LIST */
ul#clips-list {
	float:right;
	width:100%;
}
ul#clips-list li{
	float:right;
	clear:right;
	width:100%;
	}
ul#clips-list li.active{
	font-weight:bold;
	}
.rollovers ul#clips-list li{
	line-height:0;
	clear:right;
	position:relative;
	width:146px;
	cursor:pointer;
	float:right;
	}
.rollovers ul#clips-list li.active{
	font-weight:normal;
	}
.rollovers ul#clips-list li a{
	display:block;
	float:right;
	}
ul#clips-list li img{
	float:right;
	width:80px;
	height:60px;
	}
img.clipframe-2,img.clipframe-3,img.clipframe-4,img.clipframe-5{
	display:none;
	}
#paging{
	text-align:right;
	}
ul#clips-list img{
	position:relative;
	z-index:9;
	}
ul#clips-list .details{
	padding-top:15px;
	display:block;
	}
.rollovers ul#clips-list .details{
	display:none;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	border:2px solid #666;
	width:161px;
	_height:60px;
	padding-top:56px;
	overflow:hidden;
	}
ul#clips-list .details span{
	display:block;
	}
.rollovers ul#clips-list .details span{
	display:block;
	line-height:2em;
	min-height:2em;
	height:2em;
	padding:0 10px;
	background-color:#666;
	color:#fff;
	overflow:hidden;
	}
.rollovers ul#clips-list li a:hover .details{
	display:block;
	}
/*align the download links with the filename */	
ul.archive-file {
	width:100%;
	float:left;
	clear:left;
	padding:0 0 10px 0;
	text-align:left;
}
ul.archive-file li.filename {
	display:block;
	clear:left;
	border:0px solid red;
}
ul.archive-file li.filename div{
	border:0; 
	width:50%;
	overflow:hidden; 
	float:left;
}

/* PODCAST */
ul.podcast{
	text-align:left;
	clear:left;
	list-style-type:none;
	}
ul.podcast li{
	background:url(/images/channel/ico_rss_small.gif) no-repeat left;
	padding-left:20px;
	height:2em;
	line-height:2em;
	}
	
/* METADATA */
.metadata {
	width:100%;
	clear:left;
	float:left;
	}
.metadata dt{
	float:left;
	clear:left;
	padding-right:1ex;
	}
	
