<style type="text/css">  
/* สร้าง css class ชื่อ iTopic สำหรับ หัวข้อเมนู */
.iTopic{
	font-size:12px;
	display:block;
	float:left;
	height:22px;
	font-weight:bold;
	color:#333;
	padding-left:25px;
	padding-bottom:3px;
	line-height:18px;
	cursor:pointer;
	width:400px;
	clear:both;
	overflow: hidden;
}
/* สร้าง css class ชื่อ iDetail สำหรับ รายละเอียด */

.iDetail{
	list-style: none; 
    margin:0 auto; 
    text-align: center; 
	border-top:1px solid rgba(0,0,0,.1);
	margin-left:20px;
	margin-right:20px;
	clear:both;
	display:none;  
    clear:both;
    font-weight:normal;
	width:263px;
	font-family: 'psl_kittithada_proitalic';
	font-size: 22px;
}
  
@font-face {
    font-family: 'psl_kittithada_proitalic';
    src: url('font/psl095pro-webfont.eot');
    src: url('font/psl095pro-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/psl095pro-webfont.woff') format('woff'),
         url('font/psl095pro-webfont.ttf') format('truetype'),
         url('font/psl095pro-webfont.svg#psl_kittithada_proitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

</style>  
