.nav1 .nav1-bus a:link, .nav1 .nav1-bus a:visited, .nav1 .nav1-bus a:hover {
	color: #333;
	background: #F7F3E7;
}

dl.preview {
	float: left;
	width: 350px;
	margin: 0 40px 20px 0;
	min-height: 50px;
	font-size: .95em;
}
* html dl.preview { height: 50px; }
dl.preview dt, dl.preview dd {
	margin-left: 70px;
}
dl.preview dd.photo {
	width: 64px;
	height: 49px;
}
dl.preview dd.photo a {
	width: 60px;
	height: 45px;
	margin: 2px;
}

.content dl.categories, .content-wide dl.categories {
	float: none;
	width: auto;
	overflow: hidden;
	margin: 0 0 2em 0;
	padding: 4px 3px 3px 4px;
	border: 1px solid #EEE;
	border-width: 0 1px 1px 0;
	background: #FFF;
}
* html dl.categories { height: 1%; }
dl.categories dt, dl.categories dd {
	float: left;
}
dl.categories dd {
	margin-left: 15px;
}
dl.categories dd.current a {
	text-decoration: none;
	font-weight: bold;
}