.content {
	background-color: #E2EBFC; 
	font-family: "Trebuchet MS"; 
	width: 100%;
	height: 100%;
}

.headcon {
	background-color: #648733; 
	color: white; 
	font-size: 12pt; 
	font-weight: bold; 
	text-align: center;	
}

.bodycon {
	padding: 18px 15px;
	text-align: left;
}

#sideCol{
	float: left;
	height: 100%;
}

#sideBox {
	width: 281px;
	background-color: #A6B2CA; 
	text-align: center;
	margin-right: 10px;
	color: #485878;
	font-size: 9pt; 
	font-weight: bold; 
	padding: 0px 0px 0px 0px;
}

#sideBox #listProduct {
	width: 281px;
	padding: 0px 0px 2px 2px;
}

/*
#sideBox #listProduct .viewProduct {
	float: left;
	width: 134px;
	background-color: #E2EBFC; 
	margin: 2px;
	overflow: hidden;
}
#sideBox #listProduct .viewProduct a {
	display: block;
	text-decoration: none;
	position: relative;
	margin: 8px auto 0px;
}
#sideBox #listProduct .viewProduct .imgasli {
	display: block;
	margin: 0px auto 6px;
}

#sideBox #listProduct .otherProduct {
	float: left;
	width: 134px;
	background-color: #E2EBFC; 
	margin: 2px;
}
#sideBox #listProduct .otherProduct .imgasli {
	display: block;
	margin: 0px auto 6px;
}
#sideBox #listProduct .otherProduct a {
	display: block;
	text-decoration: none;
	position: relative;
	margin: 8px auto 0px;
}
#sideBox #listProduct .otherProduct a .imgover {
	display: none;
}
#sideBox #listProduct .otherProduct a:hover .imgover {
	display: block;
	position: absolute;
	top: 0px;
	left: 26px;
	z-index: 1;
	cursor:pointer;
}
*/

td .viewProduct {
	background-color: #A6B2CA; 
	padding-top: 8px;
	padding-bottom: 4px;
	/*border: 1px solid red;*/
}
td  .viewProduct a {
	text-decoration: none;
	position: relative;
	margin: 8px auto 2px;
	font-family: "Trebuchet MS"; 
	font-size: 9pt; 
	font-weight: bold; 
	color: black;
}
td .viewProduct img{
	margin: 0px auto 2px;
	/*border: 1px solid red;*/
}

td .otherProduct {
	background-color: #E2EBFC; 
	padding-top: 8px;
	padding-bottom: 4px;
	/*border: 1px solid red;*/
}
td  .otherProduct a {
	text-decoration: none;
	position: relative;
	margin: 8px auto 2px;
	font-family: "Trebuchet MS"; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #626886;
}
td .otherProduct img{
	margin: 0px auto 2px;
	/*border: 1px solid red;*/
}

#dProduct {
	color: #626886;
}

#dProduct li {
	list-style-type: none;
}

.tDetProduct {
	font-size:10pt;
	color:#485878;
	width:350px;
}
.tDetProduct td.tdNmProduct {
	background:#CBD3E2;
	font-size:12pt;
	font-weight:bold;
}
td.tdLDetail {
	background:#CBD3E2;
	font-weight:bold;
	padding-left:10px;
	width:150px;
}
td.tdRDetail {
	background:#D6DEEE;
	padding-left:10px;
}

.ketProduk {
	font-size:10pt;
	color:#414F70;
}