/*

	-- -- -- -- -- -- --
	section-webinars.css
	Style for the Webinars Pages
	-- -- -- -- -- -- --
	
*/



.producers {
	text-align: right;
	margin: 1em 0;
}
.producers p {
	margin: 0;
}
.producers img {
	vertical-align: middle;
	margin: 0 10px;
}

																				/* Sidebar overrides */
#webinar-promo {
	position: absolute;
	top: 15px;
	right: 15px;
}
#secondary-column {
	position: relative;
}

																				/* secondary nav */
body.section-webinars #within-this-section {
	background-image: url(../i/headers/h2-webinars.gif);
	padding-top: 45px;
}
.section-webinars #secondary-column .home a:link, .section-webinars #secondary-column .home a:visited {
	display: block;
	background: transparent url(/i/icons/home-light.gif) no-repeat scroll 0 50%;
	padding: 1px 0 1px 22px;
	margin: 1em 0;
}
.section-webinars #secondary-column .home a:hover {
	background-image: url(/i/icons/home-dark.gif);
}


																				/* Author bios */
.authorbio {
	clear: left;
	overflow: hidden;
	border: solid 1px #C1C1B8;
	border-left: 0;
	border-right: 0;
	padding-top: 1em;
	margin-bottom: 1em;
}
.authorbio .biotext {
	float: left;
	width: 500px;
}
.authorbio img {
	float: left;
	margin: 6px 20px 10px 0;
	display: block;
	padding: 1px;
	border: solid 1px #d3e2e5;
}


																				/* date & buy button */
.product-info {
	background: #ECF1E1 url(../i/ui/h-sep.gif) repeat-x left bottom;
	margin: 0 16px 1em 0;
	padding: 0;
	position: relative;
	width: auto;
}
.product-info .wrap {
	background: url(../i/ui/h-sep.gif) repeat-x 0 0;
	display: block;
	margin: 0;
	padding: 16px 150px 16px 16px;
	min-height: 44px;
}
.product-info p {
	padding: 0;
	margin: 0;
}
.product-info strong {
	color: #323313;
}
.product-info #add {
	position: absolute;
	top: 16px;
	right: 16px;
}
.product-info .price {
	font: bold 1.2em Palatino, Georgia, serif;
	display: block;
	position: absolute;
	top: 44px;
	right: 16px;
	width: 100px;
	text-align: right;
}


																				/* webinar landing page info */
.webinar-schedule {
	background: #ECF1E1 url(../i/ui/h-sep.gif) repeat-x left bottom;
	margin: 0 16px 1em 0;
	padding: 0;
	position: relative;
}
.webinar-schedule .wrap {
	background: url(../i/ui/h-sep.gif) repeat-x 0 0;
	display: block;
	margin: 0;
	padding: 16px;
}
.webinar-schedule ul {
	margin: 0;
	padding: 0;
}
.webinar-schedule li {
	margin: 0 0 1em 0;
	padding: 0;
	background: none;
}
.webinar-schedule p {
	padding: 0;
	margin: 0;
}
.webinar-schedule strong {
	color: #323313;
}