/* css untuk product */
#productContainer{
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
#productInfoContainer{
	padding: 4px;
	margin-bottom: 5px;
}
td.productCell{
	padding: 10px;
	border-bottom: 1px dashed #274A75;
	line-height: 140%;
}
td.productCell2{
	padding: 10px;
	line-height: 140%;
}
td.productCellHeader{
	padding: 4px 4px 4px 10px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
#productCellBottom{
	padding: 4px 10px 10px 10px;
	color: #333;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
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: #06c;
}
a.productMore:hover{
	color: #f90;
}


#productDiv{
	padding: 0px;
	height: 120px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #274A75;
	text-align: left;
}
#productImage{
	float: left;
	height: auto;
	width: auto;
	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{
	float: right;
	position: relative;
	top: -40;
	right: 0;
	padding: 0px;
	text-align: left;
}
#productPrice{
	padding: 4px 4px 4px 0px;
	margin: 0px;
	display: inline;
	text-align: left;

}
#productIcon{
	padding: 4px 4px 4px 10px;
	margin: 0px;
	display: inline;
	text-align: right;
} 


.productPrice{
	color: red;
	font-size: 120%;
	font-weight: bold;
}