#red_window{
  width: 300px;
}
#red_window_contents{
  background: url('../images/map/corners/redWindow_l.png') bottom left repeat-x #e62525;
  font-family: Arial;
  font-size: 11px;
}
#red_window_contents div{
  /*font-style: italic;*/
  margin: 0 10px;
  font-size: 11px;
}
#red_window_tl{
  width: 14px;
  height: 14px;
  background: url('../images/map/corners/redWindow_tl.png') top left no-repeat transparent;
}
* html #red_window_tl{
  background: url('../images/map/corners/redWindow_tl.gif') top left no-repeat transparent;
}
*+html #red_window_tl{
  background: url('../images/map/corners/redWindow_tl.png') top left no-repeat transparent;
}
#red_window_t{
  background:#e62525;
}
#red_window_tr{
  width: 14px;
  height: 14px;
  background: url('../images/map/corners/redWindow_tr.png') top left no-repeat transparent;
}
* html #red_window_tr{
   background: url('../images/map/corners/redWindow_tr.gif') top left no-repeat transparent;
}
*+html #red_window_tr{
  background: url('../images/map/corners/redWindow_tr.png') top left no-repeat transparent;
}
#red_window_l{
  width: 3px;
  background:#e62525 url('../images/map/corners/redWindow_l.png') bottom left repeat-x;
}
#red_window_r{
  width:2px;
  background:#b5b3b3;
}
#red_window_bl{
  width: 14px;
  height: 14px;
  background: url('../images/map/corners/redWindow_bl.png') top left no-repeat transparent;
}
* html #red_window_bl{
  background: url('../images/map/corners/redWindow_bl.gif') top left no-repeat transparent;
}
*+html #red_window_bl{
  background: url('../images/map/corners/redWindow_bl.png') top left no-repeat transparent;
}
#red_window_b{
  background: url('../images/map/corners/redWindow_b.png') top left repeat-x transparent;
}
#red_window_br{
  width: 14px;
  height: 14px;
  background: url('../images/map/corners/redWindow_br.png') top left no-repeat transparent;
}
* html #red_window_br{
  background: url('../images/map/corners/redWindow_br.gif') top left no-repeat transparent;
}
*+html #red_window_br{
  background: url('../images/map/corners/redWindow_br.png') top left no-repeat transparent;
}
#red_window_close{
  width: 11px;
  height: 11px;
  background: url('../images/map/corners/redWindow_close.png') top left no-repeat transparent;
  margin: 4px 0 0 -5px;
  cursor: pointer;
}

#red_window_beak{
  width: 29px;
  height: 25px;
  background: url('../images/map/corners/redWindow_beak.png') top left no-repeat transparent;
}
* html #red_window_beak{
  background: url('../images/map/corners/redWindow_beak.gif') top left no-repeat transparent;
}
*+html #red_window_beak{
  background: url('../images/map/corners/redWindow_beak.png') top left no-repeat transparent;
}

h4.white_w, p.white_w, a.white_w{color:#fff; margin:0; font-family:Arial;}
a.white_w{ text-decoration:underline;}
h4.white_w{ font-size:12px;}
td{ vertical-align:top;}
.discount2 {min-height:91px!important;}
* html .discount2 {height:91px!important;}
*+html .discount2 {min-height:91px!important;height:auto;}