/* CSS Document */

h1
{
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 15px;
  color: #ffffff; 
}

div.breadcrumb
{
  margin: 15px 10px 10px 10px;
  text-align: left;
  font-size: .7em;
}

div.breadcrumb a
{
  color: #ffffff; /* white */
  text-decoration: none;
}

div.breadcrumb a:hover
{
  color: #4d4225; /* brown text */
}

div.subcats, div.item
{
  float: left;
  font-size: .7em;
  margin: 0px 0px 5px 0px;
  width: 216px;
  min-height: 226px;
  height:auto !important;
  height: 226px; 
}

/* for IE6 only */
* html div.subcats, * html div.item
{
  width: 207px;
}

div.subcats a, div.item a, div.paging a
{
  text-decoration: none;
  color: #4d4225; /* brown text */
}

div.subcats a:hover, div.item a:hover, div.paging a:hover
{
  color: #ffffff; /* white */
}

div.paging 
{
  font-size: .8em;
}

div.paging h1
{
  font-weight: bold;
  color: #4d4225; /* brown text */
}


div.category_thumb_image img, div.item_thumb img
{
  border: 1px solid #ffffff; /* white */
  margin: 10px 10px 5px 10px;
  padding: 5px;
}

div.itemname
{
  padding-bottom: 3px;
}

/* for IE6 only */
/*
* html div div.itemname
{
  margin-left: 0px;
}*/

/* this is for search, could appear on big categories too */
div.paging h1
{
  font-size: .9em;
}

/* for advanced search */

table.register-form
{
  font-size: .7em;
  border: 2px solid #655a3f; /* brown */
  background: #83b057; /* green */
}

table.register-form tr th
{
  background: #655a3f; /* brown */
  color: #ffffff;
  padding: 5px;
}

table.register-form tr td
{
  padding: 5px;
}

div#advsearchbuttons
{
  margin-top: 10px;
}

h1.white
{
  color: #ffffff;
}

