.fooddata {
	border: 4px solid #000000;
	background: #ffffff;
}



.foodata tr th, .fooddata th {
	white-space: nowrap;  
	display: block;
	text-align: center;
	border-bottom: 2px solid #000000;
	padding: 3px 1px;
}


.foodata tr td, .fooddata td {
	border-bottom: 1px solid #000000;
	padding: 3px 1px;
}

h5 {
	font-size: 1.2em;
	padding-bottom: 2px;
	background-image: url('images/info/addictionfade.gif');
	background-repeat:no-repeat;
    background-position:bottom left;
}

#dogs_body h6 {
	font-size: 1.1em;
	font-variant:small-caps;
	font-family: sans-serif;
	padding-bottom: 2px;
	background-image: url('images/info/addictionfade.gif');
	background-repeat:no-repeat;
    background-position:bottom left;
}

div.ingredients {
  border: 4px solid #000000;
  padding: 0;
  width: 60%;
  float: left;
  margin: 4px;
}

div.ingredients h4 {
  display: block;
  border-bottom: 2px solid #000000;
  margin: 0;
  padding: 0;
  text-align: center;
}

div.ingredients p {
  margin: 0;
  padding: 4px;
}

table.analysis {
  border: 4px solid #000000;
  margin:4px;
}

table.analysis th {
  border-bottom: 2px solid #000000;
  text-align: center;
  white-space:nowrap;
}

table.analysis td.col1 {
  border-bottom: 2px solid #000000;
  text-align: left;
  padding-right:5px;
  white-space:nowrap;
}

table.analysis td.col2 {
  border-bottom: 2px solid #000000;
  text-align: right;
  padding-left:5px;
  white-space:nowrap;
}


.nutritioninfo {
  clear:both;
  width: 5%;
  color:#cccccc;
}
