﻿/* +++++++++++++++++++++++++++++ RTE Styles +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 0px;
	padding: 0px;
}

body {
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family:'arial','helvetica',sans-serif;
}

table {
	font-size: 1em;
}

td {
	font-family: 'arial', 'helvetica', sans-serif;
	font-size: 1em;
}

a {
	color: #2373bc;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #2373bc;
	background-color: inherit;
	text-decoration: none;
}

img {
	border: none;
}

ul, ul li {
	list-style: none outside;
}

ol {
	list-style: decimal outside;
	margin-left: 2.5em;
}

ol li {
	padding: 0.5em 0em 0.5em;
	list-style: decimal outside;
}

p {
	padding: 0.5em 0em 0.5em;
	line-height: 1.3em;
	margin:0;
}

.list_content {
	padding: 0.5em 0em;
}

fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'arial', 'helvetica', sans-serif;
	font-size: 11px;
}

button {
	border: 0px;
	font-family: 'arial', 'helvetica', sans-serif;
	font-size: 11px;
	text-align: center;
}

.hidethis {
	display: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}

.botClear{
	height:15px;
}
/* ++++++++++++++++++++ Global Nav ++++++++++++++++++++ */

.rte-header {
	background: #5B0506 url(/radio1/images/logo.gif) no-repeat 10px 10px;
}

#rte-link-logo, #rte-banner-top table tr td {
	background-color:transparent;
}

#rte-nav-primary li, #rte-nav-secondary li {
	font-size:0.85em;
}

#rte-nav-primary {
	background-color:#3C0000;
	font-size: 10pt;
}

#rte-nav-secondary {
	background-color:#f5eae9;
	font-size: 10pt;
}

	
/* ++++++++++++++++++++ Page Body ++++++++++++++++++++ */

#page_body {
	color: inherit;
	background-color: #f7f3f0;
	}
	
/* ++++++++++++++++++++ Page Main ++++++++++++++++++++ */

#page_main {
	width: 970px;
	min-height: 265px;
	height:auto;
	color: #fff;
	float:left;
	background: #2373bc url('../images/main_bg.gif') repeat-y 0% 0%;
	}
	
#page_main a {
	color: #ccc;
	background-color: inherit;
	}
	
#page_main h1 {
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	margin-bottom:0.3em
	}
#page_main h2 {
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	margin-bottom:0.3em
	}
	
#page_main h3 {
	font-size: 15px;
	font-weight: normal;
	color: #fcddaf;
	background-color: inherit;
	}
	
#page_main h4 {
	padding-top: 5px;
	color: #ccc;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	float: left;
	}
	
#main_body {
	float: right;
	padding: 20px 23px 0 0;
	width: 442px;
	}
	
#main_body p{
	margin-bottom:0px;
	}
	
	#main_body h1 a{
	text-decoration: none;
	color: #ffffff;
	}
	
	#main_body h3 a{
	text-decoration: none;
	color: #fcddaf;
	}
	
#main_image{
	float: left;
	width: 100%;
	min-height:265px;
	height: 100%;
	}

.main_image_link{
	display:block;
	height:265px;
	width:474px;
	float:left;
}

#flash_tracker {
	float: left;
	position: relative;
	margin: 10px 0 10px 0;
}	
#page_main .doc_ratings {
	float: right;
	width:290px;
	line-height:18px;
	margin-top:5px;
}
#page_main .doc_ratings strong{
	float:left;
}
#page_main .doc_ratings .rating_award {
	margin-right: 5px;
	float:left;
	}
	
#page_main .doc_ratings .rating_star {
	position: relative;
	top: -3px;
	}
	
#page_main .share_buttons {
	margin-top: 11px;
	float: right;
	}
	
#page_main .share_buttons li {
	overflow: hidden;
	margin-bottom: 6px;
	width: 116px;
	height: 24px;
	}
	
#page_main .share_buttons li a {
	display: block;
	padding: 4px 10px;
	width: 96px;
	font-size: 14px;
	color: #000;
	background-color: inherit;
	background: no-repeat 0% 0%;
	text-decoration: none;
	}
	
.share_buttons li.btn_podcast {
	background-image: url('../images/btn_main_pod.gif');
	}
	
.share_buttons li.btn_download {
	background-image: url('../images/btn_main_dl.gif');
	}
	
	
/* Main Playlist */

#main_playlist ul {
	clear: both;
	padding-top: 2px;
	}
	
#main_playlist li {
	display: inline;
	}
	
#main_playlist li a {
	display: block;
	margin: 6px 0px;
	padding: 6px 40px;
	color: #fff;
	background-color: inherit;
	background: url('../images/play_icon.gif') no-repeat 0% 50%;
	text-decoration: none;
	}
	
#main_playlist li a strong {
	color: #ff9900;
	background-color: inherit;
	font-weight: normal;
	}
	

/* Link More */

#page_main .link_more {
	padding-top: 5px;
	}

#page_main .link_more li {
	display: inline;
	float: left;
	}
	
#page_main .link_more li a {
	margin-right: 10px;
	}


/* ++++++++++++++++++++ Main Subnav ++++++++++++++++++++ */

#main_subnav {
	width: 970px;
	overflow: hidden;
	float:left;
	padding-bottom:20px;
	background-color:#F7F3F0;
	}
	

#subnav01 {
	background-color: #333333;
	width:1010px;
	height:38px;
	}
	

	
#subnav01 a {
	color: #fff;
	background-color: #333333;
	background-image: url('../images/subnav01_div.gif');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding:0 29px;
	display: block;
	float: left;
	line-height: 38px;
	text-decoration: none;
	}
	
#subnav01 a.last {
	background-image: none;
}
	
#subnav01 a:hover {
	background-color: #000000;
	text-decoration: underline;
	}
	
	

/* newnav02 */

#subnav02 {
	background-color: #2373bc;
	width:1010px;
	height:38px;

	}
	

	
#subnav02 a {
	color: #fff;
	background-color: #2373bc;
	background-image: url('../images/subnav02_div.gif');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding: 0px 34px;
	display: block;
	float: left;
	line-height: 38px;
	text-decoration: none;
	}

#subnav02 a.last {
	background-image: none;
	padding: 0px 36px;
}
	
#subnav02 a:hover {
	background-color: #70c9f3;
	text-decoration: underline;
	}
	
/* Subnav Search */

#subnav_search {
	overflow: hidden;
	width: 970px;
	height: 38px;
	color: #5e6470;
	background-color: #bfe3ef;
	font-size: 14px;
	clear:both;
	}
	
#subnav_search form {
	padding: 6px 43px;
	}
	
#subnav_search h3 {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	font-weight: normal;
	font-size: 14px;
	}
	
#subnav_search select {
	margin-right: 10px;
	width: 185px;
	font-size: 13px;
	color: #000;
	background-color: #fff;
	}
	
#subnav_search input.field_text {
	margin-right: 10px;
	padding: 1px 5px;
	width: 185px;
	font-size: 13px;
	color: #000;
	background-color: #fff;
}

#subnav_search input#query {
	color: #999;
}
	
#subnav_search input.field_btn {
	padding-left: 10px;
	padding-bottom: 8px;
	width: 122px;
	height: 34px;
	color: #000;
	background-color: inherit;
	background: url('../images/btn_search.gif') no-repeat 0% 0%;
	border: none;
	font-size: 13px;
	text-align: left;
	cursor: pointer;
	}
	
	
/* ++++++++++++++++++++ Body Content ++++++++++++++++++++ */
	
#body_content {
	padding: 0px 20px 20px;
	width: 930px;
	color: inherit;
	background-color: #f7f3f0;
	font-size:.9em;
	float:left;
	}
	
#body_content h2, #body_content h3 {
	color: #f66400;
	background-color: inherit;
	}
	
#body_content h2 a, #body_content h3 a {
	color: #f66400;
	background-color: inherit;
	text-decoration: none;
	}

#body_content h2 a:hover, #body_content h3 a:hover {
	color: #ff8532;
	background-color: inherit;
	}
	
#body_content .imageCaption{
	float:right;
	clear:both;
	width:150px;
	padding:0 5px 5px;
	text-align:center;
}

.wide #prog_content{
	width:878px;	
	height:auto;
}

.wide #prog_sidebar{
	margin:0;
	font-size:0;
}

/* Body Sidebar */

#body_sidebar {
	position: relative;
	left: -5px;
	float: right;
	width: 300px;
	}

#body_sidebar .ad_sml {
	float: none;
	margin:0;
}
	
#body_sidebar .contentbox_sml {
	float: none;
	margin: 20px 0 0;
	width:260px;
	}
	
/* Content boxes -Small */

.contentbox_sml {
	float: left;
	padding: 15px 20px;
	width: 256px;
	color: inherit;
	background-color: #fff;
	border: 1px solid #e3e3e1;
	}
	
.contentbox_sml h2 {
	font-size: 17px;
	}
	
.contentbox_sml .link_more {
	clear: both;
	text-align: right;
	}
	
	
/* Content boxes -Med */

.contentbox_med {
	overflow: hidden;
	float: left;
	margin-right: 12px;
	padding: 15px 20px;
	width: 572px;
	color: inherit;
	background-color: #fff;
	border: 1px solid #e3e3e1;
	}
	
.contentbox_med h2 {
	font-size: 17px;
	}


/* List of Documentaries */

.list_docs li {
	display: block;
	margin-bottom: 8px;
	height:auto !important;
	height:36px;
	min-height: 36px;
	color: inherit;
	background-color: #f7f3f0;
	}
	
.list_docs li a {
	display: block;
	padding: 4px 0 6px 33px;
	color: #000;
	background-color: inherit;
 	background: url('../images/listen_icon.gif') no-repeat 5px 50%;
 	text-decoration: none;
	height:auto !important;
	height:28px;
	min-height:28px;
	}

.list_docs li a:hover {
	color: #000;
	background-color: #ede9e6;
	}
	
.list_docs li a.award {
	background: transparent url(../images/icon_award_hover.gif) no-repeat 0 50%;
	}

.list_docs li a.award:hover {
	color: #000;
	background-color: #ede9e6;
	}
	
.list_docs strong {
	display: block;
	padding:5px 0;
	overflow:hidden;
	}

.list_docs strong:hover {
	cursor: pointer;
}

.page_home .list_docs strong {
	width:210px;
	}
	
.page_home .list_docs a.award strong {
	width:170px;
	}
	
/* Advertisement */

.ad_sml {
	float:left;
	width: 300px;
	height: 250px;
	border: #9a9995 solid 1px;
	}

.page_home .ad_sml{
	float:right;
}
/* Ratings */
div#starRating {
	float:right;
	height:25px;
	margin:0;
	vertical-align:bottom;
	width:190px;
	line-height:18px;
}

.star-rating {
	float:left;
	height:25px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow:hidden;
	position:relative;
	width:81px;
}
.star-rating li {
	display:inline;
}
.star-rating a, .star-rating .current-rating {
	border:medium none;
	height:25px;
	left:0;
	line-height:25px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	overflow:hidden;
	position:absolute;
	text-indent:-1000em;
	top:0;
}

#page_main .star-rating a:hover {
	background:transparent url(../images/stars_shade_blue.gif) no-repeat scroll 0 0;
}
#page_main .star-rating a:active, #page_main .star-rating a:focus, #page_main .current-rating {
	background:transparent url(../images/stars_full_blue.gif) no-repeat scroll 0 0;
}
#page_main .star-rating {
	background:transparent url(../images/stars_blank_blue.gif) no-repeat scroll left top;
}

#body_content .star-rating a:hover {
	background:transparent url(../images/stars_shade_white.gif) no-repeat scroll 0 0;
}
#body_content .star-rating a:active, #body_content .star-rating a:focus, #body_content .star-rating .current-rating{
	background:transparent url(../images/stars_full_white.gif) no-repeat scroll 0 0;
}
#body_content .star-rating {
	background:transparent url(../images/stars_blank_white.gif) no-repeat scroll left top;
	}
	

.voters{
	text-align:right;
	font-size:10pt;
}

#award_listing .voters, #doc_listing .voters{
	display:none;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
}
.star-rating a.one-star {
	width:20%;
	z-index:6;
}
.star-rating a.two-stars {
	width:40%;
	z-index:5;
}
.star-rating a.three-stars {
	width:60%;
	z-index:4;
}
.star-rating a.four-stars {
	width:80%;
	z-index:3;
}
.star-rating a.five-stars {
	width:100%;
	z-index:2;
}
.star-rating .current-rating {
	z-index:1;
}

.smallStars {
	background:transparent url(/food/images/stars_off_small.gif) no-repeat scroll left top;
	clear:none;
	display:block;
	float:left;
	height:18px;
	margin:5px 0 0;
	width:66px;
}
.smallStars div {
	background:transparent url(/food/images/stars_on_small.gif) no-repeat scroll left top;
	height:18px;
	width:66px;
}

.searchStars {
	background-color:#FFFFFF;
	background-position:left top;
	background-repeat:no-repeat;
	clear:none;
	display:block;
	height:12px;
	width:66px;
	float:right;
	margin-top:3px;
}

.searchStars div {
	background:#FFFFFF url(/food/images/stars_on_small.gif) no-repeat scroll left top;
	height:12px;
	width:66px;
}

/* ++++++++++++++++++++ Show Documentaries ++++++++++++++++++++ */

#home_doc_slide {
	float:left;
	margin: 0 0 20px 0;
	height: 80px;
	padding: 17px 20px 10px;
	color: inherit;
	background-color: #fff;
	border: #e3e3e1 solid 1px;
	width:890px;
	}
	
#home_doc_slide_container {
	float: left;
	position: relative;
	overflow: hidden;
	width: 820px;
	height: 75px;
	}
	
#home_doc_slide .home_doc_slide_item {
	position: absolute;
	left: 840px;
	width: 820px;
	height: inherit;
}

#home_doc_slide .home_doc_slide_first {
	left: 0px;
	}
	
.home_doc_prev {
	float: left;
	padding: 0 10px;
	width: 390px;
	background: url('../images/homedocs_div.gif') no-repeat 100% 50%;
	}

.home_doc_next {
	float: right;
	width: 390px;
	padding: 0 10px;
	}
	
.home_doc_prev h2, .home_doc_next h2 {
	clear: both;
	float: left;
	width: 390px;
	font-size: 17px;
	line-height: 1em;
	}
	
.home_doc_prev h2 strong, .home_doc_next h2 strong {
	color: #333333;
	background-color: inherit;
	}
	
.home_doc_prev p, .home_doc_next p {
	clear: both;
	float: left;
	width: 390px;
	}

a.home_doc_btn{
	display: block;
	width: 21px;
	height: 37px;
	margin-top:20px;
}

a#prevbtn {
	float: left;
	margin-right: 14px;
	background: #2373BC url(../images/navbtn_prev.jpg) no-repeat left top;
}

a#prevbtn:hover {
	background-position: left bottom;
	}

a#nextbtn  {
	float: right;
	background: #2373BC url(../images/navbtn_next.jpg) no-repeat left top;
	}
		
a#nextbtn:hover {
	background-position: left bottom;
	}
	
.page_home #doc_share {
	height: auto;
	min-height: 170px;
	} 
	
	
/* ++++++++++++++++++++ Popular Documentaries (Box) ++++++++++++++++++++ */
#doc_min {
	margin-left:16px;
}

#doc_top, #doc_min {
	height: auto;
	min-height: 218px;

	}
.page_home #doc_top, .page_home #doc_min {
	margin-bottom:20px;
	}
	
/* ++++++++++++++++++++ One Min Documentaries (Box) ++++++++++++++++++++ */
	

	
/* ++++++++++++++++++++ Doc Contact (Box) ++++++++++++++++++++ */

#doc_contact {
	margin-right: 0;
	padding-left: 215px;
	width: 375px;
	height: auto;
	min-height: 170px;
	color: inherit;
	background: #fff url('../images/doc_contact_bg.gif') no-repeat 20px 50%;
	}
	
#doc_contact h3, #home_contact h3 a {
	font-size: 17px;
	text-decoration: none;
	}
	
#doc_contact p {
	padding-bottom: 20px;
	}



/* ++++++++++++++++++++ Doc Share (Box) ++++++++++++++++++++ */

#doc_share {
	width: 260px;
	height: 220px;
	margin-right: 0px;
	}
	
#doc_share h2, #doc_share h2 a {
	color: #2373bc;
	background-color: inherit;
	}
	
#doc_share ul {
	margin-top: 10px;
	}
	
#doc_share li {
	background-repeat: no-repeat;
	background-position: 0% 0%;
	}
	
#doc_share li a {
	display: block;
	padding: 2px 0px 2px 45px;
	height: auto !important;
	min-height: 30px;
	height: 30px;
	text-decoration:none;
	}
	
#doc_share li a:hover {
	text-decoration:underline;
}	

#doc_share li.icon_pod {
	background-image: url('../images/icon_podcast.gif');
	}
	
#doc_share li.icon_rss {
	background-image: url('../images/icon_rss.gif');
	}

	
#doc_share li.icon_mail {
	background-image: url('../images/icon_mail.gif');
	}
	
#doc_share li.icon_twitter {
	background-image: url('../images/icon_twitter.gif');
	}	

#doc_share li.icon_facebook {
	background-image: url('../images/icon_facebook.gif');
	}
		
#doc_share li.icon_rss a, #doc_share li.icon_mail a {
	line-height: 24px;
	}
	
#doc_share{
	float:right;
}

.page_home #doc_share {
	width: 260px;
	}
/* ++++++++++++++++++++ One Minute Docs ++++++++++++++++++++ */

.rte_min #page_main {
	background: #2373BC url('../images/min_main_bg.gif') repeat-y;
	}
	
#doc_listing .contentbox_med {
	width: 410px;
	height: auto;
	margin:0 0 20px 0;
	position:relative;
	}

#doc_listing .wide {
	width: 888px;
}
	
#doc_listing .right {
	float:right;
}
#doc_listing h2 {
	width: 370px;
	float: left;
	}

#doc_listing h2 a {
	padding-left: 28px;
	background: url('../images/listen_icon.gif') no-repeat 0 0;
	}
		
#doc_listing p {
	width: 270px;
	float: left;
	margin-bottom:5px;
	}
	
#doc_listing .img_thumb {
	float: right;
	margin-bottom: 15px;
	}
	
#doc_listing .doc_ratings {
	clear: right;
	float: right;
	margin-top: -7px;
	margin-bottom:3px;
	white-space: nowrap;
	}
#doc_listing ul {	
	float:left;
	width:320px;
}
#doc_listing li {
	display: inline;
	float: left;
	white-space: nowrap;
	}
	
#doc_listing li a {
	margin-right: 10px;
	}
	

#doc_listing .ad_sml {
	position:relative;
	vertical-align:middle;
	float: right;
	margin-right:70px;
	}

/* ++++++++++++++++++++ Award Winning ++++++++++++++++++++ */

.rte_award #page_main {
	background: #2373BC url('../images/awards_main_bg.gif');
	}
	
#award_listing {
	float: left;
	}
	
#award_listing .contentbox_med {
	margin-right: 0px;
	float: none;
	width: 550px;
	margin-bottom:20px;
	}
	
#award_listing h2 {
	width:75%;
	}
	
#award_listing h3 {
	width:75%;
	color: #53060e;
	background-color: inherit;
	font-size: 11px;
	font-weight: normal;
	}
	
#award_listing p {
	width:75%;
	}
	
#award_listing .img_thumb {
	float: right;
	clear:right;
	}
	
#award_listing .doc_ratings {
	clear: right;
	float: right;
	}
	
#award_listing li {
	display: inline;
	float: left;
	}
	
#award_listing li a {
	margin-right: 10px;
	}
	
	
/* ++++++++++++++++++++ Programme ++++++++++++++++++++ */

.rte_prog #main_image {
	background-image: url('../images/_featured_doc_img.gif');
	}

#prog_content {
	float: right;
	margin: 0 0 20px 0;
	padding: 25px;
	width: 430px;
	color: #353432;
	background-color: #ffffff;
	border:1px solid #E3E3E1;
	height:auto;
	min-height:200px;
	}
	
#prog_content h1, #prog_content h2 {
	color: #353432;
	background-color: inherit;
	font-size:1.6em;
	}
	
#prog_content .img_thumb {
	float: right;
	margin: 10px 0px 5px 10px;
	padding: 3px;
	border: 1px solid #ccc;
	color: inherit;
	background-color: #fff;
	}
	
#prog_content .link_share {
	clear: both;
	text-align: right;
	}


	
#prog_content .link_share a {
	display: block;
	float: right;
	padding-left: 25px;
	/* background: url('../images/icon_email.gif') no-repeat 0% 50%; */
	}



/* Programme Sidebar */

#prog_sidebar {
	float: left;
	width: 425px;
	margin-bottom:20px;
	}
	
#prog_sidebar h3 {
	padding-bottom: 10px;
	font-size: 17px;
	}
#prog_gallery {
	margin-bottom:20px;
	}	
#prog_gallery li {
	display: inline;
	}
	
#prog_gallery li a {
	float: left;
	position: relative;
	left: -1px;
	display: block;
	margin-right: 1px;
	margin-bottom: 1px;
	border: 2px solid #f7f3f0;
	width:50px;
	height:28px;
	overflow:hidden;
	}
	
#prog_gallery li a:hover {
	border-color: #ccc;
	}
	
#prog_gallery li a img {
	float: left;
	}
	
#prog_audio {
	margin: 20px 0;
	}
	
#prog_audio .list_docs li {
	padding: 0px;
	color: inherit;
	background-color: #fff;
	}
	
#prog_audio .list_docs li a {
	padding-top: 5px;
	}
	
#prog_blog .contentbox_sml {
	float: none;
	margin: 20px 0px 0px 0px;
	width: auto;
	}
	
#prog_blog .contentbox_sml h3 {
	padding-bottom: 0px;
	}
	
.blog_box {
	padding-top: 15px;
	padding-bottom: 17px;
	background: url('../images/hori_div.gif') repeat-x 0% 100%;
	}
	
.blog_box h4 {
	font-size: 15px;
	}

.blog_box h4 a {
	text-decoration: none;
	}
	
.blog_box h4 a:hover {
	color: #205796;
	background-color: inherit;
	}
	
.blog_box li {
	display: inline;
	margin-right: 5px;
	}

#prog_maker{
	width: 383px;
	margin-bottom:20px;
}	
#prog_maker .contentbox_sml {
	float: none;
	margin: 20px 0px 0px 0px;
	border: none;
	width: auto;
	}
	
#prog_maker .maker_logo {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	}
	
#prog_maker h4 {
	float: left;
	margin-top: 5px;
	font-size: 11px;
	color: #f66400;
	background-color: inherit;
	font-weight: normal;
	}

#prog_maker ul {
	width: 133px;
	float: left;
	clear: left;
	}
		
#prog_maker .maker_add {
	width: 133px;
	float: right;
	margin-top: -15px;
	}
	
	
/* Programme Footer Boxes */

.rte_prog .ad_sml {
	clear: left;
	float: left;
	margin-left: 0px;
	}
		
.rte_prog #doc_min {
	margin-left: 13px;
	}
	
.doc_suggest {
	padding-top: 15px;
	clear: both;
	}
	
#page_body .doc_suggest h2 {
	float: left;
	position: relative;
	top: 3px;
	margin-right: 10px;
	color: #333;
	background-color: inherit;
	font-size: 17px;
	}
		
/* ++++++++++++++++++++ Search Listing ++++++++++++++++++++ */
	
#search_listing {
	float: left;
	}
	
#search_listing h5 {
	font-size: 11px;
	font-weight: normal;
	margin-bottom:20px;
	}
	
#search_listing .contentbox_med {
	margin-right: 0px;
	float: none;
	width: 550px;
	}
	
.searchlisting_box {
	margin-top: 20px;
	padding-top: 20px;
	width: 550px;
	background: url('../images/hori_div.gif') repeat-x 0% 0%;
	}

.searchlisting_box.box_first {
	margin-top: 0px;
	padding-top: 0px;
	background-image: none;
	}
		
.searchlisting_box h2, .searchlisting_box p {
	float: left;
	width: 415px;
	}

.searchlisting_box h2 a {
	padding-left: 28px;
	background: url('../images/listen_icon.gif') no-repeat 0% 50%;
	}
	
.searchlisting_box .doc_ratings {
	float: right;
	}
	
.searchlisting_box .img_thumb {
	float: right;
	margin-bottom: 10px;
	}
	
.searchlisting_box ul {
	float: left;
	width: 415px;
	display: inline;
	}	
	

.SearchPager {
margin:10px 0px;
text-align:center;
clear:both;
}

.SearchPager a {
	padding:8px 12px;
	border:1px solid #9ac2e5;
	margin:0px 3px;
	display:inline-block;
	background-color:#3f84d2;
	color:#ffffff;
	text-decoration:none;
	outline:none;
}

.SearchPager a:hover, .SearchPager a.on  {
	padding:7px 11px;
	border:2px solid #9ac2e5;
	background-color:transparent;
	color:#3f84d2;
	text-decoration:none;
	font-weight:bold;
}

.SearchPager a:hover {
	background-color:#EB7003;
	color:#ffffff;
	font-weight:normal;
}

.SearchPager a:active  {
	background-color:#EB7003;
	color:#000000;
	border-color:#000000;
}

.SearchPager a.on:hover {
	padding:7px 11px;
	border:2px solid #9ac2e5;
	background-color:transparent;
	color:#3f84d2;
	text-decoration:none;
	font-weight:bold;
	cursor:auto;
}

.SearchPager a.next, .SearchPager a.prev {
	padding:9px 13px;
	border:0px;
	background-color:transparent;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

.SearchPager a.next:hover, .SearchPager a.prev:hover {
	padding:9px 13px;
	border:0px;
	background-color:transparent;
	color:#3f84d2;
	text-decoration:underline;
	font-weight:normal;
}

.SearchPager a.next:active, .SearchPager a.prev:active {
	color:#EB7003;
}


.SearchPager a.off {
	visibility:hidden;
}

#SearchLoading {
display:block;
}

#SearchLoading div.contentbox_med {
padding:64px 20px;
text-align:center;
}

#SearchNoResults{
display:none;
}

#SearchNoResults div.contentbox_med ul li {
display:auto;
float:auto;
clear:both;
line-height:1.3em;
padding:2px 0px 2px 20px;
}

/* ++++++++++++++++++++ Category Page ++++++++++++++++++++ */

.archive_header{
	margin-left:20px;
	color:#333333;
}
.archive_desc{
	margin:0 0 10px 20px;
	font-weight:bold;
}
.box_inner{
	float:left;
}


/* ++++++++++++++++++++ Award Winning Docs (Sidebar) ++++++++++++++++++++ */

#doc_award {
	background-image: url('../images/award_sidebar_bg.gif');
	background-repeat: no-repeat;
	background-position: 0% 100%;
	text-align: right;
	}
	
#doc_award p {
	padding-left: 70px;
	}
	
#doc_award .link_more {
	padding-top: 20px;
	padding-left: 120px;
	}
