
body, td, a {
  font-family: verdana;
  font-size: 9pt;
}

td {
  vertical-align: top;
}

h1, h2  {
  font-size: 10pt;
  margin:0px;  
  padding:0px; 
}

body {
  width:100%;
  line-height:normal;
  background-color:#fff;
  color:#000000; 
  margin:0px; 
  padding:0px;
}

.itembox {
  margin: 0px 5px 5px 5px;
  min-width:580px;
  vertical-align:top;
}

.navbox {
  text-align:center;
  width:350px;
  max-width: 350px;
  margin: 0px 5px 5px 5px;
  vertical-align:top;
}

.navleft {
  vertical-align:top;
  width:165px;
  padding: 5px;
}

.navleft h2 {
  margin:0px;
  padding:0px;
  text-align:center;
  font-weight: bold;
}

.navright {
  vertical-align:top;
  text-align:center;
  width:165px;
  padding:5px;
}


.product {
  display: inline-block;
  *display: inline;
  *zoom:1;
  margin: 0 auto;
  border-color: #eee;
  border-width: 1px;
  border-style: solid;
  overflow: hidden;
  cursor:pointer;
}

.product a {
  text-decoration:none;
}

.product h2 {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
 	font-weight:bold;
  text-align: center;
  padding: 2px;
  background-color: #eee;
  color: #000;
  background-image:none;
}

.product:hover {
  border-color: #008;
background-color: #EEF;
}

.prodimg {
  background-repeat: no-repeat;
  background-position: center center;  
}

.prodimg img {
  max-width: 100%;
  max-height: 100%;
}

.prodimgliner {
  max-width: 100%;
  max-height: 100%;
  margin:auto;
}

  
.seal {
  position:absolute;
  margin-left: 0px;
  margin-top: 0px;
}

.prodtxt {
  float: left;
  margin: 5px;
  overflow: hidden;
  text-decoration:none;
}

.prodtxt a {
  text-decoration:none;
}

.prodprc {
  color: #000; 
  font-weight: bold;
}

.boxed {
  border-color: #88ff88; 
  border-width: 1px;
  border-style: solid;
}

.boxed h2 {
  font-weight:bold;
  text-transform:uppercase;
  color:#000000;
  background-color:#88ff88;
  margin: -5px -5px 5px -5px; /* trbl */
  padding: 5px 5px;
}

.round {
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border-color: #88ff88; 
  border-width: 1px;
  border-style: solid;
}

.round h2 {
  -moz-border-radius: 8px 8px 0px 0px; 
  -webkit-border-radius: 8px 8px 0px 0px; 
  border-radius: 8px 8px 0px 0px; 
  font-weight:bold;
  text-transform:uppercase;
  color:#000000;
  background-color:#88ff88;
  margin: -5px -5px 5px -5px; /* trbl */
  padding: 5px 5px;
}

a {
  color: #000000;
}

a:link {
}

a:visited { 
}

a:hover, td a:hover {
  color: #F00;
}

.txtlogo {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:20pt;
  font-weight:bold;
  display:inline-block;
}

.txtlogo sup {
  font-size: 10pt;
}

.logo {
  font-size:20pt;
  font-weight:bold;
}

.logo A:link {
  font-size:20pt;
  font-weight:bold;
  text-decoration:none;
}

.logo A:visited {
  font-size:20pt;
  font-weight:bold;
  text-decoration:none;
}


.logo A:active {
  font-size:20pt;
  font-weight:bold;
  text-decoration:none;
}

.logo A:hover {
  font-size:20pt;
  font-weight:bold;
  text-decoration:none;
}

.itemlink {
  display: inline-block;
}


