#containerresults 
{
  margin-top:3px;
  width: 650px;
  font-size: 11px;
  }
  
#resulthead 
{
  background-color: #357590;
  color:#ffffff;
  height: 30px;
}
#resulthead a
{
  color:#ffffff;
}
 
  
.nummerstar, .nummer, .leverancier, .omschrijving, .tarief, .contractduur,.totaal,.aanmelden
{
  float: left;
}
 
 
.nummer 
{
  padding-top: 4px;
  width: 25px;
  text-align:center;
  font-size: 14px;
  color: #D64A21;
  font-weight:bold;
 }
 
 .nummerstar 
{
  background-position: center;
  background-image: url('/images/starnumber.gif');
  background-repeat: no-repeat;
  padding-top: 10px;
  width: 25px;
  height: 25px;
  text-align:center;
  font-size: 14px;
  color: #FFFFFF;
  font-weight:bold;
 }
 
.leverancier{
  width: 180px;
 }
 
.results .leverancier .naamleverancier a {
 	color: #069;
	text-decoration: none !important;
	text-decoration: underline;
	text-decoration/**/: none;
 }
 .results .leverancier .naamproduct a{
	color: #333;
	text-decoration: none !important;
	text-decoration: underline;
	text-decoration/**/: none;
	font-size: 9px;
 }
 
.omschrijving{
  width: 190px;
}

.tarief 
{
  width: 65px;
}
.results .tarief 
{
  font-size: 9px;
  }
.contractduur 
{
  width: 45px;
  }
.results .contractduur 
{
  font-size:9px;
  }
  
.totaal {
  text-align: right;
  width: 75px;
  font-weight:bold;
  font-size:10px;
 }
.results .totaal a 
{
  cursor:hand;
  }
  
.aanmelden  {
   text-align: right;
   width: 70px;
  }
 .results .aanmelden a {
 	color: #D64A21;
	text-decoration: none !important;
	text-decoration: underline;
	text-decoration/**/: none;
	 font-size:10px;
 }
 
.oneven 
{
  border-bottom: solid 1px #C0C0C0;
}
 .even 
{
  background-color: #D1DBBD;
  border-bottom: solid 1px #C0C0C0;
}

.groen 
{
  color:Green;
  }
.grijs 
{
  color:Gray;
  }
.prijsvan 
{
  color:Red;
  text-decoration:line-through;
  }

.tooltipTotaalNota
{
  width: 176px;
}

.tooltipTotaalNota .titel
{
  background-color: #cc0000;
  color: #ffffff;
  padding: 3px;
  font-weight: bold;
}

.tooltipTotaalNota .label
{
  float: left;
  width: 100px;
}
.tooltipTotaalNota .bedrag
{
  float: left;
  width: 62px;
  text-align: right;
  padding-right: 3px;
}

.tooltipTotaalNota .totaalbedrag
{
  float: left;
  width: 62px;
  text-align: right;
  border-top: solid 1px #000000;
  padding-right: 3px;
  font-weight:bold;
}

