/* Events Index */
#pageTop {
	background: url('/stores/images/events_index_bg_1.png') no-repeat 0 0;
	height:270px;
}
#headline,  #greeting {
	left:488px;
	width:424px;
}

#greeting p {
	margin: 0 75px 10px 0;
	padding:0;
}
#mainContent form {
	margin-bottom:20px;
}
#mainContent select {
	margin-right:10px;
}
#mainContent label {
	margin-right:5px;
}
.eventInfo {
	float:left;
	width:480px;
}
#pageBody .eventInfo h3 {
	margin-bottom:2px;
}
#pageBody .eventInfo h3 * {
	font-weight:bold;
}
.eventLocations {
	float:left;
	width:190px;
	margin-left:20px;
}
#pageBody .eventLocations ul li {
	background:none;
	padding-left:0;
}
/*Events Filter/Sorting Function*/
#mainContent{padding-top:60px;}
#eventsFilter{position:absolute;top:8px;left:1px;}
#eventsFilter p{display:block;float:left;width:64px;color:#a7205c;font-size:15px;margin:4px 0 0 28px;}
#eventsFilter .viewFinder{	
	position:absolute;
	top:22px;
	left:-2px;
	width:184px;
	height:0px;
	overflow:hidden;
}
#eventsFilter ul{
	background:#FFF4FB;
	border:2px solid #d1d1d1;
	border-top:none;
	position:absolute;
	top:0;
	left:0;
	width:180px;
}
#eventsFilter h4{
	text-align:left;
	font-size:13px;
	padding:6px 0 0 25px;;
	height:16px;
}
.topLeft, .topRight, .bottomLeft, .bottomRight{position:absolute;}
.topLeft{left:-2px;top:-2px;}
.topRight{right:-2px;top:-2px;}
.bottomLeft{left:-2px;bottom:-2px;}
.bottomRight{right:-2px;bottom:-2px;}
#eventsFilter .filterMonth, #eventsFilter .filterLocation, #eventsFilter .filterGroup{
	display:block;
	position:relative;
	cursor:pointer;
	float:left;
	width:180px;
	background:url('/stores/images/events/bgGrad.png') top left repeat-x #fff4fb;
	border:2px solid #d1d1d1;
	margin:0 20px 0 0;
}
#eventsFilter ul li{
	margin:10px 0 0px 12px;
	background:none;
	padding:0 0 0 20px;
	list-style:none;
	display:inline;
	float:left;
	clear:left;
	color:#a7205c;
	font-size:11px;
	width:120px;
}
#eventsFilter ul li.selected{
	background:url('/stores/images/events/grayArrow.png') no-repeat 0 50%;
	color:#505050;
}
#eventsFilter ul li:first-child.selected{
	background-position:0 90%;
}
#eventsFilter ul li:hover{text-decoration:underline;}
#eventsFilter ul li:first-child{
	border-top:1px solid #f1d9e8;
	padding-top:20px;
	margin-top:4px;
	width:138px;
}
#eventsFilter ul li:last-child{margin-bottom:20px;}
#eventsFilter .dropArrow{position:absolute;top:3px;right:15px;display:none;}
#eventsFilter .dropArrow.active{display:block;}
