body {
	margin: 0px;
	padding: 0px;
	background-color: #e4edf4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-image: url(images/main_bg_tile.jpg);
	background-repeat: repeat-x;
}

.fontype {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	font-weight:bold;
}

.fontype_s {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
}


.global_switcher a {
	color:#848c98;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
}
.global_wrapper{
	width: 100%;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.subnav .mid a {
	font-size:12px;
}
.subnav_sm .mid a {
	font-size:12px;
}
.main_wrapper {
	width: 100%;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.main_wrapper-eng {
	width: 100%;
	background-image: url(images/main_bg_eng.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.main_wrapper-zulu {
	width: 100%;
	background-image: url(images/main_bg_zulu.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.main_bot {
	background-image: url(images/main_bot.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
.main_centering {
	width: 985px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding:34px 0 20px 0;	
}

/*---------------- AFRIKAANS NAV ----------------*/
.main_nav {
	text-align:center;
	width:695px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	padding-left:50px;
}
.main_nav a {
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height:52px;
	display:block;
	float:left;
	position:relative;
	text-indent:-2000px;
}
.main_nav a.tuis {
	background-image: url(images/nav_tuis.png);	
	width:77px;
	margin-right:4px;
}
.main_nav a.kyk {
	background-image: url(images/nav_kyk.png);	
	width:190px;
	margin-right:4px;
}
.main_nav a.prog {
	background-image: url(images/nav_prog.png);	
	width:169px;
	margin-right:4px;
}
.main_nav a.speel {
	background-image: url(images/nav_speel.png);	
	width:90px;
	margin-right:4px;
}
.main_nav a.kontakte {
	background-image: url(images/nav_kontakte.png);	
	width:153px;
}
.main_nav a:hover {
	background-position: 0px 0px;
}
/*---------------- ZULU NAV ----------------*/
.main_nav-zulu {
	text-align:center;
	width:803px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	padding-left:110px;
}
.main_nav-zulu a {
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height:52px;
	display:block;
	float:left;
	position:relative;
	text-indent:-2000px;
}
.main_nav-zulu a.ekhaya {
	background-image: url(images/nav_ekhaya.png);	
	width:118px;
	margin-right:4px;
}
.main_nav-zulu a.bheka {
	background-image: url(images/nav_bheka.png);	
	width:193px;
	margin-right:4px;
}
.main_nav-zulu a.izin {
	background-image: url(images/nav_izin.png);	
	width:131px;
	margin-right:4px;
}
.main_nav-zulu a.ukudlala {
	background-image: url(images/nav_ukudlala.png);	
	width:134px;
	margin-right:4px;
}
.main_nav-zulu a.xhumana {
	background-image: url(images/nav_xhumana.png);	
	width:211px;
}
.main_nav-zulu a:hover {
	background-position: 0px 0px;
}
/*---------------- ENGLISH NAV ----------------*/
.main_nav-eng {
	text-align:center;
	width:696px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	padding-left:49px;
}
.main_nav-eng a {
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height:52px;
	display:block;
	float:left;
	position:relative;
	text-indent:-2000px;
}
.main_nav-eng a.home {
	background-image: url(images/nav_home.png);	
	width:95px;
	margin-right:4px;
}
.main_nav-eng a.look {
	background-image: url(images/nav_look.png);	
	width:182px;
	margin-right:4px;
}
.main_nav-eng a.prog_eng {
	background-image: url(images/nav_prog_eng.png);	
	width:183px;
	margin-right:4px;
}
.main_nav-eng a.play {
	background-image: url(images/nav_play.png);	
	width:82px;
	margin-right:4px;
}
.main_nav-eng a.contacts {
	background-image: url(images/nav_contact.png);	
	width:138px;
}
.main_nav-eng a:hover {
	background-position: 0px 0px;
}




/*------------ LANGUAGE NAV -------------*/
.lang_nav {
	text-align:center;
	width:695px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	padding:0 0 45px 50px;

}
.lang_nav a {
	background-repeat: no-repeat;
	height:32px;
	display:block;
	float:left;
	position:relative;
	text-indent:-2000px;
}
.lang_nav a.afr {
	background-image: url(images/lan_nav-afr.png);	
	width:100px;
	margin-right:4px;
}
.lang_nav a.afr:hover {
	background-image: url(images/lan_nav-afr_over.png);	
	width:100px;
	margin-right:4px;
}
.lang_nav a.eng {
	background-image: url(images/lan_nav-eng.png);	
	width:88px;
	margin-right:4px;
}
.lang_nav a.eng:hover {
	background-image: url(images/lan_nav-eng_over.png);	
	width:88px;
	margin-right:4px;
}
.lang_nav a.zulu {
	background-image: url(images/lan_nav-zulu.png);	
	width:81px;
	margin-right:4px;
}
.lang_nav a.zulu:hover {
	background-image: url(images/lan_nav-zulu_over.png);	
	width:81px;
	margin-right:4px;
}




a {
	font-size:13px;
	color:#c10304;
	text-decoration:none;
}
a:hover {
	color:#c10304;
	text-decoration:underline;
}

.portal_column1 {
	float:left;
	width:506px;
}
.portal_column2 {
	float:left;
	width:178px;
	margin-left:12px;
}
.portal_column3 {
	float:left;
	width:250px;
	margin-left:12px;
}
.portal_column_single {
	margin:15px 0 5px 0;
}

.twoColumn_1 {
	float:left;
	width:696px;
}
.twoColumn_2 {
	float:left;
	width:250px;
	margin-left:12px;
}

.home_art_sm {
	margin-bottom:10px;
}
.home_art_1 {
	background-image: url(images/home_art_bg_1.png);
	background-repeat: no-repeat;
	padding:47px 30px 83px 29px;
}
.home_art_2 {
	background-image: url(images/home_art_bg_2.png);
	background-repeat: no-repeat;
	padding:47px 63px 83px 29px;
}
.frame_top {
	background-image: url(images/frame_top.png);
	background-repeat: no-repeat;
	padding:50px 0 35px 40px;
	margin-top:10px;
}
.frame_bg {
	background-image: url(images/frame_bg.gif);
	background-repeat: repeat-y;
	padding:0 20px;
}

.frame_bg1 {
	background-image: url(images/frame_bg.gif);
	background-repeat: repeat-y;
	padding:5 0px;
}
.frame_bot {
	margin-bottom:150px;
}
.show_head {
	background-image: url(images/show_head.png);
	background-repeat: no-repeat;
	padding:12px 0 9px 15px;
	margin-top:10px;
	font-size:25px;
	color:#f6da17;
	font-weight:bold;
	letter-spacing:-1px;
}
.show_head_lied {
	background-image: url(images/show_head.png);
	background-repeat: no-repeat;
	padding:12px 0 5px 15px;
	margin-top:10px;
}
.show_bg {
	background-image: url(images/show_bg.gif);
	background-repeat: repeat-y;
	padding:0 20px;
}
.show_bot {
	margin-bottom:50px;
}
.show_desc_bg {
	background-image: url(images/show_info.png);
	background-repeat: no-repeat;
	background-position:0 36px;
	padding:60px 55px 0 8px;
	color:#1e3951;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
}
.show_desc_bg p {
	padding-top:2px;
	margin-top:2px;
}
.karak_desc {
	color:#1e3951;
	font-size:15px;
	line-height:17px;
	font-weight:bold;
	padding-top:10px;
}
.karak_desc p {
	padding-top:2px;
	margin-top:2px;
}

.main_footer {
	width: 100%;
	background-color: #FFF;
}
.main_footer .content {
	width: 100%;
	width: 985px;
	height: 130px;
	margin: 0 auto;
	padding-top:20px;
	overflow: hidden;
	position: relative;
	color:#999;
}
.main_footer .content a {
	color:#666;
}


.portal_articles_item {
	color:#333;
}
.portal_articles_item a {
	color:#333;
	text-decoration:none;
	display:block;	
}
.portal_articles_item a:hover {
	color:#0098ef;
	text-decoration:none;
	cursor:hand;
}
.portal_head {
	background-image: url(images/head_bg.gif);
	background-repeat: repeat-x;
}
.portal_comingSoon {
	padding-top: 9px;
}
.portal_comingSoon .bg {
	padding: 3px;
	background-image: url(images/cmngSn_bg.jpg);
	background-repeat: no-repeat;
}

	.portal_comingSoon .head {
		background-image: url(images/cmngSn_head.gif);
		background-repeat: no-repeat;
		font-size:25px;
		color:#FFF;
		font-weight:bold;
		text-align:center;
		letter-spacing:-0.06em;		
	}
	.portal_comingSoon .item {
		border-top:3px solid #15171a;	
	}
	.portal_comingSoon .info {
		background-image: url(images/cmngSn_tile.gif);
		background-repeat: repeat-y;
		padding-left:10px;
	}
	.portal_comingSoon .info a {
		line-height:11px;
		font-weight:bold;
	}
	.portal_comingSoon .info h4 {
		color:#FFF;
		font-size:12px;
		font-weight:normal;
		margin:3px 0;
	}
	.portal_comingSoon .info span {
		color:#878787;
		font-size:10px;
		font-weight:normal;
		margin:0;
		background-color:#0e0f11;
	}
	.portal_comingSoon .logoAndThumb {
		position:relative;
	}
	.portal_comingSoon .logo {
		position:absolute;
		top:57px;
		left:80px;
	}
	
.portal_comingSoon .disclaim {
	color:#FFF;
	font-size:11px;
	padding-top:4px;
}
	.portal_comingSoon .disclaim span {
		color:#4da1e0;
		font-size:20px;
	}

.portal_rss	{

}
.portal_rss .bg {
	padding: 5px;
	background:#FFF;
}
.portal_rss .help {
	font-weight:bold;
	font-size:12px;
	padding:5px 4px;
}
.portal_rss .head {
	background-image: url(images/rss_head.gif);
	background-repeat: no-repeat;
	color:#2d70a1;
	font-size:23px;
	padding:9px 0 7px 13px;
	font-weight:bold;
	letter-spacing:-1.5px;
}
.portal_rss .tile {
	border-right: 1px #c5c5c5 solid;
	border-left: 1px #c5c5c5 solid;
	padding:10px;
}
.portal_rss ul {
	list-style-type:none;
	margin:0;
	padding:0;	
}
.portal_rss li {
	list-style-type:none;
	background-image: url(images/rss_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-bottom:4px;
}
.portal_rss li a {
	font-size:14px;
	letter-spacing: -0.05em;
	font-weight:bold;
	margin-left:13px;
}
	
a.link_large {
	color:#0099ff;
	font-size:20px;
	text-decoration:none;
	font-weight: bold;
	line-height:20px;
}
a.link_large:hover {
	text-decoration:underline;
}
p.copy_12_spaced {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:19px;
}
.hr_dotline {
	background-image: url(images/hr_dotline.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height:23px;
}
.portal_bg_white_padded {
	background-color:#FFF;
	padding:9px;
}
.image_border {
	border:#0099ff solid 2px;
}
.image_border:hover {
	border:#3176a9 solid 2px;
}

.portal_tabs {
	margin: 12px 0 0 0;
	background-image: none;
	position:relative;
	padding: 0; 
	clear:both;
	overflow:hidden;
	float:none;
	width:500px;
}
.portal_tabs ul {margin: 0;padding: 0;list-style-type: none;}
.portal_tabs li {margin: 0;padding: 0;float: left;}
.portal_tabs li {margin-right: 3px;background:#eee none;text-align: center;}
.portal_tabs a.up {
	display: block;
	background-image: url(/App_Themes/chnl_koow/images/tab_light.gif);
	background-repeat: repeat-x;
	padding: 7px 11px 8px 11px;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	letter-spacing: -0.05em;
}
.portal_tabs a.down {	
	display: block;
	background-image: url(/App_Themes/chnl_koow/images/tab_dark.gif);
	padding: 8px 11px 8px 11px;
	background-repeat: repeat-x;
	border-top: 1px solid #013c79;
	border-right: 1px solid #013c79;
	border-left: 1px solid #013c79;
	background-color: #011c4e;
	font-weight:bold;
	color:#FFF;
	font-size:17px;
	text-decoration:none;
	letter-spacing: -0.05em;
}
.portal_tabs a.down:hover {
	background-image: url(/App_Themes/chnl_koow/images/tab_light.gif);
}






/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* Video Styles ---------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */

.vidcat {
	position:relative;
	left:0;
	z-index:200;
	margin:0 auto;
	padding-bottom:15px;
	width:985px;
	background-image:url(images/vidcat_bg.png);
	background-repeat:no-repeat;
	height:44px;
}

.vidcat .mid {
	padding-left:100px;
	height:44px;
}

.vidcat .mid a {
	color:#0660c9;display:block;padding:1px 10px 1px 13px;margin:0 5px 0 0;
	background-image: url(images/arrow_sm.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-decoration:none;
	float:left;
	font-size:12px;
}
/* IE6 Only */
* html  .vidcat .mid a {
	color:#0660c9;
	display:block;
	padding:1px 10px 1px 13px;
	margin:0 5px 0 0;
	background-image: url(images/arrow_sm.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-decoration:none;
	float:left;
	white-space: nowrap;
}
/* IE7 Only */
*:first-child+html .vidcat .mid a {
	color:#0660c9;
	display:block;
	padding:1px 10px 1px 13px;
	margin:0 5px 0 0;
	background-image: url(images/arrow_sm.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	text-decoration:none;
	float:left;
	white-space: nowrap;
}
.vidcat .mid a:hover {
	background-image: url(images/arrow_sm_over.gif);
	background-color:#0660c9;text-decoration:none;
	color:#fff;
}			
.vidcat_sm {
	position:absolute;
	top:95px;
	left:0;
	z-index:200;
	margin:0;
	padding:0;
	width:630px;
}
.vidcat_sm .mid {
	background-color: #1c2b38;
	padding:0;
}
.vidcat_sm .top {
	background-color: #1c2b38;
	border-top: 2px solid #000;
}
.vidcat_sm .bot {
	background-color: #1c2b38;
	border-bottom: 2px solid #000;
}
.vidcatnav_sm .left {
	background-color: #1c2b38;
	border-left: 2px solid #000;
}
.vidcatnav_sm .right {
	background-color: #1c2b38;
	border-right: 2px solid #000;
}
.vidcatnav_sm .mid a {
	float:left;color:#fff;display:block;padding:1px 4px 1px 13px;margin:0 5px 0 0;
	background-image: url(images/arrow_sm.gif);background-repeat: no-repeat;
	background-position: 5px 5px;text-decoration:none;
}
.vidcatnav_sm .mid a:hover {
	background-image: url(images/arrow_sm_over.gif);
	background-color:#354557;text-decoration:none;
}

.vidplayer_lg {
	float:left;
}
.vids_LatestRatedMost {
	float:left;
	padding-left:10px;
	width:461px;
}
.vids_LatestRatedMost_border_outer {
	position:relative;
	background-color:#f6da17;
	padding: 9px;
	float:none;
	margin:0;
}
.vids_LatestRatedMost_border_mid {
	position:relative;
	background-color:#4d90de;
	padding: 4px;
	margin:4px;
}
.vids_LatestRatedMost_row {
	background-color:#FFF;
	padding:9px;
}
.vids_LatestRatedMost_item {
	color:#333;
}
.vids_LatestRatedMost_item a {
	color:#333;
	text-decoration:none;
	display:block;	
}
.vids_LatestRatedMost_item a:hover {
	color:#0098ef;
	text-decoration:none;
	cursor:hand;
	font-size:16px;
}

/* New */
.vids_LatestRatedMost_padding {
	padding:9px 7px 7px 9px;
	width:50%;
}
.vids_LatestRatedMost_title {
	color:#0660c9;
	font-size:16px;
	text-decoration:none;
	font-weight: bold;
	line-height:18px;
}
.vids_LatestRatedMost_title:hover {
	text-decoration:underline;
}
.vids_LatestRatedMost_copy {
	color:#333;
	font-size:11px;
	padding-left: 8px;
}
.vids_LatestRatedMost_small_row {
	background-color:#FFF;
	clear:both;
	border:1px solid #00CC00;
}



.vids_LatestRatedMost_item .title {
	color:#0660c9;
	font-size:17px;
	text-decoration:none;
	font-weight: bold;
	line-height:15px;
	margin-bottom:5px;
	padding:0;
}
.vids_LatestRatedMost_item .thumb {
	width:105px;
	float:left;
}
.vids_LatestRatedMost_item .copy {
	float:left;
	width:99px;
}

/* LIST LARGE ------------------------------------------ */
.vids_LatestRatedMost_item_large {
	color:#333;
	text-decoration:none;
}
.vids_LatestRatedMost_item_large a {
	color:#0660c9;
	text-decoration:none;
	display:block;
}
.vids_LatestRatedMost_item_large a:hover {
	color:#0660c9;
	text-decoration:underline;
}
.vids_LatestRatedMost_item_large .thumb {
	width:110px;
}
.vids_LatestRatedMost_item_large .play {
	padding:0px 4px 0 0;
	float:left;
	margin:0;
}
.vids_LatestRatedMost_item_large .rating {
	padding-left:4px;
}
.vids_LatestRatedMost_item_large .title {
	color:#0660c9;
	font-size:17px;
	text-decoration:none;
	font-weight: bold;
	line-height:19px;
}
.vids_LatestRatedMost_item_large .copy {
	padding:0;
}

/* Small Vid Player ------------------------------------------ */
.vidPlayer_small {
	background-image: url(/App_Themes/chnl_koow/images/smallVid_bg.gif);
	height: 386px;
	width:250px;
	padding:0;
	margin:0;
	background-repeat: no-repeat;
}
	.vidPlayer_small .vidPlayer {
		height:227px;
		padding:0;
		margin:0;
	}
	.vidPlayer_small .vidTitle {
		padding:7px 16px 0 16px;
		margin:0;
		height:130px;
	}
	.vidPlayer_small h5 {
		margin:5px 0 2px 0;
		font-size:12px;
		font-weight:bold;
		color:#fff;	
	}
	.vidPlayer_small p {
		margin:0;
		font-size:11px;
		color:#9fa2a9;
		height:66px;
	}
	.vidPlayer_small .more {
		text-align:right;
		margin-right:10px;
	}

.vids_tagcloud {
	background-image: url(/App_Themes/chnl_koow/images/bg_lines_tagcloud.gif);
	background-repeat: repeat-x;
	height:130px;
	width:435px;
	padding: 6px 12px 0 12px;
}
.vids_tagcloud .title {
	top: 2px;
	position:relative;
}
.vids_tagcloud .cloud { 
	top: 8px;
	position:relative;
}
.vids_cat {
	float:left;
	padding-left:10px;
	margin-bottom:10px;
}
.vids_cat_title {
	float:left;
	padding-left:10px;
	font-size:28px;
	color:#FFF;
	font-weight:bold;
	letter-spacing: -0.04em;
}
.vids_tabs {width: 470px;margin: 0;padding: 0px 15em;left:10px;background-image: none;position:relative;float:left;}
.vids_tabs ul {margin: 0;padding: 0;left:25px;list-style-type: none;}
.vids_tabs li {margin: 0;padding: 0;float: left;}
.vids_tabs {padding: 0;background: none;}
.vids_tabs li {margin-right: 3px;background: #eee none;text-align: center;}
.vids_tabs a.up {
	display: block;
	background-image: url(/App_Themes/chnl_koow/images/tab_light.gif);
	background-repeat: repeat-x;
	padding: 7px 11px 8px 11px;
	color:#0660c9;
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	letter-spacing: -0.05em;
}
.vids_tabs a.down {	
	display: block;
	background-image: url(/App_Themes/chnl_koow/images/tab_dark.gif);
	padding: 6px 11px 8px 11px;
	background-repeat: repeat-x;
	border-top: 1px solid #e43d4e;
	border-right: 1px solid #e43d4e;
	border-left: 1px solid #e43d4e;
	background-color: #e43d4e;
	font-weight:bold;
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	letter-spacing: -0.05em;
}
.vids_tabs a.down:hover {
	background-image: url(/App_Themes/chnl_koow/images/tab_light.gif);
	color:#0660c9;
}
.vids_tabs a.search_up {
	display: block;
	background-image: url(/App_Themes/chnl_koow/images/tab_search.gif);
	background-repeat: repeat-x;
	padding: 6px 11px 8px 11px;
	font-weight:bold;
	color:#fff;
	font-size:19px;
	text-decoration:none;
	letter-spacing: -0.05em;
}
.vids_largeList_tab {
	float:left;
	position:relative;
	background-image: url(/App_Themes/chnl_koow/images/tab_light.gif);	
	background-repeat: repeat-x;
	padding: 7px 9px 0px 9px;
}
.vids_largeList_tab .profPic {
	border: 2px solid #0660c9;
}
.vids_largeList_tab .nick {
	font-weight: bold;
	color:#0660c9;
	font-size:20px;
	clear:both;
	line-height: 19px;
}
.vids_largeList_tab a {
	color:#0660c9;
	text-decoration:none;
}
.vids_largeList_tab a:hover {
	text-decoration:underline;
}
.vids_largeList_tab .copy {
	float:left;
	padding-left:7px;
}
.vids_largeList_tab .pic {
	float:left;
}
.vids_largeList {
	float:left;
	width:955px;
	padding-bottom:18px;
}
.vids_largeList_row {
	position:relative;
	background-color:#FFF;
	padding:4px;
	margin:0px;
}
.vids_largeList_item {
	float:left;
}
	.vids_largeList_item .head {
		padding:4px 8px;
		font-size: 17px;
		font-weight: bold;
		letter-spacing: -0.01em;
		background-image: url(/App_Themes/chnl_koow/images/vids_largeList_title.gif);
		background-repeat: repeat-x;
		color: #FFF;
	}
	.vids_largeList_item a {
		color:#0099ff;
		text-decoration:none;
	}
	.vids_largeList_item a:hover {
		color:#0099ff;
		text-decoration:underline;
		cursor:hand;
	}
	.vids_largeList_item .title {
		color:#0098ef;
		font-size:17px;
		text-decoration:none;
		font-weight: bold;
		margin-bottom:4px;
	}
	.vids_largeList_item .copy {
		float:left;
		font-size:12px;
	}
	.vids_largeList_item .thumb {
		border: 2px solid #0099ff;
		display:block;
		margin-bottom:4px;
	}
	.vids_largeList_item .comments {
		font-size: 11px;
		color: #021327;
		width:95px;
		float:left;
	}
	.vids_largeList_item .comments a {
		text-decoration:none;
		display:inline;
		color:#333;
	}
	.vids_largeList_item .comments a:hover {
		color:#0099ff;
	}
	.vids_largeList_item .rating {
		font-size: 11px;
		color: #021327;
		width:60px;
		float:right;
	}	
.vids_largeList_row .vr_dotline {
	background-image: url(/App_Themes/chnl_koow/images/vr_dotline.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width:15px;
}
.video_details {
	width: 488px;
	position:relative;
	float:left;
}
	.video_details .vidplayer_lg {
		float:none;
		height:426px;
	}
	.video_details .title_bg {		
		background-color: #0660c9;
		background-image: url(/App_Themes/chnl_koow/images/video_details_title.gif);
		background-repeat: repeat-x;
		padding:13px;
		margin:0;	
	}
		.video_details .title_bg .title {
			font-size: 19px;
			font-weight: bold;
			color: #FFF;
			display:inline;
		}
		.video_details .title_bg .subtitle {
			font-size: 12px;
			color: #FFF;
		}		
		
/* RATING ------------------------------------------ */
	.video_details .rating_bg {
		clear:both;
		background-color: #03418a;
		background-image: url(/App_Themes/chnl_koow/images/video_details_bg_rating.gif);
		background-repeat: repeat-x;
		padding: 13px;
		margin:0;
		background-position: left top;
	}
		.video_details .rating_bg .hr_dotline {
			background-image: url(/App_Themes/chnl_koow/images/hr_dotline_light.gif);
			background-repeat: repeat-x;
			background-position: left center;
			height:23px;
		}
		.video_details .rating_bg .line2 {
			float:none;
			height:35px;
		}
		.video_details .rating_bg .label {
			font-size: 13px;
			font-weight: bold;
			color: #fff;
			padding-top:1px;
		}
			.video_details .rating_bg .tag a {
				color: #f6da17;
				padding:2px;
				margin-right:9px;
				text-decoration:none;
				float:left;
				height:18px;
			}
			.video_details .rating_bg .tag a:hover {
				color: #0099ff;
				text-decoration:none;
				background-color:#B9E3FF;
			}
		.video_details .rating_bg .rating_display {
			float:left;
			padding-right: 20px;
			display:inline;
			margin:0;
		}
		
/* COMMENTS ------------------------------------------ */
	.video_details .comments_head {
		padding: 17px 0 5px 0;
	}
	.video_details .comments_bg {
		background-color: #FFF;	
		padding:13px;
		margin:0;
		float:none;
		clear:both;
	}
	.comments_item {
		overflow:hidden;
		margin:0;
		padding-bottom:12px;
	}
	.comments_item .name {
		float:left;
	}
	.comments_item .date {
		float:right;
		color:#698bb6;
		font-size:11px;
	}
		.comments_item .pic {
			width:64px;
		}
		.comments_item .bubble_body {
			padding:5px;							
			border: 1px solid #9cceec;
		}
	.comments_item .profPic {
		border: 2px solid #0099ff;
	}

/* PAGING ------------------------------------------ */	
	.paging {
		padding:10px;
		background-color: #4d8dd8;
		color:#FFF;
		font-weight:bold;
	}
	.paging a.down {
		background-color: #0660c9;
		border: 1px solid #004a92;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		padding: 1px 5px;
		margin:2px;
	}
	.paging a.down:hover {
		background-color: #002f5c;
		color: #fff;
	}
	.paging a.up {
		background-color: #fff;
		border: 1px solid #FFF;
		font-size: 15px;
		font-weight: bold;
		color: #4d8dd8;
		text-decoration: none;
		padding: 1px 5px;
		margin:2px;
	}
	
/* Login and comment ---------------------- */
.vr_dotline {
	background-image: url(/App_Themes/chnl_koow/images/vr_dotline.gif);
	background-repeat: repeat-y;
}
.loginBox {
	border: 2px solid #0b63ca;
	margin:30px 0 10px 0;
	padding:0;
	overflow:hidden;
	background-color:#fff;
	color:#000;
}
.loginBox .head {
	background-image: url(/App_Themes/chnl_koow/images/loginBox_head.gif);
	background-repeat: repeat-x;
	padding:4px 0 4px 7px;
	background-color:#012850;
}
.loginBox .error {
	padding:8px;
	color:#fff;
	float:none;
	margin:0;
	position:relative;
	clear:both;
	background:#0b63ca;
}
.loginBox .box {
	padding:8px;
	background-color:#;
	float:none;
	margin:0;
	position:relative;
	clear:both;	
}
	.loginBox .box span {
		width:70px;
		display:block;
		float:left;
		padding-top:4px;
		font-weight:bold;
	}
	.loginBox .box .left {
		float:left;
		width:64%;
	}
	.loginBox .box .hr {
		float:left;
		width:3%;
		background-image: url(/App_Themes/chnl_koow/images/vr_dotline.gif);
		background-repeat: repeat-y;
		height:92px;
		margin-bottom:10px;
	}
	.loginBox .box .right {
		float:left;
	}
	.loginBox .box .submit {
		float:left;
		padding-left:70px;
	}
	.loginBox .box .submitComment {
		float:left;
		padding:5px 0 6px 170px;
	}	
	.loginBox .box input {
		width: 160px;
		margin-bottom:4px;
	}
	.loginBox textarea {
		width: 410px;
	}
	.loginBox .box input.button {
		width: 65px;
		float:left;
	}
	.loginBox .box span.forgot {
		width: 120px;
		display:block;
		padding:6px 0 0 10px;
	}
	.loginBox .box span.comment {
		width: 106px;
		display:block;
		padding:6px 0 0 0;
		font-size:12px;
	}
	.loginBox a {
		color:#0098ef;
		font-size:10px;
		text-decoration:underline;
	}
	.loginBox a:hover {
		text-decoration:none;
	}
	.loginBox a.link_12 {
		color:#0098ef;
		font-size:12px;
		text-decoration:underline;
	}
	.loginBox a.link_12:hover {
		text-decoration:none;
	}
	.loginBox .txt_15bold_grey {
		font-weight:bold;
		font-size:15px;
		color:#2d2d2f;
		padding:20px 0 0px 0;
	}	

/* Channel Articles -----------------------------*/
.articles_full_bg_dark {
	background-color:#FFF;
	padding:15px;
	margin:0;
}
blockquote.excerpt {
	margin: 0;
	padding: 0;
	width: 400px;
	background: transparent url(/App_Themes/chnl_koow/images/quote_left.gif) no-repeat 0 13px;
}
blockquote.excerpt p {
	padding: 12px 10px 0 0;
	color: #7f7f7f;
	font-size: 14px;
	line-height: 1.3;
	background: transparent url(/App_Themes/chnl_koow/images/quote_right.gif) no-repeat 380px 51px;
	text-indent:20px;
}
.article_body {
	font-size:12px;
	line-height:1.5;
	color:#000;
}
.article_body p {
	margin-top:3px;
	margin-bottom:17px;
}
.txt_date {
	color:#ccc;
	padding:5px;
	background-image: url(/App_Themes/chnl_koow/images/txt_date_bg.gif);
	background-repeat: repeat;
}
.txt_12bold_white {
	font-weight:bold;
	font-size:12px;
	color:#333;
}
h1 {
	font-size:27px;
	color:#1d448d;
	line-height: 26px;
	letter-spacing: -0.04em;
	margin-bottom:13px;
}
.border_mid {
	position:relative;
	background-image: url(/App_Themes/chnl_koow/images/bg_lines_light.gif);
	background-repeat: repeat;
	padding: 4px;
	margin:0;
}
.border_outer {
	background-image: url(/App_Themes/chnl_koow/images/bg_lines_dark.gif);
	background-repeat: repeat;
	padding: 5px;
	clear:both;
	margin:0;
}
/* IE6 Only */
* html .border_outer {
	background-image: url(/App_Themes/chnl_koow/images/bg_lines_dark.gif);
	background-repeat: repeat;
	padding: 5px;
	margin:0;
	float:left;
}
/* IE7 Only */
*:first-child+html .border_outer {
	background-image: url(/App_Themes/chnl_koow/images/bg_lines_dark.gif);
	background-repeat: repeat;
	padding: 5px;
	margin:0;
	float:left;
}
.articles_full {
	width: 696px;
	position:relative;
	float:left;
}
.articles_full_bg {
	background-color:#fff;
	padding:15px;
	margin:0;
}
.articles_full_bg_dark {
	background-color:#FFF;
	padding:15px;
	margin:0;
}
.billboardANDarticles {
	width: 696px;
	position:relative;
	float:left;
}
.vidplayerANDads {
	float:left;
}
	.vidplayerANDads .vidplayer_sm {
		padding-left:10px;
		margin-bottom:10px;
	}
	.vidplayerANDads .ads {
		padding-left:10px;
		margin-bottom:10px;
	}
		.ads .item {
			padding-bottom:10px;
		}
.img_head_padded {
	padding:19px 0 3px 5px;
}

/* TAG CLOUD STYLES ----------------------------- */
.tag_heading_1 {
	font-size:22px;
	margin:3px 1px 5px 0;
	background:#001643;
	border:1px #33567b solid;
	padding:2px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.tag_heading_2 {
	font-size:18px;
	margin-right:1px;
	background:#001845;
	border:1px #294b72 solid;
	padding:2px;
	color:#ccd1da;
	text-decoration:none;
	font-weight:bold;
}
.tag_heading_3 {
	font-size:16px;
	margin-right:1px;
	background:#001a47;
	border:1px #24466e solid;
	padding:2px;
	color:#99a4b6;
	text-decoration:none;
	font-weight:bold;
}
.tag_heading_4 {
	font-size:13px;
	margin-right:1px;
	background:#001d4a;
	border:1px #1a3c66 solid;
	padding:2px;
	color:#73849d;
	text-decoration:none;
	font-weight:bold;
}
.tag_heading_5 {
	font-size:11px;
	margin-right:1px;
	background:#00204d;
	border:1px #0f325d solid;
	padding:2px;
	color:#59708e;
	text-decoration:none;
	font-weight:bold;
}
.tag_heading_1:hover {border:1px solid #3683bc;}
.tag_heading_2:hover {border:1px solid #3683bc;}
.tag_heading_3:hover {border:1px solid #3683bc;}
.tag_heading_4:hover {border:1px solid #3683bc;}
.tag_heading_5:hover {border:1px solid #3683bc;}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 22px;
    height: 21px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar {
    background-image: url(/App_Themes/chnl_koow/images/FilledStar.png);
}
.emptyRatingStar {
    background-image: url(/App_Themes/chnl_koow/images/EmptyStar.png);
}
.savedRatingStar {
    background-image: url(/App_Themes/chnl_koow/images/SavedStar.png);
}
.link_12blue{
	color:#0660c9;
}

.gamePic{
	padding: 3px 8px 18px 30px;
	background:url(images/game_bg.jpg) no-repeat;
	width:75px;
	height:75px;
	text-align:center;
}
