
eventlisting_frame
{
	display:block;
	width:565px;
	clear:both;
	padding-top:10px;
}
.last_listframe{
	padding-bottom:40px;
}
.eventlisting_image{
	width:154px;
	height:125px;
	float:left;
	background-image:url(../img/bg_castlelisting_previewimage.gif);
	background-repeat:no-repeat;
}

.eventlisting_desc{
	float:right;
	width:390px;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
}
.eventlisting_desc h2{
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	color:#333333;
	text-transform:uppercase;
	margin:0px 0px 0px 0px ;
	padding-top:0px;
}
.eventlisting_desc h2 a{
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	color:#333333;
	text-transform:uppercase;
	margin:0px 0px 0px 0px ;
	padding-top:0px;
	text-decoration:none;
}
.eventlisting_desc h2 a:hover{text-decoration:underline;}
.eventlisting_desc h3{
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#AC987D;
	text-transform:uppercase;
	margin:0px 0px 0px 0px ;
	padding-top:0px;
	/*padding-bottom:20px;*/
}
.eventlisting_desc h3.timedesc{
	/*font-family:"Times New Roman", Times, serif;*/
	text-align:right;
	padding-right:5px;
	/*padding-bottom:20px;*/
}
.eventlisting_desc span.details{padding-top:13px;display:block;}

.eventlisting_desc .details{
	width:390px;
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	overflow:auto;
}
.eventlisting_desc .moredesc{
	width:270px;
	float:left;
	overflow:auto;
	
}
.eventlisting_desc .details b{
	font-size:14px;
	font-weight:bold;
}

.eventlisting_frame .more{
	clear:both;
	text-align:right;
	font-size:11px;
	cursor:pointer;
	color:#C52E0F;
	text-decoration:none;
	background-image:url(../img/bg_more_off.gif);
	background-position:495px 3px;
	background-repeat:no-repeat;
}
.eventlisting_frame .more:hover{
	color:#C52E0F;
	text-decoration:underline;
}

.eventlisting_frame .more.on{
	background-image:url(../img/bg_more_on.gif);
	background-position:495px 2px;
	background-repeat:no-repeat;
}

.eventlisting_desc .details .more a{
	text-decoration:none;
	/*margin-top:15px;*/
	line-height:17px;
	font-size:11px;
	color:#C52E0F;
}
.eventlisting_desc .details .more a:hover{
	text-decoration:underline;
	color:#C52E0F;
}

.eventlisting_frame .detaildescription{
	font-size:11px;
	clear:both;
}
