/* box.css */

.box {
	background: url('/media/dsg/plugin_top.gif') no-repeat top center;
	padding: 15px;
}
.service .box {
	background: none;
	padding: 15px 0;
}
.box h2 {
	color: #ff4f15;
	font-size: 2.2em;
	font-family: Georgia;
	font-weight: normal;
	margin-bottom: 0.364em;
}
.box .box_content {
	font-size: 1.1em;
	line-height: 1.545em;
}
.box .box_content h2,
.box .box_content h3,
.box .box_content h4,
.box .box_content h5,
.box .box_content h6 {
	color: #ff4f15;
	font-family: Georgia;
	margin-bottom: 1em;
	font-weight: normal;
}
.box .box_content h2 {
	font-size: 1.818em; /*20px*/
	line-height: 1.2em;
}
.box .box_content h3 {
	font-size: 1.636em; /*18px*/
}
.box .box_content h4 {
	font-size: 1.455em; /*16px*/
}
.box .box_content h5 {
	font-size: 1.273em; /*14px*/
}
.box .box_content h6 {
	font-size: 1.000em; /*11px*/
}
.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;
}

/* right */
#right .box {
	background: none;
	padding: 0 30px 2em 20px;
}
#right .box h2 {
	font-size: 1.6em;
	font-weight: normal;
}
#right .box .box_content {

}

/* pictures */
ul.pictures_list {
	list-style-type: none;
	margin: 0;
}
ul.pictures_list li {
	margin: 0 0 0 5px;
	float: left;
	width: 147px;
	overflow: hidden;
	text-align: center;
}
ul.pictures_list li.first {
	margin-left: 0;
}
ul.pictures_list li.spacer {
	clear: both;
	overflow: hidden;
	text-align: center;
	height: 5px;
	width: 100%;
}
ul.pictures_list li.spacer_last {
	height: 1em;
}
ul.pictures_list li img {
	border: 1px solid #b5b5b5;
}

/* files */
ul.files_list {
	list-style-type: none;
	margin: 0 0 1em 0;
}
ul.files_list li {
	margin: 0;
	padding: 4px 0;
	background: no-repeat center left;
}
ul.files_list li a {
	padding-left: 22px;
}