#top {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px 3px;
	font-size:18px;
}
#top a {
	text-decoration:none;
}
#top a img {
	border:0;
	padding-right:20px;
	float:right;
}
#top .periph {
	font-size:60%;
}
/* freshlink tables */
.listings td a {
	font-weight:bold;
}
.listings input {
	font-weight:bold;
	font-size:12px;
}
#inventory .listings td {
 vertical-align:middle;
}
#lister {
	font-family:Arial, Helvetica, sans-serif;
	line-height:120%;
	color: #000;
	font-size:11px;
	width:98%;
	margin-top:20px;
	vertical-align: top;
}
#lister .item {
	width:100%;
	display:block;
	padding: 0;
}
#lister div {
	float:left;
	padding: 5px;
}
#lister .basic {
	width:98%;
	display:block;
	clear:left;
	background-color:#fff;
	border-bottom: 1px dotted #bbb;
}
#lister .basic:hover, #lister .ielist {
	background-color:#DEE7C2;
}
#lister .highlight {
	width:97%;
	display:block;
	clear:left;
	background-color:#DEE7C2;
	border: 1px dotted #aaa;
	border-top: 0;
}
#lister .tt {
	width:98%;
	display:block;
	font-weight: bold;
	border-bottom:1px solid #666;
	background-color:#B0B8A5;
	padding-bottom: 0;
}
#lister .tt a {
	color:#000000;
}
#lister .details {
	border-left: 1px dotted #bbb;
	border-right: 1px dotted #bbb;
	line-height: 150%;
	display:block;
	width:74%;
	margin-left:22%;
	background-color:#EFF8D1;
}
#lister .details .col {
	width:44%;
	margin-right:10px;
	float:left;
	display:block;
}
#lister .subtitle {
	width: 2%;
}
#lister .foodname {
	width: 15%;
}
#lister .var {
	width: 15%;
}
#lister .food {
	width: 25%;
}
#lister .quant {
	width:25%;
}
#lister .food a {
	font-size: 14px;
}
#lister .days {
	width: 15%;
}
#lister .days .periph {
	line-height:175%;
}
#lister .qty {
	width: 8%;
}
#lister .price {
	width: 8%;
}
#lister .action, #lister .highlight .hide, #lister .basic:hover .hide, #lister .ielist .hide {
	display:block;
}
#lister .hide {
	display: none;
	padding: 0;
}
#lister .show {
	clear:left;
	display:block;
	width:100%;
	padding: 0;
	border-bottom: 1px dotted #bbb;
}
#active {
	background-color:#DEE7C2;
}
#active ul, #inactive ul {
	padding-left:15px;
}
#active .periph, #inactive .periph {
	padding-left:25px;
}
#active li, #inactive li {
	list-style:none;
}
#active .fees {
	padding-top:10px;
	font-size:90%;
	color:#666;
}
#orderstatus a {
	color:#666;
	font-size:90%;
	background-color:#cc9;
}
.hide {
	display:none;
}
.subcol ul.periph li {
	margin-bottom:8px;
}
.subcol ul.periph {
	margin-bottom:20px;
}
.subcol ul.periph a {
	font-weight:bold;
}

.matcher div {
	width:12px;
	margin: 1px;
	float:left;
	padding: 2px;
}
.matcher {
	clear:both;
	font-weight:bold;
}
div.match {
	border: 2px solid #142208;
	padding: 0;
	height: 12px;
}
div.match, div.othermatch {
	background-position:center;
	background-repeat:no-repeat;
}
div.match {
	background-image:url(../img/freshlink/match.gif);
}
div.thismatch {
	background-color:#ddd;
}
div.match, div.othermatch {
	background-color:#DEE7C2;
}
div.nomatch, div.othermatch, div.thismatch {
	border: 1px solid #ddd;
	padding: 1px;
	height: 12px;
}
