body {
  background-color: #FFF;
  color: #000;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
}

h1 {
  text-align: center;
  font-size: 21px;
}

h2 {
  text-align: center;
  font-size: 17px;
}

h2.bar {
  border-top: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  padding: 4px;
  background-color: #EEE;
}

h3 {
  text-align: left;
  font-size: 14px;
}

h4 {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
}

p span.highlight {
  color: #00F;
}


dl {
  text-align: left;
}

dt {
  font-weight: bold;
}

dd {
  margin-top: 8px;
  margin-bottom: 25px;
}

a:link { color: #00E; }
a:visited { color: #007; }
a:hover { color: #D00; }

.footnote {
  text-align: center;
  font-size: 9px;
}

.pre {
  white-space: pre;
  font-family: monospace;
}

div.admin {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  background-color: #F5C6CF;
  border: 2px solid #e2a39d;
}

.center {
	text-align: center;
}

.centersmall {
	text-align: center;
	font-size: 10px;
}

.small {
	font-size: 9px;
}

.smaller {
	font-size: smaller;
}

div.indent {
  padding-left:20px;
  font-style: italic;
  text-align: left;
}

hr {
	border: 0px;
	background-color: #888;
	height: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
}


div#container {
  width: 760px;
}

/*--- Menu panel ---*/

div#leftpanel {
  padding-top: 16px;
  background-image: url(../images/panel.gif);
  background-repeat: repeat-y;
  width: 244px;
  float: left;
}

div#leftpanel img {
  display: block;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

div#leftpanel div.menu {
	margin-left: 6px;
	width: 152px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#leftpanel div.menu a:link,
div#leftpanel div.menu a:visited {
  display: block;
  background-color: #083538;
	color: #EEE;
	text-decoration: none;
	width: 152px;
}

div#leftpanel div.menu a:hover {
  background-color: #104949;
}

div#leftpanel div.menu a:active {
	color: #FF0;
}

div#leftpanel div.menu a.selected {
	color: #FFFF00;
}

div#leftpanel div.menu hr {
	border: 0px;
	border-top: 1px solid #032223;
	border-bottom: 1px solid #104949;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

div#leftpanel div#googleads {
  width: 100px;
  margin-left: 3px;
}


/*--- Main panel ---*/

div#main {
  margin-top: 18px;
  width: 516px;
  float: left;
}





a.bigbutton {
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  display: block;
  background-color: #CCC;
  border: 3px outset #CCC;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}

a.bigbutton:hover {
  background-color: #DDD;
}

a.bigbutton:active {
  border-style: inset;
}


p.chevcount {
	font-size: smaller;
	color: green;
	text-align: center;
}

.error {
  background-color: #FDD;
  padding: 5px;
  font-weight: bold;
  color: #C00;
}

span.taghighlight {
  color: red;
  font-weight: bold;
}



table td.nowrap {
  white-space: nowrap;
}




div.greybox {
	background-color: #E0E0E0;
	border: 1px solid #808080;
	padding: 5px;
	text-align: center;
}



table.ad {
	width: 100%;
	text-align: center;
	padding: 10px;
}


form.search {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
	border: 1px solid;
	padding: 5px;
	background-color: #B6C8D8;
	border: 1px solid #89A4BF;
	width: 80%;
}

/*---- ---- */

table.blue {
  margin-left: auto;
  margin-right: auto;
	border-collapse: collapse;
}

table.blue td {
	background-color: #B6C8DB;
	border: 1px solid #89A4BF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

table.blue td.right {
	text-align: right;
}

table.blue td.left {
	text-align: left;
}

table.blue th {
	background-color: #94A6B9;
	border: 1px solid #89A4BF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

/*---- ---- */

table.info {
	border-collapse: collapse;
}

table.info td {
	background-color: #B6C8DB;
	border: 1px solid #89A4BF;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

table.info td.fault {
	text-align: center;
  font-weight: bold;
}

table.info th {
	background-color: #94A6B9;
	border: 1px solid #89A4BF;
	padding: 5px;
	text-align: center;
}

table.info td.blank {
  background-color: #FFF;
  border: 0px;
}

/*---- ----*/

div.history {
	background-color: #B6C8DB;
  border: 1px solid #89A4BF;
  margin-bottom: 15px;
}

div.history span.date {
	display: block;
	background-color: #89A4BF;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
}

div.history span.info {
  display: block;
  padding: 8px;
	font-size: 10px;
}


/*---- ----*/

table.elogin {
	border-collapse: collapse;
  margin-left: 5px;
	width: 152px;
	text-align: center;
	padding: 4px;
}

table.elogin th {
	font-weight: normal;
	font-size: smaller;
	background-color: #808080;
	border: 0px;
}

table.elogin td {
	padding: 8px;
	background-color: #E0E0E0;
}


/*---- ---- */

table.padded td {
	border: 0px;
	padding: 2px;
}

/*---- ---- */

table.grey {
  margin-left: auto;
  margin-right: auto;
	border-collapse: collapse;
}

table.grey td, th {
	border: 1px solid #808080;
	padding: 5px;
	text-align: center;
}

table.grey td {
	background-color: #E0E0E0;
}

table.grey td.topleft {
	vertical-align: top;
	text-align: left;
}

table.grey td.left {
	text-align: left;
}



table.errorbox {
	background: #FBB;
	border: 2px solid #F88;
	padding: 10px;
	margin: 5px;
	font-size: 12px;
}

table.errorbox th {
	border: 0px;
	padding-bottom: 15px;
}

table.errorbox div {
	background: #FFF;
	font-family: mono-space;
	border: 2px inset;
	padding: 10px;
	font-size: 10px;
}



/*--- Guestbook ---*/

div.guestbook {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #B6C8DB;
	border: 1px solid #89A4BF;
	padding: 2px;
	text-align: left;
	font-size: 10px;
}

div.guestbook span.date {
	display: block;
	background-color: #89A4BF;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
}

div.guestbook span.who {
	font-size: 11px;
	margin-left: 6px;
}

div.guestbook span.comment {
	display: block;
	background-color: #D8EAFA;
	border: 1px solid #89A4BF;
	margin: 5px;
	padding: 5px;
}


/*--- link with "letter" icon ---*/
a.mail {
	font-size: smaller;
	padding-left: 24px;
	background: url(../images/mail.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
}


/*--- "Contact us" form ---*/

table.contact {
  background-color: #B6C8DB;
  border: 1px solid #89A4BF;

  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

table.contact th {
  border: 0px;
  text-align: right;
  padding: 5px;
  font-size: 11px;
  vertical-align: top;
}

table.contact input.text,
table.contact textarea {
  border: 1px solid black;
  padding: 3px;
  font-size: 11px;
  width: 100%;
  font-family: Sans-Serif;
}

table.contact div.to {
  border: 1px solid black;
  padding: 3px;
  font-size: 11px;
  width: 100%;
  background-color: #EEE;
}


/*--- Showroom Page Selector ---*/

table.showroomselect {
	width: 100%;
	margin: 7px;
}

table.showroomselect td {
	padding: 1px;
}

table.showroomselect a {
	background-color: #E0E0E0;
	border: 1px solid #AAA;
	display: block;
	padding: 8px;
	text-align: center;
	font-size: larger;
	text-decoration: none;
}

table.showroomselect a:hover {
	background-color: #F0F0F0;
}


table.indexlist {
  margin-left: auto;
  margin-right: auto;
	border-collapse: collapse;
}

table.indexlist th {
  padding: 10px;
  background-color: #E0E0E0;
  border: 2px solid #808080;
  font-weight: normal;
}

table.indexlist td {
  padding: 10px 45px 10px 45px;
  background-color: #F0F0F0;
  border: 2px solid #808080;
}



div.userdetails {
	background-color: #ACA;
	border: 1px solid #8A8;
	font-size: 12px;
	margin: 2px;
	padding: 2px;
}

div.userdetails span {
	margin-left: 20px;
}

div.userdetails span a {
	padding: 3px;
}


