body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}
.box {
	width:546px;
	border:1px solid black;
	margin-bottom:10px;
	position: relative;
}
.box.active h3 {
	color:white;
}
.box.active{
	background: url(../delta_background_active.png) repeat-x left top;
	color:white;
}
.clear {
	clear:both;
}
.box h3 {
	color:#c9031a;
	text-transform: uppercase;
}
.box .content a {
	color:#c9031a;
	text-decoration: none;
}
.box .content a:hover {
	text-decoration: underline;
	color:black;
}
.box.active a {
	color:white;
	text-decoration: none;
}
.box.active a:hover {
	text-decoration: underline;
	color:white;
}
.box .image {
	float:left;
}
.box .content {
	margin-left: 110px;
}
.box .content strong {
	display:block;
	margin-top:10px;
}
.box .content span {
	dipslay:block;
}
.box .content span.info {
	position: absolute;
	bottom:5px;
	left:110px;
}
.box .download {
	position: absolute;
	bottom:5px;
	right:10px;
}
.box img {
	border:none;
}
.search_box {
	margin-bottom:10px;
	font-weight: bold;
	font-size:12px;
}
.search_box strong {
	color:#c9031a;
	display:block;
}
