﻿/* CSS Document */

body {
	margin: 0;
	padding: 0;
	width: 725px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}

h1 {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
  color: #5d9732;
  font-size: 1.6em;
}
p {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}

ul {
  font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
TABLE { border-collapse: collapse;width: 100%;
}

TD    { font-size: 11px; text-align: left; padding: 2px; line-height: 1em;}

TH    { font-size: 11px;
	text-align: left;
	color: white;
	background-color: blue;
	border-right: 2px solid blue;
}

#results {  font-size: 12px; margin-top: 10px;
	    line-height: 1.2em; 
}

table.tableresult tr:nth-child(even) {background-color: #dddddd}

#content {
	padding: 100px 0px 0px 100px;
	line-height: 1.5em;
}

#map {
	margin: 50px 0px 0px 50px;
	width: 600px;
	height: 400px;
}

.textinput { 
	width: 35%;
	border: 1px solid #abadb3;
}

.firstinput { 
	width: 76%; 
	border: 1px solid #abadb3;
    /*background: #cae7f2;*/
}

#searchtitle {	
	font-size: 20px; 
	}
#searchnote {
	font-size: 13px;
	font-style: italic;
}

#productnote {
    font-size: 1.5em;
	color: red;
}