/*
- 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: Verdana, Arial, sans-serif;
font-size: 20px;
font-weight: bold;
color: #9a9a9a;
}

.maincat{
	width:151px;
	background:#6666FF;
	padding-top:4px;
}

A.maincatplus{
	font-weight: bold;
	font-size:11px;
	font-family:tahoma,verdana,sans-serif;
	color:#FFFFFF;
	text-align:justify;
	text-decoration:none;
}

A.maincatplus:hover{
	font-weight: bold;
	font-size:11px;
	font-family:tahoma,verdana,sans-serif;
	color:#CCFFFF;
	text-align:justify;
	text-decoration:none;
}
.maincatminus{
	width:auto;
	background:#C6CFD6;
	padding-top:4px;
}


A.subcat{
	font-size:11px;
	font-family:tahoma,verdana,sans-serif;
	color:#082C84;
	text-align:justify;
	text-decoration:none;
}

A.subcat:hover{
	font-size:11px;
	font-weight:bold;
	font-family:tahoma,verdana,sans-serif;
	color:#082C84;
	text-align:justify;
	text-decoration:none;
}


