
/* ========== */
/* = common = */
/* ========== */

a {
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

a.reload_bt {
	display: block;
	background: url('../img/rss/reload_bt.gif') no-repeat center left;
	height: 17px;
	padding-left: 21px;
	color: #000;
}

.ajax-loading {
	display: block;
	padding-top: 20px;
	text-align: center;
}

img.flow-left {
	float: left;
	padding: 0 15px 15px 0;
}

.homepage_bt {
	display: block;
	background: url('../img/rss/homepage_bt.gif') no-repeat top left;
	width: 210px;
	height: 22px;
	text-indent: -5000px;
}


/* ============== */
/* = Overwrides = */
/* ============== */

#navigation {
	padding: 2px 10px;
}

#navigation p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: .8em;
	font-height: normal;
}

#rightContentArea {
	margin-top: 0;
}

#rightContentArea .greyborder {
	padding-bottom: 5px;
}

#rightContentArea h1.orangeheader {
	padding: 2px 10px;
	margin: 0;
}

#leftContentArea h2 {
	font-size: 1em;
	padding-left: 5px;
}

#leftContentArea h2 a {
/*	color: #333;*/
	text-decoration: none;
}
/*	#leftContentArea h2 a:hover {
		text-decoration: underline;
	}
*/	
	#leftContentArea #rss_links {
		margin-top: 20px;
	}


/* ======= */
/* = FAQ = */
/* ======= */
	
#faq #centralContentArea h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 0;
	margin-bottom: 15px;
}
	#faq #centralContentArea h3 a {
		color: #333;
	}
	#faq #centralContentArea h3 a:hover {
		text-decoration: none;
	}

#faq #centralContentArea hr {
	border: 0;
	border-top: 1px solid #d6d6d6;
	margin: 25px 0;
}

#faq #centralContentArea p {
	margin-bottom: 15px;
}

#faq #rightContentArea {
	width: 225px;
}

#faq #rss_links strong {
	display: block;
	color: #000;
	padding: 2px 5px;
}

#leftContentArea li a.currentsidenav, #leftContentArea li a.currentsidenav:visited {
	background: none;
	color: #000;
}

/* ================ */
/* = Config Panel = */
/* ================ */

#custom_channel, #custom_channel_bt {
	margin: 0;
	padding: 0;
}

#custom_channel_bt {
	height: 21px;
	background: url('../img/rss/config_panel_ok_bt.gif') no-repeat top left;
	width: 22px;
	border: none;
	cursor: pointer;
}

#custom_channel_error_msg {
	padding: 2px;
	text-align: center;
	color: #000;
}
	
/* ============= */
/* = feed list = */
/* ============= */
.feedlist_item {
	background: url('../img/rss/list_item_bg.jpg') no-repeat top left;
	margin-bottom: 15px;
}
.feedlist_item_inner {
	min-height: 135px; 
	background: url('../img/rss/list_item_img_antena.jpg') no-repeat top left;	
}
	
	.feedlist_item h3 {
		margin-left: 130px;
		padding: 10px 0 0 0 ;
	}
		.feedlist_item h3 span {
			font-size: 0.9em;
			font-weight: normal;
		}
	
	.feedlist_item ul {
		margin: 0 0 0 140px;
		padding: 1px 0 0 0;
		list-style: none;
		background: url('../img/rss/list_item_hr_dark.jpg') no-repeat top left;
		
	}
		.feedlist_item li {
			padding: 2px 0 3px 0;
			margin: 0;
			background: url('../img/rss/list_item_hr_light.jpg') no-repeat bottom left;
		}
			.feedlist_item a {
				color: #000;
			}
			.feedlist_item li span {
				float: right;
				padding-right: 10px;
			}
		.feedlist_item p {
			margin: 10px 0 0 140px;
		}
		.feedlist_item a.reload_bt {
			float: left;
			color: #000000;
		}
		.feedlist_item .more_bt {
			display: block;
			background: url('../img/rss/more_bt.gif') no-repeat top left;
			width: 82px;
			height: 21px;
			text-indent: -5000px;
			float: right;
			margin-right: 5px;
		}
		
		
#feed_detail {
	background: #fafafa url('../img/rss/rss_detail_bg.jpg') repeat-x;
	padding-bottom: 8px;
}
	#feed_detail_header {
		background: url('../img/rss/rss_detail_img_antena.jpg') no-repeat top left;
		width: 455px;
		height: 135px;
		position: relative;
	}
	#feed_detail_header h3 {
		padding: 18px 0 0 18px;
		margin: 0;
		font-size: 1.6em;
		color: #fff;
		font-weight: bold;
	}
	#feed_detail_header .subtitle {
		margin-left: 18px;
		font-size: 1.1em;
		color: #fff;
	}
	#feed_detail_header a.reload_bt {
		position: absolute;
		top: 110px;
		left: 20px;
		color: #fff;
	}
	.feed_item {
		margin: 10px 19px 10px 19px;
		background: url('../img/rss/list_item_hr_dark.jpg') no-repeat bottom left;
		padding: 3px 0 9px 0;
	}
		.feed_item:last-child {
			background: none;
		}
		.feed_item h4 {
			font-size: 1.6em;
			margin-bottom: 5px;
		}
			.feed_item h4 a {
				color: #333;
				font-weight: bold;
			}
			.feed_item h4 a:hover {
				color: #ff6833;
				text-decoration: none;
			}
			.feed_item h4 a:visited {
				color: #b5b5b5;
			}
			.feed_item h4 a:visited:hover {
				color: #f1c8b6;
			}
		.feed_item p {
			margin-bottom: 5px;
			color: #666;
			font-size: 1.2em;
			line-height: 1.2em;
		}
			.feed_item p.date {
				font-size: 1em;
			}
	
	#feed_select {
		width: 100%;
	}

#mychannels_list {
	padding: 10px;
}
	#mychannels_list h5 {
		padding: 0;
		margin: 0;
		font-size: 1.2em;
	}
	
	#mychannels_list .custom_mychannel {
		clear: both;
		padding-top: 5px;
	}
	
	#mychannels_list h5, #mychannels_list .custom_mychannel_link {
		display: block;
		float: left;
		font-size: 1.1em;
		width: 150px;
	}
	
	#mychannels_list .right, #mychannels_list .custom_mychannel_remove {
		display: block;
		float: right;
	}

	#mychannels_list .custom_mychannel_remove {
		background: url('../img/rss/config_panel_remove_bt.gif') no-repeat top left;
		width: 22px;
		height: 21px;
		text-indent: -5000px;
	}
	