/* CSS Document */

#pagetop {
	position: absolute;
	top: -50px;
}
#buildlist {
	position: relative;
	left: 40%;
	top: 300px;
	font-weight: bold;
	color: #FFFF00;
}
#buildlist, #workings {
	position: absolute;
	z-index: 50;
	border: 1px solid #CCC;
	padding: 5px;
}
#workings {
	position: fixed;
	top: 125px;
	right: 10px;
	width: 230px;
}
#workings td {
	padding-bottom: 5px;
}
#workings .list{
	list-style-type: square;
	position: relative;
	left: -27px;
	margin-right: -15px;
}
#workings li {
	padding-bottom: 5px;
}
.green {
	color: #6F0;
}
.bordertop {
	border-top: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 0px;
}
#filter {
	width: 480px;
	position: relative;
	top: -5px;
}
#birdlist {
	position: relative;
	top: 3px;
	z-index: 70;
}
#birdlist .results {
	font-weight: bold;
	background-color: #575757;
	height: 20px;
}
#birdlist #top img {
	float: left;
	position: relative;
	left: -25px;
	margin-right: -25px;
	border: none;
}
.showThumb a:hover span {
	right: 300px;
}
#containsCB {
	position: relative;
	top: 4px;
}
.home img {
	float: left;
	position: relative;
	top: 2px;
	cursor: pointer;
	margin-right: 5px;
	border: none;
}
.info img {
	float: right;
	position: relative;
	top: 5px;
	border: none; 
	cursor: pointer;
}
.info a {
	display: block;
	color: #FFFFFF;
}
.info a:hover{
	color: #FFFF00;
	color: #FFF;
	position: relative;
	text-decoration: none;
}
.info a span {
	position: absolute;
	display: none;
}
.info a:hover span {
	display: block;
	width: 145px;
	position: absolute;
	top: -2px;
	left: 25px;
	z-index: 100;
	font-size: 10px;
	padding: 4px;
	padding-top: 1px;
	border: 1px solid #CCC;
	background-color: #999;
	text-align: left;
}
.showThumb img {
	float: right;
}

