/* Crabby */


#crabby-shell { position:fixed; bottom:0; right:0; z-index:100 } /* crabby shell, get it?! GET IT?! */
#crabby-bubble { 	font-family:"Comic Sans MS", "Times", cursive; font-size:15px; color:black; display:none; 
				position:absolute; z-index:10000; bottom:250px; right:40px; padding: 10px;  min-width:275px; 
				border:1px solid #000; background:#fffdca; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; 
				-moz-box-shadow:9px 19px 19px rgba(0,0,0,0.43);
}
#crabby-bubble #crabby-arrow { width:42px; height:58px; background:url(../../../images/game/crabby/text-tail.png) no-repeat; 
								position:absolute; bottom:-58px; right:200px; }
#crabby-bubble #crabby-text-close { position:absolute; top:0; right:6px; } 								
								
#crabby-bubble a { color:blue;  }
#crabby-bubble a:hover { color:#0CF !important;  }

#crabby-bubble ul { list-style:disc; margin:5px 10px; }
#crabby-bubble li { margin-left:10px;  }


#crabby-home #crabby-shell {  position:relative; top:auto; right:auto; }