	td, .product_cat, a, a:visited, a:hover, a.footer, a.footer:visited, a.footer:hover, a.copywrite, a.copywrite:visited, a.copywrite:hover, .service, .detail, .product_title {
		font-family: Arial, Helvetica, sans-serif;
		color: #838383;
		text-decoration: none;
	}
	.product_title, a.footer:visited, a.copywrite:visited {
		color: #A3C57E;
	}
	a.footer:hover, a.copywrite:hover {
		background: #A3C57E;
		color: #FFFFFF
	}
	td {
		font-size: 11px;
	}
	a.footer, a.footer:visited, a.footer:hover, .service {
		font-size: 12px;
	}
	a.copywrite, a.copywrite:visited, a.copywrite:hover {
		font-size: 10px;
	}
	.copywrite {
	font-size: 10px;
	}
	.detail {
	border: 1px solid #A3C57E;
	padding: 3px;
	width: 435px;
	display: none;
}
.service, .product_title, .product_cat {
		font-weight:bold;
}

.service {
		cursor: pointer;
}
	
	hr {
	border: 1px dashed #A3C57E;
}
.image {
	border-width: 8px 0px 8px 0px;
	background-color: White;
	border-color: White White White White;
}
.product_title {
	font-size: 16px;
}
.product_cat {
	font-size: 20px;
	color: white;
	background-color: #A3C57E;
	padding-right: 5px;
}