/* CSS Document */

div#glance {
	margin-top: 32px;
	border: solid 0px red;
	width: 539px;
	height: 283px;
	background-image: url(../media/site/glance/glance-bg.png);
	background-repeat: no-repeat;
	font-variant: small-caps;
	}

img#polaroid {
   width: 164px;
   height: 168px;
   margin-left: 20px;
   margin-top: 20px;
   }
div#level-size {
   border: solid 0px red;
   width: 90px;
   height: 17px;
   background-image: url(/media/site/glance/lev-size-bg2.png);
   background-repeat: no-repeat;
   position: relative;
   top: -120px;
   left: 336px;
   }
div#level-terrain {
   position: relative;
   top: -118px;
   left: 336px;
   font-size: 12px;
   margin-bottom: -2px;
   }
div#level-bonus {
   position: relative;
   top: -113px;
   left: 336px;
   font-weight: bold;
   }
div#level-balloons {
   position: relative;
   top: -90px;
   left: 336px;
   height: 31px;
   font-variant: normal;
   }
div#level-bunches {
   border: solid 0px red;
   position: relative;
   height: 40px;
   top: -84px;
   left: 336px;
   overflow: hidden;
   vertical-align: bottom;
   }
   
div#level-warp {
   border: solid 0px red;
   position: relative;
   top: -86px;
   left: 336px;
   }
   
div#level-size img {
   margin-right: -4px;
   }
div#bunch-holder {
   border: solid 0px green;
   position: absolute;
   top: 4px;
   margin: 5 auto;
   width: auto;
   height: 16px;
   }
div#level-extras {
   border: solid 0px green;
   position: relative;
   top: -116px;
   left: 30px;
   height: 36px;
   text-align: center;
   }
div#level-extras img {
   margin-right: 8px;
   }
   
#level-terrain, #level-bonus, #level-balloons, #level-warp, #level-bunches, #level-extras {
    width: 176px;
    }


ul.quicklinks {
    border: dotted 0px white; 
    text-align: center;
    padding: 0px;
    position: relative;
    top: -10px;
    color: #bb7;
    }
ul.quicklinks li {
  display: inline;
  }
		
.subnote {
  position: relative;
	top: -4px;
	}
#level-warp .subnote {
top: 0px;
}