/* ### =suche ### */
#dd_search {
	padding: 10px 0 0;
}
#dd_search div {
	border: 1px solid #BD0926;
	border-top: none;
	padding: 0px 5px;
}
#dd_search div div {
	border: none;
	padding: 0px;
}
strong.dd_title {
	height: 33px;
	line-height: 33px;
	font-size: 22px;
	background-color: #BD0926;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 0 10px;
}
#dd_search p {
	margin: 0;
	padding: 5px 0;
}
#dd_search div.dd_search {
	border: 2px solid #BD0926;
	height: 30px;
	position: relative;
}
#dd_search .dd_search_button {
	position: absolute;
	top: 0px;
	right: 10px;
	height: 30px;
	width: 20px;
}
.dd_search_input input.search_box_keyword {
	display: block;
	border: 0px;
	height: 20px;
	width: 480px;
	padding: 5px 10px;
	color: #656565;
}
.dd_search_button input {
	display: block;
	border: 0px;
	height: 30px;
	width: 20px;
	background-image: url(../dd_bg/search_lupe.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	cursor: pointer;
}
/* ### bestellhistorie ### */
#dd_bestellhistorie {
	margin: 10px 0 0;
	width: 100%;
	float: left;
}
.dd_histo_title {
	background-image: url(../dd_bg/orderhistory_closed_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	height: 38px;
	line-height: 38px;
	margin: 3px 0 0;
	cursor: pointer;
}
.dd_histo_title p {
	float: left;
}
p.dd_order_cross {
	height: 38px;
	width: 38px;
	background-image: url(../dd_bg/orderhistory_plus.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
p.dd_order_cross.active {
	background-image: url(../dd_bg/orderhistory_minus.gif) !important;
}
.dd_histo_items {
	padding: 0 5px;
}
#body #dd_bestellhistorie .product {
	width: 513px;
}
#body #dd_bestellhistorie .product.pics {
	padding-left: 0;
	padding-right: 0;
	width: 533px;
}
#body #dd_bestellhistorie .product .reiter {
	width: 535px;
}
/* ### =highlight ### */
#dd_highlight {
	float: left;
	width: 541px;
	height: 180px;
	margin: 10px 0 0;
	background-image: url(../dd_bg/highlights_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #ddd;
	position: relative;
	overflow: hidden;
}
.highlight_slider {
	position: absolute;
	left: 20px;
	top: 10px;
	height: 160px;
	width: 501px;
	overflow: hidden;
}
#dd_highlight ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 160px;
	position: relative;
}
#dd_highlight ul li {
	float: left;
	height: 150px;
	width: 146px;
	padding: 5px 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd;
}
#dd_highlight ul li:first-child {
	width: 146px;
	border-left: none;
	border-right: 1px solid #ddd;
}
#dd_highlight ul li:last-child {
	width: 146px;
	border-left: 1px solid #fff;
	border-right: right;
}
li .prod_picture {
	text-align: center;
	height: 100px;
	overflow: hidden;
}
li .prod_title {
	padding: 3px 0 0;
	font-weight: bold;
}
li .prod_price {
}
li .prod_picture img {
/*	
 * width: 146px;
 * height: 120px;
*/	
}
.dd_highlight_banner {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 74px;
	height: 71px;
	background-image: url(../dd_bg/highlights_label.png);
	background-position: left top;
	background-repeat: no-repeat;	
}
.dd_high_prev {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 20px;
	height: 180px;
	background-image: url(../dd_bg/highlights_prev.gif);
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.dd_high_next {
	position: absolute;
	right: 0px;
	top: 10px;
	width: 20px;
	height: 180px;
	background-image: url(../dd_bg/highlights_next.gif);
	background-position: left center;
	background-repeat: no-repeat;	
	cursor: pointer;
}
#dd_start_unten {
	margin: 10px 0 0;
	float: left;
	width: 100%;
}
#dd_start_unten ul {
	margin: 10px;
	padding: 0px;
	list-style: none;
}
#dd_start_unten ul li {
	float: left;
	width: 31.33%;
	height: 170px;
	margin: 10px 1% 0;
}
#dd_start_unten ul li div {
	border: 1px solid #ddd;
	background-color: #f7f5f6;
	height: 158px;
	padding: 5px;
}
#dd_start_unten ul li div p {
	height: 28px;
	overflow: hidden;
	text-align: center;
}
#dd_start_unten ul li div p:first-child {
	height: 130px;
}