/******************************* siemens' new web appearance layout *****/
/******************************* Copyright (c) 2007-2008 Siemens AG *****/
/************************************************************************/
/*************************************************** content styles *****/
/************************************************************************/
/*************************************** author virtual identity AG *****/
/* $LastChangedDate: 2008-08-29 10:26:22 +0200 (Fr, 29 Aug 2008) $ *****/
/************************************************************************/
/* START: general declarations */

div.search-header h2,
div.recommendation h2
{
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666;
}

div.search-header h2
{
	float: left;
}

div.hruler-dotted
{
	height: 1px;
	margin: 10px 0;
	background: url(./img/bg_dotted.gif) repeat-x;
}

div.search-results div.search-pagination
{
	float: right;
}

ul.bullet
{
	margin-bottom: -2px;
}

ul.bullet li
{
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 2px 7px;
	background: url(../../core/img/bullet.gif) 0 7px no-repeat;
}

/* END: general declarations */
/************************************************************************/
/* START: tabs */

div#tab-nav-wrapper
{
	background: url(./img/tab-nav-ul.gif) bottom repeat-x;
	padding: 16px 0 0 0;
}

ul.tab-nav
{
	float: left;
}

ul.tab-nav li
{
	display: block;
	float: left;
	margin: 0 0 0 2px;
	padding: 2px 9px 2px 4px;
	background: url(./img/tab-nav-li.gif) top right no-repeat;
}

ul.tab-nav li:first-child
{
	margin: 0;
}

ul.tab-nav li a
{
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666;
}

ul.tab-nav li a:hover
{
	color: #900;
}

ul.tab-nav li.active
{
	border-bottom: none;
	background: url(./img/tab-nav-li-active.gif) top right no-repeat;
}

ul.tab-nav li.active a
{
	color: #333;
}

div#tab-nav-wrapper p.help
{
	padding: 3px 0 0;
}

p.help
{
	float: right;
}

p.help a
{
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 0 19px;
	background: url(./img/icon-help.gif) no-repeat;
	color: #666;
	display: block;
}

p.help a:hover
{
	color: #900;
}

/* END: tabs */
/************************************************************************/
/* START: search query and filter */

div.search-query,
div.search-filter
{
	background: #d7e0e3;
}

div.search-query
{
	position: relative;
	z-index: 4;
	padding: 10px;
	clear: both;
}

div.search-query input#query
{
	font-size: 11px;
	width: 398px;
	border: 1px solid #999;
	height: 14px;/* only for Safari 3 WIN */
	padding: 0 7px;
	display: block;
	float: left;
}

div#autocomplete-wrapper
{
	position: absolute;
	left: 10px;
	top: 25px;
	display: none;
	width: 397px;
	padding: 6px 8px 6px 7px;
	border: 1px solid #999;
	background: #fff;
	z-index: 1000;
}

div#autocomplete-wrapper ul li
{
	font-size: 11px;
	line-height: 16px;
}

div#autocomplete-wrapper ul li a:hover,
div#autocomplete-wrapper ul li.selected a
{
	color: #900;
}

div#autocomplete-wrapper ul li a
{
	display: block;
}

div.search-query button.generic,
div.search-query a.generic-button
{
	margin-left: 4px;
	display: block;
	float: left;
}

div.search-filter p.summary
{
	font-size: 11px;
	line-height: 16px;
	margin: 0 10px 2px 10px;
	color: #666;
}

a#toggle-filter
{
	padding-left: 34px;
	display: none;
}

a#toggle-filter:hover
{
	color: #900;
}

div.search-filter a.expanded
{
	background: url(../../core/img/icon-folder-expanded.gif) 19px 4px no-repeat;
}

div.search-filter a.collapsed
{
	background: url(../../core/img/icon-folder-collapsed.gif) 23px 2px no-repeat;
}

div.search-filter div#filter
{
	padding-top: 4px;
}

div.search-filter label
{
	font-size: 11px;
	line-height: 16px;
}

div.search-filter select
{
	font-size: 11px;
	line-height: 16px;
	width: 182px;
}

div.search-filter div.select-wrapper
{
	float: left;
	padding: 0 4px 10px 10px;
}

div.search-filter div.select-wrapper p button.generic
{
	float: left;
	margin: 3px 0 0 0;
}

div#search-filter-zone div.search-filter div.hruler-dotted
{
	clear: both;
	margin: 0 10px 6px;
	padding: 4px 0 0;
	background: url(./img/bg_dotted.gif) 0 4px repeat-x !important;
}

div.search-filter div#button-spacer
{
	height: 14px;
	width: 190px;
}

div.search-filter div#remove-button-spacer
{
	margin-bottom: -14px;
}

fieldset.reset
{
	float: right;
	width: 192px;
	padding: 4px 12px 6px 0;
}

fieldset.reset a.generic-button,
fieldset.reset button.generic
{
	float: right;
}

/* END: search query and filter */
/************************************************************************/
/* START: js filter */

div.gui-select
{
	position: relative;
	z-index: 1;
	margin: 2px 0 0;
	width: 182px;
}

div.active-gui-select
{
	z-index: 2;
}

div.gui-select p.title
{
	font-size: 11px;
	height: 18px;
	line-height: 16px;
	overflow: hidden;
	width: 182px;
}

div.gui-select p.title a
{
	background: #fff url(img/pulldown-bg.gif) no-repeat right bottom;
	display: block;
	color: #666;
	height: 18px;
	padding: 0 16px 0 7px;
	white-space: nowrap;
	width: 159px;
}

div.gui-select p.selected-title a
{
	color: #900;
}

div.gui-select div.content
{
	background: #fff;
	left: -7000px;
	max-height: 189px;
	overflow: hidden;
	position: absolute;
	top: 18px;
	width: 182px;
	z-index: 1;
}

div.gui-select div.active-content
{
	left: 0;
}

div.gui-select ul
{
	overflow: hidden;
	padding: 5px 10px 6px 7px;
	position: relative;
}

div.gui-select li
{
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 2px;
}

div.gui-select li span.value
{
	display: none;
}

div.gui-select li a:hover
{
	color: #900;
}

div.gui-select li span.no
{
	color: #999;
}

div.gui-select div.slider-wrapper
{
	border: 2px solid #fff;
	border-top-width: 1px;
	height: 186px;
	left: 165px;
	position: absolute;
	top: 0;
	width: 13px;
}

div.gui-select div.arrow-up,
div.gui-select div.arrow-down,
div.gui-select div.handle,
div.gui-select div.slider
{
	background-color: #b9b9b9;
	background-repeat: no-repeat;
	background-position: 2px 4px;
	height: 12px;
	left: 0;
	position: absolute;
	top: 0;
	width: 13px;
}

div.gui-select div.arrow-up
{
	background-image: url(img/gui-select-arrow-up.gif);
}

div.gui-select div.arrow-down
{
	background-image: url(img/gui-select-arrow-down.gif);
	top: 174px;
}

div.gui-select div.slider
{
	background: #eee;
	height: 158px;
	top: 14px;
}

div.gui-select div.handle
{
	height: 0; /* set by js */
}

/* END: js filter */
/************************************************************************/
/* START: pagination */

div.search-pagination dl
{
	font-size: 11px;
	line-height: 16px;
}

div.search-pagination dd
{
	float: left;
}

div.search-pagination dd,
div.search-pagination dd a
{
	color: #666;
}

div.search-pagination dd a:hover
{
	text-decoration: underline;
}

div.search-pagination dd span.pipe
{
	margin: 0 6px;
}

div.search-pagination dd.prev a,
div.search-pagination dd.next a,
div.search-pagination dd.prev-inactive span,
div.search-pagination dd.next-inactive span
{
	display: block;
	width: 15px;
	height: 16px;
	text-decoration: none !important;
}

div.search-pagination dd.prev a
{
	background: url(./img/icon-paging-prev.gif) 0 5px no-repeat;
}

div.search-pagination dd.prev-inactive span
{
	background: url(./img/icon-paging-prev-inactive.gif) 0 5px no-repeat;
	text-indent:-9000pt;
}

div.search-pagination dd.next a
{
	background: url(./img/icon-paging-next.gif) 9px 5px no-repeat;
}

div.search-pagination dd.next-inactive span
{
	background: url(./img/icon-paging-next-inactive.gif) 9px 5px no-repeat;
	text-indent:-9000pt;
}

div.search-footer div.hruler-dotted
{
	margin: 6px 0 !important;
}

/* END: pagination */
/************************************************************************/
/* START: results */

div.search-results div.hruler-dotted
{
	margin: 6px 0 14px;
}

dl.result
{
	clear: both;
	padding-bottom: 4px;
}

dl.result dt,
dl.result dd
{
	font-size: 11px;
	line-height: 16px;
}

dl.result dd.spacer
{
	font-size: 0;
	line-height: 0;
	height: 14px;
}

dl.result dd.image
{
	font-size: 0;
	line-height: 0;
	padding: 4px 0;
}

dl.result dd.image img
{
	display: block;
} 

dl.result dt a
{
	color: #900;
}

dl.result dt a:hover
{
	text-decoration: underline;
}

dl.result dd
{
	color: #000;
}

dl.result dd a
{
	color: #666;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
}

dl.result dd a:hover
{
	color: #900;
	text-decoration: underline;
}

dl.result dd a.audio
{
	padding: 0 0 0 18px;
	background-image: url(../../core/img/audio.gif) !important;
}

dl.result dd a.doc
{
	padding: 0 0 0 19px;
	background-image: url(../../core/img/doc.gif) !important;
}

dl.result dd a.gif
{
	padding: 0 0 0 18px;
	background-image: url(../../core/img/gif.gif) !important;
}

dl.result dd a.image
{
	padding: 0 0 0 18px;
	background-image: url(../../core/img/image.gif) !important;
}

dl.result dd a.jpeg
{
	padding: 0 0 0 18px;
	background-image: url(../../core/img/jpeg.gif) !important;
}

dl.result dd a.pdf
{
	padding: 0 0 0 18px;
	background-image: url(../../core/img/pdf.gif) !important;
}
dl.result dd a.ppt
{
	padding: 0 0 0 17px;
	background-image: url(../../core/img/ppt.gif) !important;
}

dl.result dd a.tiff
{
	padding: 0 0 0 17px;
	background-image: url(../../core/img/tiff.gif) !important;
}

dl.result dd a.video
{
	padding: 0 0 0 18px;
	background-image: url(../../core/img/video.gif) !important;
}

dl.result dd a.xls
{
	padding: 0 0 0 18px;
	background-image: url(../../core/img/xls.gif) !important;
}

dl.result dd a.zip
{
	padding: 0 0 0 17px;
	background-image: url(../../core/img/zip.gif) !important;
}

dl.result dd.sep
{
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin: 10px 0;
	background: url(./img/bg_dotted.gif) repeat-x;
}

dl.no-result
{
	clear: both;
}

dl.no-result dt,
dl.no-result dd
{
	font-size: 11px;
	line-height: 16px;
}

dl.no-result dd.spacer
{
	font-size: 0;
	line-height: 0;
	height: 12px;
}

dl.no-result dd
{
	color: #000;
}

/* END: results */
/************************************************************************/
/* START: suggestion */

div.search-suggestion
{
	margin: 0 0 14px;
}

div.search-suggestion dl.suggestion dt,
div.search-suggestion dl.suggestion dd
{
	font-size: 11px;
	line-height: 16px;
	float: left;
}

div.search-suggestion dl.suggestion dd a
{
	color: #900;
	font-weight: bold;
	margin-left: 4px;
}

div.search-suggestion dl.suggestion dd a:hover
{
	text-decoration: underline;
}

/* END: suggestion */
/************************************************************************/
/* START: help */

div#back a
{
	font-size: 11px;
	line-height: 16px;
}

body#help div#content-zone h1
{
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	margin: 17px 0 13px;
	color: #000;
}

div.level-2 h2
{
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666;
}

div.level-2 p
{
	font-size: 11px;
	line-height: 16px;
}

div.level-2 div.next
{
	padding: 8px 0 0;
}

div.level-2 div.list p
{
	padding: 0 0 2px;
}

/* END: help */
/************************************************************************/
/* START: context-zone */
div#context-zone div.hruler-dotted
{
	margin: 6px 0 12px;
}
/* END: context-zone */
/************************************************************************/
/* START: lightbox layer */

div.lightbox-layer div.layer-content
{
	padding: 20px 10px 44px;
}

div.lightbox-layer div.layer-content h1
{
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #000;
}

div.lightbox-layer div.layer-content h2
{
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666;
}

div.lightbox-layer div.layer-content p
{
	font-size: 11px;
	line-height: 16px;
}

div.lightbox-layer div.layer-content div.next
{
	padding: 8px 0 0;
}

div.lightbox-layer div.layer-content div.list p
{
	padding: 0 0 2px;
}

/* END: lightbox layer */
/************************************************************************/
