

/*---- Catalog ----*/

.L0 {
	font: medium "Verdana", sans-serif;
	line-height: 25px;
}


.L0 A {
	color: #056A00;
	float: left;
	width: 100%;
	margin-top: 20px;
	font-weight: bold;
}
	
.L1 {
	font: small "Arial";
	border-bottom: 1px dashed #D2E1D1;
	float: left;
	width: 100%;

}
.L2 {
	font: small "Arial";
	padding-left: 20px;
	
}
.L1 A, .L2 A {color: black;}
.L1 A { font-weight: bold;}
.L0 A, .L1 A, .L2 A {text-decoration: none;}
.L0 A:hover, .L1 A:hover, .L2 A:hover {text-decoration: underline;}


#catalog_breadcrumb a {
	color: teal;
	font: small "Arial", sans-serif;
}

TABLE.items TR TD {
	text-align: center;
	border: 1px solid #B9860D;
	margin: 3px;
	font: x-small "Arial", sans-serif;
}

.items {
	clear: left;
	margin-top: 20px;	
	width: 900px;
}

TABLE.items TR TD DIV.image {
	

}

.info {
	padding-left: 10px;
	width: 175px;
}

.item_desc DIV.image {
	float: left;
}
.item_desc DIV.image IMG {

	border: 2px solid #B9860D;
	}
.item_desc DIV.info {
	float: left;

	font: small "Arial", sans-serif;
}
