.taxonomy_header{
	padding: 10px 20px 10px 20px;
	margin: 5px;
	background-color: #647DE4;
	color: #FFFFFF;
}

.taxonomy_text{
	width: 60%;
	margin: 10px;
	color: #767676;
	font-size: 12px;
	text-align: justify;
}

.line{
	width: auto;
	margin: auto 0;
	float: left;
	margin-top: 10px;
}

.taxonomy_item{
	float: left;
	width: 30%;
	margin-left: 10px;
	border: 1px solid;
	border-color: #D1D1D1;
	padding: 5px;
	font-weight: bold;

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.taxonomy_item a{
	text-decoration: none;
	color: #DE797D;
}