/*
- these stylesheet settings apply to all media
- for printing styles edit templates/print.css
- learn more about CSS at http://www.w3schools.com/css/
- 2003/11/23 PaulM PandA.nl
*/

/* replaces old "select width settings" in currencies.php, manufacturers.php box and search.php box */
.boxText select {
width: 95%;
}
/* set pageheading text (now included in h1 tag) size back to normal size */
h1 {
margin-bottom: 16px;
font-family: "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color: #ff0000;
}
.searchBox {
	border:1px #000000 solid;
	padding:5px 3px 6px 6px;
}

#boxes a {
	color:#006633;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#boxes td{
	color:#006633;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:12px;
}

