#FeaturedShowArea {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	/*border-bottom-color: #C8CCCF;*/
	border-bottom-color: #FFFFFF;
}
.featuredRightArea {
	float: right;
	width: 165px;
	background-color: #FFFFFF;
}
.featuredMainDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	font-size: 12px;
	padding-top: 7px;
}

.featuredLeftArea {
	float: left;
	width: 412px;
}
#alsoShowingArea {
	float: left;
	padding-bottom: 10px;
}
.halfWidthAreaTitle {
	float: left;
	width: 319px;
	background-image: url(../images/halfWidthPurpleGradBG.jpg);
	background-repeat: repeat-x;
	height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 3px;
	padding-top: 2px;
	margin-bottom: 10px;
}
.halfWidthAreaLeft {
	margin-left:10px;
	float: left;
	width: 319px;
}
.list {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	font-weight: bold;
}
.halfWidthAreaRight {
	width: 270px;
	float: left;
	padding-left: 35px;
}

.list ol {
	margin: 0px;
	padding: 0px;
}
.list li {
	float: left;
	width: 100%;
	list-style-type: decimal;
	list-style-position: inside;
	display: list-item;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.list li a{
	color:#891788;
	text-decoration:none
}
.featuredCalendar{
	background-color:#FFFFFF;
	min-height: 210px;
	padding-top: 7px;
}
