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

/*
 * 001: Text Styles
 */ 
#shop_container h1, #shop_container h2 {
	color: #2f3d71;
}

#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 */
}

#shop_container h2.error {
	color: red;
}

#shop_container .ErrorListView li {
	color: black;
}

#shop_container .ErrorListView li a {
	color: #606;
}

#shop_container .ErrorListView li a:hover {
	color: #75A51A;
}

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

#shop_container .formfields {
	width:  100%;
	background-color: #F2EFEB;
	border:  1px #8893be 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 #8893be solid;
	background-color: #cfd4e5;
}
#shop_container .inventory_handler th, #shop_container .inventory_handler td {
	padding:  5px;
}