	body {
	text-align: left;
	font: 75%/1.5  "arial", Verdana, sans-serif; /*resets the font size to 12px - most common size for history ch*/
	background: #eee none repeat scroll 0 0;
	color: #000;
}

a {	
	font-weight: bold;
	text-decoration: none;	
}
a:hover {	
	font-weight: bold;
	text-decoration: underline;	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;	
}

strong {
	font-weight:bold;	
}
em {
	font-style: italic;
}
/* MAIN LAYOUT DIVS */
#mainFrame {
	margin: 0 auto;
	width: 964px;
	padding: 0 10px;
	position: relative;
}
#mainContent {
	position: relative;
	width: 964px;
/*	float: left;
	margin: 0 20px 0 0;
	*/
}
.primaryCol {
	width: 649px;
	display: inline;
	float: left;
}
.secondaryCol {
	width: 300px;
	display: inline;
	float: left;
}

/* HEADER AREA: Logo and Ad */
#header {
	padding: 20px 0 0 0;
	display: block;
	clear: both;
	position:relative;
	z-index: 50;
}

#header .headerTop {
	clear: both;
	display:block;
	overflow:hidden;
}

#header .logo {
	display: inline-block;
	float: left;
	margin: 3px 0 0 38px;	
	border: none;
	width: 141px;
}
#historylogo {
	background: transparent url(../../images/logo-pos.png) no-repeat;
	display:block;
	height:87px;
	width:94px;
	text-indent:-9999px;
}

/* ADS */

#header .headerTopAd {
	display: block;
	text-align: right;
	float: left;
	width: 752px;
	height: 90px;
	overflow: hidden;
	position: relative;
	background: url("../../images/ad-title.png") no-repeat scroll 0 0 transparent;
	padding-left: 14px;
}

#header .headerAd {
	display: block;
	text-align: right;
	float: left;
	/*border: solid 3px #1a1a1a;*/
	width: 728px;
	height: 90px;
	overflow: hidden;
	position: relative;
}


#header .headerAd img, #header .headerAd object,#header .headerAd embed, #header .headerAd iframe  {
	position: absolute;
	top: 0;
	right: 0;
}

.skyScraper {
	display: block;
	height: 600px;
	width: 120px;
	overflow: hidden;
	position: relative;
	margin-top: 14px;
}
.skyScraper object, .skyScraper embed, .skyScraper iframe, .skyScraper a img {
	position: absolute;
	top: 0;
	left: 0;
}

.mpu {
	width: 300px;
	display: inline;	
}

/* MAIN NAVIGATION */
	
#header .navBar {
	margin-top: 20px;
	padding-top: 7px;
	clear: both;
	display:block;
	height: 58px;
}

ul#mainNav {
	height: 51px;
	width: 762px;
	float: left;
	background-color: #3b3b3b;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
ul#mainNav li {	
	display: inline-block;
	float: left;
	height: 51px;
	background-color: #292929;
	border-right: 1px solid #000;
	border-left: 1px solid #484848;
	position: relative;
}

ul#mainNav li.sub {	
	background-color: #3b3b3b;
	border: 0;
}

ul#mainNav li.active {
	background-color: #d10000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF0700), to(#AD0700));
	background: -moz-linear-gradient(#FF0700, #AD0700);
	background: linear-gradient(#FF0700, #AD0700);
	margin-top: -7px;
	border: 0;
	padding: 7px 1px 0 1px;
}

ul#mainNav li.sub.active {	
	padding: 7px 0 0 0;
}

ul#mainNav li a {
	color: #f1f1ea;
	font-weight: normal;
	text-decoration: none;
	display: inline-block;
	line-height: 51px;
	padding: 0px 20px;
}

ul#mainNav li.sub a {
	padding: 0 14px;
}

ul#mainNav li a:active span, ul#mainNav li a:hover span{
	border-bottom: solid 1px #878787;
}

ul#mainNav li.active a:active span, ul#mainNav li.active a:hover span {
	border-bottom: none;
}

#mainNav li#tvShows a {
	background: url("../../images/navarrow.png") no-repeat 85px 23px transparent;
	padding: 0px 31px 0 20px;
}

#mainNav li#tvShows.active a {
	background: url("../../images/navarrow-active.png") no-repeat 85px 23px transparent;
}

#mainNav li#tvShows:hover {
	background-color: #000;
}

#mainNav li#tvShows.active:hover {
	background-color: #d10000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF0700), to(#AD0700));
	background: -moz-linear-gradient(#FF0700, #AD0700);
	background: linear-gradient(#FF0700, #AD0700);
}

#mainNav li#tvShows .dropdown {
	position: absolute;
	top: 100%;
	left: -9999px;
	font-weight: normal;
	width: 204px;
	background-color: #000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#000), to(#1d1d1d));
	background: -moz-linear-gradient(#000, #1d1d1d);
	background: linear-gradient(#000, #1d1d1d);
	z-index: 99999;
	border-bottom: 4px solid #d10000;
	padding: 15px 21px;
}

#mainNav li#tvShows:hover .dropdown {
	left: 0;
}

#mainNav li#tvShows .dropdown h3 {
	 color: #d10000;
	 font-size: 13px;
	 font-weight: bold;
	 border-bottom: 1px dotted #2e2e2e;
	 padding-bottom: 4px;
	 margin: 0 0 7px 0;
}

#mainNav li#tvShows .dropdown ul {
	 background-color: transparent;
}

#mainNav li#tvShows .dropdown li {
	 background-color: transparent;
	 border: 0;
	 float: none;
	 height:auto;
	 display: block;
	 line-height: 120%;
}

#mainNav li#tvShows .dropdown a {
	  line-height: 125%;
	  padding: 0;
}

#mainNav li#tvShows .dropdown a:hover {
	  text-decoration: underline;
}

#mainNav li#tvShows .dropdown a.viewall {
	 	font-size: 12px;
		color: #F1CD44;
		display:block;
		margin-top: 15px;
}



/* MAIN SEARCH FORM */

#header form {	 	
	float: right;
	width: 202px;
	background-color: #3b3b3b;
	height: 51px;
}

#header form input {
	float: left;
	display: inline;
	background: #fff;
	font-weight: normal;
	margin: 13px 0 0 9px;
	width: 142px;
	padding: 2px 4px;
	height: 21px;
	line-height: 21px;
}
#header form input.button {
	display: inline;	
	margin: 13px 0 0 0;
	background: url("../../images/btn-search.png") no-repeat top left transparent;
	padding: 0;
	width: 31px;
	height: 25px;
	border: 0;
}

/* Page header */
#pageHeader.noTimeline {
	border-top: 3px solid #CC0000;
	padding-left: 9px;
	overflow: hidden;
	width: 955px;
	height: 50px;
	}
/*-- float the flash object left so we can align the rss next to it --*/
#pageHeader object,
div.hpSubHead object {float:left;}

#pageHeader #rss,
div.hpSubHead #rss {float:left;}

/*-- rss button style --*/
#pageHeader #rss a,
div.hpSubHead #rss a {
	background:url(../../images/rss.png) top right no-repeat;
	display:block;
	height:14px;
	width:14px;
	margin-top:13px;
	cursor:pointer;
}

div.hpSubHead #rss a {margin-top:16px;}

#pageHeader #rss a span,
div.hpSubHead #rss a span {position:absolute;left:-9000px;}

/*-- common header when timeline is present --*/
#pageHeader.withTimeline {
	margin-top:-23px;
	border-top:none;
	width:621px;
	}

/*-- just some basic styling for the html header, this will be hidden by the sfr--*/
#pageHeader h1, #pageHeader h2  {
	font-size:30px;
	line-height:1.2em;
	margin:6px 0 9px 0;
	font-weight:bold;
	text-transform:uppercase;
	}

/* Arrow links */


/* TABBED SELECTION Eg ON TV */
ul.channels {	
	text-align: left;
}
ul.channels li {	
	display: inline-block;
	font-weight: bold;
	float: left;
}
ul.channels li a {
	background-color: #ff;	
	color: #000;
	padding: 6px 10px;	
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
}
ul.channels li a:hover {
	background-color: #cc0000;	
	color: #fff;	
	padding: 6px 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;	
}
ul.channels li.selected a, .onThisDay ul.channels li a {
	background-color: #cc0000;
	color: #fff;	
	padding: 6px 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;		
}

/* Adds red borderline to tab selection */
.line {
	border-top: solid 3px #cc0000;
}

/* This day in History styles */
.threeColumns {
	width: 972px;
	margin: 20px -8px 10px 0;
	clear: left;
	display: block;
	overflow: hidden;
}
.threeColumns .onThisDay {
	width: 316px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: top;
	overflow:hidden;
	border-top: solid 3px #cc0000;
}
/*.threeColumns .last {
	width: 313px;	
	margin-left: 3px;
	margin-right: 0px;
}*/
.onThisDay ul.events {
	padding: 10px 0 10px 10px;
	margin-top: 30px;
}
.onThisDay ul.events li {	
	font-weight: bold;
	display: list-item;
	line-height: 2em;
	margin-bottom: 10px;
}
.onThisDay ul.events li strong {	
	color: #919191;
	font-size: 180%;	
	padding-right: 10px;
	vertical-align:top;
	display: inline-block;
}
.onThisDay ul.events li a {	
	color: #3b3b3b;
	font-size: 130%;	
	width: 235px;
	display: inline-block;
}

/* Video */
#videoStrip {
	background-color: transparent;
}
/* Upcoming Videos */
.upcoming {
	background-color: #1a1a1a;
}
.upcoming h6 {
	background-color: #000;
}
.upcoming ul.dates li, .upcoming ul.dates li a {
	color: #fff;
}
.upcoming ul.dates li {
	padding-left: 10px;
}
.upcoming ul.channels li a {
	background-color: #1a1a1a;	
}
.upcoming ul.channels li a:hover {
	background-color: #cc0000;
}
.upcoming ul.channels li.selected a {
	background-color: #cc0000;	
}

/* THUMBNAILS LIST */
/* Thumbails alignment with MPU ad */




ul.thumbnails li img.info {
	display: inline;
	overflow: visible;	
	margin-bottom: 0;
}
ul.thumbnails li img.febutton {
	display:none;
	height: auto;
	width: auto;	
}


ul.thumbnails li.fullEpisode {
	position: relative;
}
ul.thumbnails li.fullEpisode img.febutton {
	display: block;
	position: absolute;
	right: 10px;
	top: 60px;
	z-index: 11;
}
/* related videos */
ul.thumbnails.related {
	background: none;
	border: none;
	margin-bottom: 0;
	color: #fff;
	width: 299px;
}
ul.thumbnails.related li {
	width: 140px;	
}
ul.thumbnails.related li a {
	color: #000;
}
ul.thumbnails.related li img {
width: 140px;
height: 78px;
}

ul.thumbnails.related li img.febutton {
	display: none;
	height: auto;
	width: auto;
} 
	
/* Page navigation */
ul.pagination {
	display: inline-block;
	margin: 10px 0;	
	clear: left;
	width: 100%;
	background-color: #1a1a1a;	
}
ul.pagination li {		
	display: inline-block;
	float: left;
	line-height: 1.4em;
}
ul.pagination li a {	
	padding: 6px 10px;
	color: #4D4D4D;	
	display: inline-block;	
}
ul.pagination li a:hover {	
	padding: 6px 10px;
	background-color: #cc0000;	
	color: #fff;
	text-decoration: none;
}
ul.pagination li.selected a {
	background-color: #cc0000;	
	color: #fff;	
	padding: 6px 10px;
	text-decoration: none;	
}
ul.pagination li.next a {
	background: transparent url(../../images/but/pagination-right.gif) no-repeat scroll 0 0;
	margin-left:10px;
	padding-left:14px;	
}
ul.pagination li.next a:hover {
	background: transparent url(../../images/but/pagination-right.gif) no-repeat scroll 5px -21px;
	background-position: 5px -21px;
	margin-left:10px;
	padding-left:14px;
	background-color: #cc0000;
	color:#fff;	
}

/* featured show carousel */

#featShows {
	height:194px;
	width:964px;
	margin-top:5px;
	overflow:hidden;
	position:relative;
}

#featShows ul {
	clear:both;
	margin:0;
	padding:0;
	position:absolute;
	width:20000em;
}
#featShows li {
	width: 316px;
	height: 180px;
	position: relative;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	z-index: 1;
	display:block;
}
#featShows li a {
	display: block;
}

#featShows li .overlay {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 226px;
	padding: 5px 10px;
	z-index: 5;
	background: url('../../images/bg/transparentBlackBg-90.png') repeat left top;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

#featShows li .overlay em {
	background: transparent url(../../images/but/redLinkArrow.gif) no-repeat scroll 0 50%;
	padding:0 0 0 16px;
	font-style: normal;
}
h3 {
	font-size: 25px;
	font-weight: bold;
	color: #444;
	margin: 20px 0 0 0;
	text-transform: uppercase;
	line-height: 120%;
}

/* PROMO BOXES AND SHOWS */
.promosCluster {
	width: 964px;
	overflow: hidden;
}
.promo {
	height: 306px;
}
.promo img.background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/*-- promo headers */
.promo h3 {
	font-size: 18px;
	line-height: 1em;
	text-transform: uppercase;
	margin: 5px 0;
}

/*-- promo headers indicating dvd prices --*/
.promo h3 span.oldPrice	{
	color: #A7A7A7;
	text-decoration: line-through;
}
.promo h3 span.pricePromo {
	color:#FFCC00;
}
.promo p {
	color: #a7a7a7;
}

/*-- promo links all line up at the bottom of the textBox area */
.promo a.promoLink {
	position: absolute;
	bottom: 10px;
	left: 8px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 0 12px;
	background: url('../../images/but/redLinkArrow.gif') 0 4px no-repeat;
	}

/*-- custom form styling for the newsletter sign up promo pod --*/
.promo form#promoNewsletterSignUp input.inputText {
	width: 125px;
}
.promo form#promoNewsletterSignUp .formRow {
	padding: 4px 0;
}
/* new promobox css */
.promosCluster {
	width: 972px;
	margin-right: -8px;
	overflow: hidden;
}
.promobox {
	display: block;
	float: left;
	margin: 18px 8px 0 0;
	position: relative;
	width: 316px;
	height: 307px;
}
.promobox.double {
	width: 640px;
}
.promobox img.background {
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.promobox .overlay {
	position: absolute;
	bottom: 18px;
	z-index:5;
	padding: 7px;
	background: transparent url('../../images/white-bg-80.png') 0 0 repeat;
}
.promobox.wide .overlay {
	width:219px;
}
.promobox.narrow .overlay {
	width: 139px;
}
.promobox.double .overlay {
	width: 500px;
}
.promobox.right .overlay {
	right: 7px;
}
.promobox.left .overlay {
	left: 7px;
}
.promobox h3, .promobox strong.title, .promobox a.title {
	font-size: 20px;
	line-height:120%;
	margin: 0;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	display: inline;
	font-weight: normal;
}
.promobox a.title {cursor:pointer}
.promobox p {
	color:#000;
	line-height: 135%;
	font-size: 12px;
	display: inline;
}

.promobox div {
	margin: 5px 0;
}

.promobox a, .promobox .checkbox a {
	color: #d10000;	
}

.promobox a.decorated {
	padding: 0 4px;
	margin-top: 15px;
	display: inline;
	font-weight: bold;
	color: #fff;
	background-color: #d10000;
}

.promobox a.decorated:hover {
	text-decoration: none;
	background-color: #3b3b3b;
}

.promobox .price {
	color:#FFCC00;
	font-size: 18px;
	font-weight: bold;
}
.promobox .oldPrice {
	text-decoration: line-through;
	color:#A7A7A7;
	font-size: 12px;
	font-weight: bold;
}
.promobox form {
	margin: 5px 0 0 0;
}

/* Encyclopedia Promo box */
form.encyclopedia input {
	width: 440px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
form.encyclopedia button.button {
	display: inline;
	float: left;
}
ul.mostPopular {
	padding-top: 10px;
}
ul.mostPopular li {
	display: inline-block;
	background: transparent url('../../images/but/articleIconOnDkGrey.gif') no-repeat scroll 0 3px;
	float: left;
	width: 45%;
	color: #fff;
	padding: 0 5px 10px 15px;
	
}
ul.mostPopular li a {	
	color: #fff;
}
/*-- footer and footer content styles --*/
#footer {
	overflow:hidden;
	width:964px;
	min-height: 245px;
	margin:28px 0;
	background: transparent url('../../images/footer.gif') scroll repeat-x 0 36px;
	}
#footer strong {
	display: block;	
	text-transform:uppercase;
	margin:0 0 25px 0;
	font-weight:bold;
}
#footer form legend {
	text-transform:uppercase;
	margin:0 0 20px 0;
	font-weight:bold;
	}

#footer #otherChannels {
	float:left;
	width:470px;
	margin: 8px 8px 8px 0;
	padding-left:8px;
	}

#footer .hygeine {
	float:left;
	width:154px;
	margin: 8px 8px 8px 0;
	}

#footer .hygeine-last {margin-right:0;}
#footer ul li a {color: #000; font-size:.9em; font-weight: normal;} /*--resize to 11px --*/

#footer	ul#otherChannelsList, ul#otherChannelsList li 	{
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#footer	ul#otherChannelsList li,#footer	ul#otherChannelsList li a {
	text-decoration: none;
	float: left;
	display:block;
	margin: 10px 0px 0 0;
	height: 45px;
	background-position: 0 0;
	background-repeat:no-repeat;
	}

#footer	ul#otherChannelsList li#firstChannel a {width:52px;background-image: url(../../images/his/logo/military-logo-pos.png); height: 55px; margin-right: 30px}
#footer	ul#otherChannelsList li#secondChannel a {width:154px;background-image: url(../../images/his/logo/cin-logo-pos.png); margin-right: 20px; margin-top: 17px}
#footer	ul#otherChannelsList li#thirdChannel a	{width:75px;background-image: url(../../images/his/logo/biography-logo-pos.png); margin-right: 20px; margin-top: 20px}
#footer	ul#otherChannelsList li a:hover {background-position: 0 -45px;}
#footer	ul#otherChannelsList li#firstChannel a:hover {background-position: 0 -55px;}

#footer form,
#footer form		{padding:0;margin:0;width:133px;}
#footer form legend {margin:0;}
#footer form select	{width:133px; margin-top:22px;}

.otherChannels {
	width: 480px;
	float: left;
}
#footer .otherChannels strong {
	margin-bottom: 5px;
	margin-top: 8px;
}
#footer .otherChannels h4 {
	margin-bottom: 5px;
	margin-top: 8px;
}
/*--life at -9000px is fun - hide various tags we dont need to see --*/
#footer	ul#otherChannelsList li a span,
#programmeHeroHeader h2,
a.infoLightbox span,
a.infoLightbox2 span,
#logo h1 a span {position:absolute; left:-90000px;}


/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */


/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix {
	display: inline-block;
} 
html[xmlns] .clearfix {
	display: block;
} 
* html .clearfix {
	height: 1%;
}
.hidden {
	position: absolute;
	left: -3000px;
}
/* lightbox styles */
/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindowStyle1, .jqmWindowStyle2, .jqmWindowStyle3 {
	display: none;
	position: fixed;
	top: 10%;
	left: 50%;
	margin-left: -300px;
	padding:20px;
	}


.jqmWindowStyle1 {background:#fff;color:#1a1a1a;margin-left: -130px;}
.jqmWindowStyle2 {background:#fff;color:#1a1a1a;margin-left: -240px;}
.jqmWindowStyle3 {background:#000;color:#efefef;border:1px solid #666;margin-left: -500px;}

.jqmOverlay { background-color: #000; }


.jqmCloseBtn em {display:none;}
.jqmCloseBtn {
	width:20px;
	height:20px;
	display:block;
	position:absolute;
	top:10px;
	right:5px;
	}

.jqmWindowStyle1 .jqmCloseBtn,
.jqmWindowStyle2 .jqmCloseBtn {background:transparent url(../../images/lightbox_close_dark.gif) 0 0 no-repeat;}
.jqmWindowStyle3 .jqmCloseBtn {background:transparent url(../../images/lightbox_close_light.gif) 0 0 no-repeat;}

/*--lightboxes--*/
#lightboxInfo,
#lightboxRedirect {
	width:220px;
	background-color:#FFF;
	color:#000;
	}

/* CSS3 rounded corners */
#lightboxInfo, #lightboxRedirect {-moz-border-radius: 9px;-webkit-border-radius: 9px;}

#lightboxInfo h3		{font-size:1.4em;font-weight:bold;color:#000;margin-bottom:0;}
#lightboxInfo h2		{text-transform:uppercase;font-weight:bold;}
#lightboxInfo p,
#lightboxRedirect p		{margin:0 0 16px 0;}
#lightboxInfo a.btnWide {margin:0 0 8px 0;}
#lightboxRedirect		{width:440px;}
#lightboxRedirect h3	{font-size:1.8em;font-weight:bold;margin-bottom:16px}
#lightboxRedirect form	{margin:16px 0;}

/* clear fix for webkit */
.promosCluster, #footer {
	clear: left;
}



/*--------------- Updated styles ------------------ */

ul.thumbnails {
	background-color:#FFFFFF;
	border-top:3px solid #CC0000;
	display:inline;
	float:left;
	margin:0 8px 15px 0;
	padding:10px 0 0 8px;
	width:644px;
}

#ww2MainContent #hpAccordion .bar h2 {
	background: #cc0000;	
	padding: 0 10px;
}

#ww2MainContent #hpAccordion .bar {
    line-height: 30px;
	font-size: 17px;
} 

#ww2MainContent ul.thumbnails a:hover img {
    text-decoration: none;
}

#ww2MainContent ul.thumbnails {
	float: left;
	margin: 0px 8px 15px 0;
	display: inline;
	/* 
	padding: 10px 0 0 3px;
	width: 649px;
	*/
	background-color: #fff;
	border-top: solid 3px #cc0000;
	padding:10px 0 0 5px;
	width:960px;
}

#ww2MainContent #hpAccordion ul.thumbnails {
	float: left;
	margin: 0px 0 15px 0;
	display: inline;
	/* 
	padding: 10px 0 0 3px;
	width: 649px;
	*/
	background-color: #fff;
	border-top: 0;
	padding:10px 0 0 7px;
	width:638px;
	overflow:hidden;
}
ul.thumbnails li a {
	color:#4D4D4D;
}

#ww2MainContent  #hpAccordion ul.thumbnails li p img {
	display: inline;
}

#ww2MainContent ul.thumbnails li a {
	display: block;
	/*height: 87px;*/
	width: 154px;
}

#ww2MainContent ul.thumbnails li a:hover {
	text-decoration: none;
	color: #000;
}

#ww2MainContent ul.thumbnails li a strong {
	border-bottom: 1px solid #fff;
}

#ww2MainContent ul.thumbnails li a:hover strong {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #666;
}

#ww2MainContent ul.thumbnails li p a {
	display: inline;
}

#ww2MainContent ul.thumbnails li p a:hover {
	text-decoration: none;
	color: #000;
}

ul.thumbnails li {
	display:inline-block;
	line-height:1.4em;
	margin-bottom:15px;
	margin-right:6px;
	overflow:hidden;
	vertical-align:top;
	width:154px;
}
#ww2MainContent ul.thumbnails li {
	/*width: 160px;*/	
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: top;
	line-height: 1.4em;	
	overflow: hidden;
	margin-right:3px;
	width:154px;
	float: left;
}
#ww2MainContent ul.thumbnails.photo li {
	height: 175px
}

#skyScraperCol {
	float: left;
	position: absolute;
	left: 990px;
	top: 24px;
	margin: 157px 0 0 0;
	background: url("../../images/ad-title-horizontal.png") no-repeat scroll 5px 0 transparent;
}



/* ------------------- New Styles --------------------- */
body.ww2vp {
	background:url("../../images/bg/WW2-bg1.jpg") no-repeat scroll 50% 0px #000000;
}
#ww2MainContent {
	/*padding: 0 2px;*/
	margin: 0;
	/*background-color: #000;*/
	width: 964px;
}
.wwiiTimeline {
	width: 964px;
	height: 100px;
}
.wwiiTimeline h2 {
	color: silver;
	font-size: 1.1em;
	line-height: 1.2em;
	text-transform: uppercase;
	height: 16px;
	margin-bottom: 1px;
}
.wwiiTimeline h2.tlEastHdr {
	margin-left: 258px;
}
.wwiiTimeline .wwiiTimelineWest {
	width: 964px;
	height: 21px;
	background: url(../../images/timeline/timeLineWestBg.gif) 0 0 no-repeat;
	margin-bottom: 5px;
}
.wwiiTimeline .wwiiTimelineEast {
	width: 964px;
	height: 21px;
	background: url(../../images/timeline/timeLineEastBg.gif) 0 0 no-repeat;
}
.wwiiTimeline ul {
	width: 964px;
	height: 21px;
}
.wwiiTimeline li {
	display: block;
	float: left;
}
.wwiiTimeline li a {
	display: block;
	color: #A70000;
	float: left;
	 height: 21px;
}
.wwiiTimeline li a:hover{
	background: url(../../images/timeline/tlLinkHover3.gif) 50% 0 no-repeat;
	text-decoration: none;
}
.timelineSelected{
	background: url(../../images/timeline/tlLinkHover3.gif) 50% 0 no-repeat;
	text-decoration: none;
}
.tl1 a { width: 75px;}
.tl2 a { width: 150px;}
.tl3 a { width: 14px;}
.tl4 a { width: 14px;}
.tl5 a { width: 21px;}
.tl6 a { width: 32px;}
.tl7 a { width: 75px;}
.tl8 a { width: 75px;}
.tl9 a { width: 21px;}
.tl10 a { width: 57px;}
.tl11 a { width: 75px;}
.tl12 a { width: 45px;}
.tl13 a { width: 21px;}
.tl14 a { width: 75px;}
.tl15 a { width: 21px;}
.tl16 a { width: 92px;}
.tl17 a { width: 57px;}
.tl18 a { width: 44px;}

.tlE1 { width: 253px;}



.atip div.video{
	background: url(../../images/timeline/tlBubble.gif) 0 0 no-repeat;
	width: 333px;
	height: 104px;
	position: absolute;
	top: 281px;
}
.atip div span {
	color: #666;
	display: block;
	width: 170px;
	float: left;
	padding: 10px;
}
.atip div span h2 {
	color: #000;
	font-size:1.1em;
	margin-bottom:0;
	height:20px;
	line-height:1.5em;
}
.atip div span p {
	margin-bottom:2px;
}	
.atip img {
	float: right;
	margin: 8px;
}
.atip a {
	color: #c00;
}

#tlLinks li div {
	background: url(../../images/timeline/tlBubble.gif) 0 0 no-repeat;
	width: 333px;
	height: 104px;
	position: absolute;
	top: 281px;
	clear: both;
	z-index: 2000;
}
#tlLinks li div.tlCentre {
	margin-left: -43px;
}
#tlLinks li div.tlRight {
	margin-left: -270px;
}

#tlLinks li div.tlEast {
	top: 324px;
}

#tlLinks li div span {
	color: #666;
	display: block;
	width: 170px;
	float: left;
	padding: 10px;
}
#tlLinks li div span h2 {
	color: #000;
	font-size:1.1em;
	margin-bottom:0;
	height:20px;
	line-height:1.5em;
}
#tlLinks li div span p {
	margin-bottom:2px;
}	
#tlLinks li div img {
	float: right;
	margin: 8px;
}
#tlLinks li div a {
	color: #c00;
	display: inline;
	background: none;
	width: 100%;
}
#tlLinks li div a:hover {
	text-decoration: underline;
}
#hpTimeLine #tlLinks li div {
	top: 387px;
}
#hpTimeLine #tlLinks li div.tlEast {
	top: 430px;
}
#smTimeLine #tlLinks li div {
	top: 144px;
}
#smTimeLine #tlLinks li div.tlEast {
	top: 187px;
}
.thumbnails span {
	color: #000;
	font-weight: bold;
}
.thumbnails strong {
	color: #000;
	font-weight: bold;
}
ul.thumbnails li p {
	color: #666;
}
ul.thumbnails li img {
	width: 154px;
	height: 86px;
	
}	
ul.thumbnails li img.thumbPlay {
	display:block;
	height:36px;
	margin:40px 0 0 9px;
	width:48px;
	position: absolute;
}

.stickytooltip{
	position:absolute;
	display:none;
	z-index:3000;
}



.videoInfoTip {
	display: block;
	position: absolute;
	margin-top: -194px;
	background: url(../../images/bg/thumbsBubbleL.png) 0 0 no-repeat;
	width: 249px;
	height: 68px;
	padding: 20px;
}

p.more {
	background: transparent url(../../images/but/red-arrow.png) no-repeat scroll 0 3px;
	padding: 0 0 3px 14px;
	margin-bottom: 0px;	
}
p.more a {
	color: #000;
	height: 20px !important;
	display: inline !important;
}

.siteTree {
	width: 964px;
	display: table;
}
.siteTree h5 {
	text-transform: uppercase;
	display: table-caption;
	width: 100%;
	border-bottom: #CC0000 solid 3px;
	line-height: 1.6em;
	font-size: 1.2em;
	padding-bottom: 5px;
}
.siteTree div {
	width: auto;
	display: table-cell;
}
.siteTree div h6 {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.1em;
	padding-top: 8px;
}
.siteTree div a {
	color: #CC0000;
}
.siteTree div ul {
	
}
.siteTree div ul li {
	background: url(../../images/but/redLinkArrow.gif) 0 2px no-repeat;
	padding-left: 12px;
}
#topicContent {
	background-color: #fff;
	width: 964px;
	float: left;
	margin-bottom: 20px;
}

#topicVideoContainer {
	background-color: #000;
	width: 415px;
	float: right;
	padding-bottom: 20px;
}
#topicVideoContainer.featImage {
	background: transparent;
	}
#topicVideoContainer h3 {
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.3em;
	float: left;
	font-weight: bold;
	padding: 8px 0 0 15px;
	margin-bottom: 0;
	color: #fff;
}
#topicVideoContainer h2 {
	font-size: 1.1em;
	padding-top: 9px;
	text-transform: uppercase;
	float: right;
	margin: 0 7px 0 0;
}
#topicVideoContainer h2 a {
	float: left;
	color: #fff;
	padding-left: 10px;
	background: url(../../images/but/redLinkArrow.gif) 0 4px no-repeat;
}
#topicQuote {
	clear: left;
	color: #878787;
	width: 630px;
	float: left;
	margin-top: 10px;
}
#topicQuote p {
	display:block;
	float:left;
	font-size:1.5em;
	font-weight:bold;
	padding:5px;
	text-align:justify;
	width:560px;
	margin-bottom: 0;
}
#topicQuote span {
	font-size: 2.4em;
	font-weight: bold;
	color: #000;
	line-height: 0.4em;
	height: 10px;
	vertical-align: bottom;
	font-style: italic;
}

#topicQuote sub {
	color:#000000;
	display:block;
	float:left;
	font-size:3.8em;
	font-style:italic;
	font-weight:bold;
	height:30px;
	line-height:0.9em;
	padding-left:20px;
}
#topicQuote cite {
	font-size: 8pt;
	font-weight: normal;
	padding-left: 4px;
	font-style: normal;
	clear: both;
	float: left;
	margin-left: 43px;
}
.topicVideoPlayer {
	clear: both;
	width: 415px;
	height: 300px;
	/* background: url(../../images/topic/videoPlayer.gif) 7px 0 no-repeat;*/
	float: left;
	margin-top: 8px;
}
.topicVideoPlayer object {
	margin: 0 auto;
	display: block;
}
.topicVideoThumbs {
	width: 415px;
	float: right;
}
.topicVideoThumbs div {
	width: 120px;
	float: left;
	padding: 10px 0 10px 14px;
	height:155px;
}
.topicVideoThumbs div img {
	margin-bottom: 5px;
	width: 120px;
	height: 90px;
}
.topicVideoThumbs div h4 {
	clear: left;
	font-size: 0.9em;
	font-weight: bold;
}
.topicVideoThumbs div h4 a {
	color: #fff;
}
.topicVideoThumbs div strong {
	clear: left;
	font-size: 0.9em;
	font-weight: bold;
}
.topicVideoThumbs div strong a {
	color: #fff;
}
.topicVideoThumbs div img.thumbPlay {
	display:block;
	height:36px;
	margin:30px 0 0 32px;
	width:48px;
	position: absolute;
}
#topicDidUknow {
	background: url(../../images/topic/didUknowMidS.gif) repeat-y scroll 0 0 ;
	float: right;
	width: 400px;
	margin: 15px 0;
}
#topicDidUknow .didUknowTop {
	height: 87px;
	width: 394px;
	font-size:1px;
}
#topicDidUknow h4 {
	list-style-type: disc;
	margin-left: 56px;
	padding: 10px 0 0 32px;
	color: #000;
	width: 306px;
	border-top: #000 solid 3px;
}
#topicDidUknow .didUknowMid {
	background: url(../../images/topic/didUknowMid.gif) 0 0 no-repeat;
	padding:0 30px 0 2px;
	width:362px;
	color: #000;
}
#topicDidUknow .didUknowMid span {
	font-weight: bold;
}
#topicDidUknow .didUknowMid ul {
	list-style-type:disc;
	margin-left:56px;
	border-bottom: #000 solid 3px;
	padding: 0 30px 10px 30px;
	width:276px;
}
#topicDidUknow .didUknowMid ul li {
	padding: 3px 0;
}
#topicRelated {
	clear: both;
	float: left;
	padding-bottom: 15px;
}
#topicRelated h3 {
	display:block;
	font-size:12px !important;
	font-weight:bold;
	line-height:1.2em !important;
	margin:36px 0 16px -10px !important;
	text-transform:uppercase;
}
#topicRelated h3 span {
	background-color: #CC0000;
	width: auto;
	padding: 4px 8px 4px 13px;
	color: #fff;
}
#topicRelated a, #topicRelated p {
	color: #000;
}
#topicRelated ul li {
	background: url(../../images/articleIconOnWhite.gif) 0 4px no-repeat;
	padding-left: 17px;
}
.wwiiVideoContainer #photos {
	float: left;
	clear: both;
	background:none repeat scroll 0 0 #000000;
	width: 640px;
}
#topicContent .topicControls {
	float: left;
	width: 120px;
	margin-top: 24px;
}
#topicContent .topicControls.topicBottom {
	margin-top: 4px;
	float: right;
}
#topicContent .topicControls a {
	display: block;
	float: left;
	padding-left: 22px;
	color: #000;
}
#topicContent .topicControls a.next {
	padding-left: 10px;
	padding-right: 10px;
}
#topicContent .topicControls a:hover {
	text-decoration: underline;
}
#topicContent .topicControls a.prev {
	background: url(../../images/carouselLeft.png) 0 -21px no-repeat;
}
#topicContent .topicControls a.next {
	background: url(../../images/carouselRight.png) 20px -21px no-repeat;
}
#topicContent .topicControls a.prev:hover {
	background: url(../../images/carouselLeft.png) 0 0px no-repeat;
}	
#topicContent .topicControls a.next:hover {
	background: url(../../images/carouselRight.png) 20px 0px no-repeat;
}

#topicCarousel {
	clear: both;
	background-color: #fff;
	padding: 0 10px;
}
#topicCarousel h3 {
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	padding-left: 8px;
}
#topicCarousel h2 {
	font-size:1.1em;
	text-transform:uppercase;
	padding-right: 8px;
	float: right;
	line-height: 1.8em;
}
#topicCarousel h2 a {
	float: left;
	color: #fff;
	padding-left: 10px;
	background: url(../../images/but/redLinkArrow.gif) 0 6px no-repeat;
}
#featShowsTopic {
	height:210px;
	width:964px;
	margin-top:12px;
	overflow:hidden;
	position:relative;
}

#featShowsTopic ul {
	clear:both;
	margin:0;
	padding:0;
	position:absolute;
	width:20000em;
}
#featShowsTopic li {
	width: 120px;
	height: 194px;
	position: relative;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	z-index: 1;
	display:block;
}
#featShowsTopic li a {
	display: block;
}
#featShowsTopic li a:hover {
	text-decoration: none;
}
#featShowsTopic li span {
	width: 120px;
	padding: 5px 0;
	font-weight: normal;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}
#featShowsTopic li strong {
	font-weight: bold;
	font-size: 12px;
	padding:0;
	font-style: normal;
}
#featShowsTopic li a.topicViewGallery {
	float: left;
	color: #CC0000;
	font-size: 12px;
	text-transform: capitalize;
	padding-left: 10px;
	background: url(../../images/but/redLinkArrow.gif) 0 3px no-repeat;
}
#featShowsTopic li a.topicViewGallery:hover {
	text-decoration: underline;
}
#carouselTopic #carouselControls .prev:hover,#carouselTopic #carouselControls .next:hover {
	text-decoration: none;
}
.wwiiVideoContainer #photos #carouselControls .prev:hover, .wwiiVideoContainer #photos #carouselControls .next:hover {
	text-decoration: none;
}
#ww2MainContent .galleryHeadings {
	height: 30px;
	width: 965px;
	background-color: #c4c4c4;
	clear: both;
}
#ww2MainContent .galleryHeadings.gTop {
	height: 30px;
	width: 965px;
	background-color: #c4c4c4;
	border-top: #C00 solid 3px;
}
#ww2MainContent .galleryHeadings h2 {
	padding-left: 8px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-bottom: 0;
	line-height: 2em;
}
.galleryGalleries ul.thumbnails p {
	margin-bottom: 0;
	font-size: 11px;
}
.galleryGalleries ul.thumbnails p.more {
	font-size: 12px;
}
.galleryGalleries ul.thumbnails {
	border-top:0 !important;
	margin-bottom: 0;
}

.simplePagerContainer {
	background-color:#FFFFFF;
	height:170px;
	width:965px;
}

ul.paging {
	padding:7px 0 0 2px;
	width:963px;
	height: 170px;
	list-style-type: none;
}
ul.paging li {
    width: 154px;
	height: 170px;
    margin: 3px;
	float: left;
	display: block;
}

ul.red {
	outline:10px solid red;
}
ul.simplePagerNav {
	position: absolute;
	right: 0;
	margin-top:-30px;
}
ul.simplePagerNav li{
    display:block;
    float: left;
    padding: 6px;
}

ul.simplePagerNav li a{
    color: #000;
    text-decoration: none;
}

li.currentPage {
    background: #CC0000;	
}

ul.simplePagerNav li.currentPage a {
	color: #fff;	
}

#hpHero.heroUnit {
	position: relative;
	clear: both;
	height: 297px;
	width: 964px;
	overflow: hidden;
	margin-bottom: 10px;
}
#hpHero h1 {
	color: silver;
	font-size:40px;
	left:30px;
	position:absolute;
	top:10px;
	z-index:4;
}
#hpHero #heroOverlay {
	position: absolute;
	background: #000;
	border-top: #CC0000 solid 3px;
	width: 214px;
	bottom: 30px;
	left: 30px;
	z-index: 4;
	padding: 5px 10px 10px 10px;
}
#hpHero #heroOverlay strong {
	color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	text-transform:uppercase;
}
#hpHero #heroOverlay p {
	margin: 0;
	color: #fff;
}
#hpHero #heroOverlay h3 {
	clear:both;
	color:#FFFFFF;
	display:block;
	font-size:1.5em;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom: 0;
}
#hpAccordion {
	width: 645px;
	float: left;
}
#hpAccordion #accordion {
	width: 645px;
}
#hpAccordion .ui-accordion .ui-accordion-header {
	width:645px;
	background-color: #3a3a3a;
	font-size: 9pt;
}
#hpAccordion .ui-accordion .ui-accordion-header a {
	color: #fff;
	font-size: 9pt;
	display: block;
	float: left;
	padding-left: 11px;
	margin-right: 12px;
	background: url(../../images/homepage/arrowGrey.gif) 0 9px no-repeat;
}
#hpAccordion .thumbnails {
	width: 640px;
	margin-bottom: 0;
	margin-right: 0;
	border-top: 0;
}
#hpAccordion .thumbnails strong a, #hpAccordion .thumbnails strong a:hover {
	color: #CC0000;
	text-decoration: none;
}
#hpAccordion ul.thumbnails li {
	margin-right: 5px;
	margin-bottom: 0;
}
#hpAccordion ul.thumbnails li p {
	font-size: 9pt;
}
#hpAccordion ul.thumbnails li p img {
	width: 5px;
	height: 9px;
	float: left;
	margin:3px 4px 0 0;
}
#hpAccordion .thumbnails strong {
	margin:5px 0 3px;
}
#hpAccordion .ui-accordion .ui-accordion-content-active {
	display:block;
	
}
#hpAccordion .ui-accordion .ui-accordion-content {
	overflow:inherit;
	height: auto;
}
#hpAccordion .bar h2 {
	width: auto;
}
#hpAccordion .ui-accordion .ui-accordion-content a {
	color:#000000;
	font-weight:normal;
	height: auto;
}
#hpAccordion h3 {
	text-transform: uppercase;
	margin: 0;
}
#hpAccordion .ui-accordion {
	margin-bottom: 10px;
}
#hpAccordion .accContent {
	padding:10px 0;
}

div.mpu.mpuHpTopic {
	display:block;
	float:right;
	margin-top:49px;
}

#hpVidGalContainer {
	width: 309px;
	float: right;
	background-color: #3b3b3b;
}
#hpVidGalContainer h3 {
	background-color:#CC0000;
	border-bottom:2px solid #fff;
	color:#FFFFFF;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	margin:0;
	padding-left:10px;
	text-transform:uppercase;
	width:299px;
}
#hpVidGalContainer img {
	float: left;
	margin: 10px 0 20px 8px;
}
#hpVidGalContainer p {
	float: left;
	color: #fff;
	font-size: 9pt;
	display: block;
	width: 130px;
	padding-left: 9px;
	margin-top: 6px;
}
#hpVidGalContainer a {
	color: #ffffff;
	padding-left: 12px;
	display: block;
	background: url(../../images/homepage/arrowGrey.gif) 0 4px no-repeat;
	clear: left;
}
#hpVidGalContainer a:hover {
	text-decoration: underline;
}
#hpRelatedContainer {
	width: 309px;
	float: right;
}
#hpRelatedContainer h3 {
	color: #000;
	font-size: 10pt;
	text-transform: uppercase;
	margin:15px 0 2px;
	padding-left:6px;
}
#hpRelatedContainer h4 {
	color: #fff;
	font-size: 11pt;
	clear: both;
	margin-top: 10px;
}
#hpRelatedContainer strong {
	color: #FFCC00;
	text-transform: uppercase;
	font-size: 10pt;
}
#hpRelatedContainer div div a {
	color: #ffffff;
	padding-left: 12px;
	display: block;
	background: url(../../images/homepage/arrowGrey.gif) 0 4px no-repeat;
	clear: left;
}
#hpRelatedContainer ul li span {
	text-transform: uppercase;
}

#WWsitemapContainer {
	width: 645px;
	float: left;
	padding-top: 20px;
}
#WWsitemapContainer span.third {
	font-weight: bold;
	display: block;
	float: left;
	padding: 3px 8px;
	text-transform: uppercase;
	width: auto;
}
/*#WWsitemapContainer span.first {
	color: #a7a7a7;
}
#WWsitemapContainer span.second {
	color: #fff;
	background-color: #CC0000;
}*/
#WWsitemapContainer span.third {
	float: right;
	padding-right: 0;
}
#WWsitemapContainer span.third a {
	color: #cac6c7;
	background: url(../../images/but/redLinkArrow.gif) 0 2px no-repeat;
	padding-left: 12px;
}
#WWsitemapContainer .sitemapContent {
	clear: both;
	width: 625px;
	background-color: #fff;
	border-top: #CC0000 solid 3px;
	padding: 30px 0 0 20px;
	float: left;
	height: auto;
	margin-bottom: 20px;
}
#WWsitemapContainer .sitemapContent div {
	width: auto;
	float: left;
	height: auto;
	margin-right: 20px;
	padding-bottom: 30px;
}
#WWsitemapContainer .sitemapContent div h3 {
	color: #000;
	text-transform: uppercase;
	font-size: 12pt;
	margin: 0;
	padding: 0
}
#WWsitemapContainer .sitemapContent div a{
	color: #CC0000;
	display: block;
	padding-left: 12px;
	background: url(../../images/but/redLinkArrowOnDkGrey.gif) 0 4px no-repeat;
	margin:3px 50px 0 0;
}
#WWsitemapContainer .eastSitemap {
	clear: both;
}
ul.squareTabsUnderline.tabsTopic{
	width: 350px;
	float: left;
	padding: 20px 0 10px 20px;
	
}
ul.squareTabsUnderline {
	border-bottom:0; 
	height:32px; 
	padding-bottom: 10px;
}
ul.squareTabsUnderline li {
	display: inline;
}
ul.squareTabsUnderline li a:hover,
ul.squareTabsUnderline li.active a,
ul.squareTabsUnderline li.ui-tabs-selected a,
ul.squareTabsUnderline li.ui-state-active a {
	color: #000;
	border-bottom: 6px solid #CC0000;
}
ul.squareTabs li a,
ul.squareTabsUnderline li a {
	text-decoration: none !important;
	float: left;
	text-align: center;
	padding: 4px 10px 5px 10px;
	color: #a7a7a7;
	text-transform: uppercase;
	width: auto;
}
#topicContent .withTopic a.stbutton.stico_default, .withTopic .buttons a.stbutton.stico_default {
	background:url("../../images/shareNonTransparent-1.gif") no-repeat scroll 0 0 transparent !important;
	color:#FFFFFF;
	display:block;
	height:29px;
	padding:7px 0 0 35px;
	width:90px;																	
}

.withTopic {
	width: 142px !important;
	float: left;
	margin-top: 18px !important;
	padding: 0 8px !Important;
}

#tabbedContentOuter {
	overflow:hidden;
	padding-left:10px;
	width:520px;	
	float: left;
}
#tabbedContent {
	width:510px;
	padding-left: 10px;
	float:left;
	margin:0; 
	overflow: hidden;
}
#articleContent {
	width:510px;
	padding-left: 10px;
	float:left;
	margin:0; 
	overflow: hidden;
	color: #000000;
}
#articleContent .articleDetail {
	padding-left: 10px;
}
div.mpu	{
	margin: 0 0 8px 0;
	display:block;
	height:264px;
	width:300px;
	/*overflow: hidden;*/
	position: relative;
	background: url("../../images/ad-title-horizontal.png") no-repeat scroll 5px 0 transparent;
	}
div.mpu object, div.mpu a img, div.mpu iframe {
	position: absolute;
	top: 14px;
	left: 0;
}

div.mpu.mpuTopic {
	float: right;
	margin-top: 5px;
	display:block;
}
.checkbox a {
	color: #FFCC00;
}
#ww2MainContent .videoInfo h1, #ww2MainContent .galleryInfo h1 {
	font-size: 14pt !important;
	text-transform: none !important;
	color: #000 !important;
	margin-bottom: 5px !important;
}
.tooltipMove {
	margin-top: -999px !important;
}
.videoTooltipMove {
	margin-left: -1999px;
	margin-bottom: 2px;
}
#utils li p {
	margin-bottom: 2px;
}

/* --------------- New styles --------------- */

#ww2MainContent div.mpu	{
	margin: 5px 5px 9px 5px;
	display:block;
	height:250px;
	width:300px;
	overflow: hidden;
	position: relative;
	}
#ww2MainContent div.mpu object,#ww2MainContent div.mpu	embed,#ww2MainContent div.mpu a img {
	position: absolute;
	top: 0;
	left: 0;
}
div.mpu.mpuTopic {
	float: right;
	margin-top: 5px;
	display:block;
}
#ww2MainContent .checkbox a {
	color: #FFCC00;
}
/* ------------- New Gallery Styles --------------------*/

#ww2MainContent #photos a#largePhotoEnlargeIcon.enlarge {
	background:url(../../images/largePhotoEnlargement.png) 0 0 no-repeat;
	height:29px;
	margin:0;
	padding:0;
	right:20px;
	top:20px;
	width:29px;
	position:absolute;
	z-index:20;
	display:block;
	text-align:center;
	color:#FFF;
	cursor:pointer;
}

#ww2MainContent .largePhoto {
	width: 640px;
	height: 360px;
}

#ww2MainContent #photos #largePhotoHolder img {
	width: auto; 
	height: auto; 
	margin: auto;
	position: relative;
	display: block;
}

#ww2MainContent .ceebox {
	clear: both;
}

#ww2MainContent #photos #largePhotoCaption {
	background:url("../../images/transparentBlackBg-90.png") repeat scroll 0 0 transparent;
	bottom:0;
	color:#FFFFFF;
	display:none;
	float:left;
	height:100px;
	left:0;
	position:absolute;
	width:640px;
	z-index:10;
}

#ww2MainContent .cPhotoCaption {
	margin-left: -9999px;
}

#ww2MainContent .galleryInfo {
	background-color:#EBEBEB;
	background-image:url("../../images/gallery/galleryInfoBg.gif");
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
	padding:20px 15px 15px 22px;
	width:287px;
	height:auto;
}

/*-- page header buttons & text links that can appear after the pageHeader, or even in place of the page header (a list) --*/
#phButtons {width:944px;overflow:hidden;padding:0 10px 0 10px;height:30px;margin: 0 0 16px 0;}
#phButtons.withTimeline {margin-top:-8px;width:632px;padding-right:0;}
#phButtons a {margin: 0 10px 0 0;float:left;}
#phButtons span.seriesLink {margin-top:5px;text-transform:uppercase;font-weight:bold;color: #FFCC00;float:left;margin: 0 10px 0 0;padding-top:5px;}

/*-- share this button */
#phButtons a .stbuttontext, .buttons a .stbuttontext {
		color: #fff;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-transform: none;
	}
	#phButtons a.stbutton.stico_default, .buttons a.stbutton.stico_default {
		display: block;
		background:transparent url(../../images/shareNonTransparent-1.png) no-repeat scroll 0 0 !important;
		padding: 7px 0 0 30px;
		width: 108px;
		height: 23px;
		color: #fff;

	}
	#phButtons a.stbutton.stico_default:focus, .buttons a.stbutton.stico_default:focus {
		border: none;
		text-decoration: none;
	}
/*---------- Facebook Link Styles -------------- */
.hcTitleFacebook {
	direction:ltr;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	background-color: #fff;
	border: #dfdfdf solid 1px;
	border-bottom: #a3a3a3 solid 1px;
	width: 158px;
	height: 40px;
	float: right;
}
.hcTitleFacebook img {
	padding: 6px;
	width: 28px;
	height: 28px;
	float: left;
}
.hcTitleFacebook p {
	height: 40px;
}
.hcTitleFacebook p a, .hcTitleFacebook p a:link, .hcTitleFacebook p a:visited, .hcTitleFacebook p a:active {
	color: #2a4e98;
	display: block;
	float: left;
	width: 118px;
	height: 40px;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	padding-top: 1px;
	overflow: hidden;
}
.hcTitleFacebook p a:hover {
	text-decoration: none;
}
.hcTitleFacebook p a strong {
	font-size: 13pt;
	float: left;
	line-height:0.7em;
	margin:0;
	padding:0;
	cursor: pointer;
}


.hcSideFacebook {
	width: 299px;
	height: 50px;
	margin: 8px 0;
	display: block;
	clear: both;
}
.hcSideFacebook img {
	float: left;
	width: 49px;
	height: 49px;
}
.hcSideFacebook p {
	color: #000;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	display: block;
	width: 240px;
	padding-left: 10px;
	font-size: 10pt;
	line-height: 1.2em;
}
.hcSideFacebook a, .hcSideFacebook a:link, .hcSideFacebook a:visited, .hcSideFacebook a:active, .hcSideFacebook a:hover {
	text-decoration: underline;
}
#pageHeader {
	color: #444;
	font-size: 30px;
	text-transform: uppercase;
	float: left;
	width: 804px;
	margin-top: 15px;
	line-height: 1.2em;
}

#photos #largePhotoHolder a#galleryPrevHotspot span, #photos #largePhotoHolder a#galleryNextHotspot span {
	display:none;
}

#photos #largePhotoHolder {position:relative;display:block;width:640px;height:360px;}

#photos #largePhotoHolder img {position:absolute;z-index:5;height:360px;}

#photos #largePhotoHolder a#galleryPrevHotspot,
#photos #largePhotoHolder a#galleryNextHotspot {
	position:absolute;
	top:0;
	z-index:15;
	display:block;
	height:356px;
	width:316px;
	cursor:pointer;
	background-image:url(../../images/galleryPrev.png);
	background-position:-44px 0;
	background-repeat:no-repeat;
	}

#photos #largePhotoHolder a#galleryNextHotspot {right:0;background-position:360px 0;}
#photos #largePhotoHolder a#galleryPrevHotspot:hover {background-position: 0 166px;}
#photos #largePhotoHolder a#galleryNextHotspot:hover {background-position: 272px 166px;background-image:url(../../images/galleryNext.png);}

#photos #largePhotoHolder a#galleryPrevHotspot span,
#photos #largePhotoHolder a#galleryNextHotspot span {display:none;}

#photos h4#largePhotoTitle {
	position:absolute;
	top:20px;
	left:20px;
	z-index:20;
	display:block;
	height:37px;
	background:url(../../images/largePhotoTitleRight.png) top right no-repeat;
	color: #FFF;
	font-weight:bold;
	}

#photos h4#largePhotoTitle span {
	height:27px;
	display:block;
	float:left;
	margin-right:3px;
	padding: 10px 8px 0 11px;
	background:url(../../images/largePhotoTitleLeft.png) top left no-repeat;
	}

#photos a#largePhotoEmbed,
#photos a#largePhotoShare,
#photos a#largePhotoHolderCaptionIcon {
	position:absolute;
	top:20px;
	right:82px;
	z-index:20;
	display:block;
	height:20px;
	width:52px;
	padding: 17px 0 0 0;
	text-align:center;
	background:url(../../images/embedBtnBg.png) 0 0 no-repeat;
	color:#FFF;
	cursor:pointer;
	}

#photos a#largePhotoShare {
	background:url(../../images/shareBtnBg.png) 0 0 no-repeat;
	right:20px;
	}

#photos a#largePhotoHolderCaptionIcon {
	top:304px;
	background:url(../../images/largePhotoHolderCaptionIcon.png) 0 0 no-repeat;
	right:20px;
	}


#photos #largePhotoCaption {
	float:left;
	z-index:10;
	position:absolute;
	bottom:0;
	left:0;
	display:none;
	width:640px;
	height:100px;
	color:#fff;
	background:transparent url(../../images/transparentBlackBg-90.png) repeat scroll 0 0;
	}

#photos #largePhotoCaption p {margin-top:10px;margin-left:10px;}

#ww2MainContent .subpanel em {
	display: none;
}

.wwiiVideoContainer {
	background-color: #fff;
	color: #000;
}
#articleContent .articleDetail p {
	margin-bottom: 10px;
}
#carouselTopic #featShowsTopic li {
	width: 154px;
	margin-right: 0px;
}
#carouselTopic #featShowsTopic li img, #carouselTopic #featShowsTopic li span {
	width: 154px;
}
/* reset over-ride */
strong {
font-weight: bold;
}
/* Section Landing Page styles
by Tijana Miletic */

#topicsMainContent {
	padding-top: 15px;
	clear:both;
}

#topicsMainContent .feature {
	width: 964px;
	height: 298px;
	position: relative;
	clear: both;
	display: block;
	overflow:hidden;
}

#topicsMainContent .feature img, #topicsMainContent ul.featuredTopics li img {
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
}

#topicsMainContent .feature .content{
	background: transparent url(../../images/bg/bgTransp.png) top left repeat;
	clear: both;
	display: block;
	overflow:hidden;
	position:absolute;
	bottom: 0px;
	left: 0px;
	width: 964px;
	border-top: 3px solid #666;
	z-index:1;
}

#topicsMainContent .feature .content .contentCol1 {
	width: 467px;
	float: left;
}

#topicsMainContent .feature .content .contentCol2 {
	width: 497px;
	float: right;
}

#topicsMainContent h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 10px 10px 2px 30px;
	clear: both;
	display: block;
	overflow:hidden;
	line-height: 120%;
}

#topicsMainContent h3 {
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
	float: left;
	text-transform:uppercase;
	padding-right: 15px;
	line-height: 170%;
	margin: 0;
}

#topicsMainContent .feature p {
    margin: 0 15px 15px 30px;
    color: #fff;
}

#topicsMainContent .feature .content .links {
	background-color: #010101;
	padding: 7px 10px;
	width: auto;
	margin: 0 20px 20px 0;
	width:auto;
	display:block;
}

#topicsMainContent .feture .content ul {

}

#topicsMainContent .feature .content ul li {
	display: inline;
	margin-right: 10px;
	line-height: 170%;
}

#topicsMainContent a {
	color: #fff;
}

#topicsMainContent h2 a:hover{
    text-decoration: none;
	color: #ffcc00;
}

#topicsMainContent a img:hover {
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: .8;
}

#topicsMainContent ul.featuredTopics {
	clear: both;
	display: block;
	overflow:hidden;
	margin: 30px -30px 0 0 ;
}

#topicsMainContent ul.featuredTopics li {
	float: left;
	width: 497px;
	height: 269px;
	position: relative;
}

#topicsMainContent ul.featuredTopics li div {
	z-index: 1;
	position:absolute;
	width: 467px;
	bottom: 27px;
	left:0;
	background: transparent url(../../images/bg/bgTransp.png) top left repeat;
	border-bottom: 3px solid #cc0000;
	padding: 20px 0 15px 0;
}

#topicsMainContent ul.featuredTopics li h2 {
    margin: -5px 10px 0 20px;
	float: left;
	width: auto;
}

#topicsMainContent ul.featuredTopics li div ul {
	float: right;
	width: auto;
	margin: 10px 20px 0 0;
}

#topicsMainContent ul.featuredTopics li div ul li {
	display: inline;
	height:auto;
	width: auto;
	position:static;
	clear: none;
	padding-left: 10px;
}

#topicsMainContent .allTopics {
	background: #121212 url(../../images/bg/bgAllTopics.jpg) top left repeat-x;
	border-top: 1px solid #666;
	clear:both;
	display:block;
	overflow:hidden;
	padding: 0 20px;
}

#topicsMainContent .allTopics ul {

	
}

#topicsMainContent .allTopics ul li {
	float: left;
	height: 36px;
	line-height: 36px;
	padding-right: 12px;
}

#topicsMainContent .allTopics h3 {
    width: auto;
	padding-right: 22px;
	height: 36px;
    line-height: 36px;
	margin-bottom: 0;
}

