
/* remember to put body infront */
#body h2 {
  color:gray;
  font-size:20px;
}

#body h2 span {
  font-weight:normal;
}

#body #welcomeNew {
  font-size:13px;
  height:90px;
  display:block ;
  color:white;
 background-color:#9B151E;
}

#body #welcomeNew p{
  padding:5px;
  font-weight:bold;
}

#body #welcomeNew a{
  color:yellow;
  font-size:16px;
}

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

#body div.row {
  border-bottom:1px gray solid;
  height:auto!important;
  margin-top:5px;
  margin-bottom:30px;
}

#body div.product {
  float:left;
  width:190px;
  margin-right:20px;
}

#body div.product h3{
  margin:0;
  padding:0;
  padding-bottom:3px;
  text-align:center;
  height:35px;
}

#body div.product img {
  border:1px solid black;
}

#body div.product p{
  float:right;
}

#body div.product p span{
  font-weight:bold;
  padding-top:4px;
  margin-top:-2px;
  float:left;
}

#body div.product p img.noborder {
  border:0;
  margin:0;
  position:relative;
  padding:0;
  margin-top:2px;
}

#body div.product div.sectors {
  float:left;
}

#body div.product img.nobordercir {
  border:0;
  float:right;
  margin-left:-5px;
  margin-top:-2px;
}
#itemlist{
  display:block;
  min-height:100px;
  height:auto!important;
  height:100px;
  width:100%;
  margin:0;
  padding:0;
  margin-left:10px;
}

#itemlist li{
  float:left;
  width:213px;
  height:20px;
  list-style-type:disc;
  font-weight:bold;
}

#itemlist li span{
  font-size:10px;
}

#breaker {
  height:40px;
}

#navigation a.empty img {
  float:left;
  margin-top:-5px;
}

#navigation {
  width:300px;
  margin-left:220px;
  margin-top:10px;
  height:25px;
}

#navigation  a.boxes{
  color:white;
  width:20px;
  height:17px;
  display:block;
  float:left;
  margin-right:5px;
  text-align:center;
  padding-top:3px;
}

#navigation a.boxes:hover{
  color:black;
  background-color:white;
  height:15px;
  width:18px;
  padding-top:3px;
  border:1px black solid;
}

#navigation a.empty{
  background-color:white;
  margin-top:-5px;
  margin-right:10px;
  background-color:red;
  text-decoration:none;
}

#navigation a.empty:hover{
  border:none;
}

#navigation a.empty img  {
  border:none;
}

div.block{
  width:30px;
  display:block;
  float:left;
  height:30px;
}

#itemsdiv {
  display:block;
}

div.breaker {
  clear:both;
}

a#active {
  background-color:#003A6A;
}


