/* Affilicart Stylesheet */

.ProductTitle			{ font-size: 11px; font-weight: bold; color: #2c2c2c; font-family: tahoma; }

.CartHeader				{ background-color: #f5cb5f; }
.CartItem1				{ background-color: #faebc4; }
.CartItem2				{ background-color: #ffffff; }
.CartTextBox			{ border: 1px solid #c0c0c0; font-family: verdana }
.CartSelect				{ border: 1px solid #c0c0c0; font-family: verdana }

/* HomeHivTestKit Styles */

BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}
TD, P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-decoration:underline;
}
a:link, a:visited {
	color: #306B8C;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}
a:hover {
	color: #4B89AC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}
a:active {
	color: #ff0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
}
.nav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;

}
.nav h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration:none;
}
.nav a:link {
	color: 	306B8C;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}
.nav a:hover {
	color:4B89AC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}
.nav a:active {
	color:ff0000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}
.nav a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}
.bubble {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration:none;
}
.bubble a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration:none;
	color: ffffff;
}
.bubble a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration:none;
	color: ffffff;
}
.bubble a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration:underline;
	color: ffffff;
}
.bubble a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration:none;
	color: ff0000;
}