﻿body {
//	background: #ffffff url(background.png) repeat-x top center; padding: 0 0 75px 0; font-family: Verdana, sans-serif; font-size: 100%; color: #555555; margin-top: 0px;
	margin: 0; padding: 0;
	background: #f7f7f7 url(background.png) repeat-x top center;
	text-align: center;
	font: normal 12px Verdana;
	color: #666666;
	word-wrap: break-word;

}

a {
text-decoration: none; color: #0168AD;
}

a:hover {
color: #3199e1;
}

#search {
   text-align: center;
}


#nutritionfacts {
    background-color: white;
    border: 1px solid black;
    padding: 3px;
    width: 244px;
    text-align: left;
}

#nutritionfacts td.header {
    font-family: Arial Black;
    font-size: 28px;
    white-space: nowrap;
}

#nutritionfacts td {
    color: black;
    font-family: Arial Black;
    font-size: 8pt;
    padding: 0;
}

#nutritionfacts td.indent {
    padding-left: 10px;
}

#nutritionfacts table.vitamins {
    border-collapse: collapse;
    margin-bottom: 3px;
    width: 100%;
}

#nutritionfacts div.serving {
    font-family: Arial;
    font-size: 8pt;
}

#nutritionfacts div.labellight {
    float: left;
    font-family: Arial;
}

#nutritionfacts div.dvlabel {
    font-family: Arial Black;
    font-size: 7pt;
    text-align: right;
}

#nutritionfacts div.weight {
    display: inline;
    font-family: Arial;
    padding-left: 1px;
}

#nutritionfacts div.dv {
    display: inline;
    float: right;
    font-family: Arial Black;
}

#nutritionfacts div.line {
    border-top: 1px solid black;
}

#nutritionfacts div.label {
    float: left;
    font-family: Arial Black;
}

#nutritionfacts td.header {
    font-family: Arial Black;
    font-size: 28px;
    white-space: nowrap;
}
#nutritionfacts select {
	font-family:Arial;
	width:100%;
}