/* CSS Document */

#qbe-infowindow-hide {
	visibility: hidden;
	position: absolute;
	width: 670px;
	top: 0px;
	/* _top: 60px; */
	left: 80px; 
}

#qbe-infowindow-keret {
	width: 670px;
	height: 320px; /* 320 */
	padding: 2px;
	background-color: #333399;
	border: 2px solid #999999;
}

#qbe-infowindow-head, #qbe-infowindow-frame {position: absolute; margin: 0;}

#qbe-infowindow-head {z-index: 100;}

#qbe-infowindow-frame {width: 670px; height: 300px; top: 24px; background-color: #FFFFFF; overflow: scroll;} /* height: 300px; */
	
.qbe-mod-title {height: 18px; font-weight: bold; text-align: center; color: #FFFFFF; background-color: #333399;}
	
#qbe-infowindow-close {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 4px;
	right: -2px;
	_right: 4px;
	z-index: 120;
}

#qbe-infowindow-close a {
	display: block;	
	width: 16px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #999999;
	background-color: #333399;
}

#qbe-infowindow-close a:hover {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #333399;
}

#qbe-infowindow-frame h4 {margin-top: 15px; margin-left: 5px; color: #333399; font-size: 12px; font-weight: bold;}

#qbe-infowindow-frame h5 {margin-top: 15px; margin-left: 5px; font-size: 11px; font-weight: normal;}

#qbe-infowindow-frame div {margin-left: 10px; margin-bottom: 5px; margin-right: 0px; padding-bottom: 5px; line-height: 23px;}

#qbe-infowindow-frame div img {margin-bottom: -5px; margin-top: 0px; margin-right: 0px;}

.card {float: left; width: 346px; margin-left: 0px; margin-right: 0px;}

.card-list {float: left; width: 270px; margin-left: 0px; margin-right: 0px;}

.card-list ul {margin-left: -20px; margin-top: 0; margin-bottom: 0; list-style-type: none; list-style: none;}	

.card-list li {font-size: 10px; margin-top: 5px; margin-bottom: 5px; line-height: 19px; list-style-type: none; list-style: square;}


