/*		floating		*/
.cr { clear:both }
.cr-l { clear:left }
.cr-r { clear:right }
.ft-l { float:left }
.ft-r { float:right }

.clear { display:block; height:0px; max-height:0px; line-height:0px; clear:both; }

/*		decoration		*/
.b { font-weight:bold }
.i { font-style:italic }
.u { text-decoration:underline }
.s { text-decoration:line-through }

/*		positioning		*/
.c { text-align:center }
.l { text-align:left }
.r { text-align:right }
.j { text-align:justify }
.p { text-indent:10px }
.m { vertical-align:middle }

/*		displaying		*/
.hide { display:none }
.show { display:block }
.hand { cursor:pointer }

/*		color		*/
.cgn1 { color:#315867 }	/*	หัวข้อชื่อหมวดใหญ่ */
.cgn2 { color:#905F24 }	/*	หัวข้อชื่อหมวดใหญ่ ใน hidden box */
.cgn3 { color:#384639 }	/* text หน้า list */
.cgn4 { color:#535304 }	/* หัวข้อหน้า detail */
.cgn5 { color:#4F5306 }	/* หัว title หน้า detail */
.cgn6 { color:#5B4611 }	/* รายละเอียด เซียน */
.cgn, .cgn7 { color:#707026 }	/* หัวเรื่อง / เน้นคำ หน้า knowledge */

.red { color:#a60313 }
.crd, .crd1 { color:#5A090F }	/* หัวเรื่องใหญ่ หน้า detail */
.crd2 { color:#3C1C07 }	/* subject เซียน	*/
.crd3 {}

.bggn, .bggn1 { background-color:#707026 }
.bggn2 { background-color:#362604 }
.bggn3 { background-color:#C5C38A }
.bggn4 {}

.cblack{ color:#000000;}

/*		Button	*/
.btn_go1, .btn_go2 {
	width:27px;
	height:22px;
	background:url('/themes/default/common/header/btn-orange-whitebg.gif') no-repeat;
	cursor:pointer;
}
.printed {
	display: none;
	visibility: hidden;
	width:0; height:0;
}

.block{
	display:block;
}