/* CUSTOMER SERVICE PAGE CSS */
.clear {
	height: 0px;
	overflow: hidden;
}

.customers #list {
	margin: 15px 0px;
	padding-bottom: 15px;
	border-bottom: solid #5f7b94 1px;
}

.customers #list .tpl-customers-block {
	float: left;
	margin: 0px 30px;
	text-align: left;
}

.customers #list .tpl-customers-block a {
	display: block;
	padding-bottom: 5px;
}

.customers #list .tpl-customers-block a.active {
	color: #5f7b94;
}

.customers p {
	margin: 1em 0px;
}


.customers h2,
.customers h3,
.customers h4,
.customers h5,
.customers h6 {
	margin: 1.5em 0px .5em 0px;
}

.customers li {
	margin: .5em 0px .5em 2em;
}

.customers p{
	text-align: left;
}


.customers li {
	text-align: justify;
}

.customers a.broken {
	color: red;
}
