/* css untuk product */
#productContainer{
	padding: 4px;
}
#productContainer table{
	width: 760px;
}
td.productCell{
	padding: 6px;
	border-bottom: 1px dashed #993B39;
}

td.productCellHeader{
	display: none;
}
td.productCellBottom{
	display:none;
}
td.productList{
	background-color: #fff;
}
td.productSpecial{
	background-color: #fff;
}
a.productLink{
	font-weight: bold;
}
a.productLink:hover{
	
}
a.productMore{
	color: #993B39;
	font-weight:normal;
}
a.productMore:hover{
}

