#cs-demo {
	width: 725px;
	float: left;
	margin: 0;
	padding: 0;
}

#cs-searchbox {
	width: 725px;
	height: 120px;

	padding: 0;
	margin-bottom: 20px;
	background: transparent url(../img/searchfield_box.gif) left top no-repeat;
}

#cs-searchfield {
	padding: 24px 0 0 218px;
}

#cs-searchfield span.sbox_l  {
	background: url('../img/searchfield_leftcap.gif') no-repeat top left;
	float: left;
	width: 15px; height: 32px;
}

#cs-searchfield span.sbox_r  {
	background: url('../img/searchfield_rightcap.gif') no-repeat top left;
	float: left;
	width: 15px; height: 32px;
}

#cs-searchfield span.sbox input {
	background: url('../img/searchfield_repeat.gif') repeat-x top left;
	float: left;
	border: 0;
	height: 32px; width: 200px;
	padding-top: 7px;
	font: 13px arial;
	color: #000;
}

#cs-searchfield-ext {
	clear: both;
	display: block;
	padding-top: 6px;
}

#cs-searchfield-ext p {
	float: left;
}

#cs-searchfield-ext ul {
	float: left;
	padding-left: 20px;
}

#cs-searchfield-ext ul li {
	list-style: none;
}
#cs-results {
	display: block;
	width: 545px;
	float: left;
	background-color: white;
	min-height: 750px;

}
.cs-results {
	display: block;
	width: 545px;
	float: left;
	background-color: white;
	min-height: 750px;

}
.engine-container {
	display: none;
	width: 725px;
	
}
.active {
	display: block;
}

.result-list {
	width: 545px;
	float: left;
	background-color: white;
	min-height: 750px;

}
#engines {
	display: block;
	height: 25px;
	margin: 0 0 0 0;
	padding-left: 35px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f6f6f6;
}

#engines ul {
	display: block;
	height: 25px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#engines ul li {
	padding: 5px 15px 5px 30px;
	display: block;
	float: left;
	height: 15px;
}

#engines ul li.PubMed {
	background: transparent url(../img/csdemo/pubmed_icon.gif) no-repeat 8px 5px;
}

#engines ul li.Scholar {
	background: transparent url(../img/csdemo/scholar_icon.png) no-repeat 8px 5px;
}

#engines ul li.Cochrane {
	background: transparent url(../img/csdemo/cochrane_icon.gif) no-repeat 8px 5px;
}

#engines ul li a {
	color: #6699CC;
	text-decoration: none;
}

#engines ul li.active {
	color: #000000;
	background-color: white;
	border-top: 1px solid #e5e5e5;
	text-decoration: none;
}
#engines ul li a:hover {
	color: #999999;
}

#cs-tagcloud {
	display: block;
	width: 170px;
	float: right;
	height: 100px;
}

#cs-toolbox {
	display: block;
	width: 170px;
	float: right;
	background: transparent url(../img/toolBox_top.gif) left top no-repeat;
}

#cs-toolbox h1 {
	margin: 0;
	padding-left: 5px;
	height: 17px;
	font-size: 13px;
}

.cluster {
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	background-color: white;
}

.cluster p {
	font-weight: bold;
	color: black;
	padding: 5px;
}

#cs-toolbox hr {
	border: 1px solid #dbdbdb
}
#cs-toolbox ul {
	padding-left: 15px;

}

#cs-toolbox ul li {
	background: url(../img/ordner.gif) 5px 2px no-repeat;
	padding:  2px 0 2px 30px;
	list-style: none;
}

#cs-toolbox ul li.All {
	background: url(../img/ordner.gif) 0 2px no-repeat;
	padding:  2px 0 2px 25px;
	list-style: none;
}

#cs-toolbox ul li.All a {
	color: black;
	font-weight: bold;
}

a.searchlink {
	display: block;
	float: left;
	margin-left: 5px;
	width: 49px;
	height: 32px; 
	background: transparent url('../img/ButtonGo.gif') center left no-repeat;
}
a.searchlink:hover {
	background: transparent url('../img/ButtonGo_hover.gif') center left no-repeat;
}
a.searchlink:active {
	background: transparent url('../img/ButtonGo_onKlick.gif') center left no-repeat;
}

.result-item {
	position: relative;
	padding: 5px 40px;
}

.result-item h3, .result-item h3 a {
	width: 400px;
	font-size: 13px;
	font-weight: bold;
	color: #999999;

}
.result-item span.id {
	position: absolute;
	left: 10px !important;
	left: -25px;
	top: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #999999;
}

.result-item span.preview {
	position: absolute;
	background: transparent url('../img/lupe.gif') center left no-repeat;
	right: 10px;
	top: 10px;
}

.result-item span.preview a {
	padding-left: 15px;
}

.cluster-info {
	padding-top: 10px;
}

.cluster-info p {
	color: #999999;

}

.cluster-info a.extern-link {
color: #00497d;

}

object { outline:none; }
