
/*
	Written by Eric Myer
	Source: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
#cover_body #content_container #right_panel #itunes html, #cover_body #content_container #right_panel #itunes body, #cover_body #content_container #right_panel #itunes div, #cover_body #content_container #right_panel #itunes span, #cover_body #content_container #right_panel #itunes applet, #cover_body #content_container #right_panel #itunes object, #cover_body #content_container #right_panel #itunes iframe,
#cover_body #content_container #right_panel #itunes h1, #cover_body #content_container #right_panel #itunes h2, #cover_body #content_container #right_panel #itunes h3, #cover_body #content_container #right_panel #itunes h4, #cover_body #content_container #right_panel #itunes h5, #cover_body #content_container #right_panel #itunes h6, #cover_body #content_container #right_panel #itunes p, #cover_body #content_container #right_panel #itunes blockquote, #cover_body #content_container #right_panel #itunes pre,
#cover_body #content_container #right_panel #itunes a, #cover_body #content_container #right_panel #itunes abbr, #cover_body #content_container #right_panel #itunes acronym, #cover_body #content_container #right_panel #itunes address, #cover_body #content_container #right_panel #itunes big, #cover_body #content_container #right_panel #itunes cite, #cover_body #content_container #right_panel #itunes code,
#cover_body #content_container #right_panel #itunes del, #cover_body #content_container #right_panel #itunes dfn, #cover_body #content_container #right_panel #itunes em, #cover_body #content_container #right_panel #itunes font, #cover_body #content_container #right_panel #itunes img, #cover_body #content_container #right_panel #itunes ins, #cover_body #content_container #right_panel #itunes kbd, #cover_body #content_container #right_panel #itunes q, #cover_body #content_container #right_panel #itunes s, #cover_body #content_container #right_panel #itunes samp,
#cover_body #content_container #right_panel #itunes small, #cover_body #content_container #right_panel #itunes strike, #cover_body #content_container #right_panel #itunes strong, #cover_body #content_container #right_panel #itunes sub, #cover_body #content_container #right_panel #itunes sup, #cover_body #content_container #right_panel #itunes tt, #cover_body #content_container #right_panel #itunes var,
#cover_body #content_container #right_panel #itunes dl, #cover_body #content_container #right_panel #itunes dt, #cover_body #content_container #right_panel #itunes dd, #cover_body #content_container #right_panel #itunes ol, #cover_body #content_container #right_panel #itunes ul, #cover_body #content_container #right_panel #itunes li,
#cover_body #content_container #right_panel #itunes fieldset, #cover_body #content_container #right_panel #itunes form, #cover_body #content_container #right_panel #itunes label, #cover_body #content_container #right_panel #itunes legend,
#cover_body #content_container #right_panel #itunes table, #cover_body #content_container #right_panel #itunes caption, #cover_body #content_container #right_panel #itunes tbody, #cover_body #content_container #right_panel #itunes tfoot, #cover_body #content_container #right_panel #itunes thead, #cover_body #content_container #right_panel #itunes tr, #cover_body #content_container #right_panel #itunes th, #cover_body #content_container #right_panel #itunes td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
#cover_body #content_container #right_panel #itunes :focus {
	outline: 0;
}

#cover_body #content_container #right_panel #itunes ol, #cover_body #content_container #right_panel #itunes ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
#cover_body #content_container #right_panel #itunes table {
	border-collapse: separate;
	border-spacing: 0;
}
#cover_body #content_container #right_panel #itunes caption, #cover_body #content_container #right_panel #itunes th, #cover_body #content_container #right_panel #itunes td {
	text-align: left;
	font-weight: normal;
}
#cover_body #content_container #right_panel #itunes blockquote:before, #cover_body #content_container #right_panel #itunes blockquote:after,
#cover_body #content_container #right_panel #itunes q:before, #cover_body #content_container #right_panel #itunes q:after {
	content: "";
}
#cover_body #content_container #right_panel #itunes blockquote, #cover_body #content_container #right_panel #itunes q {
	quotes: "" "";
}

#cover_body #content_container #right_panel #itunes {
	display: block !important;
}

#cnw_shade {
	background: black;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#cnw_dialog {
	font-size: 12px !important;
	line-height: 14.4px !important;
	position: fixed;
	top: 50px;
	width: 400px;
	left: 50%;
	padding: 5px 0 0 0 ;
	margin-left: -200px;
	background: #eee;
	border: solid 1px #555;
}

#cnw_dialog h3 {
	font-family: "Century Gothic", Arial, Tahoma, Verdana, sans-serif;
	padding: 0 10px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

#cnw_dialog p {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	padding: 5px 100px 0 10px !important;
	margin: 0 !important;
}


#cnw_dialog div.cnw_actions {
	background: #ccc;
	padding: 5px;
	text-align: right;
}
#cnw_dialog textarea {
	width: 370px;
	margin: 10px;
	height: 100px;
	position: relative;
	left: 0;
	
}

.cnw_dialog_area {
	position: relative;
}

#cover_body #content_container #right_panel #itunes *:active,
#cover_body #content_container #right_panel #itunes *:focus {
	outline: none;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds a,
#cnw_dialog a {
	border: none !important;
}

#cover_body #content_container #right_panel #itunes #cnw_rss {
	font-size: 12px !important;
	line-height: 14.4px !important;
	width: 160px;
	text-align: left;
}

#cover_body #content_container #right_panel #itunes a {
	border-bottom: none !important;
	text-decoration: none !important;
}

#cover_body #content_container #right_panel #itunes h2, #cover_body #content_container #right_panel #itunes h3, #cover_body #content_container #right_panel #itunes ul, #cover_body #content_container #right_panel #itunes li, #cover_body #content_container #right_panel #itunes p {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 14.4px !important;
}

#cover_body #content_container #right_panel #itunes ul, #cover_body #content_container #right_panel #itunes li {
	list-style: none !important;
	list-style-image: none !important;
	width: auto;
	padding: 0 !important;
	background-image: none;
	
}

#cover_body #content_container #right_panel #itunes #cnw_rss_widget,
#cover_body #content_container #right_panel #itunes #cnw_rss_content,
#cover_body #content_container #right_panel #itunes #cnw_rss_get_widget,
#cover_body #content_container #right_panel #itunes #cnw_rss_get_widget a,
#cover_body #content_container #right_panel #itunes #cnw_rss_next_prev,
#cover_body #content_container #right_panel #itunes #cnw_rss_next_prev a,
#cover_body #content_container #right_panel #itunes .cnw_rss_item,
#cover_body #content_container #right_panel #itunes .cnw_rss_first_item,
#cover_body #content_container #right_panel #itunes .cnw_rss_item:hover,
#cover_body #content_container #right_panel #itunes li.cnw_rss_active_item,
#cover_body #content_container #right_panel #itunes .cnw_rss_player {
	background-image: url(images/blue_widget.gif);
	background-repeat: no-repeat;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds .cnw_feeds_button,
#cover_body #content_container #right_panel #itunes #cnw_feeds .cnw_feeds_button a {
	background: url(images/feeds_buttons_blue.gif) no-repeat;	
}

#cover_body #content_container #right_panel #itunes #cnw_aweber h2,
#cover_body #content_container #right_panel #itunes #cnw_aweber label {
	color: #2876a7;
}

#cover_body #content_container #right_panel #itunes.light_green #cnw_rss_widget,
#cover_body #content_container #right_panel #itunes.light_green #cnw_rss_content,
#cover_body #content_container #right_panel #itunes.light_green #cnw_rss_get_widget,
#cover_body #content_container #right_panel #itunes.light_green #cnw_rss_get_widget a,
#cover_body #content_container #right_panel #itunes.light_green #cnw_rss_next_prev,
#cover_body #content_container #right_panel #itunes.light_green #cnw_rss_next_prev a,
#cover_body #content_container #right_panel #itunes.light_green .cnw_rss_item,
#cover_body #content_container #right_panel #itunes.light_green .cnw_rss_first_item,
#cover_body #content_container #right_panel #itunes.light_green .cnw_rss_item:hover,
#cover_body #content_container #right_panel #itunes.light_green li.cnw_rss_active_item,
#cover_body #content_container #right_panel #itunes.light_green .cnw_rss_player {
	background-image: url(images/light_green_widget.gif);
	background-repeat: no-repeat;
}

#cover_body #content_container #right_panel #itunes.light_green #cnw_feeds .cnw_feeds_button,
#cover_body #content_container #right_panel #itunes.light_green #cnw_feeds .cnw_feeds_button a {
	background: url(images/feeds_buttons_light_green.gif) no-repeat;	
}

#cover_body #content_container #right_panel #itunes.light_green #cnw_aweber h2,
#cover_body #content_container #right_panel #itunes.light_green #cnw_aweber label {
	color: #7ea660;
}

#cover_body #content_container #right_panel #itunes.light_blue #cnw_rss_widget,
#cover_body #content_container #right_panel #itunes.light_blue #cnw_rss_content,
#cover_body #content_container #right_panel #itunes.light_blue #cnw_rss_get_widget,
#cover_body #content_container #right_panel #itunes.light_blue #cnw_rss_get_widget a,
#cover_body #content_container #right_panel #itunes.light_blue #cnw_rss_next_prev,
#cover_body #content_container #right_panel #itunes.light_blue #cnw_rss_next_prev a,
#cover_body #content_container #right_panel #itunes.light_blue .cnw_rss_item,
#cover_body #content_container #right_panel #itunes.light_blue .cnw_rss_first_item,
#cover_body #content_container #right_panel #itunes.light_blue .cnw_rss_item:hover,
#cover_body #content_container #right_panel #itunes.light_blue li.cnw_rss_active_item,
#cover_body #content_container #right_panel #itunes.light_blue .cnw_rss_player {
	background-image: url(images/light_blue.gif);
	background-repeat: no-repeat;
}


#cover_body #content_container #right_panel #itunes.light_blue #cnw_feeds .cnw_feeds_button,
#cover_body #content_container #right_panel #itunes.light_blue #cnw_feeds .cnw_feeds_button a {
	background: url(images/feeds_buttons_light_blue.gif) no-repeat;	
}

#cover_body #content_container #right_panel #itunes.light_blue #cnw_aweber h2,
#cover_body #content_container #right_panel #itunes.light_blue #cnw_aweber label {
	color: #7ab1c1;
}


#cover_body #content_container #right_panel #itunes.red #cnw_rss_widget,
#cover_body #content_container #right_panel #itunes.red #cnw_rss_content,
#cover_body #content_container #right_panel #itunes.red #cnw_rss_get_widget,
#cover_body #content_container #right_panel #itunes.red #cnw_rss_get_widget a,
#cover_body #content_container #right_panel #itunes.red #cnw_rss_next_prev,
#cover_body #content_container #right_panel #itunes.red #cnw_rss_next_prev a,
#cover_body #content_container #right_panel #itunes.red .cnw_rss_item,
#cover_body #content_container #right_panel #itunes.red .cnw_rss_first_item,
#cover_body #content_container #right_panel #itunes.red .cnw_rss_item:hover,
#cover_body #content_container #right_panel #itunes.red li.cnw_rss_active_item,
#cover_body #content_container #right_panel #itunes.red .cnw_rss_player {
	background-image: url(images/red_widget.gif);
	background-repeat: no-repeat;
}

#cover_body #content_container #right_panel #itunes.red #cnw_feeds .cnw_feeds_button,
#cover_body #content_container #right_panel #itunes.red #cnw_feeds .cnw_feeds_button a {
	background: url(images/feeds_buttons_red.gif) no-repeat;
}

#cover_body #content_container #right_panel #itunes.red #cnw_aweber h2,
#cover_body #content_container #right_panel #itunes.red #cnw_aweber label {
	color: #9e3938;
}

#cover_body #content_container #right_panel #itunes.brown #cnw_rss_widget,
#cover_body #content_container #right_panel #itunes.brown #cnw_rss_content,
#cover_body #content_container #right_panel #itunes.brown #cnw_rss_get_widget,
#cover_body #content_container #right_panel #itunes.brown #cnw_rss_get_widget a,
#cover_body #content_container #right_panel #itunes.brown #cnw_rss_next_prev,
#cover_body #content_container #right_panel #itunes.brown #cnw_rss_next_prev a,
#cover_body #content_container #right_panel #itunes.brown .cnw_rss_item,
#cover_body #content_container #right_panel #itunes.brown .cnw_rss_first_item,
#cover_body #content_container #right_panel #itunes.brown .cnw_rss_item:hover,
#cover_body #content_container #right_panel #itunes.brown li.cnw_rss_active_item,
#cover_body #content_container #right_panel #itunes.brown .cnw_rss_player {
	background-image: url(images/brown_widget.gif);
	background-repeat: no-repeat;
}

#cover_body #content_container #right_panel #itunes.brown #cnw_feeds .cnw_feeds_button,
#cover_body #content_container #right_panel #itunes.brown #cnw_feeds .cnw_feeds_button a {
	background: url(images/feeds_buttons_brown.gif) no-repeat;
}

#cover_body #content_container #right_panel #itunes.brown #cnw_aweber h2,
#cover_body #content_container #right_panel #itunes.brown #cnw_aweber label {
	color: #8d4c25;
}

#cover_body #content_container #right_panel #itunes.gray #cnw_rss_widget,
#cover_body #content_container #right_panel #itunes.gray #cnw_rss_content,
#cover_body #content_container #right_panel #itunes.gray #cnw_rss_get_widget,
#cover_body #content_container #right_panel #itunes.gray #cnw_rss_get_widget a,
#cover_body #content_container #right_panel #itunes.gray #cnw_rss_next_prev,
#cover_body #content_container #right_panel #itunes.gray #cnw_rss_next_prev a,
#cover_body #content_container #right_panel #itunes.gray .cnw_rss_item,
#cover_body #content_container #right_panel #itunes.gray .cnw_rss_first_item,
#cover_body #content_container #right_panel #itunes.gray .cnw_rss_item:hover,
#cover_body #content_container #right_panel #itunes.gray li.cnw_rss_active_item,
#cover_body #content_container #right_panel #itunes.gray .cnw_rss_player {
	background-image: url(images/gray_widget.gif);
	background-repeat: no-repeat;
}

#cover_body #content_container #right_panel #itunes.gray #cnw_feeds .cnw_feeds_button,
#cover_body #content_container #right_panel #itunes.gray #cnw_feeds .cnw_feeds_button a {
	background: url(images/feeds_buttons_gray.gif) no-repeat;
	
}

#cover_body #content_container #right_panel #itunes.milk #cnw_rss_widget,
#cover_body #content_container #right_panel #itunes.milk #cnw_rss_content,
#cover_body #content_container #right_panel #itunes.milk #cnw_rss_get_widget,
#cover_body #content_container #right_panel #itunes.milk #cnw_rss_get_widget a,
#cover_body #content_container #right_panel #itunes.milk #cnw_rss_next_prev,
#cover_body #content_container #right_panel #itunes.milk #cnw_rss_next_prev a,
#cover_body #content_container #right_panel #itunes.milk .cnw_rss_item,
#cover_body #content_container #right_panel #itunes.milk .cnw_rss_first_item,
#cover_body #content_container #right_panel #itunes.milk .cnw_rss_item:hover,
#cover_body #content_container #right_panel #itunes.milk li.cnw_rss_active_item,
#cover_body #content_container #right_panel #itunes.milk .cnw_rss_player {
	background-image: url(images/milk_widget.gif);
	background-repeat: no-repeat;
}

#cover_body #content_container #right_panel #itunes.milk #cnw_feeds .cnw_feeds_button,
#cover_body #content_container #right_panel #itunes.milk #cnw_feeds .cnw_feeds_button a {
	background: url(images/feeds_buttons_milk.gif) no-repeat;	
}

#cover_body #content_container #right_panel #itunes.milk #cnw_aweber h2,
#cover_body #content_container #right_panel #itunes.milk #cnw_aweber label {
	color: #888;
}

#cover_body #content_container #right_panel #itunes #cnw_rss_widget {
	width: 160px;
	background-position: left top;
	position: relative;
	margin-bottom: 10px;
}

#cover_body #content_container #right_panel #itunes #cnw_rss_header {
	font-family: Tahoma, Verdana, sans-serif;
	padding: 15px 10px 20px 10px;
	text-align: center;
}

#cover_body #content_container #right_panel #itunes.reversed #cnw_rss_header h2,
#cover_body #content_container #right_panel #itunes.reversed #cnw_rss_header p {
	color: #333;
}


#cover_body #content_container #right_panel #itunes #cnw_rss_header h2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	padding-bottom: 4px;
	line-height: 16px;
}

#cover_body #content_container #right_panel #itunes #cnw_rss_header p {
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	font-size: 11px;
	line-height: 14.4px;
}


#cover_body #content_container #right_panel #itunes #cnw_rss_content {
	width: 140px;
	background-position: -160px -230px;
	margin-left: 10px;
}

#cover_body #content_container #right_panel #itunes #cnw_rss_get_widget {
	margin-top: 7px;
	width: 160px;
	background-position: left bottom;
	height: 25px;
	overflow: hidden;
	position: relative;
	bottom: -5px;
}

#cover_body #content_container #right_panel #itunes #cnw_rss_get_widget a {
	display: block;
	width: 160px;
	background-position: 160px bottom;
	height: 25px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
}
#cover_body #content_container #right_panel #itunes #cnw_rss_get_widget a:hover {
	background-position: -160px bottom;
}


#cover_body #content_container #right_panel #itunes .cnw_rss_item {
	background-color: #dfe0e0;
	background-position: -320px bottom;
	border-top: solid 1px #dfe0e0;
	border-bottom: solid 1px #999;
	position: relative;
	cursor: pointer;
}

#cover_body #content_container #right_panel #itunes .cnw_rss_first_item {
	position: absolute;
	display: block;
	left: 0;
	top: -7px;
	width: 140px;
	height: 10px;
	background-position: -160px top;
}

#cover_body #content_container #right_panel #itunes .cnw_rss_item:hover,
#cover_body #content_container #right_panel #itunes li.cnw_rss_active_item {
	background-color: #dfe0e0;
	background-position: -460px bottom;
	border-top: solid 1px #d9dbdb;
}

#cover_body #content_container #right_panel #itunes .cnw_rss_player {
	background-color: #dfe0e0;
	background-position: -460px -1100px;
	padding: 0 0 0 3px;
	height: 23px;
	border-top: solid 1px #666;
}

#cover_body #content_container #right_panel #itunes #cnw_media_player_flash {
	position: relative;
	top: 3px;
	left: 3px;

}

#cover_body #content_container #right_panel #itunes li.cnw_rss_active_item .cnw_rss_first_item,
#cover_body #content_container #right_panel #itunes .cnw_rss_item:hover .cnw_rss_first_item {
	background-position: -300px 0;
}

#cover_body #content_container #right_panel #itunes .cnw_rss_item a {
	display: block;
	padding: 5px 8px 7px 8px;
	font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	color: #333;
		font-size: 11px;
}

#cover_body #content_container #right_panel #itunes .cnw_rss_item:hover a {
	color: #111;
}

#cover_body #content_container #right_panel #itunes #cnw_rss_next_prev {
	padding-top: 2px;
	width: 140px;
	height: 19px;
	background-position: -160px -540px;
	position: relative;
	margin-top: -5px;
	top: 5px;
}
#cover_body #content_container #right_panel #itunes #cnw_rss_next_prev a {
	width: 70px;
	position: absolute;
	top: 2px;
	height: 18px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
}

#cover_body #content_container #right_panel #itunes #cnw_rss_next_prev #cnw_rss_prev_button {
	left: 0;
	background-position: -160px -211px;
	cursor: default;
}

#cover_body #content_container #right_panel #itunes #cnw_rss_next_prev #cnw_rss_next_button {
	left: 70px;
	background-position: -230px -211px;
	cursor: default;
}

#cover_body #content_container #right_panel #itunes #cnw_rss_next_prev #cnw_rss_prev_button.active {
	background-position: -160px -543px;
		cursor: pointer;
}

#cover_body #content_container #right_panel #itunes #cnw_rss_next_prev #cnw_rss_next_button.active {
	background-position: -230px -543px;
		cursor: pointer;
}

#cover_body #content_container #right_panel #itunes #cnw_rss_next_prev #cnw_rss_prev_button.active:hover {
	background-position: -160px -193px;
}

#cover_body #content_container #right_panel #itunes #cnw_rss_next_prev #cnw_rss_next_button.active:hover {
	background-position: -230px -193px;
}

#cover_body #content_container #right_panel #itunes .cnw_rss_item a small {
	display: block;
	text-align: right;
	color: #999;
}

#cover_body #content_container #right_panel #itunes .cnw_rss_item:hover a small,
#cover_body #content_container #right_panel #itunes .cnw_rss_active_item a small {
	color: #444;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds {
	width: 160px;
	padding-bottom: 10px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds .cnw_feeds_button a {
	display: block;
	width: 160px;
	height: 34px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_itunes_feed_button,
#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_itunes_feed_button a {
	background: url(images/itunes_button.gif) no-repeat;
	height: 54px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_itunes_feed_button a:hover {
	background-position: -160px 0;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_itunes_feed_button a:active {
	background-position: -320px 0;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_rss_feed_button {
	height: 40px;
	padding-top: 3px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_rss_feed_button a {
	height: 40px;
	background-position: 0 -3px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_rss_feed_button a:hover {
	background-position: -160px -3px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_rss_feed_button a:active {
	background-position: -320px -3px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_my_yahoo_feed_button {
	padding-top: 2px;
	background-position: 0 -43px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_my_yahoo_feed_button a {
	background-position: 0 -45px;
	height: 32px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_my_yahoo_feed_button a:hover {
	background-position: -160px -45px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_my_yahoo_feed_button a:active {
	background-position: -320px -45px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_google_feed_button {
	padding-top: 2px;
	background-position: 0 -77px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_google_feed_button a {
	background-position: 0 -79px;
	height: 35px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_google_feed_button a:hover {
	background-position: -160px -79px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_google_feed_button a:active {
	background-position: -320px -79px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_newsgator_feed_button {
	background-position: 0 -144px;
	height: 14px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_newsgator_feed_button a {
	background-position: 0 -114px;
	height: 33px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_newsgator_feed_button a:hover {
	background-position: -160px -114px;
}

#cover_body #content_container #right_panel #itunes #cnw_feeds #cnw_newsgator_feed_button a:active {
	background-position: -320px -114px;
}


#cover_body #content_container #right_panel #itunes #cnw_aweber {
	width: 160px;
	padding-bottom: 10px;
	text-align: center;
}

#cover_body #content_container #right_panel #itunes #cnw_aweber {
	form: ;
}

#cover_body #content_container #right_panel #itunes #cnw_aweber h2 {
	font-family: Georgia, Times, "Times New Roman";
	font-weight: normal;
	font-size: 16px;
	line-height: 20px !important;
	letter-spacing: 0 !important;
	padding: 0 0 5px 0;
	text-align: left;
}

#cover_body #content_container #right_panel #itunes #cnw_aweber strong {
	font-weight: bold;
}

#cover_body #content_container #right_panel #itunes #cnw_aweber em {
	font-style: italic;
}

#cover_body #content_container #right_panel #itunes #cnw_aweber p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

#cover_body #content_container #right_panel #itunes #cnw_aweber label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	display: block;
	text-align: left;
}

#cover_body #content_container #right_panel #itunes #cnw_aweber input.cnw_text {
	width: 152px;
	margin-bottom: 0px;
}

#cover_body #content_container #right_panel #itunes #cnw_submit_form br {
	display: none;
}

#cover_body #content_container #right_panel #itunes #cnw_aweber .cnw_success {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
	padding: 8px;
	color: #427c20;
	border: solid 1px #427c20;
	background-color: #d6ffc1;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://kmoger.healthnewspodcast.info/api/0.1/themes/images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://kmoger.healthnewspodcast.info/api/0.1/themes/images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://kmoger.healthnewspodcast.info/api/0.1/themes/images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://kmoger.healthnewspodcast.info/api/0.1/themes/images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://kmoger.healthnewspodcast.info/api/0.1/themes/images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://kmoger.healthnewspodcast.info/api/0.1/themes/images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://kmoger.healthnewspodcast.info/api/0.1/themes/images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://kmoger.healthnewspodcast.info/api/0.1/themes/images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}



