table.cog {
	border-collapse: collapse;
	width: 600px;
/*	position: relative; */
	left: 20px;
	border: 1px solid #787878;
}

tr.item:hover {
	background: #fcff79;
	color:#339;
}

#spiel {
	width: 600px;
}

.subsection {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
/*	background-color: #a8c9ff; */
/*	font-variant: small-caps; */
	font-style: italic;
}

.subaisle {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	
}

.brand {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

h4 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-variant: normal;
}

td.unfi {
		font-family: monospace;
	width: 50px;
	text-align: center;
}

td.attrs {
		font-family: monospace;
	width: 50px;
	text-align: left;
}


* {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a:visited {
	text-decoration: none;
	color: #3000fe;
}

a:hover {
	text-decoration: underline;
	color: #3000fe;
}

a.manufacturer:hover {
	background: #fcff79;
}

td.q {
	width: 100px;
	text-align: center;
}


td.price {
	width: 50px;
	text-align: right;
	font-family: monospace;
}

td {
	border-right: 1px dotted #787878;
	border-bottom: 1px dotted #787878;
}

td.search {
	border-right: none;
	border-bottom: none;
}

#tabdiv {
	/*position: absolute; */
	top: 0px;
	background-color: #fff;
	padding-bottom: 3px;
}

#legend {
	border-top: 1px dotted #787878;
	/*position: fixed; */
	bottom: 0px;
	background-color: #fff;
	padding-top: 3px;
	font-size: 12px;
}

#legend:hover {
	background: #fcff79;
}

#tabs {
	border-bottom: 1px solid rgb(211, 218, 232);
	height: 24px;
	width:  600px;
}

.tab {
	background-color: rgb(211, 218, 232);
	padding-left:  7px;
	padding-right:  7px;
	padding-top:  3px;
	padding-bottom:  3px;
	margin: 3px;
	font-size: 13px;
	text-decoration: none;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
}

.tab:hover {
	color: white;
	background-color:rgb(59,89,152);
}

.curtab {
	background-color: white;
	border-top:  1px solid rgb(211, 218, 232);
	border-left: 1px solid rgb(211, 218, 232);
	border-right:  1px solid rgb(211, 218, 232);
	padding-left:  9px;
	padding-right:  9px;
	padding-top:  3px;
	padding-bottom:  3px;
	margin: 3px;
	text-decoration: none;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	display: block;
}

