/*===================================================================================*/
/* Filename:          landing.css                                                    */
/* Description:       TV Landing Page CSS File                                       */
/* Version:           1.0 (08.06.2010)                                               */
/* Website:           http://www.lifestylechannel.com.au                             */
/* Company:           ID Studios (http://www.idstudios.com.au)                       */
/* Author:            Luke Goodwin                                                   */
/*===================================================================================*/
/*							    LEFT COLUMN STRUCTURE                                */
/*===================================================================================*/
#TvLandingContent {
    padding-top: 10px;
}
.HeadingArea {
	overflow: hidden; /* IE6 FIX */
}
.TVShowsHeading {
    background-position: 0px -360px;
}
/*===================================================================================*/
/*							    THIS MONTHS HIGHLIGHTS STRUCTURE                     */
/*===================================================================================*/
.ThisMonthHighlights {
	margin-top: 10px;
	padding-bottom: 15px;
}
.ThisMonthHighlights .Heading {
	height: 25px;
}
.ThisMonthHighlights .Item {
    padding-bottom:15px;
    padding-top: 5px;
}
	.ThisMonthHighlights .Item .Copy {
	    margin-top: -17px;
	}
		.ThisMonthHighlights .Item .Copy a {
			color: #7d7d7d;	
		}
.ThisMonthHighlights .Item form {
	position: relative;
	top: -29px;
	left: 343px;
	width: 50%;
	
	z-index: 50;
}
.ThisMonthHighlights .Item form select.Input_Option  {
	width: 70%;	
	border: 1px solid #7d7d7d;
	color: #7d7d7d;
}		
.ThisMonthHighlights #VideoPlayer {
	float: left;
	width: 400px;
	height: 225px;
}
/*===================================================================================*/
/*							    FEATURED SHOWS HIGHLIGHTS STRUCTURE                  */
/*===================================================================================*/
.FeaturedShowsHightlights {
    margin-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
}
.FeaturedShowsHightlights .Item {
	float: left;
	width: 172px;
	margin-bottom: 10px;
	margin-right: 6px;
	margin-left: 0px;
	margin-top: 0px;
	height: auto;
}
	.FeaturedShowsHightlights .Item .Thumbnail {
		width: 170px;
		margin-right: 0px;
	}
	.FeaturedShowsHightlights .Item .Copy {
		margin: 5px 0px 0px 0px;
		width: 170px;
		overflow: hidden;
	}
	.FeaturedShowsHightlights .Item .Copy .Title {
	    margin:0; padding:0; 
	}   
	.FeaturedShowsHightlights .Item .Copy .Byline {
	    display: block;
	} 
	.FeaturedShowsHightlights .Item .Copy .ArrowRight {
	    display: inline-block;
	}    
/*===================================================================================*/
/*							    MORE SHOWS STRUCTURE                                 */
/*===================================================================================*/
.MoreShows {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
}
.MoreShows ul {
	height: 220px;
	overflow: hidden;
}
.MoreShows .Item {
    display:block;
    float:left;
    height:15px;
    margin-bottom:5px;
    margin-right:10px;
    overflow:hidden;
    width:195px;
}
.MoreShows .Item .More {
    background-position: 0px 4px;   
}
.MoreShows .Item .More span { 
	text-transform: capitalize;
	height: 15px;
	overflow: hidden;
	font-weight: normal;
	font-size: 12px;
}
/*===================================================================================*/
/*			          IFESTYLE FOOD & LIFESTYLE YOU STRUCTURE                        */
/*===================================================================================*/
.LifestyleFoodArea,
.LifestyleYouArea {
    float: left;
    width: 314px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #cccccc;
	height: 150px;
	overflow: hidden;
}
.LifestyleFoodArea .Item .Thumbnail,
.LifestyleYouArea .Item .Thumbnail {
    float: left;
    width: 76px;
}
.LifestyleFoodArea .Item .Copy,
.LifestyleYouArea .Item .Copy {
    float: left;
    width: 175px;
    margin-left: 10px;
}
.LifestyleFoodArea .SubTitle,
.LifestyleFoodArea .ArrowRight {
    color: #ff9900;
}
.LifestyleFoodArea .ArrowRight {
    background: url('../../themes/orange/arrow-right.gif') no-repeat center right;
}
.LifestyleYouArea .SubTitle,
.LifestyleYouArea .ArrowRight {
    color: #cc0033;
}
.LifestyleYouArea .ArrowRight {
    background: url('../../themes/red/arrow-right.gif') no-repeat center right;
}
/*===================================================================================*/
/*			                FOXTEL DOWNLOADS STRUCTURE                               */
/*===================================================================================*/
.FoxtelDownloadsArea {
}
.FoxtelDownloadsArea .Item {
    float: left;
    width: 449px;
}
.FoxtelDownloadsArea .Item .Thumbnail {
    float: left;
    width: 122;
}
.FoxtelDownloadsArea .Item .Copy {
    float: left;
    width: 215px;
    margin-left: 10px;
}
.FoxtelDownloadsArea .Item .Copy .Byline {
    display: block;
}
.FoxtelDownloadsArea .MoreDownloads {
    float: left;
    width: 150px;
    padding: 10px;
    background: url(../images/foxtel-downloads-background.gif) repeat-x top left;
}
.FoxtelDownloadsArea .MoreDownloads .ArrowLeft {
    margin: 0px 0px 3px 5px;
	white-space: nowrap;
}
.FoxtelDownloadsArea .FoxtelDownloadLink {
    margin: 15px 0px;
    display: block;
}
