/*
- 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: 20px;
font-family: Courier, Times, "Times New Roman", serif;
font-size: 20px;
font-weight: bold;
color: #374718;
}

td.main h3 {
font-family: Courier, Times, "Times New Roman", serif;
font-size: 200%;
line-height: 1.4em;
color: #374718;
margin-top: 15px;
margin-bottom: 0;
}

p.view_details {
margin: 10px auto;
margin-bottom: 25px;
padding-top: 3px;
padding-bottom: 5px;
border: 1px solid #000000; 
background: #223e15; /* #a98568 */
color: #fff;
width: 135px;
font-size: 95%;
}

p.view_details a {
color: #fff;
}

.selected {
color: #fff;
font-weight: bold;
}