/*
 * Table of Contents
 * 001: Text Styles
 * 002: Tables (Generic, Form Fields)
 */

/*
 * 001: Text Styles
 */ 
#shop_container h1, #shop_container h2, #shop_container th {
	color: #21638C;
}

#shop_container h1 {
	font-size: 15px;
	font-weight: bolder;
	margin: 3px auto 10px auto; /* overwrite IE's margins */
}

#shop_container h2, #shop_container h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 3px auto; /* overwrite IE's margins */
}



/*
 * 002: Table Styles
 */
#shop_container table .even {
	background-color: #ddd;
}

#shop_container .formfields {
	width:  100%;
	background-color: #EBE0BD;
	border:  1px #2D1C04 dotted;
	margin:  5px inherit;
	margin-bottom:  10px;

}
#shop_container .formfields td {
	padding:  3px 5px;
}


#shop_container .inventory_handler {
	margin: 5px inherit;
	border-collapse:  collapse;
	border: 1px #2D1C04 solid;
	background-color: #EBE0BD;
}
#shop_container .inventory_handler th, #shop_container .inventory_handler td {
	padding:  5px;
}