﻿/* --- site-search.css --- */

/* =====================================================================
	site search results
===================================================================== */

.siteSearchResults
{
	padding: 0 0 0 5px;
}

.siteSearchResults p
{
	padding: 0 0 0 10px;
	background: url(/images/bullet_2.gif) no-repeat left;
	vertical-align: middle;
}

.siteSearchResults table
{
	width: 100%;
	margin: 10px 0 1px;
	border-collapse: collapse;
	font-size: 80%;
}

.siteSearchResults table tr th
{
	font-weight: normal;
	background: #f0f0f0;
}

.siteSearchResults table tr th,
.siteSearchResults table tr td
{
	text-align: left;
	margin: 0 0 5px 0;
	padding: 5px;
	border: 1px solid #d6d6d6;
}

.siteSearchResults table td
{
	padding: 5px
}

.siteSearchResults table td.product
{
	width: 65%;
	padding-left: 5px;
}

.siteSearchResults table td.location
{
	width: 35%;
	padding-left: 5px;
}

.siteSearchResults table td.title
{
	width: 65%;
	padding-left: 5px;
}

.siteSearchResults table th
{
	padding-bottom: 5px;
}

.siteSearchResults table td.seemore,
.siteSearchResults table td.showall
{
	width: 100%;
	font-weight: bold;
	padding: 5px 0;
}

.siteSearchResults table td a
{
	font-weight: bold;
	padding: 0 0 5px 0;
}

.siteSearchResults table td.seemore a,
.siteSearchResults table td.showall a
{
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	background: url(/images/bullet_1.gif) no-repeat left;
	vertical-align: middle;
}
