﻿@import url('chooser-base.css');

.chooser
{
	overflow: visible;
}
.chooser ul
{
	position: static;
}
.chooser.dynamic.info-popup.multicolumn ul
{
	float: left;
}

.bubble
{
	clear: both;
	display: none;
	position: absolute;
	width: 408px;
	height: 182px;
	background: transparent url(/sc_images/chooser/bubble.png) no-repeat scroll left top;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 5000;
}
.bubble .info
{
	display: block;
	margin: 0;
	margin: 2px 0 0 2px !important;
	padding: 0 !important;
	text-align: left;
	width: 283px;
	height: 170px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial;
	left: 0;
}

.bubble .info h3
{
	margin-bottom: 16px;
}
.bubble .info p
{
	margin: 0 24px;
}
.chooser a.overlay
{
	background: #FFF;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	display: block;
	position: absolute;
	border: solid 1px green;
		z-index: 5001;
}
.chooser img.underlayhover
{
	display: none;
}
