/* box.css */

.box {
	margin-bottom: 2em;
}
.last .box {
	margin-bottom: 0;
}

.box .box_content {

}


.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 .with_flow h1 {
	height: 25px;
	color: #575e41;
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	background: url('/media/dsg/flow_right_top.gif');
}
#right .with_flow h1 div {
	width: 125px;
	float: right;
	text-align: center;
}
#right .box.with_flow .box_content {
	margin: 0;
	border-top: none;
	padding-left: 8px;
	padding-right: 8px;
	background: url('/media/dsg/product_menu_bg.gif') no-repeat top left;
	border: 1px solid #dcdcba;
	border-top:none;
}
/* left */
#left .box {
	margin-top: 2em;
	margin-left: 0em;
}
#left .with_flow h1 {
	height: 25px;
	color: #575e41;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	background: url('/media/dsg/flow_left_top.gif');
}
#left .with_flow h1 div {
	width: 125px;
	text-align: center;
}
#left .box.with_flow .box_content {
	margin: 0;
	border-top: none;
	padding-left: 8px;
	padding-right: 8px;
	background: #D2D6B7 url('/media/dsg/product_menu_bg.gif') no-repeat top left;
	border: 1px solid #dcdcba;
	border-top:none;
}
/* center */
#center .box {
	margin-bottom: 10px;
	background: #f8f7e2;
	border: 1px solid #eff1e2;
}
#center .box .under_image {
	padding-left: 8px;
	padding-right: 8px;
}
#center .box .box_picture {
	text-align: center;
}
#center .box h1 {
	color: #99aa39;
	font-size: 2.0em;
	padding-top: 5px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 2px solid #99aa39;
}
#center .box .box_content {
	font-size: 1.1em;
	padding-top: 10px;
}
#center .codeAfter {
	margin-bottom: 20px;
}
#center .codeAfter .item_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#center .codeAfter ul.item_list li {
	padding: 0;
	clear: both;
	margin: 0 0 1em 0;
}
#center .codeAfter ul.item_list li a.thumb {
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border: 1px solid #eff1e2;
	background: no-repeat center center;
}
#center .codeAfter ul.item_list li .description {
	height: 100px;
	padding: 10px;
	background: #f8f7e2;
	margin: 7px 0 0 130px;
	border: 1px solid #eff1e2;
}
#center .codeAfter ul.item_list li .description.no_picture {
	margin: 7px 0 0 0px;
}
#center .codeAfter ul.item_list li .title {
	margin-bottom: 0.5em;
}
#center .codeAfter ul.item_list li .title span {
	color: #a7a6a6;
	font-size: 0.813em;
	font-weight: normal;
	font-family: "Trebuchet MS";
}
/* pictures */
ul.pictures_list {
	margin-top: 0.5em;
	list-style-type: none;
}
ul.pictures_list li {
	float: left;
	width: 113px;
	overflow: hidden;
	margin: 0 0 0 10px;
	text-align: center;
}
ul.pictures_list li a {
	width: 113px;
	height: 113px;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
}
ul.pictures_list li div{
	padding-top: 5px;
	text-align: left;
}
ul.pictures_list li.first {
	margin-left: 0;
}
ul.pictures_list li.spacer,
ul.pictures_list li.spacer_last {
	margin: 0;
	float: none;
	clear: both;
	width: auto;
	height: 0.5em;
	overflow: hidden;
	text-align: center;
}
ul.pictures_list li.spacer_last {
	height: 0;
}
#right .box .head_title {
	width: 108px;
	text-align: center;
	margin-left: 107px;
}
