/* Tabbed style */
div.tabs {
  min-height: 7em;
  height: 480px;
  width: 640px;
  position: relative;
  line-height: 1.5;
  z-index: 0}
div.tabs > div {
  display: inline}		/* We want the buttons all on one line */
div.tabs > div > a {
  text-decoration: none;
  color: black;
  background: #FFF;
  padding: 0.5em;
  vertical-align: top;
  border: 0.1em outset #BBB;
  border-bottom: 0.1em solid #CCC}
div.tabs > div:not(:target) > a {
  text-decoration: none;
  border-bottom: none;	
  background: #DDD}
div.tabs > div:target > a,
    #default2 > a {	
  text-decoration: none;
  border-bottom: 0.1em solid #FFF;
  background: #FFF}	
div.tabs > div > div {
  background: #FFF;	
  z-index: -2;		
  left: 0; top: 1.3em;	
  bottom: 0; right: 0;
  overflow: auto;	
  padding: 0.3em;
  border: 0.1em outset #BBB}	/* 3D look */
div.tabs > div:not(:target) > div {
  position: absolute }
div.tabs > div:target > div, #default > div {
  position: absolute;
  z-index: 1}			/* Raise it above the others */
div.tabs :target {
  outline: none}

#User_Review {display:none}
#User_Review:not(:target) {display:none}
#User_Review:target {display:block}