
/* ----- customsearch.css ----- */
@media all {
/*
  Custom Search CSS definitions
  ------------------------------------------
  
  Copyright 2006 Red Innovation <http://www.redinnovation.com>
  
   (Loads base_properties variables)

   (Do not change this)
    
*/

.customsearch-hit {
	border-bottom: 1px dashed #c7c8cb;
	padding-top: 0.5em;	
	padding-bottom: 0.5em;			
}

.customsearch-helptext {
	font-weight: bold;	
	padding-bottom: 1em;
}

.customsearch-notfound {
    background-color: #ffce7b;
    border: 1px solid #ffa500;
    color: Black;
    font-size: 85%;
    font-weight: bold;
    margin: 1em 0em;
    padding: 0.5em 1em 0.5em 3em;
    vertical-align: middle;
    background-image: url(../../info_icon.gif);
    background-repeat: no-repeat;
    background-position: 5px 50%;
}

.customsearch-result-number {
	margin: 0.5em;
	font-height: 16px;
	font-weight: bold;
	float: left;
	width: 3em;
	text-align: center;
}

.customsearch-image-link {
	/* Thumbnailed images in search results */	
}

.customsearch-result-number a {
	text-decoration: none;	
}


.customsearch-result-table {
	
}

/* Disable link tyles in search results */
.customsearch-result-table a {
	text-decoration: none;
}

.customsearch-result-key {
	vertical-align: top;	
}

.customsearch-result-value {
	font-weight: bold;
	vertical-align: top;
}

/*
 * This is a sample how to hide field label for 
 * Title attribute in the searches. Each custom search result row
 * gets a CSS class based on the normalized friendly name of the search field.
 * 
 * See custom_search_results_listing.pt and Plone's normalizeString()
 * for more information.
 */
.customsearch-result-title .customsearch-result-key  {
	display: none;
}

/* 
    (end of loaded base_properties variables)
*/

}

