.left-col .recipe-pic-container {
	width: 433px;
	height: 270px;
	position: relative;
	z-index: 1;
}

.left-col .recipe-pic-container .recipe-tools {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	float: right;
	background: #fff;
}
.left-col .recipe-tools ul li {
	float: left;
	display: inline-block;
	margin: 0px 5px 0px 5px;
}

.right-col .recipe-details {
	width: 495px;
	overflow: hidden;
}
.recipe-details a.back-to-recipes {
	color: #333;
	text-decoration: underline;
	float: left;
}
.recipe-details .recipe-type {
	position: relative;
	float: right;
}

.recipe-details h1 {
	clear: both;
	float: left;
	width: 100%;
	font-size: 23px;
	color: #737373;
	display: block;
	padding: 15px 0px 10px 0px;
}
.recipe-details p.headers {
	clear: both;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 5px;
}

.recipe-details ul.ingredients {
	padding-bottom: 10px;
}
.recipe-details ul.ingredients li {
	font-size: 12px;
	color: #737373;
	margin-bottom: 5px;
}

.recipe-details table.ingredients {
	padding-bottom: 10px;
}
.recipe-details table.ingredients td {
	font-size: 12px;
	color: #737373;
	margin-bottom: 5px;
	padding-left: 6px;
	padding-bottom: 6px;
}

.recipe-details div.serving {
	font-size: 12px;
	color: #737373;
	padding-left: 6px;
}

.recipe-details ol.directions {
	padding-bottom: 10px;
	list-style-type: decimal;
	padding-left: 4px;
	margin-left: 10px;
}
.recipe-details ol.directions li {
	font-size: 12px;
	color: #737373;
	margin-bottom: 5px;
	margin-left: 10px;
}

a.featured-recipe-name
{
    position:absolute;
    top:30px;
    left:0;
    background:#ff0000;
}

a.featured-recipe-name:hover{
	color:#ffffff;
}