/* 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{
}

/* added may-11-2011 */
.product{
width:70%;
margin:auto;
}
.product a{
color:#9d3838;
font-weight:bold;
}
.product img{
margin:0;
padding:50px;
}
.product ul{
margin:10px 0;
padding:0;
list-style:none;
}
.product ul li{
margin:5px 20px;
padding:0;
}
.btnChart{margin:0 0 0 10px;}
.description{margin:10px 0 0 20px;}
