.distributors {
	font-size: 16px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 80px;
}
.distributors li {
	display: block;
	list-style-type: none;
	text-align: left;
	width: 500px;
}
.distributors a  {
	font-size: 14px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 90px;
	background-color: #F3F3F3;
	border: 1px solid #FFF;
	text-decoration: underline;
}
.distributors a:hover {
	color: #CCC;
	background-color: #333;
	display: block;
}

.distributors2small {
	font-size: 16px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 180px;
}
.distributors2small li {
	display: block;
	list-style-type: none;
	text-align: left;
	width: 300px;
}
.distributors2small a  {
	font-size: 14px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	background-color: #F3F3F3;
	border: 1px solid #FFF;
}
.distributors2small a:hover {
	color: #CCC;
	background-color: #333;
	display: block;
}
