/*
 *  BBC Press Office - Programme Infomation - Home page styles 
 */

#col-one {
	border: none;
}

.lh-panel {
	float: left;
	clear: left;
	border-top-width: 4px;
	border-top-style: solid;
	margin-bottom: 16px;
	width: 624px;
}

.lh-panel h2 {
	margin: 12px 8px 4px 8px;
	font-size: 216%;
	letter-spacing: -1px;
	font-weight: bold;
}

.lh-panel-pi-search {
	min-height: 87px;
}

.weeks {
	padding: 8px 0 20px 0;
}

.weeks .week {
	background: url(/corporate/css/f/dotted_line.gif) repeat-x 0 top #fff;
	padding: 8px 0 0 0;
}

.weeks .week.promo {
	position: relative;
	padding-top: 17px;
	margin-bottom: 16px;
	padding-left: 8px;
	float: left;
}
.weeks .week.promo .promo-lh {
	width: 448px;
	height: 252px;
	position: relative;
	float: left;
}
.js .weeks .week.promo .promo-lh {
    cursor: pointer;
}
.weeks .week.promo .promo-lh img {
	display: block;
}

.weeks .week.promo .promo-lh .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 432px;
	padding: 6px 8px 14px 8px;
	background: url(/corporate/css/f/img_text_overlay.png) repeat transparent;
}
.weeks .week.promo .promo-lh .text * {
	color: #fff;
}
.weeks .week.promo .promo-lh .text h3 {
	font-size: 114%;
	font-weight: bold;
	margin-bottom: 3px;
}
.weeks .week.promo .promo-lh .text .title {
	font-weight: bold;
	margin-bottom: 3px;
}

.weeks .week.promo .pull-quote {
	margin-left: 472px;
}

.weeks .week.standard {
	clear: left;
	float: left;
	width: 608px;
	padding: 17px 8px 14px 8px;
}
.weeks .week.standard a.img {
	float: left;
	margin-right: 17px;
}
.weeks .week.standard .text {
	margin-top: 4px;
	float: left;
	width: 462px;
}
.weeks .week.standard .text h3 {
	font-size: 114%;
	margin-bottom: 2px;
}
.weeks .week.standard .text .title {
	margin-bottom: 3px;
}

