/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip {position:absolute;}
.prototip .effectWrapper, .prototip .tooltip, .prototip .toolbar, .prototip .toolbar .title{position:relative;}
.prototip .content{clear:both;}
.prototipLoader{position:absolute; top:-1000px; left:-1000px; background:url(prototip_loader.gif); height:14px; width:14px;}
.iframeShim{position:absolute;	border:none; margin:0; padding:0; background:none;}

.prototip .darktip{padding:2px; width:136px; height:184px; z-index:13000; cursor:pointer; text-align:left; background:url(bg.gif) left top no-repeat;}
.prototip .darktip div{margin:22px 0 0 0; text-align:center;}
.prototip .darktip h2{font-family:Arial; font-size:11px; color:#931010; margin:4px;}
.prototip .darktip p{font-family:Arial; font-size:11px; color:#000; font-weight:normal; margin:4px; text-align:left;}