/* CSS Document */

#tvGuideWrapper {
	background: transparent url(../images/backgrounds/tvGuideBG.jpg) no-repeat 0 0px;
}
#mainContent {
	padding:0 0 0 26px;
}

#tvGuideWrapper h3 {
	color: #c0d936;
	font-size: 0.75em;
}

/*------------------- TABS --------------------*/
#tabPop {
	width:69px;
	margin:0 5px 0 10px;
	background: url(../images/tvGuide/pop_off.gif) no-repeat;
}
#tabPop {
	margin:0 5px 0 0;
	background: url(../images/tvGuide/Pop_off.gif) no-repeat;
}
#tabPopGirl {
	width:85px;
	background: url(../images/tvGuide/popGirl_off.gif) no-repeat;
}
#tabPopGirl.tabOn {
	background: url(../images/tvGuide/popGirl_on.gif) no-repeat;
}
#tabPop.tabOn {
	background: url(../images/tvGuide/pop_on.gif) no-repeat;
}
#tabPop.tabOn {
	background: url(../images/tvGuide/Pop_on.gif) no-repeat;
}
#tabPopTiny 
{
	width:85px;
	margin:0 5px 0 0;
	background: url(../images/tvGuide/tinypop_off.gif) no-repeat;
}
#tabPopTiny.tabOn
{
	background: url(../images/tvGuide/tinypop_on.gif) no-repeat;
}

#progsWrapper {
	width:627px;
}
#tvTunerWrapper {
	width:340px;
	height:135px;
	margin-bottom: 20px;
}
#progsWrapper h2 {
	margin:0;
	color:#fff;
}
#progsWrapper h3 {
	margin:0;
	color:#eafc23;
	font-size:0.9em;
}
#progsWrapper p {
	margin:0;
}
.programme {
	width:268px;
}
.progFrame {
	padding:4px;
	float:right;
	text-align:center;
	background: url(../images/tvGuide/whatsOnFrame.gif) no-repeat;
}
#cartoonClips {
	width:125px;
	height:26px;
	margin:46px 0 12px 0;
	background: url(../images/tvGuide/cartoon_clips.gif) no-repeat;
}
#cartoonClips span {
	display:none;
}
#thumbScroller {
	width:507px;
}
#cartoonWrapper {
	margin-bottom: 22px;
	width:512px;
}
#cartoonDetails {
	width:244px;
	float:right;
}
#cartoonDetails h2 {
	color:#c0d936;
	margin-bottom:0.3em;
}
#cartoonDetails p {
	color: #fff;
}
#flashVideoPlayer {
	width:242px;
	height:187px;
	padding:6px;
	background: url(../images/tvGuide/cartoonClipFrame.gif) no-repeat;
}

#breadcrumbWrapper,
#tabsWrapper { padding-top: 15px; }


