/* CSS Document */
.featured_table {
	margin: 4px 0 0 26px;
}

.featured_table img {
	margin: 9px 9px 9px 0;
	border: 5px solid white;
}

.featured_table p {
	margin: 0px;
}

.topTD {
	padding-top: 15px;
}

.featured_table h3 {
	margin: 0px;
	padding: 0px;
	color: #0083cb;
}

.clear {
	width: 0;
	height: 0;
	clear: both;
}

#box_container {
	background-image: url(../img/recipes_box/box_bg_repeat.jpg);
	background-repeat: repeat-y;
	width: 718px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#box_container h2 {
	color: #0084cb;
	font-size: 18px;
	width:100%;
	margin: 0;
	padding-top: 10px;
}

#box_container span {
	color: #004f93;
	font-weight: bold;
	font-size: 12px;
}

#box_sub_container {
	position: relative;
	background-image: url(../img/recipes_box/box_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}

#box_container div#box_left_content {
	width: 324px;
	float: left;
	padding: 10px 5px 10px 30px;
}

#box_container div#box_right_content {
	width: 324px;
	float: right;
	padding: 10px 20px 10px 10px;
}

#box_container div#box_right_content p.top_space {
	margin-top: 20px;
}

#box_container div#box_right_content p.bottom_space {
	margin-bottom: 0;
}

#box_container div#box_bottom {
	background-image: url(../img/recipes_box/box_bottom.jpg);
	background-repeat: no-repeat;
	height: 27px;
}

/* Rcipes Boxes*/
.recipe_box {
	width: 344px;
}

.recipe_box p {
	margin: 0;
}

.recipe_box h2 {
	margin: 0;
	padding:0px;
	color: #0083cb;
	font-size:13px;
}

.recipe_box div {
	margin: 0;
	padding: 0;
}

.recipe_box div.box_header {
	background-image: url(../img/recipes_box/small_box_header.gif);
	background-repeat: no-repeat;
	height: 16px;
}

.recipe_box div.box_content {
	background-image: url(../img/recipes_box/small_box_bg.gif);
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;
}

.recipe_box div.box_content img {
	float: left;
	border: 1px solid #7ca8d2;
	margin: 0px 10px 0 5px;
}

.recipe_box div.box_content div.details {
	float: right;
	width: 232px;
}

.recipe_box div.box_content a.read_more {
	text-decoration: underline;
	color: #000000;
}

.recipe_box div.box_footer {
	background-image: url(../img/recipes_box/small_box_footer.gif);
	background-repeat: no-repeat;
	height: 14px;
}