body.category #mainContent { padding: 0 7px 2em 7px; }

body.category #header h1 { padding-left: 10px; padding-right: 10px; }

body.category #sub-menu ul { padding-left: 10px; }

#productListing { width: 545px; }



.description h3 { font: bold 1.083em arial, helvetiva, sans-serif; margin-bottom: 0.5em; color: #817B79; }
.description .moreArrow { font-size: 0.833em; }

#content ul.sub-menu {
	margin-left: 6px;
}

/****************** category list *********************/
#categories {
	/* 
	height: 153px; NOTE: to accomodate the size of the positioned image
	margin-top: 20px;
	*/
}

#body-image {
	position: absolute;
	top: 0px;
	left: 265px;
}

#salesArea { padding: 1em 0; border-top: 1px dashed #D9D9D9; }
#salesArea .categories-list td {
	padding: 4px 6px;
}

#salesArea .categories-list td a { font-size: 1.182em; }

/****************** Products list *********************/
#salesArea #left .sub-menu { padding-top: 0; }
#salesArea #content { padding: 0; }


#salesArea #left { width: 168px; }

#productListing .page-list.top {
	position: absolute;
	top: 0px;
	right: 0px;
}

#productListing .page-list.top .label {
	display: block;
	position: absolute;
	top:0px; 
	left: -30px;
}

#productListing .page-list.bottom {
	padding: 10px 10px 0 10px;
}

#productListing .page-list.bottom table {
	margin-left: auto;
	margin-right: auto;
}

#productListing .page-list.bottom * {
	vertical-align: middle;
}

#productListing .page-list img {
	margin-left: 8px;
	margin-right: 8px;
	margin: 2px 0; /* Needed to fix ie cropping issue. */
}

#productListing .page-list a {
	margin-right: 6px;
}

#productListing .page-list td.selected a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#productListing h2.header3 {
	border: none;
	margin-bottom: 0;
}

table.results {
	margin-top: 2px;
	width: 100%;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

table.results td td {
	border: none;
	color: #9C9C9C;
	padding-bottom: 3px;
	font-size: 1em;
}

table.results td.thumb,
table.results td.description,
table.results td.part-numbers,
table.results td.purchase {
	padding: 6px 15px 6px 0px;
	vertical-align: middle;
}
table.results td.description {
	width: 150px;	
}
table.results td.purchase {
	width: 75px;	
}
	table.results td.purchase p {
		padding: 0;
		margin: 0;
	}
	table.results td.purchase p.productMultiSpecs {
		font-size: 0.85em;
		line-height: 0.95em;
	}
table.results td.part-numbers {
	width: 160px;
	padding-right: 0;	
}

	table.results td.part-numbers table { width: 100%; }
	table.results td.part-numbers table td.number a { color: inherit; text-decoration: none; }
	table.results td.part-numbers table td.number a:hover { color: #b42025; }
	
table.results td.thumb {
	width: 104px;
	padding: 6px 12px 6px 6px;
}
table.results td.thumb img {
	display: block;
	width: 104px;
}

table.results td.purchase { text-align: right; font-size: 1.1em; color: #817B79; padding-right: 6px; }

	table.results td.purchase p { font-size: 0.917em; }
	
		table.results td.purchase p span { font-weight: bold; color: #3a3a39; }

table.results td.description .product-name {
	color: #3a3a39;
	font-size: 1.09em;
	font-weight: bold;
	margin-bottom: 6px;
	text-decoration: none;
}
table.results td.description .product-name:hover { color: #b42025; }

table.results td.description p {
	margin-bottom: 0.25em;
}

table.results td.part-numbers td.label {
	padding-right: 20px;
	font-weight: bold;
	text-align: right;
}
table.results td.purchase .price-wrapper {
	margin: 0 0 2px 0;
}
table.results td.purchase .price {
	font-size: 1.09em;
	font-weight: bold;
	color: #6F6F6F;
}

table.results td.purchase .small {
	vertical-align: middle;
	margin-right: 3px;
	color: #9C9C9C;
	padding-bottom: 0.25em;
}

table.results td.purchase .add-to-cart {
	margin-top: 6px;
	display: block;
	float: right;
}
