/*-------------------------------------------------*/
/* RESET AND CLEARFIX
/*-------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline;
	background: transparent;
	}
/*ol, ul { list-style: none; }*/
blockquote, q { quotes: none; }
:focus { outline: 0; }
table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/*-------------------------------------------------*/
/* RP SPECIFIC ALTERATIONS
/*-------------------------------------------------*/

.module {
	border-top: 5px solid #c4c4c4;
	margin-bottom: 20px;
}

.module h2 {
	text-align:left;
	margin-top:5px;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	margin-bottom:20px;
}

body {
	background-color: #0c2b45;
}

#bigbox {
	margin-bottom: 0;
}
#bigbox div div {
	margin-bottom: 20px;
}

/*-------------------------------------------------*/
/* STAY CONNECTED MODULE
/*-------------------------------------------------*/

span.mediaicons {
    margin-left: 5px;
}
span.mediaicons img {
    margin-right: 5px;
}
span.mediaicon {
    background: url("http://www.cbc.ca/i/news/v10/gfx/mediaicons.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 15px;
    width: 15px;
}
span.mediaicon.video {
    background-position: 1px 1px;
}
span.mediaicon.audio {
    background-position: 1px 1px;
}
div.rp-pastepisodes .zvideo, div.rp-pastepisodes .zaudio {
    background-image: url("http://www.cbc.ca/i/news/v10/gfx/icon_a-v.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    margin-left: 0;
	padding: 0 0 0 3px;
    text-indent: -1000px;
    width: 10px;
}
div.rp-pastepisodes .zvideo {
    background-position: 0 -16px;
}
div.rp-pastepisodes .zaudio {
    background-position: 0 3px;
}


/*-------------------------------------------------*/
/* RP header
/*-------------------------------------------------*/

div#rp-header-wrap {
	background-color: #f3f3f3;
	color:#FFF;
	margin:0 auto;
	width:986px;
}

div#rp-logo {
	height:136px;
	float:left;
	margin-left:20px;
}

div#rp-logo .logoimage{
	margin-top: 38px;
}

div.cbcwrap {
	padding: 0 0 15px;
	-moz-box-shadow: 0 2px 10px 0 #000000;
    -webkit-box-shadow: 0 2px 10px 0 #000000;
    box-shadow: 0 2px 10px 0 #000000;
    background-color: #FFFFFF;
}
#gnwrap {
	-moz-box-shadow: 0 2px 10px 0 #000000;
    -webkit-box-shadow: 0 2px 10px 0 #000000;
    box-shadow: 0 2px 10px 0 #000000;
}
#footer.v10 {
	-moz-box-shadow: 0 2px 10px 0 #000000;
    -webkit-box-shadow: 0 2px 10px 0 #000000;
    box-shadow: 0 2px 10px 0 #000000;
}

/* NAVIGATION */
ul#rp-navigation {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
	background-image:url("http://www.cbc.ca/radio/portal/img/bg_nav_rp-special.png");
	border-bottom: 1px solid #adadad;
	border-top: 1px solid #adadad;
	height:33px;
}


ul#rp-navigation li {
	display: inline;
}

ul#rp-navigation li a {
	line-height:33px;
	border-right:#c0c0c0 solid 1px;
	text-decoration: none;
/*	padding: 0.76em 2.15em; */
	padding: 0.76em 1.79em;
	color: #005379;
}

ul#rp-navigation li a.last {
	border-right:none;
}

ul#rp-navigation li a.special {
	background-image:url(../img/bg_nav_rp.png);
}

ul#rp-navigation li a:hover {
	text-decoration: underline;
}


/*-------------------------------------------------*/
/* NOW PLAYING MODULE
/*-------------------------------------------------*/

#rp-nowplaying {
    background: url("http://www.cbc.ca/radio/portal/img/bg_listenlive.png") no-repeat scroll 0 0 transparent;
    display: block;
	float:right;
	height:120px;
	width:500px;
	margin-top:8px;
	margin-right:10px;
}

#rp-nowplaying h3 {
	color:#fff;
	float: left;
}

#rp-nowplaying select.genre {
	width: 95%;
	font-size: 11px;
	font-family: Arial, helvetica, sans-serif;
	border: 1px solid #fff;
}
#rp-nowplaying .nowplaying-heading-container {
	height: 30px;
}
#rp-nowplaying ul li.nowplaying-header {
	display: block;
    float: left;
	margin:5px 0 0 15px;
}

#rp-nowplaying ul li.nowplaying-streams {
	display: block;
    float: left;
	height: 55px;
	margin: 5px 0 0 15px;
	width: 147px;
	color: #000;
}

#rp-nowplaying ul li.nowplaying-header a {
	color:#ababab;
    font-size: 10px;
	text-decoration:none;
	float: left;
	margin-left: 10px;
	padding-top: 2px;
}
#rp-nowplaying ul li.nowplaying-streams .listenlive a {
	color:#115278;
	text-decoration:none;
	font-size:11px;
	background-image: url("http://www.cbc.ca/radio/portal/img/bg_listenlive.png");
	background-position: -662px 2px;
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 15px;
}
#rp-nowplaying ul li.nowplaying-streams .nowplaying {
	height: 16px;
	overflow: hidden;
}

#rp-nowplaying div.selectgenre {
	height: 15px;
}

#rp-nowplaying div.selectgenre p {
 	background-image: url("http://www.cbc.ca/radio/portal/img/arrow_down.gif");
    background-position: right 50%;
    background-repeat: no-repeat;
    display: inline;
    padding-right: 10px;
    cursor: pointer;
}

#rp-nowplaying div.selectgenre ul {

	display:none;
	position: relative;
	bottom: 0px;
	left: 0px;
	list-style-type: none;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	z-index: 10000;
	-webkit-box-shadow: 2px 2px 2px #666666;
	-moz-box-shadow: 2px 2px 2px #666666;
	box-shadow: 2px 2px 2px #666666;

}

#rp-nowplaying div.selectgenre ul li {
	margin: 0;
	padding: 0;
}

#rp-nowplaying div.selectgenre ul li a {
	margin: 2px;
	padding: 2px;
	display: block;
	text-decoration: none;
	color: #115278;
}

#rp-nowplaying div.selectgenre ul li a:hover {
	color: #FFFFFF;
	background-color: #115278;
}

/*-------------------------------------------------*/
/* FEATURED RADIO BLOGS MODULE
/*-------------------------------------------------*/

div.featuredradioblogs {
	border-top: 5px solid #C4C4C4
}
div.featuredradioblogs li.photo img {
	left: 0;
	position: absolute;
	top: 0;
}

/*-------------------------------------------------*/
/* SOCIAL MEDIA MODULE
/*-------------------------------------------------*/
#tabs-socialmedia {
	margin-top: 15px;
}

/*-------------------------------------------------*/
/* STAY CONNECTED MODULE
/*-------------------------------------------------*/
#connect {
	margin-bottom: 25px;
}

#connect ul li {
    background: url("http://www.cbc.ca/radio/portal/img/ico-rp-mt-stayconnected.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 33px;
    margin-right: 15px;
    width: 38px;
	margin-top:10px;
}
#connect ul li a {
    color: #0B0028;
    display: block;
    font-size: 10px;
    height: 15px;
    padding-top: 35px;
    text-align: center;
    width: 40px;
	text-decoration:none;
}
#connect ul li.podcasts {
    background-position: -36px 0;
}
#connect ul li.mobile {
    background-position: -165px 0;
margin-right:0;
}
#connect ul li.twitter {
    background-position: -80px 0;
}
#connect ul li.facebook {
    background-position: 6px 0;
}
#connect ul li.email {
    background-position: -120px 0;
}
#connect ul li.googleplus {
	background-position: -208px 0;
    display: none!important;
    float: left;
    height: 33px;
    margin-right: 12px;
    width: 38px;
    margin-top:10px;
}


/*-------------------------------------------------*/
/* FEATURED RADIO BLOGS MODULE
/*-------------------------------------------------*/

div.featuredradioblogs {
	border-top: 5px solid #C4C4C4;
	margin: 0 0 15px;
	padding: 0 0 13px;
	position: relative;
}
div.featuredradioblogs-block ul {
	list-style:none;
}
div.featuredradioblogs-block li.photo img {
	left: 0;
	top: 0;
	float:left;
	padding:5px 15px 33px 0;
}
div.featuredradioblogs-block {
	border-bottom:#c4c4c4 solid 1px;
	padding:10px 10px 10px 0;
	min-height:100px;
}

div.featuredradioblogs-block ul li.photo span {
	display:block;
	float:left;
	width:189px;
}

div.featuredradioblogs-block li em {
	color: #7a7a7a;
	display:block;
	font-style: normal;
	margin: 5px 0 7px;
}

div.featuredradioblogs-block h4 a {
	color: #025377;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/*-------------------------------------------------*/
/* DOWNLOAD PAST EPISODES
/*-------------------------------------------------*/
#tabs-dlpasteps {
	margin-top: 5px;
}
#tabs-dlpasteps h4 {
	font-size: 14px;
}

div.downloadpastepisodes-block {
	padding:10px 10px 10px 0;
	min-height:60px;
}
div.downloadpastepisodes-block p {
	font-weight:bold;
	margin-bottom:5px;
}

#listenPastEpisodes h4.moreepisodes {
	font-size: 14px;
}

/*-------------------------------------------------*/
/* pgscheldules
/*-------------------------------------------------*/
.pgschedules {
	width: 620px;
}

.pgschedules .navcontainer {
	padding-top: 18px;
	padding-bottom: 18px;
	position:relative;
	height: 15px;
}

.pgschedules .navcontainer div {
	float: left;
}

.pgschedules .navcontainer .prev,
.pgschedules .navcontainer .next {
	color: #115278;
	font-size: 12px;
	font-weight: bold;
	width: 205px;
}
.pgschedules .navcontainer .prev span,
.pgschedules .navcontainer .next span {
	font-size: 16px;
	font-weight: bold;
	line-height: 11px;
}

.pgschedules .navcontainer .prev span,
.pgschedules .navcontainer .prev a {
	display: block;
	float: left;
	margin-right: 5px;
}

.pgschedules .navcontainer .next span,
.pgschedules .navcontainer .next a {
	display: block;
	float: right;
	margin-left: 5px;
}

.pgschedules .navcontainer .next {
	text-align: right;
}
.pgschedules .navcontainer .today {
	 font-weight: bold;
	 text-align: center;
     color: #000000;
     width: 210px;
}

.pgschedules .navcontainer a {
	font-size: 12px;
	color: #115278;
	text-decoration: none;
	font-weight: normal;
	line-height: 15px;
}
.pgschedules .navcontainer a:hover {
	text-decoration: underline;
}

.pgschedules .navcontainer .today a {
	font-weight: bold;
	color: #000000;
}
.pgschedules .navcontainer .today a:hover {
	text-decoration: none;
}

.pgschedules .headercontainer {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	height: 61px;
	width: 619px;
	background-color: #f0f0f0;
}

.pgschedules .headercontainer .column {
	float: left;
	border-right: 1px solid #CCCCCC;
	width: 263px;
	height: 61px;
}

.pgschedules .headercontainer .column img {
	margin: 12px 0 0 12px;
}

.pgschedules .headercontainer .column.last { border-right: 0; }

.pgschedules .headercontainer .time {
	font-weight: bold;
	color: #000000;
	line-height: 61px;
	text-align: center;
	width: 78px;
}

.pgschedules .schedulecontainer {
	width: 620px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 409px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}

.pgschedules .schedulecontainer .columncontainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 620px;
	height: 1968px;
}

.pgschedules .schedulecontainer .columncontainer .column {
	float: left;
	width: 263px;
	height: 1968px;
	border-right: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

.pgschedules .schedulecontainer .columncontainer .timelegend {
	width: 78px;
}

.pgschedules .schedulecontainer .columncontainer .timelegend div {
	width: 65px;
	height: 40px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #333333;
	font-weight: bold;
	line-height: 40px;
	padding-left: 13px;
	font-size: 12px;
}

.pgschedules .schedulecontainer .columncontainer .network {
	position: relative;
	width: 179px;
}

.pgschedules .schedulecontainer .columncontainer .network .nosched {
	text-align: center;

	padding: 10px;
	color: #FFFFFF;
}

.pgschedules .schedulecontainer .columncontainer .network .showblock {
	border-bottom: 1px solid #CCCCCC;
	position: absolute;
	width: 263px;
	background-color: #FFFFFF;
}

.pgschedules .schedulecontainer .columncontainer .network .showblock .showname {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	margin: 10px 0 0 10px;
}

.pgschedules .schedulecontainer .columncontainer .network .showblock .showname a {
	color: #115278;
}

.pgschedules .schedulecontainer .columncontainer .network .showblock .showname a:hover {
	text-decoration: none;
}

.pgschedules .printcontainer {
	height: 50px;
	margin-top: 10px;
	height: 30px;
	float: right;
}

.pgschedules .printcontainer input {
	border: 1px solid #aaa;
	background-color: c0c0c0;
	padding: 0 4px;
}

#pgsched-change-region {
    float:right;
    padding-top:3px;
}
#pgsched-change-region a {
	font-size: 10px;
}
#pgsched-change-region span {
	margin-right: 15px;
	font-weight: bold;
}

/*-------------------------------------------------*/
/* latest podcasts
/*-------------------------------------------------*/

#tabs-dlpasteps .podcast {
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #cccccc;
}
#tabs-dlpasteps .podcast.last {
	border-bottom: none;
}

#tabs-dlpasteps .podcast .title {
	font-size: 14px;
	font-weight: bold;
	display:  block;
}
#tabs-dlpasteps .podcast .episode {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	display: block;
}
#tabs-dlpasteps .podcast .subscribe {
	font-size: 11px;
	float: right;
	margin-bottom: 0;
	line-height: 24px;
}
#tabs-dlpasteps .podcast a.download {
	display: block;
	float: left;
	font-size: 12px;
	border: 1px solid #a9a9a9;
	color: #115278;
	padding: 5px 15px;
	background-image: url("http://www.cbc.ca/radio/portal/img/download_bg.gif");
	background-position: bottom left;
	background-repeat: repeat-x;
}

#tabs-dlpasteps .podcast p {
	margin-bottom: 10px;
}

/*-------------------------------------------------*/
/* carousel
/*-------------------------------------------------*/

#radioportalcarousel {
	width: 620px;
}

#radioportalcarousel .canvas {
	float: right;
}
#radioportalcarousel.cbccarousel {
	background-color: #cfcfcf;
}
#radioportalcarousel.cbccarousel .slides {
	background-color: #cfcfcf;
	background-image: url("http://www.cbc.ca/radio/portal/img/rotator_off_bg.gif");
	background-repeat: repeat-y;
}
#radioportalcarousel.cbccarousel .slides li {
	float: right;
}

#radioportalcarousel.cbccarousel .slides li dl dt {
	display: none;
}

#radioportalcarousel.cbccarousel.standard.ccol6 {
	height: 259px;
}

#radioportalcarousel.cbccarousel.standard.ccol6 {
	height: 259px;
}
#radioportalcarousel .controlscontainer {
	height: 259px;
	padding: 0;
	position: absolute;
	z-index:100;
	width: 170px;
	background-color: transparent;
}

#radioportalcarousel .controlscontainer .prev,
#radioportalcarousel .controlscontainer .next,
#radioportalcarousel .controlscontainer .play,
#radioportalcarousel .controlscontainer .pause {
	display: none;
}

#radioportalcarousel .controlscontainer .pagination {
    border-bottom: 1px solid #CCCCCC;
    display: block;
    height: 258px;
    overflow-x: visible;
    position: relative;
    width: 160px;
}

#radioportalcarousel .controlscontainer .pagination a {
	background-position: 0 0;
	background-image: url(../img/rotator_off_bg.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 170px;
	padding-top: 0;
	margin: 0;
	display: block;
	height: 43px;
	float:none;
	color: #115278;
}

#radioportalcarousel .controlscontainer .pagination a:hover div {
	text-decoration: underline;
}

#radioportalcarousel .controlscontainer .pagination a.selected {
	background-image: url("http://www.cbc.ca/radio/portal/img/rotator_on_bg.png");
	background-color: transparent;
	color: #FFFFFF;
}
#radioportalcarousel .controlscontainer .pagination a.selected:hover div {
	text-decoration: underline;
}

#radioportalcarousel .controlscontainer .pagination a span {
	display: none;
}
#radioportalcarousel .controlscontainer .paginationtitle {
	width: 100%; height: 100%; display: table;
}
#radioportalcarousel .controlscontainer .titlepos {
	display: table-cell; vertical-align: middle; width: 100%;
}
#radioportalcarousel .controlscontainer a.index.selected .titlecontent {
	padding: 0 10px;
}
#radioportalcarousel .controlscontainer a.index .titlecontent {
	padding: 0 20px 0 10px;
}
*:first-child+html #radioportalcarousel .controlscontainer .paginationtitle { position: relative; }
*:first-child+html #radioportalcarousel .controlscontainer .titlepos { position: absolute; top: 50%; }
*:first-child+html #radioportalcarousel .controlscontainer .titlecontent { position: relative; top: -50%; }

#radioportalcarousel.cbccarousel.standard.ccol6 .slides li dl, .cbccarousel.standard.ccol6 .slides li dl dt, .cbccarousel.standard.ccol6 .slides li dl dd {
    width: 430px;
}
#radioportalcarousel.cbccarousel .slides li dl {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    padding: 10px 10px 10px 20px;
    position: absolute;
    z-index: 10;
}
#radioportalcarousel.cbccarousel .slides li dl dd {
	padding: 0px;
	font-size: 12px;
}

/*--------- Find a Program CSS -----------------------------------------------*/

#fap {
    border-bottom:1px solid #ccc;
}

#fap #fap-con {
    height:477px;
    width:620px;
    overflow-y:scroll;
    overflow-x:hidden;
}

#fap table {
    width:620px;
    border-collapse: collapse;
}

#fap table tr td {
    height:60px;
}

#fap-con td p {
    margin:0 5px 0 0;
    padding:8px;
}

#fap table tr th {
    height:34px;
    background: #f0f0f0;
}

#fap table tr td,
#fap table tr th {
    border:1px solid #ccc;
    border-bottom:1px solid #ccc;
    vertical-align:middle;
}

#fap #fap-con tr.hidden {
    display:none;
}

#fap .fap-name {
    width:135px;
    font-weight:bold;
    border-left:none;
}

#fap .fap-name p {
    padding-left:0;
}

#fap td a:link,
#fap td a:visited,
#fap td a:hover,
#fap td a:active {
    text-decoration: none;
    color:#115278;
    font-weight:bold;
}

.fap-host {
    width:100px;
}

#fap-con .fap-host p {
    margin:0;
}

.fap-network {
    width:96px;
}

.fap-network p {
    margin-right:0;
    padding-right:0;
}

.fap-airtime {
    width:65px;
    text-align:center;
}

.fap-desc {
    width:193px;
}
#fap-header {
	height: 35px;
}
#fap-alpha {
    list-style-type: none;
    margin:0;
    padding: 18px 0;
    overflow:hidden;
    clear:both;
    height:15px;
}

#fap-alpha li {
    float:left;
    font-size: 12px;
    margin-right: 15px;
    color:#ccc;
}

#fap-alpha li.enabled {
    color:#115278;
    cursor:pointer;
}

#fap-alpha li.active {
    color:#000;
    cursor:text;
    font-weight: bold;
}

#fap-alpha li.last {
    margin:0;
}

#fap-type-filter {
    float:right;
    padding-top:3px;
    display:none;
}

#fap-type-filter input {
    width:182px;
    padding-left: 2px;
    color:#999;
    float:left;
    border:1px solid #b5b5b5;
    border-right:none;
    height:19px;
}

#fap-type-filter a {
    float:left;
}

#fap-con .fap-placeholder td {
    text-align:center;
}

/* Hide overlay markup while loading, if js is enabled */
.yui3-js-enabled .yui3-overlay-loading {
    top:-1000em;
    left:-1000em;
    position:absolute;
}

/* Overlay Look/Feel */
.yui3-overlay-content {
    background-color:#f0f0f0;
    padding:9px 7px 12px 10px;
    -webkit-box-shadow: 1px 1px 15px 2px ;
    -moz-box-shadow: 1px 1px 15px 2px ;
    box-shadow: 1px 1px 15px 2px ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.yui3-overlay-content .yui3-widget-hd {
    overflow:hidden;
}

.yui3-overlay-content .yui3-widget-hd .fap-overlay-title {
    color:#115278;
    font-size:14px;
    font-weight:bold;
    float:left;
    width:147px;
    height:37px;
}

.yui3-overlay-content .yui3-widget-hd a {
    float:right;
}

.yui3-overlay-content .yui3-widget-bd {
}

.yui3-overlay-content .yui3-widget-bd p {
    margin:0;
}


.yui3-overlay-content .yui3-widget-bd p.light {
    margin-top:7px;
    color:#666;
}

/*------------------ TAB STYLE: Place in separate file -------------------------*/
#sap-tabs {
	margin-top: 15px;
}

.radiotabs.sqtabs {
    border-bottom: 1px solid #C4C4C4;
}

.radiotabs.sqtabs ul {
	list-style-type:none;
    margin:0;
    padding:0;
    float:left;
    margin-bottom: -1px;
    background: none;
    height: 30px;
}

.radiotabs.sqtabs ul li {
	float:left;
}
.radiotabs.sqtabs li a {
	border: 0px solid #FFFFFF;
}

.radiotabs.sqtabs ul li.tab1 a,
.radiotabs.sqtabs ul li.tab2 a {
	border:1px solid #C4C4C4;
	padding:8px 14px 6px 15px;
	display:block;
	font-size:12px;
	font-weight: bold;
	color:#115278;
	background:#ebebeb;
	text-decoration:none;
	margin: 0;
	height: 14px;
}

.radiotabs.sqtabs ul li a:hover {
	color:#115278;
	background-color:#C4C4C4;
}

.radiotabs.sqtabs ul li a.last {
	border-right:1px solid #C4C4C4;
}

.radiotabs.sqtabs ul li.tab1 {
	padding-left: 10px;
}
.radiotabs.sqtabs ul li.tab2 {
	padding-left: 5px;
}

.radiotabs.sqtabs ul.tab1 li.tab1 a,
.radiotabs.sqtabs ul.tab2 li.tab2 a {
	background:#FFFFFF;
	color:#000;
	border: 1px solid #C4C4C4;
	padding:8px 14px 6px 15px;
	border-bottom: 1px solid #FFFFFF;

}
.radiotabs.sqtabs ul.tab4 li.tab4 a.last {
	padding-right:15px;
}

.rp-seeAllStreams {
	float:right;
	font-weight:bold;
	margin:9px 10px 0 0;
}



