#search-results {
	list-style: none;
	width: 560px;
	float: left;
}

#search-info {
	display: block;
	width: 560px;
	margin-left: 20px;
	font-style: oblique;
	color: #888;
}

#search-results li {
	padding: 2px 5px;
}

.news-item {
	border-bottom: 1px dotted #bbb;
	padding: 0px 2px 5px 2px;
	background-color: #eee;
	margin-bottom: 5px;
	margin-left: -20px;
}

.news-header {
	margin-bottom: 0px;
}

.news-header h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

.news-header .news-date {
	color: #999;
	font-size: 10px;
	padding-bottom: 0px;
}

.news-body {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.news-actions a {
	text-decoration: none;
	margin-right: 1em;
}

#search-results.compact li { 
	float:left;
	width:260px;
	margin-right: 30px;
}

#search-results.compact .news-body {
	display: none;
}

#jquery-search-commands {
	margin: 10px 10px 0px 20px;
	border-bottom: 1px solid #bbb;
}

#jquery-search-commands img {
	border: none;
}

  dl.tags-list {
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
  }

  .tags-list dt {
    display: block;
    margin-bottom: 20px;
    float: left;
    clear: left;
    color: #aaa;
    font-size: 3em;
  }

  .tags-list dd {
    margin-left: 10em;
    clear: right;
  }

  .tag {
    float: left;
    padding: 3px 3px;
    margin-right: 2px;
    margin-bottom: 2px;
    background: #eee;
    border: 1px solid #ddd;    
  }

  .current-tag {
    display: block;
    float: left;
    padding: 3px 20px 3px 3px;
    margin-right: 2px;
    margin-bottom: 2px;
    border: 1px solid #82cb2f;
    background: #d7f7c4 url(/templates/default/images/search/cross.png) no-repeat center right;
  }

  span.tag hover {
    background: red;
  }

  #search-tags {
    clear: both;
  }

  #search-params {
    clear: both;
  }

  .hidden {
    display: none;
  }

