/* vela events */

.vela_events
{
padding: 0 0 1em 0;
margin: 1px 0 1px 0;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #FFF;
color: #333;
}

.vela_events ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 500px;
}

.vela_events ul li
{
	background-color:#FFF; margin:0px 0 0px 0; border-bottom:2px dotted silver; 
	color:#666; width:100%;
	list-style: none;
	list-style-image: none;
	list-style-type: none !important;
	list-style-position: outside;
}

.event_image {
	width: 135px;
	float: left;
	height: 100%;
	margin: 10px 0;
}
.event_details {
	width: 365px;
	float: left;
}

.clear {
	clear: both;
}

/* ============= */

.vela_events ul li .customer_name
{
	display: block;
	padding: 0px 0px 0px 0;
	background-color: #FFF;
	text-decoration: none;
	width: 100%;
}

.vela_events ul li .customer_name p
{
	color:#00dd66;
}

.vela_events ul li .customer_wrapper {
 	width:489px; 
	background-color:#FFF; 
	padding:5px; 
	margin-bottom:3px;
}

.vela_events ul li .customer_img {
 	width:135px; 
	background-color:#FFF; 
	margin:0px; 
	float:left;
}

.vela_events ul li .customer_copy {
 	width:315px; 
	background-color:#FFF; 
	margin:0 0 0 20px; padding:0; vertical-align:top;
	float:left; 
	font-size:10px;
}

.vela_events ul li .customer_copy a {
	color:#003366;
}

.vela_events ul h3 {
 	color:#003366; font-size:13px; margin:0 0 5px 0; padding:0;
}

#clear_both {
	clear:both;
}
.customer_type{
	color:#8B2523;
	font-family:Verdana, Trebuchet MS;
	font-size:16px;
	font-weight:bold; margin:0 0 20px 0;
}
