body {
	background-color: #000;
	margin: 0;
	padding: 30px 0;
}

#wrapper {
	background-color: #fff;
	border: 10px solid #0093d0;
	margin: 0 auto;
	width: 700px;
}

#container {
	background: #f9f8f8 url(/static/messages/images/bf-media-bg.png) repeat-x;
	border: 1px solid #999999;
	padding-bottom: 30px;
	width: 698px;
}

#logo {}

#title {
	background: #0093d0 url(/static/messages/images/bf-media-title-bg.png) no-repeat;
	width: 660px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}

#title h1 {
	position: absolute;
	color: #fff;
	font: bold 14px "trebuchet ms";
	left: 0;
	margin: 0;
	padding: 0 10px;
	top: 0;
	line-height: 30px;
}

#video {
	background: url(/static/messages/images/bf-media-video-bg.png) no-repeat;
	height: 408px;
	margin: 0 auto;
	width: 668px;	
}

#video-player {
        padding: 10px 13px;
}

#player {
        border: 1px solid #999999;
        display: block;
        height: 360px;
        width: 640px;
}


#description {
	background: url(/static/messages/images/bf-media-section-bg.png) repeat-y;
	font: normal 13px "trebuchet ms";
	margin: 0 auto;
	width: 668px;
}

#description p {
	margin: 0 40px;
	padding-bottom: 10px;
}

#videos {
	background: url(/static/messages/images/bf-media-section-bg.png) repeat-y;
	margin: 0 auto;
	height: 92px;
	padding-bottom: 10px;
	width: 668px;
}

#videos a.next, #videos a.prev {
	background: url(/static/messages/images/bf-media-scrollable-btn.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 21px;
	margin: 45px 10px 0 20px;
	_margin: 30px 5px 0 10px;
	width: 21px;
}

#videos a.next { 
	background-position: 0 -21px;
	margin-left: 10px;
	_margin-left: 10px;
}

#videos a.disabled {
	visibility:hidden !important;
}

#scrollable {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	height: 98px;  
	width: 540px;
} 

#scrollable .items {  
	position: absolute;
	width: 20000em;
}

#scrollable .items div {
	float: left;
}

#scrollable .items dl {
	float: left;
}

#scrollable .items dl dt {
	border: 1px solid #999999;
	display: block;
	float: left;
	margin: 0 6px;
}

#scrollable .items dl dt a { 
} 

#scrollable .items dl img {
	border: 0;
	display: block;
	height: 72px;
	margin: 0;
	padding: 0;
	width: 128px;
}

#scrollable .items dl dd {
	display: none;
}

.tooltip {
    background: url(/static/messages/images/bf-media-tooltip-bg.png) no-repeat;
	display: none;
    color: #fff;
	font: normal 12px "trebuchet ms";
	margin: 0 46px;
	height: 65px;
	padding: 20px 15px 0 10px;
	width: 200px;
}

#bottom {
	background: transparent url(/static/messages/images/bf-media-bottom-bg.png) no-repeat;
	height: 15px;
	margin: 0 auto;
	width: 668px;
}

#links ul {
	margin: 10px 20px;
	padding: 0;
}

#links ul li {
	border-left: 1px solid #000;
	float: left;
	line-height: 70%;
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

#links ul li.first {
	border: none;
}

#links ul li a {
	color: #000;
	font: normal 12px "trebuchet ms";
	text-decoration: none;
}

#footer {
	color: #fff;
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	border-right: 1px solid #3386bf;
	display: inline;
	font: normal 11px "trebuchet ms";
	padding: 0 5px 0;
}

#footer ul li.last {
	border: none;
	padding: 0 0 5px 0;
	margin: 0 0 0 5px;
}
