/* box */
.box {
	margin-bottom: 2em;
}
.box img.arrow {
	margin-left: 167px;
	position: absolute;
}
.box h1 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.7em;
}
.box .content {
	
}

/* titles */
.box h1.normal-orange {
	color: #ff8400;
	padding: 6px 6px 4px 6px;
	border-bottom: 1px solid #5a5a5a;
}
.box h1.normal-gray {
	color: #878787;
	padding: 0 6px 4px 6px;
	border-bottom: 1px solid #5a5a5a;
}

.box h1.box-blue {
	background: #1e7db8;
	color: #fff;
	padding: 4px 6px;
}
.box h1.box-black {
	background: #5a5a5a;
	color: #fff;
	padding: 4px 6px;
}
.box h1.box-orange {
	background: #ff8400 url('/dsg/dot-white.gif') no-repeat 4px 4px;
	color: #fff;
	padding: 4px 6px 4px 25px;
}
.box h1.box-gray {
	background: #e9e9e9 url('/dsg/dot-orange.gif') no-repeat 4px 4px;
	color: #5a5a5a;
	padding: 4px 6px 4px 25px;
}

/* contents */
.box .content-silver {
	background: #f9f9f9 !important;
	border: 1px solid #dedede;
	border-top: none;
}

/* left|right */
#body-left .box .content,
#body-right .box .content {
	background: url('/dsg/line.gif') repeat-x bottom left;
}
