
#catalog .family
{
	float: left;
	width: 100px;
	height: 124px;
	margin: 2px;
	padding: 0px;
	background: white;
	border-bottom: black solid 1px;
	border-left: black solid 1px;
}

#catalog .family .name a
{
	float: left;
	background: #00633D;
	background: url(../img/header_button_bg.gif) repeat-x top;
	color: black;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	font-size: 0.8em;
	width: 70px;
	text-decoration: none;
}

#catalog .family .preview
{
	border: none;
	border-bottom: black solid 1px;
	float: left;
}

#catalog .family .number a
{
	background: yellow;
	background: url(../img/header_button_bg_over.gif) repeat-x top;
	color: gray;
	text-decoration: none;
	font-size: 0.8em;
	padding: 0px 0px 0px 2px;
	float: right;
	width: 23px;
}

