a,body,td,p,br {
    font-family:verdana,arial,geneva,sans-serif; 
    font-size:9pt
}

body
{
	background-color: #333333;
	color: yellow;
      padding-left: 0px;
      padding-right: 0px;
      margin-left: 0px;
      margin-right: 0px;
}

a:active {
	color: yellow;
	text-decoration: none;
}

a:link {
	color: yellow;
	text-decoration: none;
}

a:visited {
	color: yellow;
	text-decoration: none;
}

a:hover {
	color: yellow;
	text-decoration: underline;
}

.small
{
	font-size: 7pt;
}


font a:active {
	color: black;
	text-decoration: none;
}

font a:link {
	color: black;
	text-decoration: none;
}

font a:visited {
	color: black;
	text-decoration: none;
}

font a:hover {
	color: black;
	text-decoration: underline;
}

ul {
    margin-top: 1px;
}

.barlink
{
    font-size: 7pt;
}

.bottombar
{
	text-align: center;
    font-size: 7pt;
}

.canvas
{
	padding-top: 10px;
	padding-left: 10px;
    vertical-align: top;
    width: 100%;
}

.hr
{
    width: 100%;
    height: 4px;
    margin-top: 2px;
    margin-bottom: 3px;
}

.menu
{
	background-color: #999999;
	width: 176px;
	vertical-align: top;	
}


.navlink
{
    font-size: 8pt;
}

.searchbar
{
      height: 36;
	background-color: yellow;
	color: black;
	text-align: center;
	vertical-align: middle;
      padding: 2px 2px;
}

.searchbar_text
{
	background-color: transparant;
	color: black;
      font-weight: bold; 
      padding: 0;
      height: 16;
}

.searchbar_left
{
      width: 50%; 
      text-align: right;
      background-color: yellow; 
      background-image: url('images/tool_search_left.gif'); 
      background-repeat: no-repeat; 
      background-position: left center; 
}

.searchbar_right
{
      width: 50%; 
      text-align: left;
      background-color: yellow; 
      background-image: url('images/tool_search_right.gif'); 
      background-repeat: no-repeat; 
      background-position: right center; 
}

.searchform
{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
/*
    background-color: red;
*/
}

.topbar
{
    text-align: right;
    font-size: 7pt;
}

.msg
{
    text-align: left;
    color: #ff3333;
}

.box
{
    border: 1px solid #999999; 
    padding: 5px; 
    margin-right: 2px;
}

.boxheader_5
{
    font-weight: bold; 
    padding: 5px;
}

.boxheader
{
    font-weight: bold; 
    line-height: 200%
}

.boxheader_u
{
    font-weight: bold; 
    text-decoration: underline;
    line-height: 200%
}

.boxleft
{
    border-top: 1px solid #999999; 
    border-left: 1px solid #999999;  
    border-bottom: 1px solid #999999; 
    padding: 5px;
}

.boxmiddle
{
    border-top: 1px solid #999999; 
    border-bottom: 1px solid #999999; 
    padding: 5px;
}

.boxright
{
    border-top: 1px solid #999999; 
    border-right: 1px solid #999999;  
    border-bottom: 1px solid #999999; 
    padding: 5px;
}

.highlight
{
    font-weight: bold;
    font-size: 12pt;
}

.actionPrice
{
    font-weight: bold;
    font-size: 12pt;
}

.oldPrice
{
    text-decoration: line-through;
}

.actionMark
{
    color: #ff3333;
    font-weight: bold;  
}

.pointer
{
    cursor: pointer;
}

.orderline
{
    width: 100px;
}

.productline td
{
/*    border-top: 1px solid #999999; 
*/    border-bottom: 1px solid #999999; 
    padding: 2px;
}

/******************** 
   Manufac.PHP 
*********************/
.close
{
    font-size: 7pt;
}

#close:hover {
      background-color: yellow;
	color: black;
	text-decoration: none;
}