@charset "UTF-8";
/* CSS Document */

/* Styles for CSS rollovers ------------------------------------------------------------- */

div#inventory {
	width:240px;
	margin: 0;
	padding: 0;
border:none;
	background-position: 120px 50px;
	background-repeat: no-repeat;
	}

* html div#inventory {
	top: 50px; /* For IE5 Mac only - reset to 10 below for IE Win */
}

#start {
	display: inline;
	width: 120px;
	height: 480px;
	top: 180px;
	right: 240px;
	border: 0;
	position: absolute;
	}

div#inventory ul{
	margin:0 0 0 0px;
	padding:0;
	list-style: none;
	}

div#inventory li {
	display: block;		/* added Dec04 to reset basic */
	background-image: url("/common/images/pixel_clear.png"); /* This is to preload the hover state */
	background-repeat: no-repeat; 
	margin-top: 65px; /* For IE5 Mac only - reset to 0 below */
 	font-family: courier new, courier, lucida console, monaco, monospace;
 	font-size:12px;
	color:#000000;
	font-weight:bold;
	}

div#inventory a { /* if background is on a:link IE6 won't display properly  */
	background-image: url("/common/images/pixel_white_25p.png"); /*can be just background */
	background-repeat: repeat; /* height and or width in here will stop main image change in IE5 */
	padding-top: 32px; /* For IE5 Mac only - reset to 0 below */
	padding-left: 15px; 
	padding-bottom: 32px; /* For IE5 Mac only - reset to 0 below */
	padding-right: 30px; /* For IE5 Mac only - reset to 10 below */
	color: #000000;
	font-size: 110%; /* For IE5 Mac only - reset to 90% below */
	text-align: left;
	text-decoration: none; 
	/*height or width in here will stop main image change in IE5 Win
	luckily, line-height is OK! - hidden from IE5 Mac see below
	a must be block to display background-image in IE Win
	 - but also needs to be hidden from IE5 Mac see below */
	}
	
/* Commented backslash hack v2 - hide next rule blocks from IE5 Mac
	First block for all other browsers - fixes Op6
	Second block for IE Win only	
	Third block for Moz and Op7 only (Owen Hack) \*/

* html div#inventory {
	top: 10px; 
	}
 
div#inventory a {
	padding-top: 3px; 
	padding-right: 10px; 
	padding-bottom: 0;
	}
* html body div#inventory a {
	display: block;

	}
head:first-child+body div#inventory a {
	display: block;
	}
div#inventory li {
	margin-top: 0;
	margin-bottom: 0;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	}
div#inventory a img {
	display: block
	}
	
/* End hack */


div#inventory a:hover {
	background: url("/common/images/pixel_clear.png") repeat; /* no background-x styles work here */
	color: red; 
	border:none;
	}



div#inventory a img {
	top:252px;
	left: 130px;
	border: 0;
	position: absolute;
	z-index:800;
	visibility:hidden;
	z-index:700;
	}

div#inventory a:hover img {
	visibility:visible;
	}

