body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	background-color:#70BD0B;
	color:#FFFFFF;
}
.gray {
	background-color:#F0F0F0;
}
.title {
	color: #70BD0B;
	font-size: 16px;
	font-weight: bold;
}
.title2 {
	color: #70BD0B;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:link {
	color:#70BD0B;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color:#70BD0B;
	font-weight: bold;
	text-decoration: none;
}

.product_box {
	background-color:#FFFFFF;	
	
}

.delete {
	text-decoration:line-through;
}
.slight_green {
	background-color:#EEFDD9;
}

.basket {
	border: 1px solid #70BD0B;
}
.product_item {
	border:1px solid #cccccc;

}
.hot_product_item {
	border-bottom: 1px solid #cccccc;
}
.hot_product_item_hove {
	background-color:#EEFDD9;
}
.input {
	height: 24px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	margin-top: 2px;
}
