@charset "utf-8";

#product-category-de {
	padding: 5px;
}
#header h1 {
	font-size: 24px;
}
#product-category-de h2 {
	color: #f58220;
	font-size: 24px;
	font-weight: bold;
	padding-top: 13px;
	padding-bottom: 13px;
}
.centreit {
	text-align: center;
	display: block;
	margin-top: 15px;
}

.row {
	margin-bottom: 15px;
}

.col1 {
	text-align: center;
	width: 170px;
	float: left;
}
.col2 {
	text-align: center;
	width: 170px;
	float: left;
}
.col3 {
	text-align: center;
	width: 170px;
	float: left;
}
.col4 {
	text-align: center;
	width: 170px;
	float: left;
}
.row h3 {
	font-size: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-weight: normal;
}
.row a {
	color: #5a5f6e;
	text-decoration: none;
}
.row a:hover {
	color: #f58220;
}