#content div#filter {
	position: relative;
	border: 1px solid #C461BC;
	width: 760px;
	height:auto;
	overflow: hidden;
	margin-left: 20px;
}
#content div#filtertext {
	background: transparent;
	display: inline;
}
#content table.filter {
	width: 760px;
	margin: 0;
}
#content th.filtertitle {
	background: #DCDCDC;
	font-size: 12pt;
}
#content th.filterheader {
	background: #DCDCDC;
	font-size: 10pt;
	width: 380px;
}
#content th.filterheader {
	font-size: 10pt;
	width: 170px;
}


#content .fchar {
	width: 264px;
}

#content .fname {
	font-weight: bold;
	font-size: 12pt;
	width: 200px;
	height: 20px;
	padding-top: 0;
}
#content td.fname a {
	color: black;
}
#content .fdata {
	font-size: 8pt;
	width: 200px;
	height: 15px;
}

/* Item quality colors */
#content .is_uncommon, #content .is_uncommon a {
	color: #00BB00;
}
#content .is_rare, #content .is_rare a {
	color: #0000BB;
}
#content .is_epic, #content .is_epic a {
	color: #BB00BB;
}
#content .is_legendary, #content .is_legendary a {
	color: #BBBB00;
}
#content .is_artifact, #content .is_artifact a {
	color: #BB0000;
}

/* Item set specifics */
#content .is_header {
	text-align: left;
	background: #DCDCDC;
	height: 15px;

}

#content th.is_title {
	font-weight: bold;
	border-bottom: 1px solid gold;
}
#content span.is_title {
	font-weight: bold;
}

#content .is_tableleft {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 8pt;
}
#content .is_tableright {
	width: 300px;
	margin: 0;
	padding: 0;
}
#content .is_itemstats {
	width: 480px;
	vertical-align: top;
}
#content .is_stats {
	width: 150px;
	font-size: 8pt;
}
#content .is_items {
	width: 330px;
	font-size: 8pt;
}

