/* box.css */

.box {
	margin-bottom: 2em;
}
.last .box {
	margin-bottom: 0;
}
.box h2 {
	font-family: Arial;
	font-size: 1.8em;
	text-transform: uppercase;
	margin-bottom: 0.556em;
}
.box h2 a {
	float: right;
	font-family: "Trebuchet MS";
	font-size: 0.722em;
	text-transform: none;
	margin-top: 0.17em;
}
.box .box_content {
	font-size: 1.3em;
	line-height: 1.385em;
}
.box .box_content h2,
.box .box_content h3,
.box .box_content h4,
.box .box_content h5,
.box .box_content h6 {
	font-family: Arial;
}
.box .box_content h2 { /*18px*/
	font-size: 1.385em;
	text-transform: none;
}
.box .box_content h3 {
	font-size: 1.308em; /*17px*/
}
.box .box_content h4 {
	font-size: 1.231em; /*16px*/
}
.box .box_content h5 {
	font-size: 1.154em; /*15px*/
}
.box .box_content h6 {
	font-size: 1.077em; /*14px*/
}
.box .box_content h6.subtitle {
	font-size: 0.846em; /*11px*/
	border-top: 1px solid #e0e6d5;
	border-bottom: 1px solid #e0e6d5;
	text-transform: uppercase;
	color: #615d48;
	margin: 0;
	padding: 0 6px;
}
.box .box_content h6.subtitle a {
	float: right;
	text-transform: none;
	font-weight: normal;
}
.box .box_content img.picture {
	float: right;
	margin: 0 0 1em 2em;
}
.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;
}

/* left */
#left .box {
	background: #2fa1df;
	margin-bottom: 0;
	border-top: 1px solid #767676;
	border-bottom: 2em solid #fff;
}
#left .box h2 {
	font-size: 1.1em;
	color: #fff;
	padding: 4px 9px;
	background: #2885c8 url('/media/dsg/box_left_title.gif') repeat-x top left;
	border-left: 1px solid #2884c7;
	border-right: 1px solid #2884c7;
	margin: 0;
}
#left .box .box_content {
	border: 1px solid #2884c7;
	padding: 9px;
	font-size: 1.1em;
	line-height: 1.364em;
	color: #fff;
}

/* right */
#right .box {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-top-color: #c9c9c9;
	margin-bottom: 1em;
}
#right .last .box {
	margin-bottom: 0;
}
#right .box h2 {
	font-size: 1.1em;
	color: #615d48;
	padding: 4px 9px;
	background: #f4f4f4 url('/media/dsg/box_right_title.gif') repeat-x top left;
	margin: 0;
}
#right .box .box_content {
	padding: 9px;
	font-size: 1.1em;
	line-height: 1.364em;
	color: #848484;
}


/* pictures */
ul.pictures_list {
	list-style-type: none;
	margin-top: 0.5em;
}
ul.pictures_list li {
	margin: 0 0 0 27px;
	float: left;
	width: 155px;
	overflow: hidden;
	text-align: center;
}
ul.pictures_list li.first {
	margin-left: 0;
}
ul.pictures_list li.spacer,
ul.pictures_list li.spacer_last {
	clear: both;
	margin: 0;
	float: none;
	width: auto;
	overflow: hidden;
	text-align: center;
	height: 0.5em;
}
ul.pictures_list li.spacer_last {
	height: 0;
}

/* files */
ul.files_list {
	list-style-type: none;
	margin-left: 22px;
}
ul.files_list li {
	margin: 0;
	background: no-repeat center left;
	padding: 2px 0;
}
ul.files_list li a {
	padding-left: 22px;
}

