/*產品介紹-產品列表*/
div.ProductList {
	font-size:11px;
	font-family:Verdana;
	color:#666;
	line-height:18px;
}
div.ProductList ul {
	padding-left:0px;
	margin-left:0px;
}
div.ProductList li {
	padding-left:0px;
	margin-left:16px;
}
div.ProductList li b {
	font-size:15px;
	font-family:Verdana;
	font-weight:bold;
	line-height:26px;
}






/*產品名稱*/
h2.SystemName {
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	padding-bottom:5px;
	border-bottom:1px solid #DDD;
	font-size:22px;
	font-family:Arial;
	font-weight:bold;
	color:#069;
	line-height:24px;
}
h2.SystemName b {
	margin-left:6px;
	font-size:11px;
	font-family:Verdana;
	color:#F80;
}

/*產品版本及適用學校*/
h3.SystemDescription {
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
}


/*產品介紹*/
div.Introduce {
	font-size:13px;
	font-family:Verdana;
	line-height:22px;
}

/*系統畫面*/
div.Gallery {
	margin-bottom:20px;
	text-align:center;
}
div.Gallery img {
	width:200px;
	height:150px;
	padding:6px;
	border:1px solid #DDD;
	margin:0px 8px 8px 0px;
}

/*功能簡介*/
body#Products div.Side-body h4 {
	font-size:13px;
	margin:0px;
	padding:0px;
}

body#Products img.collapse
{
	cursor:pointer;
}

/*系統選單*/
div.SelectSystem {
	width:100%;
	padding:4px 4px 4px 0px;
	margin-bottom:10px;
	text-align:right;
}
div.SelectSystem select {
	font-size:13px;
	font-family:Verdana;
}

/*註解欄*/
.mark {
	font-size:9px;
	font-family:Verdana;
	color:#777;
	line-height:15px;
}