@charset "utf-8";
/* CSS Document */

#shop table {
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	font-size: 76%;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	}
#shop table a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
	}
#shop table a:visited {
	color:#444;
	font-weight:normal;
	}
#shop table a:hover:after {
	content:"\00A0\221A";
	}
#shop table a:hover {
	border-bottom-style:solid;
	}
#shop thead th,
#shop thead td,
#shop tfoot th,
#shop tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	}
#shop th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
#shop tbody th,
#shop td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
#shop tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
#shop tbody th a:link,
#shop tbody th a:visited {
	font-weight:bold;
	text-decoration: none;
	}
#shop tbody th a:hover:after {
	content:"\00A0\221A";
	}
#shop tbody td,
#shop tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
#shop tbody tr.odd th,
#shop tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
#shop tbody tr:hover td,
#shop tbody tr:hover th {
	background:#FDFDEC;
	border-color:#523A0B;
	}
#shop caption {
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	color: #003366;
	}

