/* Styles for Home Page  */

div.product_overview {
	clear: left;
	width: 55em;
	font-size: .9em;
	overflow: hidden;
	margin-bottom: 1em;
}

div.product_overview img {
	margin-right: 1em;
}

div.product_overview a:link    { font-size: 1.2em; font-weight: bold; color: rgb(9,28,90); text-decoration: none; }
div.product_overview a:visited { font-size: 1.2em; font-weight: bold; color: rgb(9,28,90); text-decoration: none; }
div.product_overview a:hover   { font-size: 1.2em; font-weight: bold; color: rgb(9,28,90); text-decoration: underline; }

div.about_text_top img {
	padding: 0;
	margin: 0;
	margin-right: 1em;
	padding-bottom: 1em;
}

div.about_text_top p {
	margin-top: 0;
	padding-top: 0;
}

div.about_text_top {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.about_text_bottom {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

p.search_terms {
	font-style: italic;
	font-size: .8em;
	color: #555;
}

p.special_terms {
	font-style: italic;
	font-size: .8em;
	color: #555;
}

div#search_div {
	position: absolute;
	width: 49em;
	bottom: 10px;
/*   display: none; */
}

