/* css untuk product */
#productContainer{
	width: 460px;
	text-align: center;
	padding: 10px 10px 20px 5px;
}
#productCellHeader {
	padding-bottom: 5px;
	text-align: left;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	font-weight: bold;
	/*border-bottom: 1px solid #ccc;*/
}
#productCell {
	padding-top: 5px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4a4a;
}
#productCell table{
	width: 100%;
	padding: 0px;
}
#productCell th{
	width: 145px;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #0358cb;
	font-weight: bold;	
}
#productCell th a {
	color: #0358cb;
	text-decoration: none;
}
#productCell th a:hover {
	color: #a0bee7;
	text-decoration: none;
}
#productCellBottom {
	text-align: left;
	font-size: 10px;
	color: #0358cb;
	font-weight: bold;
}
td.productDesc{
	vertical-align: top;
}
td.productPrice {
	padding: 5px 0px 5px 0px;
	text-align: left;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
td.productLink {
	font-size: 10px;
	font-weight: bold;
}
td.productLink a{
	font-size: 10px;
	color: #0358cb;
	font-weight: lighter;
	text-decoration: none;
	display: inline;
}
td.productLink a:hover{
	text-decoration: underline;
}
td.productButton {
	padding: 10px 0px 15px 0px;
}
td.productButton input{
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #f8f8f8;
	color: #4a4a4a;
	cursor: hand;
}