a.play {
	display: block !important;
	width: 14px;
	height: 14px;
	background: url(/img/videoplay.png) !important;
	background-repeat: no-repeat;
	text-indent: -9000px;
	float: right;
	margin-right: 3px;
	margin-top: 3px;
}

/* ----------------------------------------------------------------------------
Tabs
---------------------------------------------------------------------------- */
.videopage #header ul#tabs li#filmstab a {
	background-position: 0 0;
	color: #fa5a28;
}
.videopage #header ul#tabs li#photostab a {
	background-position: -157px 0;
}
.photopage #header ul#tabs li#filmstab a {
	background-position: 0 -40px;
}
.photopage #header ul#tabs li#photostab a {
	background-position: -157px -40px;
	color: #fa5a28;
}
.photopage #header ul#tabs li#filmstab a:hover {
	background-position: 0px -240px;
}
.videopage #header ul#tabs li#photostab a:hover {
	background-position: -157px -200px;
}

/* ----------------------------------------------------------------------------
Mediaplayer
---------------------------------------------------------------------------- */
#mediaplayer {
	border: 1px solid #ccc;
	margin-right: 10px;
	width: 640px;
}
#mediaplayer #player {
	display: block;
	height: 400px;
	width: 640px;
}
#mediaplayer .add_content {
	border-top: 1px dotted #ccc;
	/* color:#666464;*/
	line-height:35px;
	margin: 0 10px -7px;
	overflow: hidden;
	padding: 3px 0 0;
	text-transform: uppercase;
	height: 55px;
}
#mediaplayer .add_content ul,
#mediaplayer .add_content p {
	display: inline;
	float: left;
	margin-top: 5px;
}
#mediaplayer .add_content ul li {
	display: inline;
	float: left;
	margin-left: 10px;
}
#mediaplayer .add_content ul li img {
	vertical-align: top;
}

#mediaplayer #download_button 
{
	vertical-align:text-bottom;
	padding: 0 4px 0;
}

#mediaplayer .login-link {
	color: #004276;
	cursor: pointer;
}
#mediaplayer .login-link-hover {
	color: #000000;
	cursor: pointer;
}


/* MEDIA PLAYER ADDITIONAL CONTENT BUTTONS */
#mediaplayer .add_content ul li a {
/* display:block;*/
/* height:36px;*/
/* width:36px;*/
/* background:transparent url(/img/icons/related_icons.png) 0 0 no-repeat;*/
}
#mediaplayer .add_content ul li a#photos_button {
	background-position: 0 0;
}
#mediaplayer .add_content ul li a#films_button {
	background-position: 0 -43px;
}
#mediaplayer .add_content ul li a#interviews_button {
	background-position: -43px 0;
}
#mediaplayer .add_content ul li a#research_button {
	background-position: -86px 0 ;
}
#mediaplayer .add_content ul li a#map_button {
	background-position: -129px 0;
}
#mediaplayer .add_content ul li a#transcript_button {
	background-position: -171px 0;
}
#mediaplayer .add_content iframe {
	width: 48px !important;
	height:20px !important;
}
#mediaplayer .add_content .fb_like_wrapper {
	width:47px;
	position:relative;
	top:3px; 
	padding: 0 0 0 5px;
}
#mediaplayer p.unitExt {
	float: right;
}
#mediaplayer p.unitExt a {
	text-transform: uppercase;
}
#mediaplayer p.unitExt a img {
	margin-top: 2px;
	vertical-align: top;
}
/* ----------------------------------------------------------------------------
Mediainfo Structure
---------------------------------------------------------------------------- */
#mediainfo {
	margin: 10px 0 7px;
	border: 1px solid #ccc;
	overflow: hidden;
}

#mediainfo div.line {
	padding: 10px;
}

/* open and closed */
#mediainfo div.unit {
	float: left;
	width: 630px;
}

#mediainfo .unit.properties {
	width: 286px;
	float: right;
}

#info {
	display: inline-block;
	float: left;
	height: 390px;
	overflow: auto;
	width: 630px;
}

#close {
	background: #ededed;
	clear: both;
	display: block;
	line-height: 18px;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
}
#close a {
	float: right;
	line-height: 18px;
	padding-right: 10px;
	text-transform: uppercase;
}
#close a img {
	vertical-align: top;
}

#mediainfo .unitwrapper {
	overflow: auto;
}

#mediainfo .jScrollPaneContainer {
	float: left;
}

/* closed */
#mediainfo.closed div.description p {
	padding-right: 70px;
}

#mediainfo.closed #close {
	display: none;
}

#mediainfo.closed #info {
	display: none !important;
}

#mediainfo.closed .unitwrapper {
	width: auto;
}


/* open */
#mediainfo.open div.description p {
	padding-right: 20px;
}

#mediainfo.open div.unit {
	width: 280px;
}

#mediainfo.open .unitwrapper {
	width: 300px;
}

#mediainfo.open #close {
	display: block !important;
}

#mediainfo.open #info {
	display: inline-block !important;
}

#mediainfo.open .description {
	width: 280px;
	float: right;
}

/* ----------------------------------------------------------------------------
Mediainfo Content Styles
---------------------------------------------------------------------------- */


#mediainfo h1,
#mediainfo dt {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}
#mediainfo h1 strong {
	font-weight: bold;
}
#mediainfo p {
	font-size: 12px;
	line-height: 16px;
}
#mediainfo dl {
	overflow: hidden;
}
#mediainfo dt {
	clear: left;
	display: inline;
	float: left;
	margin-right: 5px;
}
#mediainfo dd {
	display: block;
	font-size: 12px;
	line-height: 20px;
}
#mediainfo dd strong {
	font-weight: bold;
	text-transform: uppercase;
}

#mediainfo .fluff {
	display: none;
}

a#more {
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
	color: rgb(250,90,40);
}

#info h3 {
	font-size:12px;
	font-weight: bold;
	line-height: 15px;
	margin: -2px 0 5px;
	text-transform: uppercase;
}
#info dl {
	padding-bottom: 10px;
}
#info dt {
	float: left;
	width: 50px;
}
#info dd {
	margin: 0 0 10px 65px;
}

div.section.transcript dd {
	cursor: pointer;
}


/* ----------------------------------------------------------------------------
Remote
---------------------------------------------------------------------------- */
.remote {
	background: url(/img/placescauses.jpg) no-repeat;
	height: 451px;
	margin-bottom: 5px;
}
.remote-video {
	background: url('/img/remote-video.png') no-repeat !important;
	height: 413px !important;
}

.remote .tab_bar {
	border-bottom: 2px solid #999;
	padding: 10px;
	overflow: hidden;
	text-transform: uppercase;
}
.remote .tab_bar ul li {
	display: inline;
	float: left;
}
.remote .tab_bar ul li a {
	background: url(/img/placescauses_tabs.png) no-repeat;
	display:block;
	text-indent: -9999px;
}
.remote .tab_bar ul li#placestab a,
.remote .tab_bar ul li#causestab a {
	height: 21px;
	width: 76px;
}
.remote .tab_bar ul li#placestab a {
	background-position: 0 0;
}
.remote .tab_bar ul li#causestab a {
	background-position: -77px 0;
}
.remote .tab_bar.switch ul li#placestab a {
	background-position: 0 -22px;
}
.remote .tab_bar.switch ul li#causestab a {
	background-position: -77px -22px;
}
.remote .tab_bar p {
	margin: 0 !important;
	line-height:10px;
	padding: 12px 10px 0;	
}

.remote .tab_bar .lastUnit {
	float: right;
}

.remote .tab_content {
	padding: 10px;
	padding-left: 0;
}
.remote .tab_content div#placescauses {
	height: 390px;
	overflow: auto;
}
.remote .tab_content ul li {
	border-top:1px solid #ccc;
	overflow: auto;
	padding: 15px 0;
	padding-left: 10px;
	text-transform: uppercase;
	clear: both;
}
.remote .tab_content ul li:first-child,
.remote .tab_content ul li.firstChild {
	border: 0;
	padding-top: 0;
}
.remote .tab_content ul li.active {
	background: url(/img/remote-highlight.jpg); top left no-repeat;
}

.remote .tab_content ul li .left {
	float: left;
	margin-right: 10px;
}

.remote .tab_content ul li .right {
	float: left;
	height: 74px;
	display: table;
}

.remote .tab_content ul li .center {
	display: table-cell;
	vertical-align: middle;
}

.remote .tab_content ul li p {
	margin: 0 !important;
	padding: 0 !important;
}

.remote .tab_content ul li h4 {
	font-size: 14px;
}

/* ----------------------------------------------------------------------------
Player Page Detail
---------------------------------------------------------------------------- */
#block_sidebar .module.exif {
	border: 1px solid #ccc;
	height: 338px;
}
#block_sidebar .module.exif p {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 5px;
	padding: 0;
	text-transform: uppercase;
}
#block_sidebar .module.exif dl {
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
}
#block_sidebar .module.exif dt {
	float:left;
	letter-spacing: 0.125em;
	margin-right: 5px;
	text-transform: uppercase;
}
#block_sidebar .module.exif dd {
	margin-bottom:8px;
	line-height: 20px;
}


