h3.fam-pcie, h3.fam-usb, h3.fam-pcix, h3.fam-io {
	width: 168px; height: 41px;
	margin: 0 0 20px;
}

h3.fam-pcie {
	background: url('/images/plx/fam_pcie.gif') no-repeat;
}

h3.fam-usb {
	background: url('/images/plx/fam_usb.gif') no-repeat;
}

h3.fam-pcix {
	background: url('/images/plx/fam_pcix.gif') no-repeat;
}

h3.fam-io {
	background: url('/images/plx/fam_io.gif') no-repeat;
}

form {
	margin: 0; padding: 0;
}

/* Each Family box */
.family {
	position: relative;
	width: 168px; height: 180px;
	background: url('/images/plx/fam_box_bg.gif') repeat-y;
}

.family-bot {
	position: absolute;
	bottom: -8px;
	background: url('/images/plx/fam_box_bot.gif') no-repeat;
	width: 168px; height: 10px;
}

html>body .family-bot {
	bottom: 0;
}

.family .logo img {
	vertical-align: middle;
}

.family .logo {
	margin: 20px 0;
	height: 35px;
	text-align: center;
}

.family ul {
	margin: 0 10px 0 25px; padding: 0;
}

.family .chip {
	position: absolute;
	top: -5px; right: -7px;
	margin: 0; padding: 0;
}
/* EOF Family box */

/* Rewrite the Float Left class */
.float-left {
	margin-right: 10px;
}
