/* css untuk product */
#productContainer{
	width: 510px;
	margin-bottom: 5px;
	text-align: center;
}
#productInfoContainer{
	padding: 4px;
	margin-bottom: 5px;
}
td.productCell{
	padding: 10px;
	border-bottom: 1px dashed #0D3E92;
}
td.productCellHeader{
	background-color: #0D3E92;
	background-repeat: no-repeat;
	height: 23px;
	padding: 4px 4px 4px 10px;
	color: #fff;
	font-weight: bold;
	border-bottom: 2px solid #0D3E92;
}
td.productCellBottom{
	height: 22px;
	border-bottom: 1px solid #0D3E92;
	padding: 4px 4px 4px 10px;
	font-weight: bold;
	background-color: #fff;
}
td.productList{
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 10px;
}
td.productSpecial{
	background-color: #fff;
}
a.productLink{
	font-weight: bold;
}
a.productLink:hover{
	
}
a.productMore{
	color: #000;
}
a.productMore:hover{
	color: #f90;
}


#productDiv{
	padding: 0px;
	min-height: 130px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #274A75;
	text-align: left;
}
#productImage{
	float: left;
	min-height:120px;
	padding: 4px;
	text-align: center;
	margin: 0px 4px 0px 0px;
	background-color: #fff;

}
#productName{
	padding: 20px 4px 4px 0px;
	margin: 0px;
	font-weight: bold;
}

/*-------------------------*/
#productInfo{
 	padding-top: 0px;
 }
#productDesc{
	width: 100%;
	padding: 4px 4px 4px 0px;
	margin: 0px;
}
#productNo{
	width: 100%;
	padding: 4px 4px 4px 0px;
	margin: 0px;
}
/*--------------------------*/
#productPriceNIcon{
	padding: 0px;
	text-align: left;
	}
#productPrice{
	padding: 4px 4px 4px 0px;
	margin: 0px;
	display: inline;
	text-align: left;

}
#productIcon{
	padding: 8px 4px 4px 0px;
	margin: 0px;
	display: block;
	text-align: left;
} 


.productPrice{
	color: red;
	font-size: 120%;
	font-weight: bold;
}

/* update March 16, 2009 */
ul.thumbs {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
ul.thumbs li {
	float: left;
	width: 80px;
	height: 100px;
	padding: 0px;
	overflow: hidden;
	margin: 6px 9px 12px 9px;
}
*html ul.thumbs li {
	margin: 6px 12px 12px 5px;
}