/* layout */
body #content
{
	float: left;
	width: 100%;
}


/* MULTIKEY (v2.0 - 07-09-06)
----------------------------------------------------------- */
h2.multikey
{
	color: #000;
	font-size: 1.2em;
	/*padding-left: 1em;*/
	padding-bottom: .2em;
	border-bottom: solid 3px #ccc;
}

#content h2 em
{
	font-style: normal;
	font-size: 1.3em;
	display: block;
	/*margin-left: -0.8em;*/
}

#properties-column, #selection-column, #result-column
{
	position: relative;
	float: left;
	display: inline;
	margin-right: 1%;
	width: 30%;
}

#result-column
{
	margin: 0;
	width: 68%
}

/* Properties */
#properties-column h2
{
	/*border-color: #5CAD5C;*/
}

#properties-column h3
{
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

#properties, #properties ul, #properties li
{
	list-style: none;
	padding: 0;
	margin: 0;	
}

#properties li
{
	position: relative;	
	margin: 0 0 1px;
	float: left; /* IE margin-bug */
	width: 100%;	
	background: #ccc;	
	/*background: #5CAD5C url(../../../sites/rna.facetnavigation/images/multikey/bg_buttons.gif) repeat-x left top;*/
}

#properties li.disabled
{
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(Opacity=50);
}

#properties img.thumb
{
	height: 48px;
	width: 64px;
}

#properties img.full
{
	height: 144px;
	width: 192px;
}

#properties a.thumb
{
	text-decoration: none;
}

#properties li h4
{
	color: #000;
	font-size: 1.6em;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	margin: 0;
	cursor: pointer;
}

#properties li.disabled h4
{
	cursor: auto;
}

#properties li a.help
{
	position: absolute;
	right: 3px;
	top: 3px;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	background: transparent url(../../../sites/rna.facetnavigation/images/icons/icon_help.gif) no-repeat left top;
}

#properties li ul li a.help
{
	position: absolute;
	right: -7px;
	top: 3px;
}

#properties ul
{
	background: #eee;
	padding: 0 0 5px;
	display: inline-block; /* IE 'hasLayout' ten behoeve FX */
}

#properties ul li
{
	float: none;
	margin: 0;	
	line-height: 1.5em;	
	background: transparent;
}

#properties ul a
{
	color: #000;
	padding-left: 10px;
	display: block;
}

#properties li.empty
{
	line-height: 40px;
	height: 40px;
}


/* Selection */
#selection-column h2
{
	/*border-color: #F60;*/
} 

#selection, #selection li
{
	list-style: none;
	margin: 0;
	position: relative;
}

#selection li p, #properties li.selection p
{
	height: 40px;
	padding-left: 10px;
	margin: 0;
}

#selection li, #properties li.selection
{
	color: #fff;
	height: 48px;
	margin-bottom: 1px;
	overflow: hidden;
	background: #666;
	/*background: #D48D3E url(../../../sites/rna.facetnavigation/images/multikey/bg_buttons.gif) repeat-x 0 -100px;*/
}

#selection li strong, #properties li.selection strong
{
	display: block;
	padding: .2em 0 0;
	width: 100%;
	color: #fff;	
}

#selection li a.delete, #properties li.selection a.delete
{
	position: absolute;
	right: 3px;
	top: 3px;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	background: transparent url(../../../sites/rna.facetnavigation/images/icons/icon_delete.gif) no-repeat left top;
}


#selection li img.thumb
{
	height: 48px;
}

#selection li.empty
{
	line-height: 40px;
	color: #fff;
	background: #666;
	/*line-height: 40px;
	font-weight: bold;
	padding-left: 2em;
	background: #fff; */ /*url(../../../sites/rna.facetnavigation/images/icons/icon_error.gif) no-repeat 0 50%;*/
}

/* Result */
#result-column h2
{
	/*border-color: #509DE3;*/
}

#result, #result li
{
	margin: 0;
	padding: 0;	
	list-style: none;
	background: #eee;
}

#result li
{
	position: relative;	
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 1px;
	color: #000;
	font-weight: normal;	
	/*background: #f60 url(../../../sites/rna.facetnavigation/images/multikey/bg_buttons.gif) repeat-x 0 -200px;*/
}

#result li strong, #result li span
{
	margin-left: 10px;
	line-height: 20px;
}

#result li strong
{
	display: block;
	display: block;
	color: #000;	
}

#result li a
{
	color: #000;
}

#result li a.info
{
	position: absolute;
	right: 3px;
	top: 3px;
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	background: transparent url(../../../sites/rna.facetnavigation/images/icons/icon_info.gif) no-repeat left top;
}

#result li.empty
{	
	line-height: 40px;
	/*
	color: #000;
	font-weight: bold;
	padding-left: 2em;
	background: #fff; *//* url(../../../sites/rna.facetnavigation/images/icons/icon_error.gif) no-repeat 0 50%;*/
}

#result dl.object, #result dl.object dt, #result dl.object dd
{
	margin: 0;
	padding: 0;
}

#result dl.object
{		
	margin: 0 10px 10px;
	height: auto;
}

#result dl.object dt, #result dl.object dd
{	
	float: left;
	width: 32%;
	font-weight: bold;
	line-height: 2em;
}

#result dl.object dd
{
	width: 68%;
	font-weight: normal;
} 