/* Created 7/23/09 TMP for Search.aspx */
body 	
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	width: 990px;
}

h1#PageHeading	
{
	font-size: 14pt;
	color: #003366;
	margin-bottom: 2px;
	margin-top: 2px;
	vertical-align: middle;
}
#LayoutCenter
{
    padding-left: 5px;
	padding-top: 50px;
}
.CategoryListItem
{
    background-image: url('/images/BlueGradient225x35.jpg');
    background-repeat: repeat-x;
    width: 150px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    text-shadow: 0.1em 0.1em #000000;
    color: #FFFF99;
}

a:link, a:visited 
{
    text-decoration: none;
	color: #003366;
	background-color: transparent;
}

a:link img, a:visited img 
{
	border-width:0;
	background-color: transparent;
}

a:hover, a:active 
{
	text-decoration: underline;
	color: #efeecf;
	background-color: #003366;
}

a:hover img, a:active img 
{
	border-width:0;
	background-color: transparent;
}

#breadcrumb 
{
	background-color: #FFFFCC;
	width: 992px;
	color: #2B5178;
	font-size: 10px;
	height: 14px;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699FF;
}

#breadcrumb a:hover
{
	color: #0033CC;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#breadcrumb a
{
	color: #3366CC;
	text-decoration: none;
}

.SearchSection
{
    margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: solid 2px #B0B2BF;
    margin-bottom: 10px;
}
.SearchSection .SearchHeader
{
    font-weight: bold;
    font-size: 1.1em;
}
.SearchSection .KeywordMatch
{
    font-size: 0.75em;
}


#SKUSearchResults
{
    margin-top: 5px;
    margin-bottom: 5px;
}
#SKUSearch #ctl00_Body_SearchResultsTitle
{
    text-align: center;
    font-weight: bold;
}
#SKUSearch #ctl00_Body_SearchResultsTitle.NoResults
{
    color: #FF0000;
}

#SKUSearchResults .SearchResultItem
{
    clear: both;
    border-top: solid 1px #DDE0F0;
    border-left: solid 1px #DDE0F0;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 96px;
}
#SKUSearchResults .SearchResultItem .ResultTitle
{
    font-weight: bold;
}

#SKUSearchResults .SearchResultItem .ResultDescription
, #SKUSearchResults .SearchResultItem .ResultURL
{
    font-size: 0.85em;
}
#SKUSearchResults .SearchResultItem .ResultURL
{
	font-style: italic;
	color: #006600;
}


#SKUSearchResults .SearchResultItem a:hover
, #SKUSearchResults .SearchResultItem a:active
{
	text-decoration: none;
	background-color: #DDE0F0;
}
#SKUSearchResults .SearchResultItem a:link
, #SKUSearchResults .SearchResultItem a:visited
{
    text-decoration: none;
	color: #003366;
}
#SKUSearchResults .SearchResultItem img
{
    float: left;
}

