/* Supplement CSS — fallbacks for decorative template assets missing from the Wayback archive */

/* topcol_bg.png (repeat-x strip under header) not archived — flat fallback matching theme accent */
#topcol {
  background: #eef3f8 !important;
  border-bottom: 1px solid #dfe6ee;
}

/* search_bg.png (magnifying-glass icon) not archived — plain box, no icon */
#search .search {
  background: transparent !important;
}

/* red_btn.png not archived — solid color matching theme accent */
#rightcolumn input.button {
  background: #bf220d !important;
}

/* m_bg_l.png not archived — reuse the near-identical m_bg.png column texture */
#page_bg .col_l {
  background: transparent url(/templates/rostaebook/images/m_bg.png) top center repeat-y !important;
}

/* Joomla pagination icon spans have no matching CSS rule anywhere in the archive — unicode fallback glyphs */
.icon-first::before { content: "\00ab"; }
.icon-previous::before { content: "\2039"; }
.icon-next::before { content: "\203a"; }
.icon-last::before { content: "\00bb"; }
.icon-chevron-right::before { content: "\203a"; }
