/* box.css */

.box {
  margin-bottom: 2em;
}
.last .box {
  margin-bottom: 0;
}
.box h6 {
	font-size: 1.333em;
	margin-bottom: 1.0em;
	color: #0066b3;
	margin-top: 2.4em;
	background: #fff;
	width: 100px;
	margin-left: 20px;
	margin-top: -10px;
	padding-left: 10px;
	position: absolute;
}
.box .files h6 {
	position: relative;
}
.box h4 {
	font-size: 1.083em;
	margin-bottom: 0.5em;
}
.box h4 a {
	color: #0066b3;
}
.box .box_content {

}
.box table th {
	text-align: left;
	padding: 5px;
	padding-left: 10px;
	color: #ffffff;
	background: #d68533;
	border-bottom: 1px solid #fff;
}
.box table tr {
	color: #646464;
	font-size: 0.916em;
	background: #e6e6e6;
	border-bottom: 1px solid #fff;
}
.box table td {
	padding: 5px;
	padding-left: 10px;
}
.box table tr.second {
	color: #646464;
	background: #f0f0f0;
	border-bottom: 1px solid #fff;
}
.box p,
.box ul,
.box ol,
.box table {
  margin-bottom: 1em;
}
.box li {
  margin-left: 2em;
}
.box form ul,
.box form ol {
  margin-bottom: 0;
}
.box form li {
  margin-left: 0;
}


/* right */

/* center */
#center .box .lead {
	font-size: 1.333em;
	margin-bottom: 30px;
}
#center .box .box_container .box_content ul{
	list-style-type: none;
}
#center .box .box_container .box_content ul li{
	background: url('/media/dsg/li_dot.gif') no-repeat top left;
	padding-left: 25px;
	margin-bottom: 10px;
}
#center .box .content_pic{
	float: right;
	padding: 10px;
	margin-left: 20px;
	border: 1px solid #dcdcdc;
}
#center .box .pic_title{
	color: #cc6600;
	width: 195px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#center h1 {
	color: #cc6600;
	font-size: 2.4em;
	margin-bottom: 1em;
}
#center h2 {
	color: #cc6600;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
#center .box .box_content h1 {
	font-size: 1.5em;
}
#center .box .box_content {
	color: #646464;
	font-size: 1.2em;
}
#center .box .box_content .media {
	float: right;
	margin: 0 0 2em 2em;
}
#center .box .thumb {
	width: 206px;
	height: 206px;
	background: #f5f5f5;
	display: block;
	padding-left: 4px;
	padding-top: 4px;
	border: 1px solid #dcdcdc;
}

.files .corner,
.pictures .corner {
	position: absolute;
	width: 3px;
	height: 3px;
	background: no-repeat top left;
	overflow: hidden;
}
.files .corner.ctl,
.pictures .corner.ctl {
	top: -1px;
	left: -1px;
	background-image: url('/media/dsg/corner_top_left.gif');
}
.files .corner.ctr,
.pictures .corner.ctr {
	top: -1px;
	right: -1px;
	background-image: url('/media/dsg/corner_top_right.gif');
}
.files .corner.cbl,
.pictures .corner.cbl {
	left: -1px;
	bottom: -1px;
	background-image: url('/media/dsg/corner_bottom_left.gif');
}
.files .corner.cbr,
.pictures .corner.cbr {
	right: -1px;
	bottom: -1px;
	background-image: url('/media/dsg/corner_bottom_right.gif');
}
/* files */
.files {
	position: relative;
	margin-top: 30px;
}
.box .files h6 {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 2px;
}
.files .pagination {
	margin-top: 1.5em;
	margin-bottom: 1.3em;
}
ul.files_list {
	list-style-type: none;
}
.box ul.files_list li {
	color: #646464;
	background: url('/media/dsg/file_icon.gif') no-repeat left 3px;
	padding-left: 20px;
	padding-bottom: 12px;
	padding-top: 3px;
	width: 295px;
	float: left;
	margin-left: 0;
}
