.forsale-categories {
	width: 100%;
}
	
.forsale-categories td {
	width: 20%;
	padding-left: 20px;
	vertical-align: top;
}
	
.forsale-categories td:first-child {
	padding-left: 0;
}
	
.forsale-categories td:first-child {
	border-left: none;
}
	
#center .forsale-categories ul.forsale-categories-level-0 > li {
	border: 1px solid #F0E0D7;
	border-radius: 4px;
	margin-bottom: 6px;
}
	
#center .forsale-categories ul.forsale-categories-level-0:first-child {
	margin-left: 0;
}
	
#center .forsale-categories li img {
	height: 16px;
}
	
#center .forsale-categories li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 10px;
	line-height: 24px;
}
	
.forsale-categories-level-0 > li {
	cursor: pointer;
}
	
.forsale-categories-level-0 > li > a,
.forsale-categories-level-0 > li > span {
	color: #a90003;
	font-weight: bold;
	padding-left: 6px;
}
	
.forsale-categories-level-1 > li > a {
	color: #6d6662;
	font-weight: bold;
}
	
.forsale-categories-level-2 > li > a {
	color: #ab9b92;
	font-weight: bold;
}
	
#center .forsale-categories .forsale-categories-level-0 > li.auto-premium {
	background-color: #a90003;
	border: none;
}
	
.forsale-categories-level-0 > li.auto-premium > a {
	color: #fff;
	font-weight: bold;
}
	
.forsale-categories-level-0 > li.auto-premium a.open {
	display: none;
}
	
.forsale-categories-level-0 > li, .forsale-categories-level-2 > li {
}
	
.forsale-categories-level-1 > li {
}
	
.forsale-categories li.sep {
	background: none;
}
	
.forsale-categories a.open, .forsale-categories a.close {
	width: 12px;
	text-align: center;
	display: block;
	float: right;
	padding: 3px 0;
	border-radius: 3px;
	line-height: 5px;
	margin-top: 6px;
	margin-right: 6px;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	border: 1px solid #9C928C;
	font-size: 15px;
	font-weight: normal;
}

.forsale-categories a.open:hover, .forsale-categories a.close:hover {
	background-color: #ccc;
}

#center .forsale-categories-level-head > li {
	line-height: 28px;
	font-size: 17px;
	text-align: center;
}
	
.forsale-categories-level-head > li > a,
.forsale-categories-level-head > li > div > a,
table.list th td h3 a {
	font-size: 17px;
	color: #a90003;
}
	
.forsale-categories-level-0 > li > a.grey,
.forsale-categories-level-head > li > div > a.grey {
	color: #999;
}