
#main_text img {
    float: left;
    margin: 20px 40px 20px 0;
}

/* PRODUCT PAGE () */
#filter-box {
    padding:8px 15px 6px 15px;
    margin:30px 0 10px 0;
    width:645px;
    border-color: #EDE1C7;
    border-style: solid;
    border-width:1px;
    background:#F6EED9;
    color:#666666
}
#filter-box input {
    margin-left:15px;
    vertical-align:middle;
    position:relative;
    top:-1px
}
#filter-box input#submit_btn {
    margin:0 0 0 15px;
    padding:0;
    vertical-align:middle;
    position:relative;
    top:-1px
}

/*Nutitritional Information*/
#nutitritionalInformation {
    background:#eee7e6;
    padding:1em;
	
}

/*nutritionServing*/
table.nutritionServing {
    float:left;
    width:310px;
    margin-right:20px;
}
table.nutritionServing caption {
	padding:.5em 1em;
}
table.nutritionServing th,
table.nutritionServing td {
    text-transform: uppercase;
    border-bottom: solid 1px #cab48f;
    padding: 5px 0;
}
table.nutritionServing th {
    padding-left:1em;
}
table.nutritionServing td {
    padding-right:1em;
}
table.nutritionServing tbody {
	padding:1em;
}

table.nutritionServing td.value {
    text-align: right;
    text-transform: none
}
table.nutritionServing thead td {
    border-bottom: none;
    text-transform: none
}
/*-----------------------------------------------------------------*/
/*dailyDose*/
table.dailyDose {
    float: left;
    clear: none;
    width:195px;
    font-size:1em;
}
table.dailyDose caption {
	padding:.5em 0;
}
table.dailyDose thead,
table.dailyDose tfoot {
	background-color:#000;
    color:#fff;
}
table.dailyDose thead th {
	padding:.3em;
}
table.dailyDose thead th h3 {
	text-transform:uppercase;
	color:#fff;
}
table.dailyDose thead th,
table.dailyDose tfoot td {
	background-repeat:no-repeat;

}
table.dailyDose .border {
		border-left:1px solid #fff;
}

table.dailyDose thead th.topLeft {
	background-image: url(http://www.duchyoriginals.com/images/static/nutrition/borderTopLeft.png);
	background-position: 0 0;
}

table.dailyDose thead th.topRight {
	background-image: url(http://www.duchyoriginals.com/images/static/nutrition/borderTopRight.png);
	background-position: 100% 0;
}

table.dailyDose tfoot td.bottomLeft {
	background-image: url(http://www.duchyoriginals.com/images/static/nutrition/borderBottomLeft.png);
	background-position: 0 100%;
}

table.dailyDose tfoot td.bottomRight {
	background-image: url(http://www.duchyoriginals.com/images/static/nutrition/borderBottomRight.png);
	background-position: 100% 100%;
}

table.dailyDose tbody {
	background:#fff;
}


table.dailyDose tbody th {
   text-transform:lowercase;
   background-position:5% 50%;
   background-repeat:no-repeat;
   padding-left:2.2em;
   height:2.5em;
   border-bottom:1px solid #000;
}
table.dailyDose tbody th.nutritionLow {
	background-image:url(http://www.duchyoriginals.com/images/static/nutrition/trafficLightGreen.png);
}
table.dailyDose tbody th.nutritionMed {
	background-image:url(http://www.duchyoriginals.com/images/static/nutrition/trafficLightAmber.png);

}
table.dailyDose tbody th.nutritionHigh {
	background-image:url(http://www.duchyoriginals.com/images/static/nutrition/trafficLightRed.png);

}
table.dailyDose tbody td {
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	text-align:center;
}

ul#trafficLightsLegend {
	float:left;
	margin:1em;
	width:100px;
}
ul#trafficLightsLegend li {
	background-position:50% 100%;
	background-repeat:no-repeat;
	font-size:1.2em;
	margin-bottom:2em;
	padding-bottom:1.5em;
	text-align:center;
}
ul#trafficLightsLegend li.high {
	background-image:url(http://www.duchyoriginals.com/images/static/nutrition/nutritionHigh.png);
}
ul#trafficLightsLegend li.medium {
	background-image:url(http://www.duchyoriginals.com/images/static/nutrition/nutritionMed.png);
}
ul#trafficLightsLegend li.low {
	background-image:url(http://www.duchyoriginals.com/images/static/nutrition/nutritionLow.png);
}
table.dailyDose td {
	/*background:transparent url(http://www.duchyoriginals.com/images/static/nutr_green.gif) no-repeat scroll 0 bottom*/
}
/* END PRODUCT PAGE () */


