/*  OrchidTrail.com - seed - CSS */

#listhead {
	color: #333333;
	text-align: center;
	border-top: solid #333333 thin;
	border-left: solid #333333 thin;
	border-bottom: solid #333333 thin;
	}
	
#listheadr {
	color: #333333;
	text-align: center;
	border-top: solid #333333 thin;
	border-left: solid #333333 thin;
	border-right: solid #333333 thin;
	border-bottom: solid #333333 thin;
	}

.row1 {
	background-color: #FFFFCC;
	}

.row2 {
	}

#idnumber {
	color: #000000;
	text-align: center;
	border-bottom: solid #999999 thin;
	border-left: solid #999999 thin;
	height: 100px;
	padding: 6px 2px 0px 2px;
	font-weight: bold;
	}
	
#item {
	border-bottom: solid #999999 thin;
	border-left: solid #999999 thin;
	height: 102px;
	padding: 2px 4px 2px 4px;
	}

#cross {
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	}

#notes {
	font-size: 10pt;
	padding: 2px 2px 0px 8px;
	color: #333333;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	}
#notes li {
}

#price {
	border-bottom: solid #999999 thin;
	border-left: solid #999999 thin;
	text-align: right;
	height: 100px;
	padding: 6px 2px 0px 2px;
	}
	
#thumb {
	border-bottom: solid #999999 thin;
	border-left: solid #999999 thin;
	border-right: solid #999999 thin;
	text-align: center;
	height: 102px;
	padding: 4px 2px 0px 2px;
	font-size: 10px;
	}

