.footstamp br{
	display: none;
}

.product_name{
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #8484ff;
	border-radius: 15px;
	letter-spacing: 2px;
	padding: 7px;
	text-align: center;
}

.product_description p {
	font-size: 14px;
	line-height: 165%;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 165%;
	margin-bottom: 20px;
}

.product_description ul {
	list-style-position: inside;
	font-size: 14px;
	line-height: 155%;
	margin-bottom: 20px;
}

.product_description  li {
	margin: 10px 0;
}


#box_recentlychecked h3 {
	color: #FFFFFF;
	text-shadow: 1px 1px 2px #000000;
	font-weight: normal;
	text-align: center;
	background-color: #7BDF2E;
	padding: 7px;
	margin: 5px;
}

h3.commodity {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	background-color: #ff6666;
	text-align: center;
	letter-spacing: 2px;
	padding: 7px;
	border-radius: 15px;
	margin-bottom: 10px;
}

h3.customer {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	background-color: #6666ff;
	text-align: center;
	letter-spacing: 2px;
	padding: 7px;
	border-radius: 15px;
	margin-bottom: 10px;
}

p.addition {
	border: 1px solid #555555;
	padding: 7px;
	margin: 35px 0 0 0 ;

}

p.top {
	font-size: 12px;
	margin: 50px 0 0 0;
}

