/* vela customerlist */

#vela_customerlist
{
width: 500px;
padding: 0 0 1em 0;
margin: 1px 0 1px 0;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #FFF;
color: #000000;
}

#vela_customerlist ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#vela_customerlist ul li
{
	background-color:#FFF; margin:0px 0 0px 0; border-bottom:2px dotted silver; 
	color:#666; width:100%;
	list-style: none;
}

#vela_customerlist ul li .customer_name
{
	display: block;
	padding: 0px 0px 0px 0;
	background-color: #FFF;
	text-decoration: none;
	width: 100%;
}

#vela_customerlist ul li .customer_name p
{
	color:#00dd66;
}

#vela_customerlist ul li .customer_wrapper {
 	width:489px; 
	background-color:#FFF; 
	padding:5px; 
	margin-bottom:3px;
}

#vela_customerlist ul li .customer_img {
 	width:135px; 
	background-color:#FFF; 
	margin:0px; 
	float:left;
}

#vela_customerlist 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_customerlist ul li  {
	color:#000;
}

#vela_customerlist ul h3 {
 	color:#000; 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;
}