.compareA, .compareB {
	border: 1px solid #dddddd;
}

.compareB {
	background-color: eeedef;
}

.compareAtop, .compareAmiddle, .compareAbottom {
	border-right-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #DDD;
}

.compareAtop {
	border-top-width: 1px;
	border-bottom-width: 0px;
}

.compareAmiddle {
	border-top-width: 0px;
	border-bottom-width: 0px;
}

.compareAbottom {
	border-top-width: 0px;
	border-bottom-width: 1px;
}

ul {
	margin: 8px;
	padding: 0 0 0 8px;
}
