
.category_overview,
.we_offer,
.products,
.detail {
	margin: 3px 10px 10px 10px;
}

.category_overview,
.we_offer,
.products .thumbnails .product {
	border-bottom: 2px solid #f68d2e;
	padding-bottom: 10px;
	position: relative;
}

.product a.overlay_a
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent url('../img/blank.gif') repeat;
}

.category_overview img {
	float: left;
	margin-right: 15px;
}
.category_overview h1,
.category_overview h2,
.category_overview h3 {
	display: inline;
	font-size: 1em;
	font-weight: normal;
}
.category_overview .top_category {
	font-size: 1em;
	padding-top: 15px;
}
.category_overview .top_category a {
	color: #000000;
	text-decoration: none;
}
.category_overview .category_path, .detail .category_path {
	font-size: 0.75em;
	color: #f68d2e;
	padding-top: 10px;
}
.detail .category_path {
	color: #f68d2e;
	padding: 0;
	clear:both;
	margin:0;
	font-size:0.7em;
}

.detail .category_path a {
	color: #f68d2e;
}
.detail .category_path a:hover {
	text-decoration:none;
}

.category_overview .category_path a {
	color: #f68d2e;
	text-decoration: none;
}
.category_overview a:hover {
	text-decoration: underline;
}

.we_offer h3 {
	margin-bottom: 10px;
}
.we_offer .first_item,
.we_offer .second_item {
	font-size: 0.75em;
	width: 230px;
	color: #aaaaaa;
}
.we_offer .first_item {
	float: left;
}
.we_offer .second_item {
	float: right;
}

.we_offer .more {
	float: left;
	margin-top: 20px;
}
.we_offer img {
	float: right;
}

.we_offer a,
.products a {
	text-decoration: none;
	color: #aaaaaa;
}

.we_offer a:hover,
.products a:hover {
	text-decoration: underline;
}

.expand_anchor {
	cursor: pointer;
}

