#komap_container {
	border:1px solid #D8D7D4;
	padding-left:5px;
	cursor:move;
	background-image: url("https://www.ariva.de/i/wait.gif");
	background-position: center center;
	background-repeat: no-repeat;
}
	
.komapinfo {
	width:200px;
	height:150px;
	background-color:#FFF;
	border:1px solid #D8D7D4;
	font-size:12px;
	z-index:1500;
	padding:5px;
}

.komapinfo .produktdetails {
	text-decoration:none;
	color:red;
}

#moveup {
	margin:5px 0px 3px 0px;
	cursor:pointer;
}

#movedown {
	margin:3px 0px 5px 0px;
	cursor:pointer;
}

#myproductlist a {
	text-decoration:underline;
	color:#000;
}

.overflow {
	_height:expression(this.scrollHeight>332?"333px":"auto");
	max-height:333px;
	overflow-y:scroll;
}
