

/* #########################  CUSTOMERS  ######################### */


/* -- customers -- */
#customers {
	width: 100%;
}
#customers .img {
	width: 130px;
}
#customers .img img {
	width: 120px;
	height: 80px;
}
#customers .text {
	
}
#customers .title {
	font: bold 14px arial;
	color: #4f65a7;
	text-align: left;
}
#customers .title a {
	color: #4f65a7;
	text-decoration: none;
}
#customers .spacer-h {
	height: 25px;
	background-image: url(images/dot_lightblue_bg_h.gif);
	background-position: left center;
	background-repeat: repeat-x;
}
#customers a.moreinfo {
 background-image: url(images/arrow_r_dr.gif);
 background-position: right center;
 background-repeat: no-repeat;
 text-decoration: none;
 padding: 0px 8px 0px 0px;	
}
#customers a.moreinfo:hover {
	
}


/* -- customer-details -- */
#customer-details {
	width: 100%;
}
#customer-details .path {
	font: bold 12px arial;
	color: #4f65a7;
	text-align: left;
	padding: 0px 0px 20px 0px;
}
#customer-details .img {
	width: 130px;
	height: 90px;
}
#customer-details .img img {
	width: 120px;
	height: 80px;
	float: left;
	display: inline;
	margin: 0px;
}
#customer-details .img .title {
	width: 230px;
	font: bold 14px arial;
	color: #4f65a7;
	text-align: left;
	margin: 30px 0 0 0;
	float: right;
	display: inline;
		/*border: dashed 1px #000;*/
}
#customer-details .details {
	
}





