@charset "utf-8";

/*--------------------------------------------

				Defaults
				
---------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.left {
float: left;
}
.right {
float: right;
}
.clear {
clear: both;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}

a {
color: #253326;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

input, select {
border: 1px solid #969695;
}

input.image {
border: none;
}

.hidden {
display: none;
}

.print_page {
display: none;
}

.preload {
position: absolute;
left: -999em !important;
}

/*--------------------------------------------

				layout
				
---------------------------------------------*/

body {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
background: url(/images/bkg.gif) top center repeat-x;
}

#star_burst {
width: 1040px;
margin: 0 auto;
}

#container {
float: left;
width: 936px;
padding: 0 32px;
background: url(/images/star_burst.gif) no-repeat;
text-align: left;
}

#header {
float: left;
background: url(/images/logo.gif) no-repeat;
height: 172px;
width: 936px;
}

#main {
float: left;
background: url(/images/main_bkg.gif) repeat-y;
width: 936px;
}

/*--------------------------------------------

				header
				
---------------------------------------------*/

.logo {
float: left;
width: 246px;
height: 150px;
}

.global {
float: left;
width: 614px;
margin: 0 35px 0 35px;
background: url(/images/global_bkg.gif) repeat-y;
}

.global li {
float: left;
line-height: 32px;
font-size: 1.1em;
padding: 0 9px;
}

.global li.first {
padding: 0 9px 0 19px;
}

.global li a {
color: white;
text-decoration: none;
}

.global li a:hover {
text-decoration:underline;
}

.global .bottom {
float: left;
width: 614px;
height: 3px;
font-size: 1px;
background: url(/images/global_bottom.gif) no-repeat; 
padding: 0;
}

.global select {
margin: 7px 0 0;
width: 145px;
float: left;
font-size: 1em;
}

.search {
float: left;
margin-top: 25px;
background: url(/images/search_bkg.gif) no-repeat;
width: 632px;
height: 24px;
padding: 8px 0px 2px 15px;
}

.search label {
color: white;
float: left;
line-height: 18px;
}

.search input {
margin: 0 15px;
width: 100px;
height: 14px;
float: left;
display: inline;
}

.search .radio {
width: auto;
margin: 2px 5px 0 10px;
display: inline;
float: left;
border: none;
width: 10px;
}

.search label {
float: left;
}

.search select {
margin: 0 15px 0 10px;
font-size: 1em;
height: 16px;
float: left;
width: 100px;
}

.search input.recipe_go {
margin: -2px 5px 0 0px;
height: 23px;
width: 52px;
display: inline;
}

.search .horiz_dot {
float: left;
padding: 1px 0 0 10px;
}

.search .advanced {
float: left;
width: 154px;
height: 22px;
margin: -2px 0 0 15px;
display: inline;
background: url(/images/advanced_search.gif) no-repeat;
}

.search .advanced a {
float: left;
width: 154px;
height: 14px;
}


/*--------------------------------------------

				nav
				
---------------------------------------------*/

#nav {
float: right;
width: 646px;
height: 78px;
padding: 0 44px 0 0;
background: #fff url(/images/main_nav_bkg.gif) top right no-repeat;
}

#nav li {
float: left;
height: 78px;
border-right: 2px solid white;
}

#nav li a {
float: left;
width: 100%;
height: 100%;
}

#nav li.recipes {
background: url(/images/recipes_hover.gif);
width: 80px;
}

#nav li.products {
background: url(/images/products_hover.gif);
width: 87px;
}

#nav li.create {
background: url(/images/create_hover.gif);
width: 91px;
}

#nav li.interactive-kitchen {
background: url(/images/kitchen_hover.gif);
width: 91px;
}

#nav li.protein {
background: url(/images/protein_hover.gif);
width: 86px;
}

#nav li.meals {
background: url(/images/meals_hover.gif);
width: 101px;
}

#nav li.about {
background: url(/images/about_hover.gif);
width: 84px;
}

#nav li.updates {
background: url(/images/updates_hover.gif);
width: 103px;
}

#nav li.recipes a {
background: url(/images/recipes.gif);
}

#nav li.products a {
background: url(/images/products.gif);
}

#nav li.create a {
background: url(/images/create.gif);
}

#nav li.interactive-kitchen a {
background: url(/images/kitchen.gif);
}

#nav li.protein a {
background: url(/images/protein.gif);
}

#nav li.meals a {
background: url(/images/meals.gif);
}

#nav li.about a {
background: url(/images/about.gif);
}

#nav li.updates a {
background: url(/images/updates.gif);
}

#nav li a:hover, #nav li a.active {
background: transparent;
}

/*--------------------------------------------

				footer
				
---------------------------------------------*/

.footer {
clear: both;
float: left;
width: 936px;
text-align: center;
padding: 0 0 25px;
line-height: 1.2em;
}

.footer li {
display: inline;
color: #999999;
}

.footer li a {
color: #999999;
text-decoration: none;
}

.footer li a:hover {
text-decoration: underline;
}

.footer li.clear {
display: block;
padding: 10px 0 0;
}

/*--------------------------------------------

				main
				
---------------------------------------------*/

.main_top {
float: left;
width: 936px;
background: url(/images/main_top.gif) no-repeat;
}

.main_bottom {
float: left;
width: 936px;
background: url(/images/main_bottom.gif) bottom no-repeat;
padding: 0 0 75px;
}

.stint {
width: 1px;
height: 500px;
font-size: 0.01em;
}

.page {
float: left;
width: 912px;
padding: 0 11px;
}

h1 {
float: left;
text-transform: uppercase;
font-size: 1.8em;
font-weight: bold;
padding: 20px 0 0 40px;
width: 195px;
line-height: 44px;
color: #253326;
}

h4 {
border-bottom: 3px solid #BAB0A4;
font-weight: bold;
margin: 0 11px 10px;
font-size: 1.3em;
line-height: 2em;

}

table h4 {
width: auto;
border: none;
}

.breadcrumb {
float: left;
padding: 22px 0 12px 0;
line-height: 1.3em;
font-size: 1.1em;
width: 644px;
}

.breadcrumb li, .breadcrumb span {
float: left;
padding: 0 3px 0 0;
}

.breadcrumb li a, .breadcrumb span a {
text-decoration: none;
}

.breadcrumb li a:hover, .breadcrumb span a:hover {
text-decoration: underline;
}

.frame_bkg {
float: left;
width: 912px;
background: url(/images/frame_bkg.gif) repeat-y;
}

.frame_top {
float: left;
width: 912px;
background: url(/images/frame_top.gif) top no-repeat;
}

.frame_bottom {
float: left;
width: 912px;
padding: 10px 0 13px;
background: url(/images/frame_bottom.gif) bottom no-repeat;
}

.home .frame_bkg {
float: left;
width: 912px;
background: url(/images/home_bkg.gif) repeat-y;
}

.home .frame_top {
float: left;
width: 912px;
background: url(/images/home_top.gif) top no-repeat;
}

.home .frame_bottom {
float: left;
width: 843px;
padding: 10px 34px 10px;
background: url(/images/home_bottom.gif) bottom no-repeat;
}

.content {
float: left;
width: 644px;
padding: 0 0 15px;
}

#flashcontent {
float: left;
z-index: 1;
width: 100%;
}

#advertisingCarousel {
margin-bottom: -100px;
display: inline;
}

.content p {
z-index: 2;
}

.home #flashcontent {
padding: 11px;
width: 820px;
}

.home .non-flash {
margin: -11px;
}

.content h2 {
margin: 20px 0 10px 11px;
font-weight: bold;
font-size: 1.6em;
text-transform: uppercase;
color: #253326;
}

.content h3 {
margin: 0 0 0 11px;
font-weight: bold;
font-size: 1.3em;
text-transform: uppercase;
color: #253326;
}

.content #filters h3 {
padding-top: 15px;
font-size: 1.4em;
}

.content h3.stint {
height: 21px;
width: 275px;
}

.content h3.stint span {
float: left;
}

.content h5 {
font-weight: bold;
font-size: 1.2em;
line-height: 1.4em;
color: #666666;
padding: 0 0 0 11px;
}

.content li h5 {
padding: 0;
}

.content p {
font-size: 1.2em;
line-height: 1.4em;
color: #333333;
padding: 0 11px 15px;
}

.content pre {
font-size: 1em;
line-height: 1.4em;
padding: 0 11px 15px;
font-family: Courier New;
}


.content table p {
font-size: 1em;
}

.content img.left {
padding: 0 10px 10px 11px;
}

.content p img.left {
padding: 0 10px 10px 0;
}

.content img.right {
padding: 0 11px 10px 10px;
}

.content p img.right {
padding: 0 0 10px 10px;
}

.content .caption-left, .content .caption-right {
padding: 0 11px 0;
width: 200px;
background: white;
}

.content .caption-left {
float: left;
}

.content .caption-right {
float: right;
}

.content .caption-left img, .content .caption-right img {
float: none;
padding: 0;
}

.content .caption-left p, .content .caption-right p {
clear: both;
font-size: 1em;
color: #999;
width: 175px;
margin: 0 auto;
}

.content ul {
font-size: 1.2em;
line-height: 1.4em;
color: #333333;
padding: 0 11px 15px;
}

.content ol {
font-size: 1.2em;
list-style-type: decimal;
line-height: 1.4em;
color: #333333;
padding: 0 11px 15px 32px;
}

.content li {
padding: 0 0 5px 15px;
background: url(/images/bullet.gif) 5px 6px no-repeat;
}

.content #filters li {
background: none;
padding-left: 5px;
}

.content #filters input {
margin-left: 11px;
}

.content #filters li input {
margin-left: auto;
}

.content ol li {
background: none;
padding: 0 0 5px 5px;
}

.content table.boders {
border-top: 1px solid #000;
border-left: 1px solid #000;
}

.content table.boders td {
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}

.content table {
font-size: 1.2em;
line-height: 1.4em;
margin: 0 11px 15px;
padding: 0 11px;
}

.content table  td * {
padding: 0;
}

.content table td {
padding: 5px;
vertical-align: top;
}

.top_box {
float: left;
border-bottom: 1px dotted #c1b6a4;
border-top: 1px dotted #c1b6a4;
width: 644px;
}

.content table.cooking_meat {
padding: 0;
margin: 0;
}

.content table.cooking_meat th {
padding: 0 10px 5px;
text-align: left;
}

.content table.cooking_meat td {
border-right: 1px dotted #A0B2C1;
padding: 5px 10px;
}

.content table.cooking_meat td img {
padding: 0;
}


/*--------------------------------------------

				left nav
				
---------------------------------------------*/

.left_nav {
float: left;
width: 233px;
padding: 0 0 25px;
}

.left_nav li {
float: left;
width: 233px;
font-family: myriad pro, trebuchet ms, arial;
font-size: 1.4em;
font-weight: bold;
}

.left_nav li li {
font-size: 1em;
}

.left_nav li a {
float: left;
padding: 13px 10px 13px 20px;
text-decoration: none;
background: url(/images/sub_nav_bkg.gif) bottom no-repeat;
color: #a0b2c1;
width: 203px;
}

.left_nav li li a {
padding: 13px 10px 13px 40px;
width: 183px;
}


.left_nav li a:hover, .left_nav li.active a {
color: #2c6392;
}

.left_nav li.newsletter {
text-align: center;
position: relative;
background: url(/images/newsletter_bkg.gif) repeat-x;
height: 115px;
top: 15px;
left: 15px;
width: 173px;
padding: 13px 15px;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 1.1em;
overflow: hidden;
}

.left_nav li.newsletter p {
padding:0 0 7px;
}

.left_nav li.newsletter a {
background: none;
padding: 0;
margin: 0;
float: none;
}

.left_nav li.newsletter input {
width: 170px;
}

.left_nav li.newsletter .image {
padding: 7px 0 0;
width: auto;
}

/*--------------------------------------------

				Left Recipe Search
				
---------------------------------------------*/

.left_nav li.recipe_search {
background: #a8b597 url(/images/recipe_search_bkg.gif) repeat-x scroll 0 0;
font-family: Arial,Helvetica,sans-serif;
font-size: 1.1em;
font-weight: normal;
left: 15px;
padding: 0;
width: auto;
position: relative;
top: 15px;
margin-bottom: 15px;
color: white;
}

.left_nav li.recipe_search a {
background: none;
padding: 0;
width: auto;
color: white;
text-decoration: underline;
float: none;
clear: both;
}

.left_nav li.recipe_search a:hover {
color: white;
text-decoration: none;
}

.recipe_border_top {
float: left;
background: url(/images/recipe_search_border.gif) 1px top repeat-x;
}

.recipe_border_bottom {
float: left;
background: url(/images/recipe_search_border.gif) 1px bottom repeat-x;
padding: 9px 0 13px;
width: 203px;
text-align: center;
overflow: hidden;
}

.recipe_border_bottom input {
width: 93px;
float: left;
height: 21px;
padding: 0;
}

.recipe_border_bottom input.image {
width: auto;
height: auto;
float: right;
margin: 0 0 0 5px;
}

.recipe_border_bottom .field {
width: 161px;
margin: 4px 21px 2px;
float: left;
display: inline;
}

.left_nav li.recipe_search a.left_advanced {
background: url(/images/left_advanced.gif) no-repeat;
text-indent: -999em;
width: 161px;
height: 22px;
float: left;
overflow: hidden;
clear: both;
margin: 3px 21px;
}

/*--------------------------------------------

				Page Navigation
				
---------------------------------------------*/

.content .page_nav {
float: left;
width: 100%;
padding: 0;
text-align: center;
}

.page_nav li {
display: inline;
background: none;
padding: 0;
}

.page_nav li a, .back_to_top {
color: #2C6392;
padding: 0 5px;
}

.back_to_top {
position: relative;
top: 10px;
}

.page_nav li a:hover {
color: #A0B2C1;
}

/*--------------------------------------------

				Tabbed Navigation
				
---------------------------------------------*/

.content .tab_nav {
float: left;
width: 622px;
padding: 10px 11px 0;
font-size: 1em;
}

.tab_nav li {
float: left;
padding: 0 5px 0 0;
}

.tab_nav li a {
cursor: pointer;
float: left;
padding: 0 25px;
height: 2.5em;
line-height: 2.5em;
font-size: 1.4em;
font-family: myriad pro, trebuchet ms, arial;
font-weight: bold;
color: #a0b2c1;
text-decoration: none;
background: #efefef url(/images/tab_bkg.gif) repeat-x;
}

.tab_nav li a:hover {
color: #2c6392;
}

.tab_nav li a.active {
background: #efefef;
color: #2c6392;
}

.content .tab_content {
float: left;
width: 622px;
padding: 0 11px;
font-size: 1em;
}

.tab_content li {
float: left;
width: 622px;
background: #fcfcfc url(/images/product_category_bkg.gif) repeat-x;
padding: 0;
}

.tab_content li li {
background: none;
float: none;
width: auto;
}

.tab_content li h4 {
width: 600px;
}

.tab_content li h5 {
padding: 0 11px;
}

.tab_content li .nutrition_list h5 {
padding: 0;
font-size: 1.4em;
}

.tab_content li p, .tab_content li img {
padding: 0 11px 15px;
}

.content .tab_box {
float: left;
width: 202px;
padding: 20px 0 0;
font-size: 1em;
}

.tab_content li.tab_box_top {
float: left;
width: 202px;
height: 17px;
padding: 0;
background: url(/images/tab_box_top.png) no-repeat;
}

.tab_content li.tab_box_bkg {
float: left;
width: 172px;
padding: 5px 15px;
background: url(/images/tab_box_bkg.png) repeat-y;
}

.tab_content li.tab_box_bkg p {
font-size: 1.1em;
line-height: 1.3em;
padding-bottom: 0;
}

.tab_content li.tab_box_bkg p strong {
font-size: 1.3em;
}

.tab_content li.tab_box_bottom {
float: left;
width: 202px;
height: 13px;
background: url(/images/tab_box_bottom.png) no-repeat;
}

/*--------------------------------------------

				HOME
				
---------------------------------------------*/

.home_col {
float: left;
padding: 0 0 10px 28px;
width: 386px;
}

.home_col_right {
float: right;
padding: 0 28px 0 7px;
width: 386px;
border-left: 1px dashed #c1b6a4;
}

.home_col .home_callout {
float: left;
padding: 10px;
width: 366px;
background: url(/images/home_callout_bkg.gif) 0 center repeat-x;
margin-top: 5px;
}

.home_col .home_callout h2 {
font-size: 1.8em;
font-weight: bold;
color: #8a8a8a;
position: relative;
left: 5px;
}

.home_col .home_callout p {
font-size: 1.1em;
line-height: 1.3em;
padding: 10px 0 0 10px;
float: left;
width: 230px;
}

.home_col .home_callout p img {

}


/*--------------------------------------------

				PRODUCTS
				
---------------------------------------------*/

.inner_page_list {
float: left;
width: 622px;
padding: 5px 11px 0;
}

.inner_page_list ul {
float: left;
width: 622px;
padding: 0;
font-size: 1em;
}

.inner_page_list ul li {
float: left;
width: 592px;
background: #eeeeee url(/images/product_bkg.gif) repeat-x;
padding: 15px 15px;
}

.inner_page_list ul li img {
float: left;
padding: 0 10px 0 0;
}

.inner_page_list ul li p {
font-size: 1.1em;
line-height: 1.3em;
width: 450px;
float: left;
padding: 0;
}

.inner_page_list ul li p strong {
font-size: 1.3em;
}

/*--------------------------------------------

				PRODUCTS - home
				
---------------------------------------------*/

.product_list {
float: left;
width: 305px;
padding: 15px 0 0 11px;
}

.product_list h3 .gray {
color: #8a8a8a;
}

.product_list h3 .gold {
color: #a39745;
}

.product_list ul {
float: left;
width: 305px;
padding: 0;
font-size: 1em;
}

.product_list ul li {
float: left;
width: 275px;
background: #eeeeee url(/images/product_bkg.gif) repeat-x;
padding: 30px 15px;
}

.product_list ul li.across {
padding-top: 15px;
}

.product_list ul li.link {
float: right;
background: none;
width: auto;
padding: 15px 15px 5px;
}

.product_list ul li.link a {
text-decoration: none;
}

.product_list ul li.link a:hover {
text-decoration: underline;
}

.product_list ul li img {
float: left;
padding: 0 10px 0 0;
}

.product_list ul li p {
font-size: 1.1em;
line-height: 1.3em;
width: 160px;
float: left;
padding: 0;
}

.product_list ul li p.across {
width: 275px;
padding: 15px 0 0;
}

.product_list ul li p strong {
font-size: 1.3em;
text-transform: uppercase;
}

.product_list a.right {
padding: 25px 0 0;
}

.product_list a.right img {
padding: 0;
}

.category_recipes {
float: left;
padding: 11px 11px 20px;
}

.tab_content .category_recipes li {
background: transparent;
width: 140px;
float: left;
padding: 0 10px 0 0;
margin: 0;
height: 225px;
}

.tab_content .category_recipes li .product_recipe_img {
float: left;
height: 150px;
}

.tab_content .category_recipes li img {
padding: 0;
}

.content .variety_list {
float: left;
padding: 0 0 0 11px;
width: 200px;
font-size: 1.2em;
line-height: 1.4em;
}

.tab_content .variety_list li {
background: transparent;
padding: 5px 15px 5px 5px;
width: 185px;
}

.tab_content li .nutrition_list p {
padding-left: 0;
}

.tab_content .variety_list li.current_variety {
background: #e9e9e9;
}

.tab_content .variety_list li.current_variety a {
text-decoration: none;
}


.content .nutrition_list {
float: left;
padding: 20px 0 10px 50px;
width: 350px;
background: #e9e9e9;
margin-bottom: 15px;
}

.tab_content .nutrition_list li {
background: transparent;
width: 339px;
font-size: 0.9em;
}

.tab_content .nutrition_list li img {
padding-left: 0;
}

.tab_content .nutrition_list li ul {
float: left;
padding: 10px 0;
}


/*--------------------------------------------

				RECIPE SEARCH
				
---------------------------------------------*/

.recipes_side {
float: right;
margin: 0 11px;
padding: 10px;
width: 168px;
display: inline;
background: #fff url(/images/product_category_bkg.gif) repeat-x;
}

.recipes_side ul.popular {
font-size: 1.1em;
line-height: 1.3em;
padding: 10px 0;
}

.recipes_side .popular li {
padding: 0 0 5px;
background: none;


}

.recipes_side .popular li .rated li {
line-height:15px;
padding:0;
}

.recipes_side .popular li img {
position: relative;
left: -3px;
}


.recipes_side h3, .recipes_side p {
margin: 0;
padding: 0;
}

.recipes_side p {
padding: 7px 0 0;
}

.content .search_fields {
float: left;
position: relative;
left: 11px;
width: 417px;
padding: 0;
font-size: 1em;
border-top: 1px dotted #c1b6a4;
}

.search_fields li {
float: left;
width: 417px;
border-bottom: 1px dotted #c1b6a4;
padding: 5px 0;
background: none;
}

.search_fields li h5 {
font-size: 1.4em;
cursor: pointer;
padding: 0 0 0 15px;
background: url(/images/arrow_closed.gif) 4px 6px no-repeat;
float: left;
width: 400px;
}

.search_fields li.active h5 {
background: url(/images/arrow_open.gif) 2px 8px no-repeat;
}

.search_fields li h5 a {
text-decoration: none;
}

.search_fields li ul {
float: left;
position: absolute;
left: -999em;
width: 402px;
border-bottom: 1px dotted #c1b6a4;
padding: 5px 0 5px 15px;
border: none;
}

.search_fields li.active ul {
position: relative;
left: 0;
}

.search_fields li ul li {
float: left;
width: 190px;
padding: 5px 10px 0 0;
border: none;
}

.search_fields li ul li label {
line-height: 20px;
}

.search_fields li ul li input {
border: none;
float: left;
margin-right: 5px;
}

.keyword {
float: left;
position: relative;
left: 11px;
top: 15px;
background: url(/images/keyword_bkg.gif) repeat-x;
width: 397px;
padding: 10px 10px 20px;
}

.keyword h5 {
font-size: 1.4em;
margin-bottom: 5px;
padding: 0;
}

.keyword input {
width: 250px;
float: left;
}

.keyword input.submit, .keyword label input {
width: auto;
border: none;
}

.keyword div {
float: left;
width: 252px;
}

.keyword input.submit {
background: #fbfbfb;
border: 1px solid #666666;
color: #666666;
font-size: 1em;
float: right;
}

.keyword label {
float: left;
width: 130px;
font-size: 1.2em;
line-height: 1.4em;
padding: 0 0 0 10px;
}

.revise {
float: left;
margin: 0 0 0 20px;
}

.content .search_results {
float: left;
width: 417px;
position: relative;
left: 11px;
padding: 0;
}

.search_results li {
float: left;
width: 412px;
border-bottom: 1px dotted #c1b6a4;
padding: 6px 0 6px 5px;
background: none;
}

.search_results li.display {
padding: 5px 0;
width: 417px;
}

.search_results li.pages {
border: none;
padding: 10px 0 5px;
width: 417px;
color: #666666;
font-size: 1.1em;
line-height: 1.3em;
}

.search_results li.pages ul {
float: right;
width: auto;
padding: 0;
font-size: 1em;
}

.search_results li.pages ul li {
padding: 0 3px 0 0;
border: none;
width: auto;
}

.search_results li.pages a {
color: #666666;
}

.search_results li.image {

}

.search_results li h5 {
float:left;
font-size:1.2em;
padding:0 10px;
width:58%;
}

.search_results li img {
float: left;
}

.search_results .rated {
position: absolute;
right: 0;
clear: none;
}

.search_results .rated li {
line-height: 15px;
padding: 0;
}

.search_results .votes {
display: none;
}

.search_results .rated li {
padding: 0;
border: none;
width: 0;
}

/*--------------------------------------------

				RECIPES
				
---------------------------------------------*/

.recipe_pic {
float: left;
width: 218px;
margin: 0 0 0 11px;
padding: 0 20px;
}

.content .share {
float: left;
width: 364px;
padding: 0 0 10px;
font-size: 1em;
line-height: 1.4em;
}

.share li {
float: left;
padding: 0 30px 0 0;
border: none;
}

.share li a {
text-decoration: none;
}

.share li a:hover {
text-decoration: underline;
}

.share .print a {
float: left;
padding: 0 0 0 15px;
background: url(/images/print_icon.gif) 0 center no-repeat;
}

.share .email a {
float: left;
padding: 0 0 0 15px;
background: url(/images/email_icon.gif) 0 center no-repeat;
}


.share .share_link a {
float: left;
padding: 0 0 0 15px;
background: url(/images/share_icon.gif) 0 center no-repeat;
}

.stars {
width: 120px;
float: left;
border-top:1px dotted #C1B6A4;
padding:10px 4px 0 0;
}

.stars li {
background: none;
padding: 0;
}

.recipe_info {
float: left;
width: 364px;
border-top: 1px dotted #c1b6a4;
padding: 10px 0;
margin: 10px 0 0;
font-size: 1.2em;
line-height: 1.4em;
}

.facebook_like_rd {
float: left;
width: 364px;
border-top: 1px dotted #c1b6a4;
padding: 10px 0px;
margin: 10px 0 0 0px;
font-size: 1.2em;
line-height: 1.4em;
}

.facebook_like_rd_ie6{
visibility: hidden;
}

dl.recipe_info {
width: 240px;
margin: 0;
}

.recipe_info dt {
clear: both;
float: left;
font-weight: bold;
padding: 0 3px 0 0;
}

.recipe_info dd {
padding: 0;
}

.content .border {
margin: 0 11px;
padding: 10px 5px;
border-top: 1px dotted #c1b6a4;
clear: both;
}

.tip {
background: #e0e0e0  url(/images/tip_bkg.gif) repeat-x;
}

.top_box .most_popular {
float: left;
width: 210px;
padding: 15px 0 0 5px;
background: white;
font-size: 1.1em;
line-height: 1.2em;
font-weight: bold;
}

.top_box .most_popular ul.popular {
float: left;
padding: 10px 15px;
font-size: 1em;
line-height: 1em;
}

.top_box .most_popular ul.popular li {
padding: 0 0 10px;
background: none;
}

.top_box .most_popular ul.rated li {
padding: 0;
line-height: 15px;
}

.top_box .most_popular ul li .votes {
font-weight: normal;
}

.top_box .most_popular ul li img {
position: relative;
left: -3px;
padding: 0 0 5px;
}

.ideas {
float: left;
width: 429px;
height: 218px;
}

.ideas .images {
float: left;
width: 235px;
padding: 0 10px 0 0;
}

.ideas .images img {
padding: 0;
}

.ideas .images .ideas_pic {
float: left;
width: 207px;
height: 145px;
background: url(/images/fresh_ideas_image.gif) no-repeat;
}

.ideas_pic img {
float: left;
position: relative;
left: 28px;
top: 13px;
}

.ideas h4 {
color: #a39745;
font-size: 1.9em;
font-weight: bold;
margin: 40px 0 10px;
border: none;
line-height: 1em;
width: auto;
}

.ideas p {
font-size: 1.1em;
line-height: 1.3em;
padding: 0 20px 0 0;
}

.ideas p img {
padding: 10px 0 0;
}

.bottom_box_left {
float: left;
margin: 10px 10px 0 17px;
width: 258px;
background: url(/images/bottom_box_left_bkg.gif) repeat-y;
display: inline;
}

.bottom_box_left_top {
float: left;
width: 258px;
background: url(/images/bottom_box_left_top.gif) left top no-repeat;
}

.bottom_box_left_bottom {
float: left;
width: 244px;
padding: 7px;
background: url(/images/bottom_box_left_bottom.gif) left bottom no-repeat;
}

.bottom_box_right {
float: left;
margin: 9px 10px 0 10px;
width: 331px;
background: url(/images/bottom_box_right_bkg.gif) repeat-y;
display: inline;
}

.bottom_box_right_top {
float: left;
width: 331px;
background: url(/images/bottom_box_right_top.gif) left top no-repeat;
}

.bottom_box_right_bottom {
float: left;
width: 315px;
padding: 8px;
background: url(/images/bottom_box_right_bottom.gif) left bottom no-repeat;
}

.bottom_box_right_content {
float: left;
width: 315px;
background: #fff url(/images/bottom_box_right_content.gif) repeat-x;
}

.search_recipes {
float: left;
padding: 5px 20px 0 0;
width: 160px;
}

.search_recipes input {
width: 160px;
margin: 0 0 5px;
}

.content .party_concepts {
float: left;
padding: 0 0 15px 45px;
}

.party_concepts li {
float: left;
padding: 0 45px 25px 0;
width: 150px;
background: none;
}

.party_concepts li img {
float: left;
width: 148px;
border: 1px solid #cccccc;
margin: 0 0 10px;
display: inline;
}

.party_concepts li div {
float: left;
height: 111px;
overflow: hidden;
margin: 0 0 5px;
display: inline;
}

.party_concepts li a {
float: left;
height: 3em;
clear: both;
width: 150px;
}

.party_concepts li div a {
float: none;
height: auto;
}

.content .quick_delicious {
float: left;
padding: 0 0 15px 11px;
}

.quick_delicious li {
float: left;
padding: 0 11px 25px 0;
width: 300px;
}

.quick_delicious li img {
width: 138px;
border: 1px solid #cccccc;
margin: 0 10px 10px 0;
display: inline;
}

.quick_delicious li img.left {
padding: 0;
}

.content .email_options .title h3{
margin-top: 24px;
} 

/*--------------------------------------------

				How-to Videos
				
---------------------------------------------*/

.video_info {
float: right;
width: 310px;
}

.video_info h4 {
padding: 0;
width: auto;
}

.video_info .share {
width: 278px;
margin: 0 11px;
padding: 10px 5px;
display: inline;
border-top: 1px dotted #c1b6a4;
border-bottom: 1px dotted #c1b6a4;
font-size: 1em;
}

.video_info .share .print {
display: none;
}

.video_info .share li.pod_cast {
padding: 10px 0 0;
}

.video_info .share li.pod_cast a {
background:transparent url(/images/pod_cast_icon.gif) no-repeat scroll 0pt center;
float:left;
padding: 0 0 0 15px;
}


.video_player {
float: left;
width: 322px;
padding: 0 0 15px 11px;
}

.other_videos {
float: left;
width: 322px;
padding: 0 0 0 11px;
}

.other_videos li {
float: left;
padding: 0 0 15px;
background: none;
}

.other_videos li a {
clear: both;
float: left;
width: 94px;
font-size: 0.9em;
line-height: 1.4em;
padding: 5px 0 0;
}

.other_videos li.middle {
padding: 0 20px 15px;
}

.more {
float: left;
width: 322px;
text-align: center;
}

/*--------------------------------------------

				Convenient Meals
				
---------------------------------------------*/

.content .convenient_meal {
float: left;
width: 610px;
height: 119px;
background: url(/images/convenient_meals.gif) 15px 22px no-repeat;
padding: 22px 0 10px 15px;
}

.convenient_meal li {
float: left;
background: none;
}

.convenient_meal .ingredient {
width: 95px;
height: 95px;
padding: 13px 47px 0 0;
}

.convenient_meal .means {
width: 95px;
height: 119px;
padding: 0 48px 0 0;
}

.convenient_meal .meal {
padding: 0;
}

/*--------------------------------------------

				Newsroom
				
---------------------------------------------*/

.newsroom {
float: left;
padding: 11px 11px 20px 20px;
font-size: 1.2em;
line-height: 1.4em;
width: 591px;
}

.newsroom dt {
clear: both;
float: left;
width: 90px;
padding: 0 0 10px;
}

.newsroom dd {
padding: 0 0 10px;
width: 501px;
float: right;
}

/*--------------------------------------------

				Product Locator
				
---------------------------------------------*/

#locatorForm {
padding: 0 11px;
}

#locatorForm h3 {
text-transform: none;
border-bottom: 3px solid #BAB0A4;
font-weight: bold;
font-size: 1.2em;
line-height: 2em;
margin: 0 0 10px;
padding: 10px 0 0;
}

#locatorForm h4 {
margin: 0;
border: none;
font-weight: bold;
}

#content .req {
color: red;
}

#locatorForm label {
width: 150px;
height: 23px;
line-height: 23px;
clear: both;
font-size: 1.1em;
}

#locatorForm input, #locatorForm select.long {
width: 300px;
margin-bottom: 3px;
height: 20px;
padding: 0;
display: block;
}

#locatorForm input.city {
width: 240px;
margin-right: 10px;
}

#locatorForm input.button {
width: 100px;
margin: 20px 10px 0 0;
}

#locatorForm select {
margin: 0;
}

#locatorForm input.submit {
width: 81px;
height: 19px;
margin-top: 5px;
}

#content .hideme {
display: none;
}

#side_bar strong {
float: left;
width: 20px;
}

#side_bar ul {
float: left;
font-size: 1em;
}

#side_bar li {
width: 200px;
min-height: 30px;
float: left;
background: none;
padding: 0;
}

a.gmnoprint:hover, #map div a:hover {
border: none;
}


#content #side_bar li {
background: white;
}

#side_bar li a {
float: left;
width: 180px;
}

#content #filters li {
background: white;
float: left;
clear: both;
}

#content #filters ul {
float: left;
width: 100%;
}

#filters input {
float: left;
}

#filters input[type=submit] {
float: none;
clear: both;
}

#filters label {
padding-left: 5px;
}

#map {
margin: 0 11px;
}

/*--------------------------------------------

				Share
				
---------------------------------------------*/

.leightbox .field {
float: left;
clear: both;
padding: 0 0 10px;
width: 230px;
}

.leightbox .field label {
float: left;
width: 150px;
font-size: 1.1em;
}

.error_container {
clear: both;
}

.leightbox .field input {
float: left;
}

.leightbox h3, .leightbox p {
padding: 0 0 15px;
margin: 0;
}


/*--------------------------------------------

				Contact Us.
				
---------------------------------------------*/

.contactus label {
width: 150px;
float: left;
}

.contactus input {
width: 250px;
}

.contactus textarea {
width: 248px;
}

.contactus select {
width: 252px;
}

.contactus input.submit {
width: auto;
}

/*--------------------------------------------

				Site Map
				
---------------------------------------------*/

.sitemap table {
margin: 0;
}

.sitemap table td {
padding: 0;
vertical-align: top;
}

/*--------------------------------------------

				Search Results
				
---------------------------------------------*/

#searchDescription, .searchResult {
padding: 0 11px 15px;
font-size: 1.2em;
line-height: 1.4em;
}

.description {
padding: 5px 0 5px 15px;
float: left;
}

.pageSize, .crawlData {
font-size: 0.9em;
}

/*--------------------------------------------

				Newsletter Preferences
				
---------------------------------------------*/

.content .newsletter {
width: 600px;
float: left;
}

.content .newsletter p, .content .newsletter h3 {
float: left;
clear: both;
width: 600px;
}

.content .newsletter {
width: 500px;
float: left;
}

.content .newsletter p, .content .newsletter h3 {
float: left;
clear: both;
width: 500px;
}

.content .newsletter p span {
width: 20em;
float: left;
padding: 0 0 0 5px;
float: left;
}

.content .newsletter p span {
width: auto;
}

.content .newsletter label {
float: left;
clear: left;
width: 150px;
padding: 0 0 0 11px;
}

.content .newsletter p label {
padding: 0;
}

.content .newsletter label {
font-size: 1.2em;
line-height: 1.4em;
}

.content .newsletter p label {
font-size: 1em;
}

.content .newsletter .interest input {
margin: 2px 5px 0 0;
border: none;
}

.content .newsletter textarea {
width: 300px;
}

.content .newsletter input {
float: left;
width: 150px;
}

.content .newsletter input.image {
clear: both;
width: auto;
margin: 10px 5px 0 150px;
float: none;
}

.newsletter div.req {
padding-left: 11px;
font-weight: bold;
font-size: 1.1em;
line-height: 1.3em;
}

div.interest {
float:left;
padding: 0;
}

.content .newsletter .interest input { 
border: medium none;
margin: 2px 5px 0 0;
width: 12px;
height: 12px;
clear: both;
}

.content .newsletter .interest label { 
clear: none;
}

.captcha{
float: left;
padding: 10px 11px 0 161px;
width: 210px;
}

.content .newsletter .captcha p {
width: 210px;
padding: 0;
}

.captcha img.left {
padding-left: 0;
}

.formfieldError, .formError, .req p, .req li, .formError p, .content p.formError {
font-weight: bold;
font-size: 1.1em;
color: red;
}

.loginerr 
{
	margin-bottom: 10px !important;
}

.loginerr a 
{
	color:Red !important;
}

.left_col .formfieldError, .left_col .formError, .left_col .req p, .left_col .req li,
.right_col .formfieldError, .right_col .formError, .right_col .req p, .right_col .req li {
float: left;
clear: both;
}

.req li {
font-size: 0.9em;
}

/*--------------------------------------------

				Phase II
				
---------------------------------------------*/

.image_interact {
float: left;
padding: 0 0 0 11px;
width: 258px;
}

.image_interact input, .image_interact img {
float: none;
margin: 0 0 10px;
padding: 0 55px;
}

.image_interact img.recipe_pic {
padding: 0 20px;
}

.image_interact .share {
width: 218px;
padding: 0 0 10px 33px;
}

.image_interact .share li {
padding: 0 25px 0 0;
}

p.success {
background: url(/images/success.gif) repeat-x;
height: 63px;
line-height: 63px;
padding: 0 0 0 50px;
float: left;
width: 314px;
margin: 0 0 10px 0;
font-size: 1.1em;
display: none;
} 

.border p {
padding: 0 0 15px;
}

.border label {
font-size: 1.2em;
padding: 0 5px 0 10px;
}

.border span {
font-style: italic;
color: #999999;
padding: 0 0 0 10px;
}

.my_account_top {
float: left;
width: 592px;
padding: 0 26px;
background: url(/images/account_top.gif) top center no-repeat;
}

.my_account_bottom_settings {
float: left;
width: 572px;
padding: 60px 10px;
background: url(/images/account_bottom.gif) bottom left no-repeat;
}

.my_account_bottom {
float: left;
width: 552px;
padding: 20px;
background: url(/images/account_bottom.gif) bottom left no-repeat;
}

.my_account_bottom p {
padding: 0 0 15px;
}

.my_account_bottom input {
margin: 0 25px 0 5px;
}

.my_account_bottom .image {
border: none;
margin: 0 10px;
}

.my_account_top .login {
text-align: center;
}

.my_account_top .login p {
padding: 20px 20px;
font-size: 1.1em;
}

.my_account_top label {
font-size: 1.2em;
line-height: 1.4em;
font-weight: bold;
}

.my_account_top .passwordRec label 
{
	clear:both;
	float:left;
	width:150px;
	margin:10px 0 10px 30px;
}

.my_account_top .passwordRec input
{
	float:left;
	margin:10px 0;
}

.my_account_top .passwordRec input.image
{
	clear:both;
	margin-left:178px;
}

.my_account_top .passwordRec span
{
	float:left;
	margin:5px 10px;
}

.my_account_top .interest label {
font-weight: normal;
}

p.interestP {
float: left;
font-weight: normal !important;
padding: 35px 0 0 0 !important;
color:black !important;
}

.content .profile {
float: left;
padding: 0;
margin-top: -15px;
}

.profile li  {
border-bottom:1px dotted #C1B6A4;
padding: 20px 0 5px 5px;
width: 547px;
font-weight: bold;
background: none;
}

.profile li span {
font-style: italic;
color: #999;
font-weight: normal;
}

.my_account_top .interest {
float: left;
padding:  1px 5px 5px;
}

.my_account_top .interest input {
margin: 2px 10px 0 5px;
float: left;
clear: both;
}

.my_account_top .interest label {
float: left;
}

.my_account_top .interest .checkbox {
border: none;
height: 16px;
width: 16px;
padding: 0;
margin: 0 5px 5px 10px;
}

.my_account_top .interest input.image { 
margin: 15px 10px 0 5px;
}

.interestAreas {
float: left;
padding: 1px 5px 5px;
width: 175px;
margin-left: 175px;
display: inline;
clear: both;
}

.reg-interests 
{
	width: 100% !important;
}

.interestAreas input {
float: left;
width:12px !important;
margin: 5px 5px 0 0 !important;
height:12px;
clear: both;
border: none;
}

.interestAreas label {
float: left;
clear: none !important;
width: 150px !important;
}

.product_select {
float: left;
padding: 0 0 15px 5px;
border-bottom:1px dotted #C1B6A4;
width: 547px
}
	
.product_select select {
width: 210px;
margin: 3px 10px 0 0;
float: left;
}

.product_select input.image {
margin: 0;
float: right;
}

.content table.account_table {
width: 552px;
font-size: 1.2em;
line-height: 1.4em;
padding: 15px 0 0;
margin: 0 0 15px;
float: left;
clear: both;
}

.my_recipes {
padding: 0;
}

.account_table .odd {
background: #eeeeee;
}

.account_table th {
padding: 5px 10px;
font-weight: bold;
}

.account_table td {
padding: 5px 10px;
}

.account_table td.delete {
text-align: right;
}

.grocery {
font-size: 1.2em;
line-height: 1.4em;
padding: 0 0 25px 5px;
margin-top: -15px;
}

.grocery dt {
font-weight: bold;
padding: 20px 0 0;
}

.my_account_top h3 {
margin: 0 0 5px;
padding: 0;
/*border-bottom:1px dotted #C1B6A4;*/
color: #a01b1d;
text-transform: none;
font-size: 1.6em;
}

.shoppinglist_options {
float: left;
width: 255px;
background: url(/images/email.gif) top right no-repeat;
}

.shoppinglist_options a {
float: left;
}

.shoppinglist_options .email_list {
float: left;
width: 118px;
height: 25px;
}

.shippinglist_options_all {
background: url(/images/shoppinglist_options.gif) top right no-repeat;
}

.shoppinglist_options div {
float: left;
padding-bottom: 20px;
}

.my_account_bottom .shoppinglist_options input {
float: left;
margin: 20px 0 20px 10px;
width: 160px;
display: inline;
}

.shoppinglist_options input.image {
margin-left: 0;
width: auto;
}

a.print {
margin: 0 8px 0 0;
}

.register h3 {
border: none;
padding: 0 0 30px;
}

.settings h3 {
margin-bottom: 15px;
clear: both;
}

.register label, .settings label {
float: left;
clear: both;
width: 175px;
margin-top: 3px;
font-weight: normal;
}

.register input, .register select,
.settings input, .settings select {
margin: 0 150px 5px 5px;
float: left;
width: 145px;
}

.register select,
.settings select {
width: 145px;
}

.register .formfieldError {
float: left;
position: relative;
left: -140px;
}

.register p {
padding: 50px 0 20px;
font-weight: bold;
}

.register .image {
margin: 0 20px 0 0;
width: auto;
}

.gender {
float: left;
width: 300px;
}

.gender input {
margin-right: 10px;
float: left;
}

.gender label {
clear: none;
width: auto;
margin-right: 10px;
margin-top: 0;
line-height: 14px;
}

.register .space {
margin-bottom: 35px;
}

.register .checkbox, .settings .checkbox {
border: none;
margin: 0 5px;
width: 16px;
height: 16px;
padding: 0;
}

.register_buttons {
padding: 15px 5px 0 180px;
clear: both;
float: left;
width: 345px;
}

.register_buttons p {
font-weight: normal;
padding: 10px 0 20px;
clear: both;
}

.register_buttons img {
padding-left: 0 !important;
} 

.register_buttons label {
clear: none;
float: left;
width: 350px;
}

.register_buttons input {
margin-left: 0;
}

.right_col {
float: right;
width: 48%;
padding: 0 0 25px;
}

.left_col {
float: left;
width: 48%;
padding: 0 0 25px;
}

.settings .image, .left_col .image, .right_col .image {
margin: 15px 20px 0 0;
width: auto;
}

.left_col input, .right_col input {
margin-left: 0;
}

.settings .right_col p {
line-height: 1.8em;
padding: 0;
}

.settings .in_as {
padding: 10px 20px;
line-height: 22px;
margin: 0 0 15px;
background: url(/images/logged_in_as.gif) repeat-x;
text-align: center;
}

.content .coupons {
float: left;
padding: 30px 0 25px 45px;
}

.content .coupons li {
padding: 0 0 15px;
float: left;
width: 599px;
font-size: 0.9em;
}

.coupons li img {
padding: 0 15px 0 0;
float: left;
}

.coupons p {
padding: 21px 0 0;
}

.coupons strong {
font-weight: normal;
text-transform: uppercase;
}

.login_to_print {
padding: 20px 0 10px 200px;
line-height: 24px;
color: #999999;
font-style: italic;
font-size: 1.1em;
}

.login_to_print a, .login_to_print input {
float: left;
margin: 0 10px 0 0;
}

.select_coupon {
float: right;
width: 100px;
padding: 23px 40px 0 0;
text-align: center;
font-size: 1.1em;
}

.select_coupon .checkbox {
border: none;
}

.right_col img, .left_col img {
padding: 20px 0 15px 11px;
}

.promo {
padding: 15px 35px;
width: 250px;
}

.content .promotions {
float: left;
padding: 20px;
}

.promotions li {
float: left;
width: 604px;
padding: 0 0 15px;
background: none;
}

.promotions h5 {
padding: 25px 0 0;
}

.promotions img {
float: left;
padding: 0 15px 0 0;
}

.search {
margin-top: 0;
}

.logged_in {
float: right;
height: 25px;
line-height: 23px;
font-size: 1.1em;
padding: 0 50px 0 0;
color: #333333;
}

.mask {
position: absolute;
top: 0;
left: 0;
background: black;
width: 100%;
z-index: 10;
display: none;
}

.print_options, .email_options, .share_options {
position: absolute;
width: 33%;
top: 25%;
left: 33%;
background: white;
padding: 20px 20px 10px 20px;
border: 1em solid #888;
z-index: 11;
display: none;
}

.print_options {
padding-top: 15px !important;
}

.print_options li, .email_options li, .share_options li
{
	background: none;
}
.print_options li {
width: 28%;
float: left;
font-size: 1.2em;
}

.print_options li.close, .email_options li.close, .share_options li.close {
position: absolute;
top: 0;
right: 0;
text-align: right;
cursor: pointer;
}

.print_options a {
float: left;
width: 100%;
text-align: center;
}

.print_options .full_with a {
background: url(/images/print_image.gif) top center no-repeat;
padding: 75px 0 15px 0;
}

.print_options .full_no a {
background: url(/images/print_no_image.gif) top center no-repeat;
padding: 75px 0 15px 0;
}

.print_options .x5_with a, .print_options .x5_no a {
background: url(/images/print_3x5.gif) top center no-repeat;
padding: 75px 0 15px 0;
}

.print_options .x6_with a, .print_options .x6_no a {
background: url(/images/print_4x6.gif) top center no-repeat;
padding: 75px 0 15px 0;
}

.left_nav li.recipe_callout {
position: relative;
background: url(/images/callout_bkg.gif) repeat-x;
top: 15px;
left: 15px;
width: 207px;
padding: 0 0 13px 0;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 1.1em;
}

.left_nav li.recipe_callout ul {
height:85px;
overflow:auto;
padding:0 10px 10px 20px;
}

.left_nav li.recipe_callout ul li {
background: none;
padding: 0 0 10px;
width: auto;
float: none;
}

.left_nav li.recipe_callout ul li a {
background: none;
float: none;
padding: 0;
width: auto;
color: #253326;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
font-weight: normal;
}

.left_nav li.recipe_callout ul li a:hover {
text-decoration: none;
color: #253326;
}

.share_options li {
float: left;
width: 31%;
}

.share_options li.title, .email_options li.title {
width: 100%;
font-size: 1.6em;
text-align: left;
padding: 0 0 10px;
font-weight: bold;
}

.share_options li a
{
    background-position: 0px 2px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 24px;
    padding: 4px 0 0 22px;
    vertical-align: middle;
	font-size: 1.2em;
	text-decoration: none;
	text-align: left;
}

.share_options li a:hover {
text-decoration: underline;
}

.email_options li {
text-align: left;
font-size: 1.2em;
}

.email_options li input, .email_options li label,.email_options li textarea {
float: left;
clear: both;
margin: 5px 0;
}

.email_options li p {
padding: 0 0 10px;
}

/*--------------------------------------------

				Related Recipes
				
---------------------------------------------*/

.related {
float: left;
}	

.related li {
float: left;
padding: 0 9px 15px;
width: 100px;
background: none;
}

/*--------------------------------------------

				Nutrition Info
				
---------------------------------------------*/

.first-info {
margin: 0 !important;
}

.first-info img {
padding: 0 !important;
cursor: pointer;
}

.shopping_list_add, .recipe_box_add {
padding: 0 0 5px;
}

.interact-buttons {
width: 360px;
padding: 10px 0;
}

.share-buttons {
padding: 10px 0 10px 20px;
}

.st_facebook_vcount, .st_twitter_vcount, .st_sharethis_vcount {
margin: 0 0 0 4px;
}

.stButton_gradient {
padding: 0px 2px 1px !important;
position: relative;
top: 3px;
}

.stTwbutton {

}

.sharethis {
background-position:0 -1080px !important;
position: relative;
top: -1px;
}

.chicklets {
height:18px !important;
}

.st_sharethis_vcount {
position: relative;
top: -1px;
}

.content .steps {
float: left;
clear: left;
display: inline;
list-style: none;
padding: 0 0 15px 15px;
}

.content .steps li {
float: left;
width: 367px;
border-right: 15px solid white;
border-top: 15px solid white;
padding: 30px 150px 25px 75px;
position: relative;
}

.steps li .stint {
float: right;
height: 65px;
width: 1px;
}

.steps .s1 {
background: #f2f2f2 url(../images/step_1.gif) no-repeat;
}

.steps .s2 {
background: #f2f2f2 url(../images/step_2.gif) no-repeat;
}

.steps .s3 {
background: #f2f2f2 url(../images/step_3.gif) no-repeat;
}

.steps .s4 {
background: #f2f2f2 url(../images/step_4.gif) no-repeat;
}

.steps .s5 {
background: #f2f2f2 url(../images/step_5.gif) no-repeat;
}

.steps .s6 {
background: #f2f2f2 url(../images/step_6.gif) no-repeat;
}

.steps .s7 {
background: #f2f2f2 url(../images/step_7.gif) no-repeat;
}

.steps .s8 {
background: #f2f2f2 url(../images/step_8.gif) no-repeat;
}

.border h3 {
margin: 0;
font-size: 1.8em;
font-weight: bold;
color: #253326;
text-transform: none;
padding: 0 0 15px;
}

ul.ingredients {
width: 290px;
float: left;
padding-top: 10px;
padding-left: 20px;
}

.content .nutrition {
float: left;
border: 1px solid black;
background: white;
padding: 10px 15px 15px;
width: 250px;
color: black;
margin: 5px 0 15px;
display: inline;
}

.content .nutrition p {
font-size: 1em;
padding: 10px 0 0;
}

.nutrition li {
padding:  2px 0 0;
float: left;
width: 250px;
background: none;
}

.nutrition h5 {
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
}

.nutrition h6 {
padding: 2px 0 0;
font-weight: bold;
}

.nutrition dl {
border-bottom: 2px solid black;
padding: 3px 0 6px;
float: left;
width: 250px;
line-height: 0.9em;
vertical-align: bottom;
}

.nutrition dt {
float: left;
clear: both;
background: white;
margin: 5px 0 0;
padding: 1px 0 2px;
}

.nutrition dd {
padding: 6px 0 0;
margin: 0 0 2px;
text-align: right;
background: url(/images/nutrition_dot.gif) bottom right repeat-x;
}

.nutrition dd span {
background: white;
color: #333;
padding: 0;
}

.nutrition .indent {
margin-left: 20px;
}

.nutrition dt.indent {
display: inline;
}

.nutrition p {
padding: 2px 0 0;
width: 570px;
}
/*--------------------------------------------

				SEM
				
---------------------------------------------*/

h3.sem {
clear: both;
font-size: 18px;
}

.sem-content h4 {
font-weight: bold;
font-size: 1.6em;
color: #333333;
padding: 0 0 3px;
border: none;
margin-bottom: 0;
line-height: 1.5em;
}

.sem-content ul {
font-size: 1em;
}

a.sign-up {
float: left;
background: url(/images/sem-sign-up.gif) no-repeat;
font-family: Myriad Pro, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #cd242a;
font-size: 22px;
text-decoration: none;
width: 493px;
padding: 20px 30px 30px 55px;
margin: 5px 0 0;
left: 10px;
position: relative;
}

.account-features {
float: left;
width: 622px;
border-bottom: 1px dashed #c1b6a4;
margin: 0 11px 15px;
padding: 0 !important;
display: inline;

}

.account-features li.gd-coupons {background: url("/images/gd-coupons.gif") repeat-x scroll left bottom transparent;}
.account-features li {
float: left;
width: 522px;
padding: 15px 0 5px 100px;
}

.account-features li p {
margin-top: -5px;
}

.account-features li.coupons-promotions {
background: url(/images/sem-coupons.gif) repeat-x left bottom;
}

.account-features li.favorite-products {
background: url(/images/sem-products.gif) repeat-x left bottom;
}

.account-features li.hormel-newsletter {
background: url(/images/sem-newsletter.gif) repeat-x left bottom;
}

.featured-recipe {
float: left;
width: 255px;
}

.featured-recipe a {
margin-left: 70px;
}

.featured-recipe img {
padding: 11px;
background: url(/images/sem-feat-bkg.gif) no-repeat;
margin: 15px 10px 20px;
}

.featured-recipe a img {
padding: 0;
background: none;
margin: 0;
}

.protein-made-easy, .protein-made-easy ul {
float: left;
width: 370px;
padding: 0;
}

.protein-made-easy {
padding: 0 0 0 10px;
}

.protein-made-easy li {
width: 185px;
float: left;
padding: 0;
margin: 0;
background: none;
}

.protein-made-easy li p, .protein-made-easy li h4, .protein-made-easy h3 {
padding: 0;
margin: 0;
}

.protein-made-easy li p {
padding: 0 15px 0 0;
}

.protein-made-easy li img {
width: 175px;
}

.more-great-recipes {
float: left;
width: 622px;
margin: 15px 11px 0;
padding: 15px 0 15px;
background: url(/images/moregreat-bkg.gif) repeat-x left bottom;
border-top: 1px dashed #c1b6a4;
display: inline;
}

.more-great-recipes ul {
float: left;
width: 622px;
padding: 0 !important;
font-size: 1.2em;
}


.more-great-recipes ul li {
float: left;
width: 280px;
padding: 0 15px 5px;
}

.more-great-recipes ul li li {
width: auto;
padding: 0;
}

.more-great-recipes ul li a {
float: left;
width: 100%;
}

/*--------------------------------------------

				Big Game
				
---------------------------------------------*/
#GameDay .big-game~h3 {margin-left:30px; margin-right:30px;}
#GameDay .big-game~p {padding-left:30px; padding-right:30px;}
#GameDay h1.big-game {position:relative; float: none; background: url(/images/big-game.gif) no-repeat center center; font-size: 18px; width: 599px; height:189px; padding:0; margin: 38px auto 15px; left: -10px; position: relative;}
#GameDay h1.big-game .outcast {position:absolute; top:-28px; left:0; width:100%;}
#GameDay h1.big-game .outcast * {width:100%;}
#GameDay h1.big-game .text {position:absolute; bottom:32px; left:12px;}

#GameDay .account-features {height:358px; background:url(/images/bg_gamedaylist.jpg) repeat-x; border:0;}
#GameDay li.gd-recipes,
#GameDay li.gd-coupons,
#GameDay li.gd-quick {position:relative; background: url(/images/icon_gamedayhelmet.gif) no-repeat 42px 43px; padding:1px 0 0 130px; height:118px; width:auto;}
#GameDay li.gd-coupons {background: url(/images/icon_gamedaycoupons.gif) no-repeat 48px 43px;}
#GameDay li.gd-quick {background: url(/images/icon_gamedaytimer.gif) no-repeat 56px 43px;}

#GameDay li.gd-recipes h4,
#GameDay li.gd-coupons h4,
#GameDay li.gd-quick h4 {position:absolute; top:0; left:0; margin:7px 0 0 26px;}

#GameDay li.gd-recipes p,
#GameDay li.gd-coupons p,
#GameDay li.gd-quick p {font-size:1.4em; margin-top:47px; padding-bottom:7px;}

#GameDay a.button,
.gd-feature a.button {display:block; font-size:12px; font-weight:bold; color:#1d271d; background:url(/images/button_111x22_view-recipes.gif) no-repeat; width:111px; height:22px; line-height:22px; text-align:center; text-decoration:none; text-transform:uppercase; }
.gd-feature a.button {margin:0 auto;}

.gd-feature {
text-align: center;
margin: 10px 30px;
display: inline;
}

.gd-feature a {
margin: 0;
}

.gd-feature a img.gd-recipe{
margin:15px 10px 20px;
}

.gd-feature img {
background: none;
padding: 0;
}



h1.big-game {
    background: url("/images/big-gameOLD.gif") no-repeat scroll center center transparent;
    color: #CD242A;
    float: left;
    font-family: Myriad Pro,Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: bold;
    left: 10px;
    line-height: 1.1em;
    margin: 0 0 15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 554px;
}


/*--------------------------------------------

				Recipe Landing Page New
				
---------------------------------------------*/

.content .landing-features {
padding: 10px;
position: relative;
width: 624px;
height: 385px;
}

.landing-features li {
padding: 0;
position: absolute;
top: 10px;
left: 10px;
width: 624px;
height: 385px;
background: none;
}

.content .landing-features-links {
padding: 10px;
position: relative;
width: 624px;
height: 385px;
top: -405px;
margin-bottom: -385px;
}

.landing-features-links li {
padding: 0;
background: none;
position: absolute;
top: 10px;
left: 10px;
width: 624px;
height: 385px;
}

.landing-features li img {
position: absolute;
top: 0;
left: 0;
}

.landing-features li h3 , .landing-features li a {
position: relative;
}

.landing-features li h3 {
color: #a41618;
font-size: 1.2em;
text-transform: none;
font-weight: normal;
margin: 35px 0 0 40px;
}

.landing-features li h3 span {
clear: both;
font-weight: bold;
color: #7a7a7a;
font-size: 30px;
line-height: 1;
margin: 5px 0 -10px;
display: block;
}

.landing-features li a {
margin-left: 40px;
width: 86px;
height: 25px;
background: url(/images/view-recipe.gif) no-repeat;
text-indent: -999em;
float: left;
position: relative;
z-index: 15;
clear: left;
border: 1px solid green;
}

.landing-features-links li h3 , .landing-features-links li a {
position: relative;
}

.landing-features-links li h3 {
color: #a41618;
font-size: 1.2em;
text-transform: none;
font-weight: normal;
margin: 35px 0 0 40px;
}

.landing-features-links li h3 span {
clear: both;
font-weight: bold;
color: #7a7a7a;
font-size: 30px;
line-height: 1;
margin: 5px 0 -10px;
display: block;
}

.landing-features-links li a {
margin-left: 40px;
width: 86px;
height: 25px;
background: url(/images/view-recipe.gif) no-repeat;
text-indent: -999em;
float: left;
position: relative;
z-index: 15;
clear: left;
}

.landing-features-nav-holder {
position: relative;
float: left;
}

.landing-features-nav {
background: url(/images/feat-nav-lft.gif) no-repeat;
padding: 0 0 0 5px;
float: left;
height: 25px;
position: absolute;
top: -60px;
right: -625px;
width: 100px;
z-index: 5;
}

.landing-features-nav ul {
background: url(/images/feat-nav-right.gif) no-repeat top right;
padding: 0 5px 0 0;
float: left;
height: 25px;
position: relative;
z-index: 5;
}

.landing-features-nav ul li {
float: left;
width: auto;
padding: 0;
}

.landing-features-nav ul li a {
float: left;
width: auto;
height: 25px;
line-height: 25px;
text-align: center;
padding: 0 4px;
background: url(/images/feat-nav-bkg.gif) repeat-x;
text-decoration: none;
}

.landing-features-nav ul li a:hover, .landing-features-nav ul li a.active {
background: url(/images/feat-nav-active.gif) repeat-x;
}

.feat-border {
width: 624px;
height: 385px;
background: url(/images/recipe-feature-border.png) no-repeat;
position: absolute;
top: -395px;
left: 10px;
z-index: 1;
}

.no-border {
border: none !important;
}

.callouts {
float: right;
width: 430px;
background: url(/images/callouts-top.gif) right top no-repeat;
margin: 0 10px 0 -13px;
display: inline;
}

.callouts ul {
float: left;
width: 430px;
background: url(/images/callouts-bottom.gif) right bottom no-repeat;
padding: 0;
}

.callouts ul li {
float: left;
width: 202px;
margin-left: 13px;
display: inline;
padding: 15px 0 0;
background: none !important;
}

.callouts ul li img {
padding: 0 15px 5px;
}

.callouts ul li p {
font-size: 0.9em;
color: #333333;
}

.callouts ul li h3 {
float: left;
width: 200px;
margin: 0;
height: 30px;
text-indent: -999em;
}

.no-border .most_popular ul.popular {
padding-top: 0 !important;
}

/*--------------------------------------------

				Easter
				
---------------------------------------------*/

.account-features li.estr-recipes {
background: url(/images/eastr-recipes.gif) repeat-x left bottom;
}

.account-features li.estr-tips {
background: url(/images/estr-tips.gif) repeat-x left bottom;
}

.account-features li.estr-videos {
background: url(/images/estr-videos.gif) repeat-x left bottom;
}

.ham-tips {
padding: 0 11px;
}

.ham-tips dt {
color: #2c6392;
font-size: 1.6em;
font-weight: bold;
font-family: "myriad pro","trebuchet ms",arial;
padding: 0 25px;
line-height: 2.3em;
background: url("/images/tab_bkg.gif") repeat-x scroll left bottom #fff;
cursor: pointer;
}

.ham-tips dt.active {
background: #efefef;
}

.ham-tips dd {
background: #efefef;
padding: 10px 25px;
}

/*--------------------------------------------

				Easter 2011
				
---------------------------------------------*/
#Easter .easter-title~h3 {margin-left:30px; margin-right:30px;}
#Easter .easter-title~p {padding-left:30px; padding-right:30px;}
#Easter h1.easter-title {position:relative; float: none; background: url(/images/EasterPlCenter.jpg) no-repeat center center; font-size: 18px; width: 599px; height:189px; padding:0; margin: 38px auto 15px; left: -10px; position: relative;}
#Easter h1.easter-title .outcast {position:absolute; top:-28px; left:0; width:100%;}
#Easter h1.easter-title .outcast * {width:100%;}
#Easter h1.easter-title .text {position:absolute; bottom:32px; left:12px;}

#Easter .account-features {height:478px; width:610px; background:url(/images/bg_easter_list.gif) repeat-x; border:0;}
#Easter li.es-recipes,
#Easter li.es-ham,
#Easter li.es-coupons,
#Easter li.es-videos 
{
position:relative; 
background: url(/images/es_easter.gif) no-repeat 0px 35px; 
padding:1px 0 0 130px; height:118px; width:480px;
}
#Easter li.es-ham 
{
	background: url(/images/es_tips.gif) no-repeat 0px 35px;
}
#Easter li.es-videos 
{
	background: url(/images/es_video.gif) no-repeat 0px 35px;
}
#Easter li.es-coupons 
{
	background: url(/images/es_coupons.gif) no-repeat 0px 35px;
}

#Easter li.es-recipes h4,
#Easter li.es-ham h4,
#Easter li.es-coupons h4,
#Easter li.es-videos h4 {position:absolute; top:0; left:0; margin:7px 0 0 26px;}


#Easter li.es-recipes p,
#Easter li.es-ham p,
#Easter li.es-coupons p,
#Easter li.es-videos p 
{
	font-size:1.4em; 
	margin-top:40px; 
	padding:0 5px 5px 0;
}


#Easter a.button,
.es-feature a.button {display:block; font-size:12px; font-weight:bold; color:#1d271d; background:url(/images/button_111x22_view-recipes.gif) no-repeat; width:111px; height:22px; line-height:22px; text-align:center; text-decoration:none; text-transform:uppercase; }
.es-feature a.button {margin:0 auto;}

.es-feature {
text-align: center;
margin: 10px;
width:290px;
display: inline;
}

.es-feature a {
margin: 0;
}

.es-feature a img.es-recipe{
margin:15px 10px 20px;
}

.es-feature img {
background: none;
padding: 0;
}



h1.easter-title {
    background: url("/images/easter-titleOLD.gif") no-repeat scroll center center transparent;
    color: #CD242A;
    float: left;
    font-family: Myriad Pro,Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: bold;
    left: 10px;
    line-height: 1.1em;
    margin: 0 0 15px;
    padding: 15px 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 554px;
}

/*--------------------------------------------

	Everyday Solutions
				
---------------------------------------------*/

.SolutionBanner
{
	padding: 5px 0 0 5px;
}

@font-face {
    font-family: 'BotonCFFMed';
    src: url('/fonts/botoncffmed-webfont.eot');
    src: url('/fonts/botoncffmed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/botoncffmed-webfont.woff') format('woff'),
         url('/fonts/botoncffmed-webfont.ttf') format('truetype'),
         url('/fonts/botoncffmed-webfont.svg#BotonCFFMed') format('svg');
    font-weight: normal;
    font-style: normal;
}

.h2BotonCFFMed
{
    font-family: BotonCFFMed;
    margin: 20px 0 10px 11px;
font-size: 1.6em;
text-transform: uppercase;
color: #253326;

}
