body {
	background-image: none;
}

#wrapper {
	width: 800px;
}

#logo {
	margin-top: 110px;
	text-align: center;
}

#search {
	margin-bottom: 60px;
	text-align: center;
}

input#q {
	position: absolute;
	left: 0;
	width: 740px;
	height: 36px;

	padding-left: 5px;

	outline: 0 none;
	border-color: black #9d9d9d #9d9d9d black;
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 1px #7a7a7a inset;

	background-color: white;
	font-size: 24px;
}

input#btnSearch {
	position: absolute;
	left: 745px;
	width: 40px;
	height: 40px;
}

#award {
	float: right;
	margin-right: 14px;
}

#explanation #explanation-text-teaser {
	margin-top: 0;
  display: inline;
}

#explanation #explanation-button {
	white-space: nowrap;
}

#explanation #explanation-text-more.closed {
	visibility: hidden;
	height: 0px;
}

#explanation #explanation-text-more.open {
	visibility: visible;
	margin-bottom: 30px;
}

#explanation ul {
}

#top_products {
	overflow: auto;
	margin-bottom: 30px;
}

.top_product {
	float: left;
	margin: 0 6px 6px 0;
	width: 190px;
	height: 120px;
	overflow: hidden;
	background-color: white;
	border: 1px solid #BBB;
	cursor: pointer;
	text-align: center;
}

.top_product > h3 {
	margin: 5px;
	font-size: 0.9em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_product > div {
	display: table-cell;
	height: 82px;
	width: 190px;
	vertical-align: middle;
	text-align: center;
}

#catalogue_teaser {
	overflow: auto;
	margin-bottom: 50px;
}

.category_item {
	float: left;
	width: 180px;
	margin: 0 10px 14px 0;
	overflow: hidden;
}

.category_item > a {
	float: left;
	margin-right: 10px;
	margin-bottom: -1px;
}

.category_item > p {
	margin-top: 5px;
}

#catalogue_categories {
	overflow: auto;
}

#catalogue_categories .category_item {
	width: 375px;
	height: 180px;
	margin: 0 10px 40px 0;
}

#footer {
	text-align: center;
}
