td.varianteopzione a
{
 text-decoration: none;
}


.RB_overlay {
  position: absolute;
  z-index:100;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.RB_redbox {
  width: 100%;
  position: absolute;
  top: 0px;
	padding: 0px;
}

.RB_loading {
  position: relative;
  top: 200px;
  z-index: 999;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  background: #666 url(../images/redbox_spinner.gif) no-repeat center center;
  border: 2px solid black;
}

.RB_window {
  z-index: 102;
  display: block;
  text-align: left;
  margin: auto;
  left: 0px;
  width: 100%;
  position: absolute;  
  opacity: 1;
  filter: alpha(opacity=100);
}

.RB_table {
	  background: #fff;
}