@charset "UTF-8";
/* Style Import
----------------------------------------- */
@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #509046;
  text-decoration: none;
}
a:visited {
	color: #2b7725;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #509046;
  text-decoration: none;
}

#content {
	background: none;
	padding: 14px;
}
#flashContent {
	width: 815px;
	height: 105px;
	padding-left: 35px;
	background: #000;
}

.topicsImage {
	background: #d9d9d9 url(images/topicsImage.jpg) no-repeat 0 0;
	padding: 10px 15px 10px 98px;
	width: 713px;
	height: 84px;
	margin-bottom: 2em;
}
.section {
	margin-bottom: 2em;
	border-bottom: #999 1px dotted;
}
ul.categoryList li a {
	background: url(images/point.gif) no-repeat 0 1px;
	padding: 0px 0 0 15px;
}
ul.categoryList li {
	background: none;
	padding: 0;
}
.leftBlock {
	width: 400px;
	float: left;
}
.rightBlock {
	width: 400px;
	float: right;
}
.outlineImage {
	padding: 10px 15px 15px 15px;
	width: 370px;
	height: 120px;
	margin-bottom: 2em;
	border-bottom: #999 1px dotted;	
}
.solutionImage {
	padding: 10px 15px 15px 15px;
	width: 370px;
	height: 120px;
	margin-bottom: 2em;
	border-bottom: #999 1px dotted;	
}
.syanhaiImage {
	padding: 10px 15px 15px 15px;
	width: 370px;
	height: 120px;
	margin-bottom: 2em;
	border-bottom: #999 1px dotted;	
}
.okayaImage {
	padding: 10px 15px 15px 15px;
	width: 370px;
	height: 120px;
	margin-bottom: 2em;
	border-bottom: #999 1px dotted;	
}
.businessImage {
	padding: 10px 15px 15px 15px;
	width: 370px;
	height: 100%;
	margin-bottom: 2em;
	border-bottom: #999 1px dotted;	
}
.supportImage {
	padding: 10px 15px 15px 15px;
	width: 370px;
	height: 120px;
	margin-bottom: 2em;
	border-bottom: #999 1px dotted;	
}
.iconImg {
	width: 100px;
	float: left;
}
ul.topicsList {
	margin-left: 15px;
}
ul.topicsList li {
	background: url(images/topicsPoint.gif) no-repeat 0 6px;
	padding: 2px 0 0 15px;
}
.date {
	padding-right: 15px;
}