/* Membership DB Styles */

#chexmmdb div {
	margin: 0px;
	padding: 0px;
}

#chexmmdb form {
	padding: 10px 20px 10px 20px;
	margin: 0px;
}
#chexmmdb-form-wrapper {
	background: #eee;
	margin: 0px;
	margin-top: 10px;
	text-align: center;
}
#chexmmdb div.letterlinks {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	line-height: 1em;

	background: #eee;
	padding-bottom: 6px;
}
#chexmmdb div.category, #chexmmdb div.member {
	clear: both;
}

#chexmmdb div.category-letter {
	float: left;
	width: 24px;
	padding: 15px 0px 6px 0px;
	font-size: 16pt;
	line-height: 16pt;
	color:  #6878C1;
}
#chexmmdb div.categorylist {
	padding-top: 16px;
	float: left;
}
#chexmmdb div.back-link {
	clear: both;
}
#chexmmdb div.back-link-two {
	padding-top: 20px;	
}

#chexmmdb div.member-logo {
	padding-top: 20px;
	width: 100px;
	margin-right: 10px;
	float: left;
}
#chexmmdb div.member-details {
	float: left;
	padding-top: 20px;
	width: 360px;
}
#chexmmdb div.member-companyname {
	font-weight: bold;
}
#chexmmdb div.member-offers {
	background: #ffa;
}

#chexmmdbfooter {
	clear: both;
}