@charset "UTF-8";
/* title section */
.sec-title {
	color:#dd8d15;
	margin-top:0px;
	margin-bottom:10px;
	font-size:15px;
	line-height:15px;
}

/* title chapter */
.skn-chapter .title{
	padding:10px 12px;
	border:#cdcdcd solid;
	border-width:1px 0;
	margin:0 !important;
}
.skn-chapter h3.title{
	font-size:24px !important;
	color:#838383 !important;
}
.skn-chapter h4.title{
	font-size:20px !important;
}
.skn-chapter h5.title{
	font-size:16px !important;
}
.print-but{
	background:url(../icon/ic_print.png) no-repeat center center;
	width:37px;
	height:27px;
	float:right;
	cursor:pointer;
}

/* title produk */
.produk-title{
	padding-top:25px;
	padding-bottom:35px;
}
.produk-title .skn-chapter{
	border-bottom:#cdcdcd solid 1px;
	padding-bottom:30px;
}
.produk-title .title{
	border:none;
	float:left;
	padding-top:5px;
}
.produk-title h3.title{
	font-size:28px !important;
}
.produk-title .desc{
	float:right;
	color:#828282;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:14px;
	text-align:right;
}
