#manage_product_table{
	width: 99%;
	border: 1px solid;
}

.manage_image{
	text-align: center;
}
.manage_name{
	text-align: center;
	font-weight: bold;
}
.manage_description{
	text-align: center;
}
.manage_action{
	text-align: center;
}

tr.prod_live{
	background-color: #4FFF67;
}
tr.prod_pending{
	background-color: #FFE04F;
}
tr.prod_deleted{
	background-color: #FF4F56;
}

#div_deleted{
	background-color: #FF4F56;
	float:left;
	width: 100px;
	height: 20px;
}
#div_live{
	background-color: #4FFF67;
	float:left;
	
	width: 100px;
	height: 20px;
}
#div_pending{
	background-color: #FFE04F;
	float:left;
	
	width: 100px;
	height: 20px;
}
#div_legend{
	float:right;
}

