/*
- 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;
}

.head_bg1{
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	width: 282px;
	height: 291px;
	background-position:top;
}

TD.headerNavigationLeft {
  background:url(images/topnav_bg.gif) left top no-repeat;
  width:12px;
}

TD.headerNavigationRight {
  background:url(images/topnav_bg.gif) right top no-repeat;
  width:12px;
}
.boxText{
line-height:20px;
}
.boxText a{
color:#000;
text-decoration:none;
line-height:20px;
}
.boxText a:hover{
color:#F4A02D;
text-decoration:none;
}






.header_boxes_tb {
	height: 84px;
}
.header_boxes_tb SELECT.currencies { width: 140px; }
.header_boxes_tb SELECT.manufacturers { width: 140px; }
.header_boxes_tb INPUT.search { width: 110px; }
.leftColBg{
background-color:#f0eee1
}
.bottomLine{
	background-image: url(images/leftCbottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
}
.topLine{
	background-image: url(images/leftCtop.gif);
	background-repeat:no-repeat;
	height:7px;
}