/* Review announcements */
.DBTab {
	float: right;
	padding-left: 15px;
}
.DBTab h2 {
	padding-left: 20px;
}
.DBBackground {
	display: block;
	width: 370px;
	height: 270px;
	background-repeat: no-repeat;
}
.DBBox, .DBContent {
	width: 330px;
	height: 92px;
	padding: 1px 10px;
	overflow: hidden;
}
.DBBox {
	position: relative;
	left: 10px;
	top: -105px;
}
.DBBox {
	background-color: #484848;
	opacity: .90;
	filter: alpha(opacity=90)
}
.DBContent .DBText {
	padding-top: 3px;
	color: #f1f1f1;
}
.DBContent .DBText a {
	color: #ffffff;
}
.DBContent .DBText a:hover {
	color: #ff0000;
}
.DBMenu {
	position: relative;
	left: 15px;
	top: -90px;
	width: 340px;
}
.DBMenuItem {
	background-image: url(/img/listitem-black-on-white.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	padding-top: 1px;
	text-decoration: underline;
}
.DBMenuItem:hover {
	color: #cc0000;
	cursor: pointer;
}