/***********************************************************************
	Stylesheet for Search Page
	Copyright 2008 Pixelsound.com
***********************************************************************/


/* Search Box */
div.tx-indexedsearch-searchbox {
	float:left;
	width:350px;
}
	.tx-indexedsearch .searchbox-tmpl-css label {
		width:8em;
		margin-right:1em;
		float:left;
	}
	div.tx-indexedsearch-form {
		margin:.3em 0;
	}
	div.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword {
		width:200px;
		margin:0px;
	}
	div.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
		margin:0.5em 0 0.5em 9em;
		width:auto;
	}
	div.tx-indexedsearch-searchbox input.checkbox {
		width:auto;
	}
	
	div.tx-indexedsearch-searchbox textarea,
	div.tx-indexedsearch-searchbox select {
		margin:0;
		width:100px;
	}

	


/* Rules */
div.tx-indexedsearch-rules {
	padding:0;
	margin:0;
	float:left;
	width:250px;
}
	div.tx-indexedsearch-rules .highlight {
		border:1px solid #ccc;
		margin:8px 0 0 5px;
	}
	.tx-indexedsearch-rules h2 {
		font-size:.9em;
		margin:0;
		padding:0;
		border:1px none white;
	}
	.tx-indexedsearch-rules p {
		font-size:.9em;
		line-height:1em;
		margin:.2em 0em .5em;
	}


/* Browse Box */
.tx-indexedsearch-browsebox {
	font-size:0.9em;
	border-top:1px solid #666;
	margin:1em 0;
	text-align:center;
}
ul.browsebox {
	font-size:0.9em;
	padding:0em 1em;
}
	ul.browsebox li {
		list-style-type:none;
		display:inline;
		padding:0 .3em;
		margin:0;
		border-right:1px solid black;
	}


/* Title bar */
.tx-indexedsearch-res h3 {
	padding:.2em .5em;
}
	.tx-indexedsearch-res h3 img {
		margin:0;
		display:block;
		float:left;	
	}
	.tx-indexedsearch-res h3,
	.tx-indexedsearch-res h3 a,
	.tx-indexedsearch .result-count-tmpl-css, 
	.tx-indexedsearch .percent-tmpl-css {
		color:#000;
	}
	.tx-indexedsearch .result-count-tmpl-css, 
	.tx-indexedsearch .percent-tmpl-css { 
		letter-spacing:0; 
		font-weight:normal; 
		margin-top:-1.5em; 
		float:right; 
	}


/* Teaser */
.tx-indexedsearch-redMarkup {
	color:red;
}



/* Meta Info: path, size etc */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	padding:.2em .5em;
}
	.tx-indexedsearch-res {
		padding:0em 0;
	}
			.tx-indexedsearch-res p {
				padding:0;
				margin:0 0 0 30px;
				line-height:1.2em;
			}
			dl.tx-indexedsearch-info {
				font-size:.9em;
				line-height:1em;
				padding:0;
				margin:1em 0 0 30px;
			}
					.tx-indexedsearch-info dt,
					.tx-indexedsearch-info dd {
						display:inline;
						padding:0;
						margin:0;
					}
					.tx-indexedsearch .info-tmpl-css dd.item-path { 
						float:none; 
					}
					.tx-indexedsearch-info dt.tx-indexedsearch-text-item-path {
						display:block;
						clear:both;
						float:left;
					}
					.tx-indexedsearch-info dd.tx-indexedsearch-text-item-path {
						display:block;
						float:left;
					}



.tx-indexedsearch .tx-indexedsearch-whatis { 
	margin-top:10px; 
	margin-bottom:5px; 
	clear:both;
}


/* default styles for extension "tx_indexedsearch" 
.tx-indexedsearch .tx-indexedsearch-browsebox LI {
	display:inline; 
	margin-right:5px; 
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	width:100px; 
}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 
	width:150px; 
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { 
	font-weight:bold; 
	font-style:italic; 
}
.tx-indexedsearch .tx-indexedsearch-noresults { 
	text-align:center; 
	font-weight:bold; 
}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { 
	font-style:italic; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { 
	margin-top:20px; 
	margin-bottom:5px; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { 
	margin-top:0px; 
	margin-bottom:0px; 
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { 
	background:#cccccc; 
	vertical-align:middle; 
}
.tx-indexedsearch .tx-indexedsearch-res .noResume { 
	color:#666666; 
}
.tx-indexedsearch .tx-indexedsearch-category { 
	background:#cccccc; 
	font-size:16px; 
	font-weight:bold;
}

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template)
.tx-indexedsearch .res-tmpl-css { 
	clear:both; 
	margin-bottom:1em; 
}
.tx-indexedsearch .info-tmpl-css dt, 
.tx-indexedsearch dl.info-tmpl-css dd { 
	float:left; 
}
.tx-indexedsearch .info-tmpl-css dd.item-mtime { 
	float:none; 
}


