/* ITX Category Ratings — minimal overrides on top of the theme's native
   .tabl_quotes / .tabl_inner_sortable / .navigation_box styles. */

/* Title column reads left-aligned (theme centers all rating cells). */
.itx-cr-rt .tabl_quotes table td.table_rating_col_1 {
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
	width: 55%;
}
.itx-cr-rt .tabl_quotes thead th.table_rating_col_1 > a > span { text-align: left; }

/* Sortable header links inherit the theme header look, no link underline. */
.itx-cr-rt .tabl_inner_sortable thead th > a,
.itx-cr-rt .tabl_inner_sortable thead th > a:hover {
	display: block;
	color: inherit;
	text-decoration: none;
}

/* Numeric columns stay compact. */
.itx-cr-rt .tabl_quotes table td.table_rating_col_2 { width: 15%; white-space: nowrap; }
.itx-cr-rt .itx-cr-rating .itx-cr-max { color: #9e9e9e; font-weight: 400; font-size: 12px; }

.itx-cr-rt .itx-cr-empty {
	padding: 24px;
	text-align: center;
	color: #787777;
	background: #f6f6f6;
}

/* Search box spacing above the table. */
.itx-cr-rt .quotes_search_box { margin-bottom: 14px; }
