#tablist {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #770004;
}

#tablist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#tablist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #770004;
	border-bottom: none;
	background: #c38b3f;
	text-decoration: none;
         color: #ffffff;
}

#tablist li a:link { 
	color: #ffffff; 
}

#tablist li a:visited { 
	color: #ffffff; 
}

#tablist li a:hover {
	color: #e9d7bf;
	background: #770004;
	border-color: #770004;
}

#tablist li a.current {
	background: #ffffff;
	color: #770004;
	border-bottom: 1px solid #ffffff;
}
#tablist li a.current:hover  {
	text-decoration: underline;
}
#specs, #safety, #kosher, #product {
         border-left: 1px solid #770004;
         border-right: 1px solid #770004;
         border-bottom: 1px solid #770004;
         margin-top: -11px;
         margin-bottom: 15px;
         background-color: #ffffff;
}
#specs table#info, #safety table#info, #kosher table#info {
         border: 1px solid #770004;
         text-align: left;
}
#specs th, #safety th, #kosher th {
         background: #770004;
         color: #ffffff;
         font-weight: bold;
         text-align: center;
}
#specs table p, #safety table p, #kosher table p {
         margin: 0px;
         padding: 0px;
}
#specs tr#odd, #safety tr#odd, #kosher tr#odd {
         background-color: #d2c1ac;
}
#specs td#head, #safety td#head, #kosher td#head {
         font-weight: bold;
}
