﻿.MainHeaderDiv
{
	float: left;
	width: 980px;
	position: absolute;
	left: 0px;
	z-index: 501;
}

.MainHeaderDiv.WithBanner
{
	top: -201px;
}

.MainHeaderDiv.NoBanner
{
	top: -99px;
}

.MainHeaderDiv .LeaderboardContainer
{
	margin-left: auto;
	margin-right: auto;
	height: 90px;
	width: 728px;
}
.MainHeaderDiv .LeaderboardContainer.WithAds
{
	width: 980px;
}

.MainHeaderDiv .LeaderboardContainer .BannerTop
{
	border: 1px solid #474747;
	width: 728px;
	height: 90px;
	float: right;
}

.MainHeaderDiv .LeaderboardContainer .Ads
{
	width: 200px;
	height: 90px;
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.MainHeaderDiv .LeaderboardContainer .Ads a
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


.MainHeaderDiv a:hover
{
	text-decoration: none;
}

.MainHeaderDiv .TopHeader
{
	/*width: 936px;
	padding: 0 21px;
	padding-top: 13px;
	float: left;
	border: 1px solid #313232;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-color: #333333;
	border-right-color: #444444;
	border-bottom-color: #000000;
	border-left-color: #222222;
	background: #191919 url(../../Images/Main/MainHeaderBg.gif) repeat-x left top;*/
	
	width: 936px;
	padding:20px 21px 0px 23px;
	float: left;
	background: #000;
	/*box-shadow:0 -6px 18px #DBDBDB; -moz-box-shadow:0 -6px 18px #DBDBDB; -webkit-box-shadow:0 -6px 18px #DBDBDB;*/
	height:139px;
}

.MainHeaderDiv .TopHeader .Logos
{
	padding-top: 14px;
	position:absolute
}


/*=== Header SmallLinks Menu ===*/

.MainHeaderDiv .TopHeader .LinksDiv
{
	float: left;
}

.MainHeaderDiv .TopHeader .LinksDiv .LinksList
{
	float: left;
	margin-bottom: 80px;
}

.MainHeaderDiv .TopHeader .LinksDiv .LinksList a
{
	color: #A6A6A7;
	font-weight: bold;
	font-size: 12px;
}
.MainHeaderDiv .TopHeader .LinksDiv .LinksList a.LogIn
{
	color: #A6A6A7;
}

.MainHeaderDiv .TopHeader .LinksDiv .LinksList a:hover
{
	color: #62645c;	
}

.MainHeaderDiv .TopHeader .LinksDiv .LinksList .typeface-hover a:hover
{
	color: #FFFFFF;	
}

.MainHeaderDiv .TopHeader .LinksDiv .LinksList .LeftSeparator
{
	/*background: transparent url(../../Images/Main/VerticalBlackLine.gif) no-repeat right 3px;*/
	border-width: 0px; 
}

/*.MainHeaderDiv .TopHeader .LinksDiv .LinksList .LinksDivItem:nth-child(1){ border-left:1px solid #ededee;}
.MainHeaderDiv .TopHeader .LinksDiv .LinksList .LinksDivItem:nth-child(2){ border-left:1px solid #e1e1e2; border-right:1px solid #e1e1e2;}
.MainHeaderDiv .TopHeader .LinksDiv .LinksList .LinksDivItem:nth-child(3){ border-right:1px solid #ededee;}*/

.MainHeaderDiv .TopHeader .LinksDiv .LinksList .LinksDivItem
{
	float: right;
	padding: 0px 7px 5px 10px;
	height: 14px;
}

/*=== GoogleSearch ===*/

.MainHeaderDiv .TopHeader .LinksDiv .LinksList .GoogleTextBox
{
	border:1px solid #000;
	float: right;
	height: 23px;
	padding: 0 4px 1px 8px;
	width: 160px;
	color: #b0b0b1;
	background:#7f7f7f;
	font-weight: bold;
	font-size: 12px;
	/*box-shadow:inset 0px 0px 8px #c6c6c6;*/
}
.MainHeaderDiv .TopHeader .LinksDiv .LinksList .GoogleTextBox:hover, .MainHeaderDiv .TopHeader .LinksDiv .LinksList .GoogleTextBox:focus
{
	color: #3e3e3e;
}

.MainHeaderDiv .TopHeader .LinksDiv .LinksList .GoogleSearch
{
	float: right;
	padding: 0;
	height: 24px;
	margin-right:25px;
}

.MainHeaderDiv .TopHeader .LinksDiv .LinksList .GoogleSearch a
{
	/*float: right;
	width: 23px;
	height: 24px;
	background: transparent url(../../Images/RTL/GoButton.gif) no-repeat right top;*/
	
	float: right;
	width: 23px;
	height: 24px;
	background: transparent url(../../Images/RTL/GoButton.png) no-repeat left top;
	position:absolute;
	left:30px;
	bottom:110px;
} 
.MainHeaderDiv .TopHeader .LinksDiv .LinksList .GoogleSearch a:hover
{
/*	background-position: left bottom;*/
}

/*=== Countries Dropdown ===*/

.MainHeaderDiv .TopHeader .LinksDiv .LinksList .CountrySelect
{
	position: relative;
	z-index: 400;
	float: right;
	padding: 0px 10px 5px 5px;
	height: 14px;
	border-left:1px solid #ededee;
}

.MainHeaderDiv .TopHeader .LinksDiv .LinksList .CountriesDropDown
{
	background: transparent url(../../Images/Main/DropDownArrow.png) no-repeat 90px 6px;
	display: none;
	left: -90px;
	position: absolute;
	top: 10px;
	z-index: 401;
	width: 393px;	
	padding-top: 15px;
}
.MainHeaderDiv .TopHeader .LinksDiv .LinksList .CountriesDropDown .CountriesList
{
	/*float: left;
	background-color: #4e4f4e;
	color: #dddddc;
	font-size: 13px;
	cursor: default;
	padding: 20px 0;
	white-space: nowrap;*/
	
	float: left;
	color: #dddddc;
	font-size: 13px;
	cursor: default;
	padding: 20px 0;
	white-space: nowrap;
	box-shadow:1px 2px 3px #A0A0A0; -moz-box-shadow:1px 2px 3px #A0A0A0; -webkit-box-shadow:1px 2px 3px #A0A0A0;
	
	background: #fff; /* old browsers */ background: -moz-linear-gradient(top, #fafafa 0%, #e7e7e7 100%); /* firefox */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e7e7e7)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e7e7e7'); /* ie7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e7e7e7'); /* ie8 */
}
 
.MainHeaderDiv .TopHeader .LinksDiv .LinksList .CountriesDropDown a
{
	color: #A6A6A7;
	font-size: 13px;
}
.MainHeaderDiv .TopHeader .LinksDiv .LinksList .CountriesDropDown a:hover
{
	color: #62645c
}


.MainHeaderDiv .TopHeader .LinksDiv .LinksList .CountrySelect:hover .CountriesDropDown
{
	display: block;
	z-index: 401;	
}

.MainHeaderDiv .TopHeader .LinksDiv .LinksList .CountrySelect .currentCountry
{
	color: #A6A6A7;
	cursor: default;
	font-weight: bold;
	font-size: 12px;
}


.MainHeaderDiv .TopHeader .LinksDiv .LinksList .CountriesColumn
{
	float: right;
	padding: 0 20px;
	width: 156px;
}

.MainHeaderDiv .TopHeader .LinksDiv .LinksList .CountriesColumn.LeftBorder
{
	box-shadow:1px 0 0 #D2D2CF;
	border-right: 1px solid #fff;
}

.MainHeaderDiv .TopHeader .LinksDiv .LinksList .CountriesColumn li
{
	float: none;
}

.MainHeaderDiv .TopHeader .LinksDiv .LinksList .CountriesColumn h4 
{
	color: #62645C;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
}

.MainHeaderDiv .MainMenuList
{
	float: left;
	position:relative;
	z-index: 300;
}

.MainHeaderDiv .MainMenuItem
{
	float: right;
	height: 30px;
}

.MainHeaderDiv .MainMenuItem.NoBg
{
	background: none;
}

.MainHeaderDiv .MainMenuItem.NoSeperator
{
	background: none;
	padding: 0  10px 0 0;
}

.MainHeaderDiv .MainMenuItem.NoSeperator.ListingsButton  h3, .MainHeaderDiv .MainMenuItem.NoSeperator.ListingsButton h3 a
{
	color: #fff;
	font-size: 21px;
	margin-top:3px;
}

.MainHeaderDiv .MainMenuItem.NoSeperator.ListingsButton h3 a.Selected
{
	color: #ffffff;
}

.MainHeaderDiv .MainMenuItem .typeface-hover:hover, .MainHeaderDiv .MainMenuItem.NoSeperator.ListingsButton h3 a.typeface-hover:hover
{
	text-decoration: none;
	color: #fc0;
	cursor: pointer;
}



.MainHeaderDiv .MainMenuButton
{
	height: 22px;
	text-decoration: none;
	float: right; 
	z-index: 301;
	padding:1px 6px 12px;
	margin: 0 9px;	
}

.MainHeaderDiv .MainMenuItem.NoSeperator .MainMenuButton
{
	margin-left: 0;
	padding-left: 0;
}

.MainHeaderDiv .MainMenuButton:hover
{
	text-decoration: none;
	background: #000 /*url(../Images/Main/DropDownArrowSmall.png) no-repeat right 23px*/;
	/*border-top-left-radius:4px; -moz-border-top-left-radius:4px; -webkit-border-top-left-radius:4px;
	border-top-right-radius:4px; -moz-border-top-right-radius:4px; -webkit-border-right-left-radius:4px;
	box-shadow:-6px 2px 11px #C79500; -moz-box-shadow:-6px 2px 11px #C79500; -webkit-box-shadow:-6px 2px 11px #C79500;*/
}


.MainHeaderDiv .MainMenuButton.NoHover:hover
{
	background: none;
	cursor: pointer;	
	background: none;
}


.MainHeaderDiv .MenuButtonTitle
{
	float: right;
	background: transparent url(../../Images/Main/MainMenuArrow.png) no-repeat left 7px;
	padding-left: 25px;
	color: #fff;	
	font-size: 21px;	
}

.MainHeaderDiv .MainMenuButton:hover .MenuButtonTitle
{
	background: transparent url(../../Images/Main/MainMenuArrowHover.png) no-repeat left 7px;
	color: #ffffff;
	cursor: pointer;	
}

.MainHeaderDiv .MenuButtonTitle.Selected
{
	background: transparent url(../../Images/Main/MainMenuArrowHover.png) no-repeat left 3px;
	color: #ffffff;
	cursor: pointer;	
}

.MainHeaderDiv .WebisodesLogo
{
	background: transparent url(../Images/Main/WebisodesLogoWithHover.png) no-repeat left top;
	float: right;
	width: 117px;
	height: 22px;
	margin-top: -3px;
}
.MainHeaderDiv .WebisodesLogo:hover
{
	background-position: left bottom;
}

.MainHeaderDiv .MainMenuDropDown
{
	display: none;
	float: left;
	position: absolute;
	left: 50px;
	top: 34px;
	width: 837px;	
	z-index: 601;
	padding: 1px 0 0 0;

	-moz-box-shadow: 0 7px 13px #a0a0a0;
	-webkit-box-shadow: 0 7px 13px #a0a0a0;
  	box-shadow: 0 7px 13px #a0a0a0;
	
	background: #fff; /* old browsers */ background: -moz-linear-gradient(top, #fafafa 0%, #e7e7e7 100%); /* firefox */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e7e7e7)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e7e7e7'); /* ie7 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e7e7e7'); /* ie8 */
}
.MainHeaderDiv .MainMenuButton:hover .MainMenuDropDown
{
	display: block;
}

.MainHeaderDiv .MainMenuContent 
{
	width: 836px;
	float: left;
	/*padding: 20px 20px 0 20px;
	background-color: #505150;*/
}

.MainHeaderDiv .MainMenuDropDown .MainMenuHeaderBottom
{
	width: 797px;
	float: left;
	background-color: #dbdbdb;
	padding: 8px 20px;
	/*border-top: solid 1px #4c4d4c;*/
}

.MainHeaderDiv .MainMenuDropDown .MainMenuHeaderBottom .VisitSiteButton
{
	float: left;
}

.MainHeaderDiv .MainMenuContent h4
{
	color: #62645C;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 17px;
	/*text-shadow: 0px -1px 0px #3f3f3f;
	filter: dropshadow(color=#3f3f3f, offx=0, offy=-1);*/
}

.MainHeaderDiv .MainMenuContent h5
{
	color: #ffffff;
	/*filter: dropshadow(color=#3f3f3f, offx=0, offy=-1);*/
}

.MainHeaderDiv .MainMenuContent h5 a
{
	font-size: 12px;
	color: #62645C;
	/*text-shadow: 0px -1px 0px #3f3f3f;
	filter: dropshadow(color=#3f3f3f, offx=0, offy=-1);*/
}
.MainHeaderDiv .MainMenuContent h5 a:hover
{
	color: #A6A6A7;
}

/*===SHOWS===*/

.MainHeaderDiv .MainMenuDropDown .ShowsBySubject{ 
background:#000; border-bottom:none;
box-shadow:none;
width:817px!important;
padding:20px 20px 10px 0px;
margin-top:-1px
} 

.MainHeaderDiv .MainMenuDropDown .ShowsBySubject h4{ color:#fff; text-transform:uppercase; font-size:16px; font-weight:bold; text-shadow:1px -1px 2px #b49410; margin-bottom:0}

.MainHeaderDiv .MainMenuDropDown .ShowsBySubject, .MainHeaderDiv .MainMenuDropDown .ShowsDontMiss
{
	/*border-bottom: 1px solid #474847;
	-moz-box-shadow: 0px 1px 0px #6c6c6c;
	-webkit-box-shadow: 0px 1px 0px #6c6c6c;
  	box-shadow: 0px 1px 0px #6c6c6c;
	width: 797px;
	margin-bottom: 15px;*/
	
	border-bottom: 1px solid #d2d2cf;
	-moz-box-shadow: 0px 1px 0px #f8f8f8;
	-webkit-box-shadow: 0px 1px 0px #f8f8f8;
  	box-shadow: 0px 1px 0px #f8f8f8;
	width: 797px;
	margin-bottom: 15px;
}



.MainHeaderDiv .MainMenuDropDown .ShowsBySubject li
{
	float: right;
	margin: 0 0 10px 15px;
}

.MainHeaderDiv .MainMenuDropDown .ShowsBySubject li h5 a
{
	font-weight: bold;
	font-size: 14px;
	color:#a09f9f;
	/*text-shadow:0 1px 0 #fdec95;*/
}

/*.MainHeaderDiv .MainMenuDropDown .ShowsBySubject li h5 a:hover{ color:#fff; text-shadow:none}*/

.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss li
{
	float: right;
	width: 148px;
	margin: 0 7px 10px 0;
	padding-top: 30px;
}

.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss{ margin-right:20px}

.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss li.NoMargin
{
	margin-right: 0;
}

.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss li.Ngc
{
	background: transparent url(../../Images/Main/DontMissLogos/ngc.png) no-repeat right top;
}

.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss li.Wild
{
	background: transparent url(../../Images/Main/DontMissLogos/wild.png) no-repeat right top;
}

.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss li.Adventure
{
	background: transparent url(../../Images/Main/DontMissLogos/adventure.png) no-repeat right top;
}

.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss li.NgcHd
{
	background: transparent url(../../Images/Main/DontMissLogos/ngcHD.png) no-repeat right top;
}

.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss li.Music
{
	background: transparent url(../../Images/Main/DontMissLogos/music.png) no-repeat right top;
}

.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss li.WildHd
{
	background: transparent url(../../Images/Main/DontMissLogos/wildHD.png) no-repeat right top;
}

.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss li h5 a
{
	display: block;
}

.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss li h5 a img
{
	border: 4px solid transparent;
}

.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss li h5 a .title
{
	padding: 4px;
	display: block;
	font-size: 14px;
	font-weight: bold;
}


.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss li h5 a:hover img
{
	border-color: #ffd700;
}

.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss li .episodeTitle
{
	color: #959595;
	font-size: 12px;
	padding-right: 4px;
	display: block;
	margin-top: 4px;
}

.MainHeaderDiv .MainMenuDropDown .ShowsDontMiss li .txDate
{
	color: #62645C;
	font-weight: bold;
	font-size: 12px;
	padding-right: 4px;
	display: block;
}

.MainHeaderDiv .MainMenuDropDown .TopShows
{
	width: 797px;
	margin-right:20px;
}

.MainHeaderDiv .MainMenuDropDown .TopShows li
{
	float: right;
	width: 252px;
	margin: 0 20px 10px 0;
}
.MainHeaderDiv .MainMenuDropDown .TopShows li.NoMargin
{
	margin-right: 0;
}


/*===VIDEOS===*/

.MainHeaderDiv .MainMenuDropDown.Videos .MainMenuContent
{
	padding:20px 20px 30px 0px;
	width:816px;
	/*background:url(../../Images/Main/bgDropDown2.png) top left no-repeat;*/
	margin-top:-1px
}

.MainHeaderDiv .MainMenuDropDown.Videos .MostViewed, .MainHeaderDiv .MainMenuDropDown.Videos .DontMiss
{
	width: 378px;
}

.MainHeaderDiv .MainMenuDropDown.Videos .MostViewed
{
	margin-right: 20px;
	border-right: solid 1px #FFFFFF;
	box-shadow:1px 0 0 #d2d2cf;
	padding-right: 20px;
}

.MainHeaderDiv .MainMenuDropDown.Videos h5
{
	margin-bottom: 15px;
}

.MainHeaderDiv .MainMenuDropDown.Videos .MostViewed h5
{
	color: #A6A6A7;
	width: 378px;
	float: right;
}
.MainHeaderDiv .MainMenuDropDown.Videos .MostViewed h5 a.title
{
	font-size: 14px;
}
.MainHeaderDiv .MainMenuDropDown.Videos .MostViewed h5 a.showTitle
{
	font-weight: bold;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss
{
	font-size: 12px;
	color: #62645c;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .item
{
	width: 378px;
	float: right;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .item .image
{
	position: relative;
	width: 148px;
	height: 87px;
	float: right;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .item .image img
{
	border: 4px solid transparent;
	width: 140px;
	height: 79px;
}
.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .item .image:hover img
{
	border-color: #ffd700;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .item .image .PlayBtn
{
	position: absolute;
	width: 148px;
	height: 87px;
	top: 0;
	left: 0;
	background: transparent url(../../Images/Webisodes/PlayBtnSmall.png) no-repeat scroll center center;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .item .text
{
	padding: 4px 10px 0 0;
	float: right;
	width: 220px;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .item .text h5
{
	margin-bottom: 0;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .item .text .title
{
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .item .text .duration
{
	font-size: 10px;
	font-weight: bold;
	display: block;
}
.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .item .text .description
{
	font-size: 12px;
	display: block;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .item .text a.showTitle
{
	font-weight: bold;
	color: #62645c;
}
.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .item .text a.showTitle:hover
{
	color: #62645c;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .Webisodes
{
	margin-bottom: 25px;
	width: 376px;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .Webisodes ul
{
	width: 376px;
	border: 1px solid #A6A6A7;
	float: right;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .Webisodes h4.logo
{
	float: right;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .Webisodes h4.logo a
{
	background: transparent url(../../Images/Main/WebisodesLogo.png) no-repeat right top;
	width: 91px;
	height: 14px;
	float: right;
}
.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .Webisodes h4.logo a:hover
{
	background-position: right bottom;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .Webisodes .item
{
	width: 356px;
	padding: 10px 10px 0 10px;
	float: right;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .Webisodes .item .text
{
	padding: 4px 10px 0 0;
	float: right;
	width: 198px;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .Webisodes .Bottom
{
	margin-top: 10px;
	padding: 8px;
	width: 360px;
	background-color: #A6A6A7;
	float: right;
}

.MainHeaderDiv .MainMenuDropDown.Videos .DontMiss .Webisodes .Bottom .VisitSiteButton
{
	float: left;
}


/*===PHOTOS===*/

.MainHeaderDiv .MainMenuDropDown.Photos .MainMenuContent
{
	padding:20px 20px 30px 0;
	/*background:url(../../Images/Main/bgDropDown2.png) top left no-repeat;*/
	margin-top:-1px
}

.MainHeaderDiv .MainMenuDropDown.Photos .MostViewed
{
	margin-right: 20px;
	border-right: solid 1px #FFFFFF;
	box-shadow:1px 0 0 #d2d2cf;
	padding-right: 20px;
}

.MainHeaderDiv .MainMenuDropDown.Photos .Top, .MainHeaderDiv .MainMenuDropDown.Photos .MostViewed, .MainHeaderDiv .MainMenuDropDown.Photos .POD
{
	width: 378px;
	padding-right:18px;
}

.MainHeaderDiv .MainMenuDropDown.Photos h5
{
	margin-bottom: 15px;
}

.MainHeaderDiv .MainMenuDropDown.Photos .Top h5, .MainHeaderDiv .MainMenuDropDown.Photos .MostViewed h5
{
	color: #A6A6A7;
	width: 378px;
	float: right;
}
.MainHeaderDiv .MainMenuDropDown.Photos .Top h5 a.title, .MainHeaderDiv .MainMenuDropDown.Photos .MostViewed h5 a.title
{
	font-size: 14px;
}
.MainHeaderDiv .MainMenuDropDown.Photos .Top h5 a.showTitle, .MainHeaderDiv .MainMenuDropDown.Photos .MostViewed h5 a.showTitle
{
	font-weight: bold;
}

.MainHeaderDiv .MainMenuDropDown.Photos .POD h4.logo
{
	background: transparent url(../../Images/Main/PODLogo.png) no-repeat right top;
	padding-right: 32px;
	padding-top: 3px;
	height: 20px;
	margin-right: 4px;
	color: #959595;
	font-weight: bold;
	font-size: 17px;
}

.MainHeaderDiv .MainMenuDropDown.Photos .POD .item
{
	width: 378px;
	float: right;
}

.MainHeaderDiv .MainMenuDropDown.Photos .POD .item .image
{
	width: 148px;
	height: 87px;
	float: right;
}

.MainHeaderDiv .MainMenuDropDown.Photos .POD .item .image img
{
	border: 4px solid transparent;
	width: 140px;
	height: 79px;
}

.MainHeaderDiv .MainMenuDropDown.Photos .POD .item .text
{
	padding: 4px 10px 0 0;
	float: right;
	width: 220px;
}

.MainHeaderDiv .MainMenuDropDown.Photos .POD .item .text .title
{
	font-size: 14px;
	font-weight: bold;
	display: block;
}

.MainHeaderDiv .MainMenuDropDown.Photos .POD .item .text .description
{
	font-size: 12px;
	display: block;
	color:#A6A6A7;
}

.MainHeaderDiv .MainMenuDropDown.Photos .POD .item .text .duration
{
	font-style: italic;
	display: block;
}

.MainHeaderDiv .MainMenuDropDown.Photos .POD .item:hover .image img
{
	border-color: #ffd700;
}
.MainHeaderDiv .MainMenuDropDown.Photos .POD .item:hover a
{
	color: #A6A6A7;
}

.MainHeaderDiv .MainMenuDropDown.Photos .POD .item .text:hover .description{ color:#62645c}

