@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:"Arial", Helvetica, sans-serif;
	vertical-align:top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

strong {
font-weight:700;
}



.tgreen {
color:#73880a;
}

.tgreen2 {
	color:#5e9605;
	font-size:20px;
	font-weight:700;
	background-color:#FFFFFF;
	position:relative;
	bottom:10px;
	padding:8px 8px 0px;
	margin-left:15px;
}




.item_bg {
padding:0px 10px 10px;
border:#5e9605 1px solid;
color:#414e6c;
}










/* INGREDIENTS TABLE */


.ingredients_tb {
width:360px;
height:310px;
color:#253902;
font-size:16px;
margin:0 auto;
text-indent:20px;
border:2px solid #006600;
}


.ing_title {
font-size:28px;
font-weight:700;
padding-top:20px;
color:#000000;
}

.ing_name {
height:10px;
font-size:13px;
color:#265722;
}

.ingredients_tb b {
font-size:16px;
font-weight:700;
}

.ingredients_tb div {
width:330px;
height:10px;
margin:0 auto;
background-color:#006600;
}

div.thinline {
width:330px;
height:1px;
margin:0 auto;
background-color:#006600;
}

.ingredients_tb strong {
font-size:16px;
font-weight:700;
color:#000000;
}
.smalltext {
font-size:11px;
color:#000000;
padding-bottom:20px;
}






