﻿	/* Page layout. */
	#content #pageLayout {
		width: 100%;
		margin-top: 25px;
	}
	#pageLayout td {
		vertical-align: top;
	}

	/* Product list. */
	#content h4 {
		margin: 20px 0 0 0;
		font-size: 16px;
		font-weight: bold;
		padding: 5px;
	}
	#content #products {
		width: 100%;
	}
	#content #products th {
		white-space: nowrap;
	}
	#content #products tbody td {
		background-image: url(images/dot.gif);
		background-repeat: repeat-x;
		padding-top: 13px;
		padding-bottom: 0;
	}
	#content #products td.thumbnail {
		width: 74px;
	}
	#content #products td.thumbnail img {
		width: 64px;
		height: 64px;
	}
	#content #products tbody tr.partNumber td {
		background-image: none;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#content #products div.description {
		margin-top: 5px;
		font-size: 11px;
	}
	#content #products div.promo-description {
		margin-top: 3px;
		color: #f00;
	}
	#content #products div.replacement {
		margin-top: 5px;
	}
	#content #products div.replacement a {
		text-decoration: none;
		font-size: 11px;
		font-weight: bold;
	}
	#content #products td.price {
		font-size: 11px;
		color: #ff0000;
	}
	#content #products td.price span {
		white-space: nowrap;
		font-size: 11px;
	}
	#content #products td.price div.list-price {
		color: #999;
		text-decoration: line-through;
		font-size: 11px;
	}
	
	/* Filters. */
	#filters {
		padding: 10px;
		width: 200px;
		text-align: left;
	}
	#filters strong {
		display: block;
		color: #999;
		font-size: 16px;
	}
	#filters h5 {
		margin: 15px 0 5px 0;
	}
	#filters ul {
		margin: 5px 0;
	}
	#filters li {
		list-style-image: url(images/bullet2.gif);
		margin-bottom: 3px;
		font-size: 11px;
		color: #999;
	}
	#filters li a {
		font-size: 11px;
	}
	#filters li.selected {
		list-style-image: url(images/check.gif);
		color: #666;
	}
	
	/* Paging */
	div.paging {
		float: left;
		text-align: left;
		margin-top: 10px;
	}
	div.paging div {
		float: left;
		padding: 5px;
		margin: 4px;
	}
	div.paging a {
		display: block;
		float: left;
		padding: 5px;
		border: dotted 1px #333;
		margin: 3px;
	}
	div.paging strong {
		display: block;
		float: left;
		padding: 5px;
		border: dotted 1px #333;
		margin: 3px;
	}
	
	div.in-categories {
		float: left;
		margin-top: 8px;
	}
	div.in-categories span {
		float: left;
		margin-top: 4px;
		font-size: 11px;
	}
	div.in-categories a {
		float: left;
		font-size: 10px;
		color: green;
		padding: 2px 4px;
		margin-left: 8px;
		margin-top: 4px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		display: block;
		text-decoration: none;
		border: solid 1px #ccc;
	}