/*
 * Eijlander Electronics stylesheet
 *
 * Copyright (c) 2001 by Vincent Oostindie, vincent@sunlight.tmfweb.nl
 */

body {
	background-color: white;
}

p, li, td, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 25px;
    text-align: center;
}

h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 20px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}

.menuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: white;
}

.group {
	margin-left: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: rgb(100%, 100%, 50%);
    background-color: rgb(0%, 50%, 100%);
}

.tab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

.offer {
	color: red;
	font-weight: bold;
}

.small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

.nav {
	background-color: rgb(50%, 50%, 50%);
    color: white;
    font-weight: bold;
    font-size: 11px;
}

.oddrow {
	background-color: rgb(100%, 100%, 80%);
    font-size: 12px;
}

.evenrow {
	background-color: rgb(100%, 100%, 90%);
    font-size: 12px;
}

input.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

input.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

a.small, a.small:visited {
	color: #338033;
	text-decoration: none;
}

a.small:hover {
	color: #338033;
	text-decoration: underline;
	font-weight: normal;
}

a.tab, a.tab:visited {
	text-decoration: none;
	color: white;
}

a.tab:hover {
	text-decoration: none;
	color: rgb(100%, 100%, 70%);
}

a.menu, a.menu:visited {
	text-decoration: none;
	color: rgb(100%, 100%, 80%);
}

a.menuitem, a.menuitem:visited {
	text-decoration: none;
	font-weight: normal;
	color: white;
}

a.group, a.group:visited {
	text-decoration: none;
	color: white;
}

a.nav, a.nav:visited {
	text-decoration: none;
    color: rgb(100%, 100%, 80%);
}

a.list, a.list:visited {
	text-decoration: none;
    font-weight: normal;
    color: black;
}

a.offer, a.offer:visited {
	text-decoration: none;
    font-weight: bold;
    color: red;
}

a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: rgb(0%, 50%, 100%);
}

a.nohover
{
  color: white;
}

a.nohover:hover
{
  text-decoration: none;
  color: white;
}