.acc_box{
	background-color: #F6F6F6;
	padding: 10px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	width: 500px;
	margin: 15px auto;
}

.acc_box_nowidth{
	background-color: #F6F6F6;
	padding: 10px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	margin: 15px auto;
}

.borders {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#facts {
	border: 1px solid #DCDCDC;
	width: 400px;
	margin: auto;
	padding: 10px;
}

#facts td {
	padding: 2px 5px;
}

.fact_head {
	border-bottom: 7px solid #000000;
	font-weight: bold;
	font-size: 14px;
}

.fact_ing {
	width: 308px;
}

.fact_amout {
	width: 52px;
	text-align: right;
}

.formula {
	padding: 10px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	width: 500px;
	margin: 15px auto;
}

.ing {
	font-weight: bold;
}

.ing_amount {
	width: 75px;
	text-align: right;
}

.ing_desc {
	padding: 0px 10px 10px 20px;
}

.products {
	width: 350px;
	margin: 20px auto;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

.products td {
	padding: 10px 0px;
}

.products h1, .products h2, .products h3 {
	margin: 0px auto;
}

.nomargin h1, .nomargin h2, .nomargin h3 {
	margin: 0px auto;
}

.products ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.prod_pic {
	width: 180px;
}

.prod_price {
	vertical-align: bottom;
}

.prod_price b {
	display: block;
}

.prod_title {
	vertical-align: top;
}

.prod_title h1, .prod_title h3 {
	margin: 0px;
}

.prodname {
	font-weight: bold;
	font-style: italic;
	color: #095690;
}
a.nolink:link {
	color: #000000;
	text-decoration: none;
	cursor:text;
}
a.nolink:visited {
	text-decoration: none;
	color: #000000;
	cursor:text;
}
a.nolink:hover {
	text-decoration: none;
	color: #000000;
	cursor:text;
}
a.nolink:active {
	text-decoration: none;
	color: #000000;
	cursor:text;
}