/* css untuk product */
#productContainer{
	padding: 4px;
	width: 560px;
	margin-bottom: 5px;
	text-align: center;
}
#productInfoContainer{
	padding: 4px;
	margin-bottom: 5px;
}
td.productCell{
	padding: 6px;
	border-bottom: 1px dashed #666;
}
td.productCellHeader{
	height: 22px;
	padding: 4px 4px 4px 10px;
	color: #fff;
	font-weight: bold;
	background-color: #666;
}
td.productCellBottom{
	height: 22px;
	border-bottom: 1px solid #333;
	padding: 4px 4px 4px 10px;
	font-weight: bold;
	background-color: #fff;
}
td.productList{
	background-color: #fff;
}
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;
	height: 190px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #274A75;
	text-align: left;
}
#productImage{
	float: left;
	height: auto;
	width: auto;
	height:180px;
	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;
}