body {
  margin: 3px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

img { border: 0px; }
.product { margin: 10px; border: 1px solid #ff6600; }

.small { font-size: 75%; }

h1 { color: #808080; font-size: 14px; margin-bottom: 3px; }

h2 { 
  font-size:100%; 
  margin-left: 0px; 
  margin-top: 5px; 
  margin-right: 0px; 
  margin-bottom: 3px; 
}

h3 { 
  font-size: 90%;
  margin-left: 0px; 
  margin-top: 5px; 
  margin-right: 0px; 
  margin-bottom: 3px; 
}

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

.nav {
  color : #666666;
  padding : 3px; 
  border : none;
  font-weight: 500;	
  text-decoration: none;
}
.nav:visited {
  color : #666666;
  padding : 3px;
  border : none;
  font-weight: 500;
  text-decoration: none; 
}
.nav:hover {
  color : #ff6600;
  padding : 3px;
  font-weight: 500;
  text-decoration: underline;
}
.nav:active {
  color : #ff6600;
  padding : 3px;
  font-weight: 500;
  text-decoration: underline;
}

.subnav {
  font-size: 80%;
  color : #000000;
  padding : 3px; 
  border : none;
  text-decoration: none;
}
.subnav:visited {
  font-size: 80%;
  color : #000000;
  padding : 3px;
  border : none;
  text-decoration: none; 
}
.subnav:hover {
  font-size: 80%;
  color : #ff6600;
  padding : 3px;
  text-decoration: underline;
}
.subnav:active {
  font-size: 80%;
  color : #ff6600;
  padding : 3px;
  text-decoration: underline;
}

.bread {
  color: #808080;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  text-decoration: none;
  border: none;
}
.bread:hover {
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;      
  text-decoration: underline;
  border: none;
}

.boxlink {
  color: #ff6600;
  font-size: 10px;
  text-decoration: underline;
  border: none; 
}

.boxlink:hover {
  color: #ff6600;
  font-size: 10px;
  text-decoration: none;
  border: none;
}

.footer {
	font-size: 10px;
	line-height: 11px;
	color: #000000;
	padding: 4px;
}

.box {
  padding: 6px;
	border: 1px solid #ff6600;
  background: #EEEEEE;
}

/* better using would be class="box grey" or "box orange"
   but this depends on CSS2 and may give problems with some browsers
   so we use the old style */
.boxgrey { padding: 6px; }

.boxwhite {
  padding: 6px;
  border: 1px solid #FFFFFF;
  background: #eeeeee;
}

.boxhead {
  padding: 3px;
	color: #ff6600;
	font-variant: small-caps;
	font-weight: bold;
	background: #cccccc;
}

.navline { 
	padding: 2px;
}
		
.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

