.liqcol
{
	float: left;
	/*background-color: #eee;*/
	margin-bottom: 1em;
	margin-left: 2px;
	width: 110px;
	height:200px;
}

/**
image inside one of the liqboxes
does not work for some unclear reasons, use inline css instead!!
*/
.liqimg
{
	margin: 0 auto;
	display:block;
	width:100px;
	height:140px
}


.liqrow
{
	float: left;
	width: auto;
	height: auto;
	background-color: white;
	border:1px solid black;
	margin:3px;
	/**background-color: cyan;*/
}

#geomap_tooltip {
    width: auto;
    font-family: Arial;
    font-size: 10px;
    color: gray;
    background: #FFFFEE;        /* Slightly yellow background */
    border-radius: 5px;               /* Rounded corners */
    box-shadow: 5px 5px 10px #DDD;  /* tool tip shadow */
    z-index: 2147483647;     /* Highest value available */
}


/** cross-tables*/
.crosstable_td
{
	width:145px;
}


.leftfloat_div
{
	/**float:left; width:auto;*/
	vertical-align: bottom; display: inline-block;
}

.left_float
{
	float:left;
}

.query_div
{
	float:left;
	overflow:hidden;
	height:1%;
	/**background:green;*/
}

/** style for small preview maps 
preceding div must be left_float
*/
.map_is
{
	float:left;
	background:green;
	margin-left:0.1em;
	position: relative;
	height:320px;
	/**display:block;*/
}