﻿/***************************************************************/
/**** Copyright 1994-2009 Webplus, Inc. All rights reserved. ***/
/**** This file may be modified, but this copyright notice   ***/
/**** must remain intact in this file.                       ***/
/***************************************************************/

/******************************************************
  Description: CSS file for page element
*******************************************************/

/* Category Chain is the "breadcrumb" that appears on category and product pages */

#category_chain {
  padding: 10px 5px;
  text-indent: 10px;
}

#category_chain ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  border: none;
}

#category_chain ul li {
  margin-left: 0;
  padding-left: 2px;
  border: none;
  list-style: none;
  display: inline;
  font-weight: bold;
}
