/**************/
/* CENTER BOX */
/**************/
#center .box {
	margin-top: 2em;
}
#center .first .box {
	margin-top: 0;
}
#center .box h1 {
	color: #cb4e53;
	font-size: 1.6em;
	margin-bottom: 0.5em;
}
	#center .box h1 a.back {
		float: right;
		font-size: 0.625em;
		font-weight: normal;
		margin-top: 0.5em;
		color: #3d7c94;
	}
#center .box div.box-content {
	
}
	#center .box div.box-content h2 {
		font-size: 1.3em;
		color: #0079b9;
		margin-bottom: 0.7em;
	}
	#center .box div.box-content div.main-content {
		margin-bottom: 2em;
		font-size: 1.1em;
		line-height: 1.5em;
	}
		#center .box div.box-content div.main-content img.image {
			float: right;
			margin: 0 0 0.5em 1em;
		}


/************/
/* LEFT BOX */
/************/
#left .box {
	padding: 0 15px 0 30px;
}
	#left .box h1 {
		color: #3d7c94;
		font-size: 1.6em;
		margin-bottom: 0.5em;
	}
	#left .box .box-content {
		
	}
		#left .box .box-content .main-content {
			
		}


/*************/
/* RIGHT BOX */
/*************/
#right .box {
	margin: 0 40px 0 20px;
}
	#right .box h1 {
		color: #3d7c94;
		font-size: 1.6em;
		margin-bottom: 0.5em;
	}
	#right .box .box-content {
		
	}
		#right .box .box-content .main-content {
			
		}
#right .line {
	background: url('/plugins/product/dsg/content-line.gif') repeat-x center left;
	height: 3em;
	overflow: hidden;
}
