@charset "utf-8";
/* CSS Document */

#content_main_listing {
	width:740px;
	height:100%;
	float:left;
	margin-left:20px;
	margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding:5px;
	line-height: 25px;
}

#content_main_listing a { color: #0066CC; }

#content_main_listing a:hover { text-decoration: none; }

h1 {
	font-size: 1.3em;
	color: #9C7B38;
}

h2 {
	font-size: 1.0em;
	color: #9C7B38;
	margin-bottom: 0;
}

table.feedingguide {
	border: 1px solid #00C4E6;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1em auto;
}

table.feedingguide th { background-color: #F3F3F3; }

table.feedingguide th, table.feedingguide td {
	border: 1px solid #00C4E6;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0.5em 1em;
	text-align: center;
}

table.feedingguide td.sub_headers{
	font-weight: bold;
}

table.feedingguide td.product_info{
	background-color: #F3F3F3;
}
	
	

