
body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;

  color: #000000
}

a, a:link
{
  text-decoration: none;
  color: #008000;
}

a:hover
{
  text-decoration: none;
  color: #FF0000
}

a:visited
{
  text-decoration: none;
  color: #696969
}

.StoreHeader a:hover
{
    font-family: "Book Antiqua", "Times New Roman";
    color:#000000;
    font-weight: bold;
    font-size: 24px;
    font-style: italic;
    text-decoration: none
}

.bold
{
  font-weight: bold;
}


.categoryTitle
{
    font-family: Arial, Helvetica, sans-serif ;
    font-style: normal;
    color: #000000;
    margin-left: 9px;
    font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 0px
}

#itemmenu a
{
  display: inline;
  text-decoration: none;
  color: #228B22;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: 30px
}

#itemmenu a:hover
{
  display: inline;
  text-decoration: none;
  color: #000000
}


/*Breadcrumb Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
font: 12px Arial, Verdana, Helvetica, sans-serif;
margin-bottom: 0px;
  padding-bottom: 0px
}

.breadcrumb a{
background: transparent url(breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 3px; /*adjust bullet image padding*/
color: green;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: green;
}

.breadcrumb a:hover{
color: red;
text-decoration: none;
}

