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


div#content {
	padding: 1em;
}

h1 {
	margin-bottom: .5em;
}

h3 {
	margin: 0 0 0 0;
}

div#col1 {
	width: 15em;
	padding: .5em;
	float: left;
}

div#col2 {
	width: 13em;
	padding: .5em;
	float: left;
}

div#col3 {
	width: 13em;
	padding: .5em;
	float: left;
}


div.filterList ul {
	font-size: .8em;
	margin: 0;
	padding: 5px 0;

}


div.filterList ul li {
	list-style-type: none;
	color: #666;

}

div.filterList a {
/*
	display: block;
	float: left;
	margin: 0 10px 5px 0;
*/
}

table {
	margin: 10px 0 0 0;
	width: 100%;
}

table thead th {
	font-size: .9em;
	font-weight: bold;
	color: #333;
	background-color: #eee;
	text-align: left;
	padding: 5px;
}

table td {
	font-size: .8em;
	font-family: helvetica, sans-serif;
	padding: 5px;
}



a#breedLink, a#productLink {
	padding-right: 21px;
}

a.hidden {
	background-image: url(../_images/expand_all.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

a.shown {
	background-image: url(../_images/contract_all.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

p.searchResults {
	border: 1px solid #ccc;
	background-color: #eee;
	margin: 20px 0 5px 0;

}