.buttons {
	margin-top: 10px;
}
.buttons span {
	color:#e66217;
	padding:0 5px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.buttons span.active, .buttons span:hover {
	color:#fff;
	background-color: #603204;
}
/* ********************************** */

/* Sample 4*/
#box4 {
	position:absolute;
	left: 0px;
	top: 0px;
	float: left;
	width: 240px;
}
#box4 div {
	width:240px;
	height:600px;
	float:left;
}
/* ********************************** */


.mask3 {
	position:relative;
	width:240px;
	height:500px;
	overflow:hidden;
}
.org{
	color:#e66217;
	float: right;
}
.RecipeLine {
	width:240px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #684e30;
	float: right;
}
