#sidebar {
cursor: default;
text-align:left;
}

#sidebar ul{
list-style: none;
}

#content .xxxmargine{
margin: 0 20px 0 25px;
}

#sidebar li{
padding: 0px 0px 0.3em 0px;
font-size: 90%;
xtext-decoration: underline;
}

#sidebar li .partner{
font-size: 100%;
text-decoration: underline;
}
#sidebar li .altro_testo{
font-size: 90%;
text-decoration: none;
}


#simple_example_window{
  width: 250px;
}

#simple_example_window_contents{
  padding: 5px 0px 5px 5px;
  background-color: #ffffff;
  border: 3px solid  #9d792f;
}
#simple_example_window_beak{
  width: 28px;
  height: 38px;
  background: url('http://www.residenzedepoca.it/inc/files/images/red_beak_3.png') top left no-repeat transparent;
}
* html #simple_example_window_beak{
  /* Alpha transparencies hack for IE */
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.residenzedepoca.it/inc/files/images/red_beak_3.png', sizingMethod='crop');
}

#simple_example_window_close{
  width: 14px;
  height: 14px;
  background: url('http://www.residenzedepoca.it/inc/files/images/ics_14.gif') bottom right no-repeat transparent;
}

#simple_example_window_tl, #simple_example_window_tr, #simple_example_window_bl, #simple_example_window_br,
#simple_example_window_t,#simple_example_window_l,#simple_example_window_r,#simple_example_window_b{
  /*background-color: #F00;*/
  height: 2px;
  width: 2px;
}

