#summarybox {
}

/* I'm sad we took this out.
#summarybox .top {
	width: 617px;
	height: 76px;
	background-image: url(../images/layout/scrollTop.jpg);
	background-repeat: no-repeat;
}

#summarybox .middle {
	background-image: url(../images/layout/scrollMidPattern.jpg);
	background-repeat: repeat-y; 
	width: 562px;
	padding: 1px 5px 1px 50px;
	margin-bottom: -25px;
}

#summarybox .summary {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 520px;
}

#summarybox .summary ul {
	margin-left: -22px;
}

#summarybox .bottom {
	width: 617px;
	height: 82px;
	background-image: url(../images/layout/bottomScroll.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
*/

.summary {
	font-family: Times, Times New Roman, serif;
	font-size: 12px;
	width: 225px;
	margin-top: 10px;
	/*background-image: url(../images/layout/darkTile.jpg);*/
	background-color: #CFCCAD;
	font-weight: bold;
	border: 1px solid #4e462f;
	color: #4e462f;
	margin-bottom: 25px;
	margin-left: 25px;
	padding: 5px 5px 0px 5px;
	float: right;
}

.wtHeadline {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/layout/wtHeader.jpg);
	width: 235px;
	height: 33px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px;
}

.summary li {
	padding-top: 0px;
	padding-bottom: 15px;
	margin-left: -30px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #645E3C;
	list-style-image: url(../images/layout/wtArrow.gif);
}

.summary ol li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: -10px;
	margin-bottom: 0px;
	border-bottom: none;
	list-style-type: decimal;
	list-style-image: none;
}

.summary ul {
	padding-top: 10px;
	padding-right: 10px;
	margin-top: 0px;

}

#productListing {
}

#productListing img {
	float: left;
	border: none;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#productListing .descriptext {
	padding-top: 10px;
}

#productListing .organicingredients {
	text-align: center;
}

#productListing .organicingredients .orgheadline {
	text-transform: uppercase;
}

#productListing .organicingredients .nobold {
	font-weight: normal;
}

#productListing .pheading {
	text-transform: capitalize;
	padding-left: 20px;
}

#productListing .pcontent {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
}

#ingredientsList {
	width: 600px;
}

#ingredientsList .ingredient {
	width: 600px;
	float: left;
	border-bottom: 1px solid black;
}

#ingredientsList .ingredient .name {
	width: 430px;
	float: left;
}

#ingredientsList .ingredient .name_ind {
	width: 410px;
	float: left;
	margin-left: 10px;
}

#ingredientsList .ingredient .amount {
	width: 100px;
	padding-left: 30px;
	float: left;
}

#ingredientsList .ingredient .dailyvalue {
	width: 50px;
	float: right;
}

#productListing .mixins {
	margin-top: 10px;
}

#productListing .mixins .mixin {
	margin-bottom: 10px;
}

#productListing .mixins .mixin img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}