body {
	background-color:white;
	color: black;
	font-family: arial;
	font-weight: normal;
}
div.sectionheader {
	font-size:12pt;
	font-weight:bold;
}
span.needslabel {
	font-size: 11pt;
}

select.tags {	
	position:absolute;
	font-size:9pt;
}

th.headerSortUp { 
    background:url(../img/asc.gif);
    background-color: #3399FF; 
} 
th.headerSortDown { 
    background:url(../img/desc.gif);
    background-color: #3399FF; 
} 

table tr.odd  td {
	background-color:red;
}

table tr  td {
	background-color:gray;
}

.itemblock {
	position:relative;
	
	width: 602px;
	height: 148px;
	margin-bottom: 10px;
	margin-left: 10px;
	/*background-color: #150517;*/
	background:url(../img/StatBlockBg.png);
	float:left;
}

.title {
	font-size:28px;
	font-weight:bold;
}

.cost {
	color:#FFFF00;
	font-size:16px;
	font-weight:bold;
	float:right;
	border: 2px solid;
}

.itemname {
	font-size: 18px;
	font-weight: bold;
	width:300px;
}

.hpbar {
	position:absolute;
	left:270px;
	top:5px;
	text-align:center;
	height: 20px;
	width: 300px;
	
	
}

.manabar {
	position:absolute;
	top:27px;
	height: 10px;
	left:270px;
	width:300px;
	font-size:14px;
	text-align:center;
}

.damage {
	position:absolute;
	text-align: center;
	left:40px;
	width: 70px;
	height:20px;
}

.attackspeed {
	position:absolute;
	text-align: center;
	vertical-align: center;
	left:280px;
	top:55px;
	width: 70px;
	height:70px;
	border:2px solid;
}
.armor {
	position:absolute;
	text-align: center;
	height:20px;
	width:20px;
	top:100px;
	left:33px;
}

.move {
	position:absolute;
	text-align: center;
	height:20px;
	width:20px;
	top:100px;
	left:80px;
}

input.search {
	width:300px;
	height:30px;
}