@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
}
#content {
	background-color:#FFFFFF;
	width: auto;
	border-top:1px solid #000000;
	padding-bottom:10px;
}
#kiri {
	float:left;
	width:675px;
}
#related {
	float:right;
	width:200px;
}
#related ul {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#related li {
	display:block;
	list-style:none;
	margin:3px;
}
#related li a {
	text-decoration:none;
	background-image: url(img/panah.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
}
#related .spasi {
	height:1px;
	border-bottom:1px dotted #999999;
}
.isi {
	margin:10px;
	padding:10px;
}
/* Price List Table */
#gradient-style {
	width: 700px;
	border-collapse: collapse;
}
#gradient-style th {
	font-weight: bold;
	padding: 8px;
	background: #b9c9fe url('t-img/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #000000;
}
#gradient-style td {
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #000000;
	border-top: 1px solid #fff;
	background: #e8edff url('t-img/gradback.png') repeat-x;
	text-align:center;
}
#gradient-style td.col1{
	text-align:right;
	}
#gradient-style td.col2{
	text-align:left;
	}
#gradient-style strong {
	text-align:left;
}
#gradient-style td ul {
	text-align:left;
}
#gradient-style td.harga {
	font-weight:bold;
	color:#3300FF;
}
#gradient-style tfoot tr td {
	background: #ffffff;
	font-size: 10px;
	color: #000000;
	text-align:left;
}
#gradient-style tbody tr:hover td {
	background: #d0dafd url('t-img/gradhover.png') repeat-x;
	color: #000000;
}
#gradient-style tbody tr:hover td.harga {
	background: #d0dafd url('t-img/gradhover.png') repeat-x;
	color: #FF0000;
}

#gradient-style1 {
	width: 700px;
	border-collapse: collapse;
}
#gradient-style1 th {
	font-weight: bold;
	padding: 8px;
	background: #b9c9fe url('t-img/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #000000;
}
#gradient-style1 td {
	padding: 8px;
	border-bottom: 1px solid #fff;
	color: #000000;
	border-top: 1px solid #fff;
	background: #e8edff url('t-img/gradback.png') repeat-x;
	text-align:right;
}

#gradient-style1 td ul {
	text-align:left;
}
#gradient-style1 td.harga {
	font-weight:bold;
	color:#3300FF;
}
#gradient-style1 td.subjudultabel {
	font-weight: bold;
	padding: 8px;
	background: #b9c9fe url('t-img/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #000000;
	text-align:left;
}
#gradient-style1 tfoot tr td {
	background: #ffffff;
	font-size: 10px;
	color: #000000;
	text-align:left;
}
#gradient-style1 tbody tr:hover td {
	background: #d0dafd url('t-img/gradhover.png') repeat-x;
	color: #000000;
}
#gradient-style1 tbody tr:hover td.harga {
	background: #d0dafd url('t-img/gradhover.png') repeat-x;
	color: #FF0000;
}

/* TAB */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	color:#0000FF;
}
.TabbedPanelsTab {
	position: relative;
	list-style: square;
	border: 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	color:#FF0000;
	text-decoration:underline;
}
.TabbedPanelsContentGroup {
	clear: both;
	border:0;
}