/*div.sale{
  border: 1px solid silver;
  padding: 15px;
  margin-bottom: 10px;
}

div.sale div.item{
  border-bottom: 1px solid gray;
}
*/

table.manufacturerMySales{
  width: 100%;

}

table.manufacturerMySales th{
  background-color: #333333;
  padding: 5px;
  color: white;
  font-weight: bold;
}


table.manufacturerMySales td.nr1{
  background-color: #dddddd;
  padding: 5px;
}


table.manufacturerMySales td.nr0{
  background-color: #eeeeee;
  padding: 5px;
}



div.balance{
  margin-bottom: 20px;
  font-family: Arial;
  font-size: 20px;
}

div.balance span{
  margin-left: 25px;
  display: block;
  width:100%;
  margin-top: 10px;
}


div.manufacturerMyWaresCategories{
  float: left;
  width: 200px;
  background-color: #F9F6F6;
  border: 1px solid #F9F6F6;
  padding: 5px 5px 5px 5px;
  margin-top: 15px;
}

div.manufacturerMyWaresCategories ul{
  list-style: none;
  padding-left: 5px;
  
}

div.manufacturerMyWaresManagement{
  float: right;
  width: 770px; 
}
