body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	background-color: white;
	margin: 0px;
	width: 612px;
	height: 670px;
}

h1 {
	font-size: 20px;
	color: #395c99;
	padding-bottom: 5px;
}

h2 {
	font-size: 15px;
	color: #395c99;
	padding-bottom: 5px;
}

h3 {
	font-size: 12px;
	color: #395c99;
}

.my_item_icon {
	font-size: 14px;
	width: 100px;
	height: 80px;
}

.Selected {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

.Unselected {
	font-size: 14px;
	text-align: center;
	width: 100px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}

#items_table {
	display: none;
	background-color: #ffffff;
	border-style: solid;
	border-width: 3px;
	border-color: #cccccc;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 585px;
	height: 705px;
	padding: 10px;
}

.items_table_item {
	padding-left: 5px;
	width: 175px;
	height: 30px;
	float: left;
}

.items_table_icon {
	float: left;
	padding-right: 5px;
}

.items_table_text {
	font-size: 11px;
	padding-top: 5px;
}

.items_table_cathegory {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
}

#main_box {
	background-color: #8cc63e;
	padding: 10px;
}

#stats_box {
	background-color: white;
	width: 572px;
	height: 450px;
	margin-bottom: 10px;
	padding: 10px;
	clear: both;
}

#items_box {
	background-color: white;
	width: 572px;
	height: 200px;
	margin-bottom: 10px;
	padding: 10px;
	clear: both;
}

#my_stats {
	height: 180px;
	clear: both;
}

#all_stats {
	height: 180px;
	clear: both;
}

.stats {
	padding-bottom: 10px;
	width: 185px;
	text-align: center;
	float: left;
}

.stats_icon {
	clear: both;
}

.decorated_text {
	font-weight: bolder;
	font-size: 16px;
}
.normal_text {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

.stats_text {
	font-weight: bold;
	padding-top: 10px;
	font-size: 14px;
}
