.sidebox {
	margin-top:10px;
	clear:both;
}

.sidebox .box_header {
	height:28px;
	margin:0;
	padding:0;
	background: transparent;
}

.sidebox .box_header a {
	float: right;
	line-height:28px;
	padding-right:10px;
}
.sidebox ul {
	display: block;
	list-style-type:none;
	background-color:#fff;
}
.sidebox li {
	display: block;
	clear: both;
	padding:8px 0px;
	margin:0 8px 0 0px;
	border-bottom: 1px dotted gray;
}

.sidebox div.count, .sidebox div.product_name, .sidebox div.product_img {
	float:left;
}

.sidebox div.product_name {
	margin-top: 2px;
	line-height: 11px;
}

.sidebox div.price {
	font-size:11px;
	float:right;
	margin:0;
	white-space: nowrap;
	font-weight: bold;
	color: #666;
}

.sidebox li .price div.euro {
	display:block;
	float: left;
	font-size: 11px;
}

.sidebox li .price div.cent {
	display:block;
	float: left;
	clear:none;
	font-size: 8px;
	margin-top: -2px;
}


.sidebox li .price sup{
	float: none;
}

.sidebox li .detail {
	float: left;
	line-height:11px;
	width:100%;
}
.sidebox .description {
	width: 148px;
	overflow:hidden;
}

.sidebox .description a {
	font-weight: bold;
}

.sidebox .count {
	font-weight:bold;
	width:18px;
}

.sidebox div.product_img {
	margin: 0 4px 0 2px;
}

.sidebox .iconlist {
	margin-left:-4px;
}
.sidebox .iconlist li {
	float:left;
	clear: none;
	padding:2px;
	border:0px;	
	margin:4px !important;
	margin:6px;
}
.sidebox .box_closer_normal {
	background:transparent url('img/toolbox/box_bottom.gif') no-repeat; 
	margin-top:0; 
	height:7px; 
}
.sidebox .listwrapper {
	background-color: #fdfdfd;
	border:1px solid #fdfdfd;
	padding-left:8px;
}

.sidebox a.item_block_tip {
	float: left;
}
