body {
	margin: 0;
}

ul.list-home {
	list-style: outside none none;
	display: inline-flex;
	flex-wrap: wrap;
	padding-left: 0px;
	width: 90%;
	width: 1064px;
	margin: auto;
	border: 1px solid black;
	padding-bottom: 3px;
}

.gallery {
	list-style: outside none none;
	display: inline-flex;
	flex-wrap: wrap;
	padding-left: 0px;
	width: 90%;
	width: 1064px;
	margin: auto;
	border: 1px solid black;
	border-top: none;
	padding-bottom: 3px;
	margin-bottom: 2%;
}

.list-home li,
.gallery li {
	width: 260px;
	border: 1px solid black;
	margin-top: 3px;
	margin-left: 3px;
	min-height: 350px;
	/*Need to revisit*/
}

.list-home img {
	width: 100%;
}

.detail {
	width: 80%;
}

.template_desc {
	font-family: arial;
	color: blue;
	font-size: 30px
}

.sale_enddate {
	font-family: arial;
	color: maroon;
	font-size: 18px
}

.product_img {
	height: 260px;
}

.product_id {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	font-style: normal;
}

.product_info_box {
	font-family: arial, sans-serif;
	font-size: 14px;
	text-align: left;
	font-style: normal;
}

.desc_box {
	min-height: 40px
}
.de_placeholder { display:inline-block;width:auto; }
.de_text { margin:0; }