/* body */
body {
	background-color: #0B0B0B;
	margin:0;
	padding:0;
	}
	

#wrapper {
	width:740px;
	margin:0px auto;
	text-align:left;
	}
	
#videopod {
	background-image: url(images/topbackground.png); 
	background-repeat: repeat-x; 
	height:435px;
	padding:10px;
	}

#logo {float: left;}

/* lineup display */
#channel li {float: left; list-style-type: none; width: 141px; height: 112px; background-image: url(images/thumbnail_backdrop.gif); margin: 1px;}
#channel li img{width: 120px; height: 90; padding: 5px; margin: 5px; }
#channel li img:hover{width: 120px; height: 90; padding: 5px; background-color: #fff}
.selected {background-color: #F9003B}
.asset {padding:0; margin:5px; text-align: center;}
.lineup {margin: 0 0 0 6px;}

/* channel display */
.accordionButton {
	background-image: url(images/accordeonbg.png);
	background-repeat: repeat-x;
	float: left;
	width:740px;
	height:31px;
	margin-bottom:1px;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.accordionButton p {padding: 0 0 0 10px; margin: 10px 0 0 0;}
	
.accordionContent {
	background-image: url(images/previewbackground.png);
	background-repeat: repeat-x;
	background-color:#111111;
	float: left;
	display: none;
	width:740px;
	margin: 0;
	padding: 15px 0 15px 0;}


.whiteText {color: #fff; height: 31px;}
.highlightText {color: #0056BC; height: 31px;}	

#footer {font-family: Helvetica, sans-serif; font-size: 10px; color: #333; text-align: center; padding-top: 30px;}

