ul#cssmenu li ul {
	list-style:none;
    display: none;
	position:absolute;
	max-height:200px;
	width:300px;
	overflow-y:scroll;
	background-color:white;
	border:1px solid black;
}
ul#cssmenu li:hover > ul {
	float:left;
	position:absolute;
	text-align:left;
	list-style:none;
    display:block;	
}	

#doba{
	max-width:85px;
	max-height:85px;
}
* html #doba{
	height: expression( this.scrollHeight > 84 ? "85px" : "auto" );		
	width: expression( document.body.clientWidth > 84 ? "85px" : "auto" );
}
.producttitle{
	font-size:11px;
	width:120px;
}
.productboxinfo
{ 
	font-size:12px;
}
.productboxheaders
{ 
	font-size:12px;
	vertical-align:top;
}
select {
	width: 150px;
}
#leftColumn{
	float:left;
}
#rightColumn{
	width:200px;
	float:right;
	margin:2px;
	
}	
.dragableBox{
	margin:2px;
	float:left;
	border:1px solid #000;
	background-color:#FFF;		
	margin-bottom:5px;
	padding:10px;
	font-weight:bold;
	text-align:center;
}
.dropBox{
	width:395px;
	padding:3px;
	overflow:hidden;
	min-height:200px;
	
}	
.dropBox .dragableBox{
	height:100px;
	margin:2px;
	float:left;
	width:100px;
	border:1px solid #000;
	background-color:#FFF;		
	margin-bottom:5px;
	padding:10px;
	font-weight:bold;
	text-align:center;
	cursor: default;
	}
.addProduct{
	cursor: pointer;
	border:1px solid #2B66A5;
}	
.clear{
	clear:both;
}
/*img{ removed to allow image borders 12-11-08
	border:0px;
}	*/

#dhtmltooltip{
	position: absolute;
	width: 500px;
	border: 2px solid black;
	padding: 2px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmltooltipp{
	list-style-type:none;
}
#midBox{
	position: fixed;
	left: 50px;
	top: 50px;
	display: none;
	
}


