@CHARSET "ISO-8859-1";

/* Recipes 2 CSS */
#wrapper #recipes_top {
	height: 91px;
	background: url('../images/recipes2_bg.jpg') no-repeat;
}

#wrapper #recipe_mid {
	float: left;
	width: 765px;
	padding-left: 20px;
	padding-right: 15px;
	background: url('../images/sub_mid.jpg') repeat-y;
}

/* TABS */

#wrapper #recipe_mid #tabs {
	list-style: none;
}

#wrapper #recipe_mid #tabs LI {
	display: inline;
}

#wrapper #recipe_mid #tabs LI.ntab {
	cursor:pointer;
}

#wrapper #recipe_mid #tabs li.ntabselect .tab_middle {
	color:#753 !important;
}

#wrapper #recipe_mid #tabs .tab_left {
	float: left;
	height: 37px;
	width: 10px;
	background: url('../images/tab_left.jpg') no-repeat;
}

#wrapper #recipe_mid #tabs .tab_middle {
	float: left;
	height: 30px;
	background: url('../images/tab_middle.jpg') repeat-x;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 1px;
	padding-right: 1px;
}

#wrapper #recipe_mid #tabs #veggie {
	padding-left: 2px;
	padding-right: 2px;
}

#wrapper #recipe_mid #tabs #sauce_type_left {
	margin-left: 2px;
}

#wrapper #recipe_mid #tabs #sauce_type_middle {
	width: 355px;
	/*!padding-top: px;*/
	padding-top: 10px;
	position:relative;
}

#wrapper #recipe_mid #tabs SELECT {
	width: 150px;
	position:absolute;
	right:10px;
	top:8px;
}

#wrapper #recipe_mid #tabs A {
	text-decoration: none;
}

#wrapper #recipe_mid #tabs .tab_right {
	float: left;
	height: 37px;
	width: 10px;
	background: url('../images/tab_right.jpg') no-repeat;
}

/* RECIPE LIST */

/* nates table */
table#recipe_list {
	border:0px;
	width:765px;
}
#recipe_list td {
	vertical-align:top;
}
#recipe_list td .rec_item {
	width:379px;
}
/* --- end nates table -- */

#wrapper #recipe_mid #recipe_list {
	list-style: none;
}

#wrapper #recipe_mid #recipe_list LI {
	float: left;
	width: 379px;
}

#wrapper #recipe_mid #recipe_list .rec_top {
	font-family: Arial, Helvetica, sans-serif;
	height: 31px;
	background: url('../images/recipe_top.jpg') no-repeat;
	/*padding-left: 25px;*/
	padding-left:18px;
	padding-top: 12px;
}

#wrapper #recipe_mid #recipe_list .rec_top H1 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	overflow:hidden;
	white-space:nowrap;
	width:348px;
	position:absolute;
	line-height:23px;
}

#wrapper #recipe_mid #recipe_list .rec_mid {
	background: url('../images/recipe_mid.jpg') repeat-y;
	padding-left: 25px;
	padding-right: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330000;
}

#wrapper #recipe_mid #recipe_list .rec_mid H2 {
	font-size: 12px;
}

#wrapper #recipe_mid #recipe_list .rec_bot {
	height: 12px;
	background: url('../images/recipe_bot.jpg') no-repeat;
}
