body.custom_results #content_inner_inner {
	padding: 1px 0 0 0;	/* 1px padding-top keeps background-color butting
	                           up against the nav's bottom border. */
}

body.custom_results #content_inner_inner h3 {
	clear: both;
	background-color: #e2f0eb;
	font-size: 145%;
	font-weight: normal;
	padding: 5px 10px;
	margin-top: 18px;
	color: #666666;
	font-family: "Times New Roman", serif;
}

body.custom_results .resultsCategory {
	padding: 18px 37px 37px 37px;
}
body.custom_results .resultsCategoryLayoutTable {
	width: 100%;
}
body.custom_results .resultsCategoryLayoutTable tr {
	vertical-align: top;
}

body.custom_results .resultsCategoryLayoutTable td.imageColumn   { width: 15%; }
body.custom_results .resultsCategoryLayoutTable td.resultsColumn { width: 85%; }

body.custom_results .resultsTable { width: 100%; }
body.custom_results .resultsTable.basedOnSKU {
	border-bottom: solid 1px #333333;
}

body.custom_results .resultsTable .col1 { width: 16%; }
body.custom_results .resultsTable .col2 { width: 42%; }
body.custom_results .resultsTable .col3 { width: 42%; }

body.custom_results .resultsTable.basedOnSKU .col1 { width: 16%; }
body.custom_results .resultsTable.basedOnSKU .col2 { width: 84%; }

body.custom_results .resultsTable th,
body.custom_results .resultsTable td {
	padding: 3px 18px 3px 0;
}
body.custom_results .resultsTable th {
	border-bottom: solid 1px #333333;
	padding-top: 0;
}
body.custom_results .resultsTable tr.subhead td {
	font-weight: bold;
	padding-top: 6px;
}
body.custom_results .resultsTable td.col1 { 
	padding-left: 12px;
	background-image: url("../images/bullet_yellow_circle.gif");
	background-repeat: no-repeat;
	background-position: 1px 8px;
}


