@charset "utf-8";
/* container */
.skn-box-cont .price{
	padding:15px 0;
}

/* === MULAI TABLE === */
.skn-box-cont .table_properti{
	font-size:16px;
	font-weight:bold;
	color:#444;
	border:none;
}
.table_properti th,
.table_properti td,
.table_properti img{
	margin:0;
	padding:0;
	border:none;
}
/* img header table */
.table_properti th{
	color:#FFF;
	font-size:18px;
}
.table_properti th:first-child{
	border-bottom:1px solid #cdcdcd;
}
.table_properti th.jd-gratis{
	background:#c46416 url(../img_price_list/img_gratis.png) no-repeat center 0;
	width:247px;
	height:51px;
}
.table_properti th.jd-promo{
	background:#6fa4d2 url(../img_price_list/img_promo.png) no-repeat center 0;
	width:247px;
	height:51px;
}
.table_properti th.jd-premium{
	background:#e0b230 url(../img_price_list/img_premium.png) no-repeat center 0;
	width:247px;
	height:51px;
}
/* td content */
.table_properti td{
	padding:10px 15px;
	border:1px solid #cdcdcd;
	border-top:none;
}
.table_properti .sep{
	width:5px;
	overflow:hidden;
	padding:0;
	border:1px solid #cdcdcd;
	border-width:0 0 1px 0;
}
.table_properti td.left_blue{
	border-width:0 0 1px 1px;
	color:#3993CD;
	font-size:14px;
	padding:10px 10px;
}
.table_properti .orange{
	border-left:2px solid #FFD5C0;
	border-right:2px solid #FFD5C0;
}
.table_properti .blue{
	border-left:2px solid #BCDAED;
	border-right:2px solid #BCDAED;
}
.table_properti .gold{
	border-left:2px solid #F9E5BC;
	border-right:2px solid #F9E5BC;
}
/* text */
.table_properti .center{
	text-align:center;
}
.skn-box-cont .table_properti td .rp {
	font-size:24px;
}
.table_properti td .value {
	font-size:36px;
}
.table_properti td .value1 {
	font-size:18px;
}
.table_properti td .grey {
	font-size:18px;
	color:#8B8989;
}
.table_properti ul.list{
	list-style-image:url(../img_price_list/img_point.png);
	margin:0;
}
.table_properti ul.list li{
	font-size:14px;
}
.table_properti ul.list a{
	color:#444;
}
.table_properti ul.list a:hover,
.table_properti ul.list a:hover .info{
	color:#820000;
}
.table_properti ul.list .info{
	color:#1E83C3;
	font-size:12px;
	font-weight:normal;
	float:right;
	padding-top:10px;
	padding-right:15px;
}
/* bottom table */
.table_properti tr.bottom td{	
	border:none;
	padding:0;
}
.table_properti .butt{
	padding-top:15px;
}
/* Rounded bottom table */
.table_properti .round-orange{
	background:url(../img_price_list/round_orange.png) no-repeat left bottom;
	padding-left:15px;
}
.table_properti .round-orange .r{
	background:url(../img_price_list/round_orange.png) no-repeat right bottom;
	padding-right:15px;
}
.table_properti .round-orange .m{
	height:15px;
	background-color:#FFF;
	border-bottom:2px solid #FFD5C0;
}
.table_properti .round-blue,
.table_properti .round-blue .r{
	background-image:url(../img_price_list/round_blue.png) !important;
}
.table_properti .round-blue .m{
	border-color:#BCDAED !important;
}
.table_properti .round-gold,
.table_properti .round-gold .r{
	background-image:url(../img_price_list/round_gold.png) !important;
}
.table_properti .round-gold .m{
	border-color:#F9E5BC !important;
}

