#featured-wrapper {
	background: url("http://www.womeninpodcasting.com/images/shadow-bottom.gif") bottom repeat-x;
	clear: both;
	margin: 0px;
	padding-bottom: 0px;
}
#featured {
	background: #e7eef6;
	border: 1px solid #ccc;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	margin:0;
	position: center;
	zoom: 1;
}
#featured p {
	margin: 0;
	padding: 0 0px 0 0;
}
#featured .hd {
	background: #7eaad9 url("http://www.womeninpodcasting.com/new/images/banner107.jpg") repeat;
	float: center;
	width: 100%;
}
#featured .hd h2 {
	color: #fff;
	float: left;
	font-size: 92%;
	margin: 0;
	padding: 0.6em;
}
#featured .hd h2 small {
	border-left: 1px solid #fff;
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
	font-family: Arial, Helvetica;
	margin: 0 0.4em;
	padding: 0 0.4em;
}
#featured .hd h2 a {
	color: #fff;
	text-decoration: none;
}
#featured .hd h2 a:hover { text-decoration: underline; }

/* --- AUTOPLAY TOGGLE --- */
#featured-toggle {
	background: url("http://businesspriorityonline.com/podcast/images/autoplay-toggle.gif") no-repeat;
	cursor: pointer;
	display: block;
	float: right;
	height: 19px;
	line-height: 19px;
	margin: 5px 3px 3px;
	overflow: hidden;
	padding: 0;
	text-indent:-999em;
	visibility: hidden;
	width: 60px;
}
#featured .hd .playing { background-position: 0 -38px; }
#featured .hd .playing:hover { background-position: 0 -57px; }
#featured .hd .stopped { background-position: 0 0; }
#featured .hd .stopped:hover { background-position: 0 -19px; }
/* --- /AUTOPLAY TOGGLE --- */

#featured .bd {
	background: #fff;
	clear: both;
	overflow:auto;
	position: relative;
	width: 100%;
	margin:0;
	padding:0;
}

/* --- CARD MENU --- */
#featured .bd .card-menu {
	display: inline;
	float: right;
	margin: 5px 5px 0;
	padding: 0 0 5px;
	position: relative;
	width: 68%;
	*width: 60%;
	z-index:3;
}
#featured .bd .card-menu li {
	list-style: none;
	margin: 0 0 1px;
	padding: 0;
}
#featured .bd .card-menu li a {
	background-color: #e7eef6;
	color: #0066cb;
	display: block;
	font-size: 85%;
	font-weight: bold;
	margin-left: 5px;
	text-decoration: none;
	text-transform: uppercase;
	zoom: 1;
}
#featured .bd .card-menu li a:hover {
	background: #fff url("http://www.womeninpodcasting.com/images/yellow-gradient.gif") 0 60% repeat-x;
	color: #0066cb;
}
#featured .bd .card-menu li a.selected, #featured .bd .card-menu li a.selected:hover {
	background: #ff8a3d url("http://www.womeninpodcasting.com/images/card-menu-selected-orange.gif") left no-repeat;
	color: #fff;
	margin-left: 0;
	padding-left: 7px;
}
#featured .bd .card-menu li a em {
	border: 2px solid;
	border-color: #e7ebf7 #c6cfde #c6cfde #e7ebf7;
	display: block;
	font-style: normal;
	margin: 0;
	padding: 0.65em 15px;
	font-weight: bold;
}
#featured .bd .card-menu li a.selected em, #featured .bd .card-menu li a.selected:hover em {
	border-color: #c56c32;
	border-left: 0;
}
#featured .bd .card-menu li a em small {
	font-size: 85%;
	font-weight: normal;
}
/* --- /CARD MENU --- */

/* --- CARDS --- */
#featured .bd .card {
	background: #fff url("http://businesspriorityonline.com/podcast/images/card-bg.gif") 0 0 repeat-x;
	color: #505050;
	float: left;
	margin: 5px;
	position: absolute;
	visibility: hidden;
	width: 70%;
	z-index:1;
}
#featured .bd div.selected { /* IE doesn't like .card.selected */
	visibility: visible;
	z-index:2;
}
#featured .bd .card h3 {
	background: #ff8a3d;
	color: #fff;
	font-size: 167%;
	padding: 0.4em 10px;
	margin-bottom: 30px;
}
#featured .bd .card h3 a {
	color: #fff;
	text-decoration: none;
}
#featured .bd .card h3 a:hover, #featured .bd .card .ratings a:hover {
	text-decoration: underline;
}
#featured .bd .card a.thumb {
	background: url("http://www.womeninpodcasting.com/images/shadow-150.gif") bottom no-repeat;
	float: left;
	line-height: 0;
	margin: -20px 15px 40px 10px;
	padding: 0 0 4px 0;
}
#featured .bd .card a.thumb img {
	border-width: 1px;
}
#featured .bd .card ul {
	margin: 1em 0 1em 195px;
	list-style-type:square;
}
#featured .bd .card p, #featured .bd .card li {
	font-size: 92%;
	line-height: 1.5;
}

/* --- RATINGS --- */
#featured .bd .card .ratings {
	background: url("http://www.womeninpodcasting.com/images/shadow-150.gif") 50% -2px no-repeat;
	font-size: 85%;
	left: 0;
	margin: 0;
	padding: 20px 0 0;
	position: absolute;
	text-align: center;
	top: 230px;
	width: 170px;
}
#featured .bd .card .ratings img {
	display: block;
	margin: 2px auto;
	width: auto;
}
#featured .bd .card .ratings a {
	text-decoration: none;
}
#featured .bd .card .ratings a:hover {
	text-decoration: underline;
}
/* --- /RATINGS --- */



