
.cost{
 float:left;
}

.add2cal{
 float:right;
 color:#FF6633;
}


.bordered{
border:1px solid #333333;
margin-right:10px;
float:left;
}

.events_date{
 color:#ff6633;
 font-family:Arial;
 font-style:italic;
}

.event a.a2cal{
	font-family:Arial;
	font-size:12px;
	color:#ff6633;
	display:block;
	float:right;
	margin-top:-15px;
}


#event detail below

.main_content hr{
  clear:both;
  border: solid 1px #333333;
  margin: 20px 0 20px 0;
}

.main_content img{
  height:97px;
  width:157px;
  margin:10px 10px 10px 0px;
  float:left;
  border:#333333 1px solid;
}

#event_where{
 float:left;
 margin-bottom:10px;
}

#event_where a{
 margin-left:25px;
}

#event_when{
 float:right;
 text-align:right;
}

#cost{
clear:both;
float:left;
}

#add2cal{
float:right;
font-family:Arial;
font-size:13px;
}

#add2cal a{
color:#ff6633;
}

#bottompanel{
margin-top:50px;
}

#bottompanel .link{
	float:right;
	padding-right:30px;
	margin-top:-15px;
}


