/*** Rozszerzona lista wyboru ***/

.exlist
{
	margin: 5px 0px;

	border: 1px inset #cacaca;
	background: #ffffff;
}

.exlist-current
{
	padding: 5px;
}

.exlist-selector
{
	margin: 3px;
	padding: 2px 3px;

	border: 2px outset #ffffff;
	background-color: #ebebeb;
	
	font-size: 8px;
}

.exlist-elements
{
	margin-left: -1px;
	margin-top: 2px;
	
	border: 1px solid #cacaca;
}

.exlist-element
{
	cursor: pointer;

	background: #ffffff;
}

.exlist-element:hover
{
	color: #ffffff;
	
	background: #000088;
}

.exlist .exlist-element-value div
{
	padding: 3px 5px;
}

.exlist-search
{
	padding: 5px;
	background: #bababa;
}

.exlist-captions
{
	background: #d7d7d7;
	
	font-weight: bold;
}

.exlist-captions .exlist-caption div
{
	padding: 3px 5px;

	border: 1px outset #eaeaea;
}

.exlist-current
{
	cursor: pointer;
}

.exlist-current .exlist-element-value div
{
	padding: 0px;
}
