﻿.ProductListItem
{
	clear: both;
	margin: 0px 0px 8px 0px;
}

.ProductListItem .PartNumber
{
	font-size: smaller;
}

.ProductListItem .Thumbnail
{
	float: left;
	margin-bottom: 8px;
}

.ProductListItem a.ProductName
{
	color: #3399CC;
	font-size: small;
	text-decoration: none;
}

.ProductListItem .ProductText
{
	margin-left: 79px;
	padding-bottom: 8px;
	border-bottom: solid 1px #CCC;
}

.ProductListItem .ProductDescription
{
	font-size: smaller;
	padding-left: 8px;
}

.Paginator
{
	clear: both;
	padding-top: 8px;
	margin-bottom: 6px;
	font-size: .8em;
}

.Paginator .Label
{
	border-bottom: solid 1px #CCC;
	font-size: smaller;
}

.Paginator a.PageLink
{
	color: #3399CC;
}

.Paginator .Disabled
{
	text-decoration: none;
	color: #CCC;
}

.Paginator .Selected
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
}
.BreadCrumbs
{
	font-size: .8em;
}