#center{
  text-align: center;
  font-size: medium;
}



.bold{
  font-weight: bold;
  text-decoration: underline;
}

.buttons a:hover{
  border: #C0C0C0;
}

.center{
  table-layout: auto;
  text-align: center;
}

.data{
  text-align: left;
  text-decoration: underline;
}

.description{
  font-size: small;
  text-align: center;
}

.head{
  color: darkgreen;
  font-size: 32px;
  font-weight: bolder;
  text-align: center;
}

.price{
  color: #00F;
  font-weight: bolder;
}

.ShipSeasonShow{
  font-size: 24px;
  background-color: 99cc66;
  border: 4px;
  border-color: darkgreen;
  border-style: ridge;
  color: maroon;
  text-align: center;
}

.SPECIAL{
  text-decoration: line-through;
  color: gray;
}

.specialship {
  height: 0px;
  text-transform: capitalize;
  padding: 5px;
  border: 5px inset darkgreen;
  font-size: large;
  color: maroon;
  font-weight: bolder;
  text-align: center;
  background-color: 99cc66;
}

.table{
  border: 1px outset darkgreen;
  border-collapse: separate;
  empty-cells: show;
  padding: 2px;
  table-layout: auto;
}

.table{
  background: transparent top;
  border: double;
  font-size: 12px;
}

.table1{
  border: 1px outset darkgreen;
  border-collapse: separate;
  empty-cells: show;
  margin-right: 30px;
  padding: 30px;
  text-align: left;
}

.table1 a:hover{
  text-decoration: underline;
  border: none;
  color: #00F;
}

.table1 a:link, a:visited{
  color: darkgreen;
  text-decoration: none;
}

.table1 td{
  text-align: left;
}

.table3{
  border: transparent;
  border-color: blue;
  text-align: left;
  width: 100%;
}

.table3 td{
  border: transparent;
  text-align: left;
}

.tableadd{
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: +1;
}

.tableerr{
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: +1;
}

.tableerr td{
  padding: 3px;
  background-color: red;
}

a:link, a:visited{
  color: darkgreen;
  text-decoration: none;
}

body{
  background: url('/_themes/nature/nabkgnd.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  text-indent: 0px;
  text-style: normal;
}

div.img a:hover{
  color: #00F;
  text-decoration: none;
}

div.img a:hover img{
  filter:alpha(opacity=40);
  visibility: visible;
}

h1{
  font: bolder 36px serif;
}

HR{
  clear: left;

  color: darkgreen;
}

img{}

p{
  font: medium serif;
}

span{
  clip: inherit;
  color: darkgreen;
  font: 150%/80% sans-serif;

  padding: 0px;
  padding-bottom: 1px;
  margin-left: inherit;
  width: 1px;
}

td{
  border: 1px inset lightgray;
  font-family: serif;
  text-align: center;
  vertical-align: text-top;
}

UL{
list-style: url(bullet1.gif);
  padding: 3px;
  padding-left:3px;
  background-color:#EFEFEF;
  border: 2px solid darkgreen;
}
ul a:hover {
  color: blue;
}

ul a:link, a:VISITED, a:hover {
  text-decoration: underline;
}

ul li a {
  font-weight: bold;
  font-size: large`;
  text-transform: capitalize;
  padding:5px;

}



UL UL {
  list-style: url(bullet1.gif);

}

UL UL UL{
  list-style: url(anabull3.gif);
}
