﻿body {
	margin: 0px;
	padding: 0px;
	background-color: #0e0300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.global_header {
	width: 985px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-bottom:20px;
}
a.link_12blue {
	font-size:12px;
	color:#667800;
	text-decoration:none;
}
a.link_12blue:hover {
	font-size:12px;
	color:#455100;
	text-decoration:underline;
}
.global_wrapper {
	width: 100%;
	background-image: url(/App_Themes/chnl_channelo/images/main_bg_channelo.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.portal_column1 {
	float:left;
	/*--CHANGES-- width:506px;*/
	width:470px;
}
.portal_column2 {
	float:left;
	width:178px;
	margin-left:12px;
}
.portal_column3 {
	float:left;
	/*--CHANGES-- width:250px;*/
	width:300px;
	margin-left:12px;
}
.portal_bb {
	border:3px solid #2e0b0b;	
}
.portal_articles {
	float:left;
}
.portal_articles_border_outer {
	background-image: url(/App_Themes/chnl_channelo/images/bg_lines_dark.gif);
	background-repeat: repeat;
	/*--CHANGES-- padding: 9px;*/
	padding: 5px;
	float:none;
	margin:0;
}
.portal_articles_border_mid {
	background-color:#a46708;
	padding:4px;
}
.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;
}
a.link_large {
	color:#667800;
	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(/App_Themes/chnl_channelo/images/hr_solid.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height:23px;
}
.portal_bg_white_padded {
	background-color:#FFF;
	padding:9px;
}
.image_border {
	border:#667800 solid 2px;
}
.image_border:hover {
	border:#667800 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_channelo/images/tab_light.gif);
	background-repeat: repeat-x;
	padding: 7px 11px 8px 11px;
	color:#FFF;
	font-weight:bold;
	/*--CHANGES-- font-size:18px;*/
	font-size:17px;
	text-decoration:none;
	letter-spacing: -0.05em;
}
.portal_tabs a.down {	
	display: block;
	background-image: url(/App_Themes/chnl_channelo/images/tab_dark.gif);
	padding: 6px 11px 8px 11px;
	background-repeat: repeat-x;
	border-top: 1px solid #4f1313;
	border-right: 1px solid #4f1313;
	border-left: 1px solid #4f1313;
	background-color: #260202;
	font-weight:bold;
	color:#FFF;
	/*--CHANGES-- font-size:18px;*/
	font-size:17px;
	text-decoration:none;
	letter-spacing: -0.05em;
}
.portal_tabs a.down:hover {
	background-image: url(/App_Themes/chnl_channelo/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:0 20px 0 100px;
	height:44px;
}

.vidcat .mid a {
	color:#fff;display:block;padding:1px 3px 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;
}


/* IE6 Only */
* html  .vidcat .mid a {
	color:#fff;
	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:#fff;
	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:#c86a01;text-decoration:none;
}			
.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-image: url(/App_Themes/chnl_channelo/images/bg_lines_dark.gif);
	background-repeat: repeat;
	padding: 9px;
	float:none;
	margin:0;
}
.vids_LatestRatedMost_border_mid {
	padding: 4px;
	margin:4px;
	background-color:#a46708;
}
.vids_LatestRatedMost_row {
	background-image: url(/App_Themes/chnl_channelo/images/vids_LatRatMos_row.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	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;
}

/* New */
.vids_LatestRatedMost_padding {
	padding:9px 7px 7px 9px;
	width:50%;
}
.vids_LatestRatedMost_title {
	color:#667800;
	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-image: url(/App_Themes/chnl_channelo/images/vids_LatRatMos_row.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color:#eee;
	clear:both;
	border:1px solid #00CC00;
}



.vids_LatestRatedMost_item .title {
	color:#0098ef;
	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:#667800;
	text-decoration:none;
	display:block;
}
.vids_LatestRatedMost_item_large a:hover {
	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:#0098ef;
	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_channelo/images/smallVid_bg.png);
	height: 372px;
	width:253px;
	padding:3px 0 0 3px;
	margin:0;
}
	.vidPlayer_small .vidPlayer {
		width:250px;
		height:227px;
		padding:0;
		margin:0;
	}
	.vidPlayer_small .vidTitle {
		padding:7px 16px 0 16px;
		margin:0;
	}
	.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;
	}*/

.vids_tagcloud {
	background-image: url(/App_Themes/chnl_channelo/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_channelo/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;
}
.vids_tabs a.down {	
	display: block;
	background-image: url(/App_Themes/chnl_channelo/images/tab_dark.gif);
	padding: 6px 11px 8px 11px;
	background-repeat: repeat-x;
	border-top: 1px solid #4f1313;
	border-right: 1px solid #4f1313;
	border-left: 1px solid #4f1313;
	background-color: #260202;
	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_channelo/images/tab_light.gif);
}
.vids_tabs a.search_up {
	display: block;
	background-image: url(/App_Themes/chnl_channelo/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_channelo/images/tab_light.gif);	
	background-repeat: repeat-x;
	padding: 7px 9px 0px 9px;
}
.vids_largeList_tab .profPic {
	border: 2px solid #667800;
}
.vids_largeList_tab .nick {
	font-weight: bold;
	color:#FFF;
	font-size:20px;
	clear:both;
	line-height: 19px;
}
.vids_largeList_tab a {
	color:#667800;
	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-image: url(/App_Themes/chnl_channelo/images/vids_largeList_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	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_channelo/images/vids_largeList_title.gif);
		background-repeat: repeat-x;
		color: #FFF;
	}
	.vids_largeList_item a {
		color:#667800;
		text-decoration:none;
	}
	.vids_largeList_item a:hover {
		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 #667800;
		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:#667800;
	}
	.vids_largeList_item .rating {
		font-size: 11px;
		color: #021327;
		width:60px;
		float:right;
	}	
.vids_largeList_row .vr_dotline {
	background-image: url(/App_Themes/chnl_channelo/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: #2b0202;
		background-image: url(/App_Themes/chnl_channelo/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: #FFF;
		background-image: url(/App_Themes/chnl_channelo/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_channelo/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: #882020;
			padding-top:1px;
		}
			.video_details .rating_bg .tag a {
				color: #667800;
				padding:2px;
				margin-right:9px;
				text-decoration:none;
				float:left;
				background-color:#FFF;
				height:18px;
			}
			.video_details .rating_bg .tag a:hover {
				text-decoration:none;
				background-color:#acbb56;
			}
		.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:#747766;
		font-size:11px;
	}
		.comments_item .pic {
			width:64px;
		}
		.comments_item .bubble_body {
			padding:5px;							
			border: 1px solid #c8d099;
		}
	.comments_item .profPic {
		border: 2px solid #667800;
	}

/* PAGING ------------------------------------------ */	
	.paging {
		padding:10px;
		background-image: url(/App_Themes/chnl_channelo/images/paging_bg.gif);
		background-repeat: repeat-x;
		color:#FFF;
		font-weight:bold;
	}
	.paging a.page_down {
		background-color: #434f00;
		border: 1px solid #667800;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		padding: 1px 5px;
		margin:2px;
	}
	.paging a.page_down:hover {
		background-color: #fff;
		color: #667800;
	}
	.paging a.page_up {
		background-color: #fff;
		border: 1px solid #FFF;
		font-size: 15px;
		font-weight: bold;
		color: #667800;
		text-decoration: none;
		padding: 1px 5px;
		margin:2px;
	}
	
/* Login and comment ---------------------- */
.vr_dotline {
	background-image: url(/App_Themes/chnl_channelo/images/vr_dotline.gif);
	background-repeat: repeat-y;
}
.loginBox {
	border: 2px solid #c5a58e;
	margin:30px 0 10px 0;
	padding:0;
	overflow:hidden;
	background-color:#e5dacc;
	color:#000;
}
.loginBox .head {
	background-image: url(/App_Themes/chnl_channelo/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:#990000;
}
.loginBox .box {
	padding:8px;
	background-color:#fff;
	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_channelo/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 .box 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:#667800;
		font-size:10px;
		text-decoration:none;
	}
	.loginBox a:hover {
		text-decoration:underline;
	}
	.loginBox a.link_12 {
		color:#667800;
		font-size:12px;
		text-decoration:none;
	}
	.loginBox a.link_12:hover {
		text-decoration:underline;
	}
	.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_channelo/images/quote_left.gif) no-repeat 0 13px;
}
blockquote.excerpt p {
	padding: 12px 10px 0 0;
	color: #866549;
	font-size: 14px;
	line-height: 1.3;
	text-indent:20px;
	background-color: transparent;
	background-image: url(/App_Themes/chnl_channelo/images/quote_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.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_channelo/images/txt_date_bg.gif);
	background-repeat: repeat;
}
.txt_12bold_white {
	font-weight:bold;
	font-size:12px;
	color:#333;
}
h1 {
	font-size:27px;
	color:#a46708;
	line-height: 26px;
	letter-spacing: -0.04em;
	margin-bottom:13px;
}
.border_mid {
	position:relative;
	background-image: url(/App_Themes/chnl_channelo/images/bg_lines_light.gif);
	background-repeat: repeat;
	padding: 4px;
	margin:0;
}
.border_outer {
	background-image: url(/App_Themes/chnl_channelo/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_channelo/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_channelo/images/bg_lines_dark.gif);
	background-repeat: repeat;
	padding: 5px;
	margin:0;
	float:left;
}
.articles_full {
	/*--CHANGES-- width:696px;*/
	width:660px;
	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 {
	/*--CHANGES-- width:696px;*/
	width:660px;
	position:relative;
	float:left;
}
.vidplayerANDads {
	float:left;
}
	.vidplayerANDads .vidplayer_sm {
		padding-left:10px;
		margin-bottom:0px;
	}
	.vidplayerANDads .ads {
		padding-left:10px;
		margin-bottom:10px;
		/*--CHANGES Added--*/
		margin-top:-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:#642a06;
	border:1px #a04a08 solid;
	padding:2px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.tag_heading_2 {
	font-size:18px;
	margin-right:1px;
	background:#5f2206;
	border:1px #8e3b07 solid;
	padding:2px;
	color:#dfd3cd;
	text-decoration:none;
	font-weight:bold;
}
.tag_heading_3 {
	font-size:16px;
	margin-right:1px;
	background:#5a1b06;
	border:1px #7b2c07 solid;
	padding:2px;
	color:#bda49b;
	text-decoration:none;
	font-weight:bold;
}
.tag_heading_4 {
	font-size:13px;
	margin-right:1px;
	background:#5e1e0c;
	border:1px #762707 solid;
	padding:2px;
	color:#a7837a;
	text-decoration:none;
	font-weight:bold;
}
.tag_heading_5 {
	font-size:11px;
	margin-right:1px;
	background:#531106;
	border:1px #631806 solid;
	padding:2px;
	color:#8f645d;
	text-decoration:none;
	font-weight:bold;
}
.tag_heading_1:hover {border:1px solid #dd5f10;}
.tag_heading_2:hover {border:1px solid #dd5f10;}
.tag_heading_3:hover {border:1px solid #dd5f10;}
.tag_heading_4:hover {border:1px solid #dd5f10;}
.tag_heading_5:hover {border:1px solid #dd5f10;}

/* 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_channelo/images/FilledStar.png);
}
.emptyRatingStar {
    background-image: url(/App_Themes/chnl_channelo/images/EmptyStar.png);
}
.savedRatingStar {
    background-image: url(/App_Themes/chnl_channelo/images/SavedStar.png);
}


