body {
  margin: 0;
  padding: 0;
  color: #000;
   background: #fff;
   font-size: 0.9em;
   font-family: arial, helvetica, sans-serif;
}
/*******************************LAYOUT****************************/
#top {
  margin: 0;
  padding: 10px 0 10px 10px;
  background: #fff;
  height: 92px;
}
#test_weights{
right: 0;
top: 0;
position: absolute;
float: right; 
}

#left {
  position: absolute;
  left: 0;
  top: 112px;
  width: 150px;
    background: #FFF;
}

#footer {
  background: #fff;
  margin: 0;
  text-align: center;
  visibility: hidden;
  border-top: 1px solid #333399;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
/****************ALL*******************************/
img.logo{border: 0;}
img.wizard{border: 0;}

h1 {margin: 0; font-size: 1.4em; color: #cc0000;
}
h2 {font-size: 1em; margin: 0; padding: 1px 0 1px 1px; 
color: #fffffe;
background-color: #CC0000;
font-weight: bold;
}
h3 {font-size: 0.9em; margin: 0; padding: 1px 0 1px 1px; 
color: #fffffe;
background-color: #333399;
font-weight: bold;
}
h4 {font-size: 0.9em; margin: 0; padding: 1px 0 1px 1px; 
color: #cc0000;
font-weight: bold;
}

/*******************LHS*********************************/

div.basketholder{width: 140px; margin-left: 5px; margin-right: 5px; background-color: #eeeeee;}
div.basket{font-family: arial, helvetica, sans-serif; 
font-size: 0.8em;
padding:3px;
}
hr.lhs{width: 140px; margin-left: 5px; margin-right: 5px;}
img.cards{margin: 3px 0 0 7px; border: 0;}
/*******************************PRODUCT MENU****************************/
ul.products{	list-style: none;
	margin: 0 5px 5px 0;
	padding: 0;
text-align: right;
}
ul.products li{
padding:2px 0 2px 0;
text-transform: lowercase;
}
ul.products li a:link, ul.products li a:visited{
display: block;
text-decoration: none;
width: 135px;
padding: 0;
color: #333399;
font-size:0.9em;
font-weight: bold;
}

ul.products li a:hover {
background-color: #fff;
color: #cc0000;
text-decoration: underline;

}

/*******************************FOOTER PRODUCT MENU****************************/
ul.footer_products{	list-style: none;
	margin: 3px 0 3px 0;
	padding: 0;
text-align: center;
}
ul.footer_products li{
padding: 0;
text-transform: lowercase;
display: inline;
}
ul.footer_products li a:link, ul.footer_products li a:visited{
text-decoration: none;
padding: 0;
color: #333399;
font-size:0.9em;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
}

ul.footer_products li a:hover {
background-color: #fff;
color: #cc0000;
text-decoration: underline;
}
div.breadcrumb{text-align: right; font-size: 0.8em; margin: 0 0 10px 0;}
