
body {
	font-family:arial,verdana,sans-serif;
	font-size: 1em;
	margin:0 auto;
	padding:0;
	background: #fff;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,a {
margin:0;
padding:0;
border:0
}
table {
border-collapse:collapse;
border-spacing:0;
}

.form, textarea {
	border-right: 2px #ccc solid;
	border-bottom: 2px #ccc solid;
	border-top: 2px #999 solid;
	border-left: 2px #999 solid;
	background: #fff;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}

caption,th {
text-align:left;
}

q:before,q:after {
content:'';
}
abbr,acronym { border:0; }

a, a:link, a:visited {color:#904001; text-decoration: underline;}
a:hover {text-decoration:underline; color:#FC9449;}
h1, h2, h3, h4, h5, h6 { color: black; margin: 0; font-weight: bold; font-style: normal; }
h1 { font-size: 1.85em; }
h2 { font-size: 1.40em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.00em; }
h5 { font-size: 0.85em; }
.textsmall, small, h6 { font-size: 0.73em; }

.blue { color: #23499B; }
.orange { color: #F36500; }
.drk_orange { color: #D26C32; }
.white { color: #fff; }
.black { color: #000; }
.drk_gray { color: #696969; }
.center { text-align: center; }
.clear { clear: both; margin: 0; padding: 0;}
.alert, .textred { color: #ff0000; font-weight: bold; margin: 5px;}
/****** General Classes ******/
.inline {display:inline;}
.hide {display:none;}
.col {float:left;}

.row:after, .clear:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.row, .clear {display:inline-table;}
/* hides from ie-mac \*/
* html .row, * html .clear {height:1%;}
.row, .clear {display:block;}
/* end hide from ie-mac */
.row {padding-bottom:1px;}
.row div {float:left;}

.textfieldbox {
	background-color:#ffffff;
	border:1px solid #000060;
	color:#111111;
}
.formsmall {
	background-color:#fffffa;
	border:1px solid #000060;
	color:#111111;
	font-size:0.9em;
}
.textarea {
	background-color:#ffffff;
	border:1px solid #000060;
	color:#111111;
	overflow:auto;
}
.button{
	color:#fff;
	font-weight:bold;
	padding:0em 1em;
	cursor:pointer;
	margin-right:1em;
	background:#D26C32;
	border:1px solid;
	border-color:#5389df #1e5fc7 #1e5fc7 #5389df;
}
.button:hover{
	color:#fff;
	background:#414d59;
	border:1px solid;
	border-color:#4f718a #003 #003 #4f718a;
}
.copy {
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #000;
}
/****** Layout ******/
.sendtophone {
	position: absolute;
	top: 200px;
	border-width: 1px;
	border-style: solid;
	border-color: #D6D8B3;
	background-color: #EFEFEF;
	width: 300px;
	padding: 5px;
}
.sendtophone2 {
	top: 200px;
	position: absolute;
	border-width: 1px;
	border-style: solid;
	border-color: #D6D8B3;
	background-color: #EFEFEF;
	width: 300px;
	padding: 5px;
}

#main_wrap_bg {
	width:1040px;
	margin:0 auto;
	padding: 0;
	background: url('/img/wrap_bg.png') repeat-y top left;

}
#main_wrap {
	margin:0 25px 0 35px;
	padding: 0;
	text-align: left;
	background: #fff;
	width: 960px;
	overflow: visible;
}

#header {
	width: 960px;
	padding: 5px 0 0 0;
	margin: 0;
}

/* LOGO ROW */
#logo_wrap {
	width: 960px;
	background: url('img/logo_bg.gif') repeat-y top right;
	padding: 1px 0;
}
.logo_l {
	float: left;
	text-align: left;
}
.logo_r {
	float: right;
	text-align: right;
	padding: 8px 12px 0 0;
	margin: 0;
	color: #B9B8B8;
	font-size: .70em;
	font-weight: bold;
}
.logo_r a {text-decoration: none;}
.logo_r a, .logo_r a:link, .logo_r a:visited {
	color:#904001;
	}
.logo_r a:hover, .logo_r a:active {
	color:#CC6633;
}

/* NAV ROW */
#ingredient_wrap {
	width: 960px;
	height: 30px;
	background: url('/img/ingredient_bg.gif') repeat-y top right;
	text-decoration: none;
}
#nav_wrap {
	width: 960px;
	height: 30px;
	background: url('/img/nav_bg1.gif') no-repeat top left;
}

/***** List View *****/
.listheadfoot{
	width:100%;
	border-collapse:collapse;
}
.listheadfoot td a, .listheadfoot td a:visited{
	color:#ab170b;
	font-weight:bold;
}
.listheadfoot td a:hover{color:#ff6600;}
.listheadfoot td{
	padding:3px;
	width:33%;
	vertical-align:top;
}
.listheadfoot form{display:inline;}
.listheadfoot select{
	background-color:#FFFFFA;
	border:1px solid #000060;
	color:#111111;
	font-size:0.9em;
}

.listtable{
	width:100%;
	border-collapse:collapse;
	border:1px solid #285d7d;
}
.listtable caption{
	display:none;
	padding:3px;
	background-color:#4f718a;
	color:#fff;
	font-weight:bold;
}
.listtable input, .listtable select {
	font-size:0.9em;
}
.listtable tbody tr th, .listtable tbody tr td{
	background-color:#f4f4f4;
	display:table-cell;
	padding:3px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}
.listtable tbody tr th{
	border-left:2px solid #285d7d;
	border-right:1px solid #285d7d;
}
.listtable tbody tr.odd th, .listtable tbody tr.odd td{
	background-color:#e6ecf2;
}
.listtable tbody a, .listtable tbody a:link, .listtable tbody a:visited{color:#00f;font-size:0.9em;}
.listtable tbody a:hover{color:#ff6600;text-decoration:underline}

.listtable tbody tr.hover th, .listtable tbody tr.hover td{background-color:#feffbf;border-top:1px solid #439bf0;border-bottom:1px solid #439bf0;}
.listtable tbody tr.focus th, .listtable tbody tr.focus td{background-color:#eacf7e;}

.listtable thead tr th{
	background-color:#285d7d;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:3px;
}
.listtable thead a, thead a:link, .listtable thead a:visited{color:#fff;}
.listtable thead a:hover{color:#ff6600;text-decoration:underline}

.listtable tfoot tr th, .listtable tfoot tr td{
	display:none;
	padding:3px;
	background-color:#4f718a;
	color:#fff;
	font-weight:bold;
}

/*** REGISTRATION FORM ***/
TABLE.reg_table{
	border: 0;
	border-collapse: collapse;
}
table.reg_table td {
	padding: 2px;
}
.columnheading {
	color:#4f718a;
	weight: 700;
	font-size: 1.2em;
}

/* INGREDIENT FINDER */
.ingredient_finder {
	float:right;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
}
.ingredient_finder a{
	width: 150px;
	color: #D16C32;
	border-left: 2px #ECECEC solid;
	padding: 8px 8px 0 18px;
	font-size: .75em;
	font-weight: 800;
	letter-spacing: .1em;
	text-decoration: none;
	display: block;
	height: 18px;
}
.ingredient_finder a:hover {
	background: url('/img/ingredientfinder_bg.png') repeat top left;
	color: #fff;
	text-decoration: none;
}


/* SEARCH */
.search {
	border-right: 2px #ccc solid;
	border-bottom: 2px #ccc solid;
	border-top: 2px #999 solid;
	border-left: 2px #999 solid;
	background: #fff;
	margin-right: 5px;
}
.search_button {
	padding:  0;
	margin: 8px 0 -3px 0;
}
#content {
	background: #fff;
	padding: 0;
	margin: 0;
}

.content_left {
	float: left;
	width: 660px;
	padding: 5px 0 0 0;
	margin: 0;
	overflow: hidden;
}
.content_right {
	float: right;
	width: 300px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

/* RIGHT COLUMN BOXES */
.email_print_mobile {
	marigin: 0;
	padding: 0 2px 0 0;
	text-align: right;
	width: 300px;
	height: 25px;
	border-bottom: 1px #7B7B7B solid;
}
.try_these_recipes {
	width: 300px;
	margin: 0;
	padding: 0;
}

.try_these_recipes_header {
	height: 45px;
	border-bottom: 1px #7B7B7B solid;
	display-type: block;
	margin: 0;
	padding: 0;
	width: 300px;
	text-align: center;
	overflow: hidden;
}
.try_these_recipes_header h3 {
	font-weight: 400;
	font-size: 1.2em;
	padding: 0;
	margin: 10px 0 0 0;	
	color: #904001;
	display: block;
	height: 25px;
}
.try_these_recipes_content {
	margin: 10px 0 0 0;
	padding: 2px 0 0 0;
	width: 300px;
	background: #F5F5F5;
	text-align: center;
	font-size: 8pt;
}

.profile_box {
	margin: 9px 0 14px 0;
	padding: 0;
	width: 300px;
	text-align: center;
	background: #E5E5E5;
	font-size: .70em;
}
.profile_box_title {
	display: block;
	background: #FC9449;		
	height: 25px;
	padding: 10px 5px 0 0;

}
.profile_box h4 {
	color: #fff;
	float: left;
	padding: 0 20px 0 10px;
}
.profile_box_title a:hover, .profile_box_title a:active {
	color: #fff;
}

.rt_col_finderbox {
	background: #E5E5E5;
	font-size: .70em;
	padding: 10px;
	margin: 14px 0 0 0;
	width: 300px;
}
.rt_col_finderbox h4 {
	font-size: 12pt;
	margin: 0 0 5px 0;
	font-weight: 500;
}
.rt_col_finderbox img {
	padding: 0 10px 0 0;
	border: 0;
}


.rt_col_noidea {
	background: #E5E5E5;
	font-size: .70em;
	padding: 10px;
	margin: 14px 0 0 0;
	width: 300px;
}
.rt_col_noidea h4 {
	font-size: 12pt;
	margin: 0 0 5px 0;
	font-weight: 400;
}
.rt_col_noidea img {
	padding: 0 10px 0 0;
	border: 0;
}


/* GLOBAL PAGE STYLE */
#content p {
	margin: 1em 0 0 0;
}




.topbarlink {
	margin: 0;
	padding: 0 0 5px 0;
	/* height: 20px; */
	width: 638px;
	font-size: .75em;
	color: #904001;
	text-decoration: none;
}
.topbarlink2 {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 638px;
	border-bottom: 1px #7B7B7B solid;
	font-size: .75em;
	color: #904001;

}
.topbarlink3 {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 98%;
	border-bottom: 1px #7B7B7B solid;
	font-size: .75em;
	color: #904001;

}
.topbarlink5 {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 90%;
	font-size: .75em;
	color: #7b7b7b;
	height: 42px;
}
.topbarlink_text {
	float: left;
}
.topbarlink_text_r {
	float: right;
}

.topbarlink_text2 {
	padding: 2px 0 0 10px;
	color: #000;
	float: left;
}
.topbarlink_text6 {
	padding: 2px 0 0 10px;
	color: #000;
	float: left;
	width: 45%;
}
.topbarlink_text3 {
	padding-top: 9px;
	color: #000;
	float: left;
	
}
.topbarlink_text4 {
	padding: 2px 0 0 10px;
	color: #000;
	float: left;
	
}
.topbarlink_text5 {
	padding: 0;
	margin: 0;
	float: left;
}
.topbarlink_text_r5 {
	float: right;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: .8em;
}
.topbarlink_prod_wrapper {background: #FFEADF; padding: 0 0 3px 0; font-weight: 700;}

.topbarlink_text_r2 {
	float: left;
	padding: 2px 10px 0 15px;
	color: #000;
}
.pagination_wrap { 
	text-align: center; 
	float: right;
	width: 800px;
	margin: 5px 0;
	padding: 0;
	font-family: <?=$fontface?>; 
	font-size: .90em;
	text-decoration: none;
	font-weight : bold;
	}

.pagination_wrap a:link, .topbarlink2 a:link, .glmenu a:link {
	color: #000000;
}
.pagination_wrap a:visited, .topbarlink2 a:visited, .glmenu a:visited {
	color: #000000;
}

.topbarlink a, .topbarlink a:link, .topbarlink a:active, .topbarlink a:visited, .topbarlink a:hover  {
	color: #696969;
	text-decoration: none;
}
/**** MOD RECIPE PAGE ****/
#modrecipe_wrapper {
	width: 600px;
	border: 2px #000;
	display: inline;
}
.modrecipe1 {

	margin: 0;
	padding: 5px;
	text-align: left;
	float: left;
}
.liblock {
	text-align: center;
	display: block;
	width:100%;
}
.msg{
	padding:2px;
	margin:5px;
	background-color:#FFD5AA;
	border:solid 1px #990000;
	color:#990000;
	text-align: center;
	font-weight: bold;
}


.modrecipe2 {
	margin: 1%;
	padding: 15px 5px;
	border: 0px #ccc dashed;
	border-width: 0 0 1px 0;
}
.addingredient {
	width: 640px;
	border-top: 1px dashed #DDD;
	border-bottom: 1px dashed #DDD;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	background: #ECE9D6;
	font-size: 12px;
	text-align: left;
}
.addinglink {
	text-align: left;
	color: #330066;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	cursor: pointer;
}
#ingredientlist #ingredientlistul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#ingredientlistul li {
	margin: 5px 1px 5px 1px;
	padding: 3px;
	border-top: 1px dashed #DDD;
	border-top: 1px dashed #DDD;
	cursor: move;
}
#imagethumbs {
	margin: 5px 0px 0px 0px;
	border-top: 1px dashed #DDDDDD;
	padding: 15px 5px 0px 5px;
}
/**** RECIPE.HTM PAGE ****/
.modrecipe_wrapper {
	width: 640px;
}
.recipe_title {
	min-height: 45px;
	border: 1px #7B7B7B solid;
	border-width: 1px 0;
	display-type: block;
	margin: 0;
	padding: 0;
	width: 638px;
	text-align: left;
	overflow: hidden;
}
.author {
	font-size: 9pt;
	size: .75em;
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	
}

.recipe_img_lg {
	border:1px solid #E8E8E8;
	padding:5px; 
	margin-top:20px;
	overflow: visible;
}

.recipe_title h1 {
	font-weight: 400;
	font-size: 1.5em;
	padding: 0;
	margin: 10px 0 0 0;	
	color: #904001;
	float: left;
}

table.recipe_stats_table {
	border: 0;
	padding: 0;
	margin: 0;
}

.recipe_stats {
	color: #666;
	background: #f5f5f5;
	font-weight: bold;
	font-size: .75em;
	width: 300px;
	float: left;
	margin: 10px 4px 0 24px;
	padding: 10px;
	height: 80px;
	display: block;
}

.recipe_stats_nav_wrap {
	display: none;
}

.recipe_rating {
	display: none;
}

.scale_alert {
	width: 300px;
	background:#e6e6e6;
	text-align: center;
	margin: 14px 0 0 24px;
	padding: 10px;
	color:  #D26C32;
}

.recipe_desc {
	width: 320px;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
	padding: 10px;
	overflow: hidden;
}
#Table7 {
	color: #626566;
	font-weight: 800;
}
.recipe_ingredients {
	width: 640px;
	border-top: 1px #000 solid;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: .8em;
}
.recipe_ingredients h2 {
	font-weight: 400;
	font-size: 1.2em;
	padding: 0;
	margin: 10px 0 0 0;	
	color: #904001;
}
tr.ingredients_list {
	color:#818382;
	border-top:0;
	margin: 2px 0px 2px 0px;
}
h3.ingredients_titles {
	color:#904001;
	font-weight:bold;
	font-size:16px;
	margin: 0;
	padding: 0;
}

tr.ingredients_list_row_0 {
	
}
td.ingredients_list_cell_0 {
	color:#626566;
	font-weight:bold;
	font-size:14px;
	padding:15px 0 10px 4px;
	border-bottom: 1px #B4B5B5 solid;
}

td.ingredients_list_cell_1 {
	width:285px;

	padding-left:4px;
	padding-top:2px;
	padding-bottom:
	2px;font-size:14px;
}
td.ingredients_list_cell_2 {
	width:85px;

	padding-top:2px;
	padding-bottom:2px;
	font-size:14px;
}
td.ingredients_list_cell_3 {
	width:280px;
	text-align:left;

	padding-top:2px;
	padding-bottom:2px;
	font-size:14px;
}

ol.recipe_directions {
	padding: 0;	
	margin: 0 0 0 25px;	
	list-style-type:decimal;
	font-size: 12px; 
}
ol.recipe_directions li {
	padding: 10px 0 0 0;
}
.list_copy {
	color: #000;
	font-weight: 400;
	font-size: 10px;
}
.list_wrap { 
	margin: 0;
	float: right;
	padding: 0;
	width: 85%;
	display: block;
}

/**** PRODUCT CAT PAGE / SHOP ****/

.prodcat_wrap {
	margin: 10px 10px 0 0;
	float: left;
	width: 252px;
	font-size: .80em;
	overflow: hidden;
	}

.prodcat {
	height: 110px;
	padding: 10px 0 0 0;
	overflow: hidden;
}
.prodcat_img {
	float: left;
	width: 110px;
	text-align: left;
	border: 1px ccc solid;
	border-width: 0 1px 0 0 ;
	padding: 0 5px 0 10px ;

}
.prodcat_name {
	float: right;
	margin: 5px;
	width: 110px;
	font-size: 11px;
	}

	
.prodcat_desc {
	background: #FFEADF;
	border: 0px  #CC6633 solid;
	border-width: 1px 0 0 0;
	width: 100%;
	height: 60px;
	}
.prodcat_desc p {
	padding: 0 10px 10px 10px;
	margin: 0;
	text-align: left;
	font-size: 11px;
	}
	/*** BOTTOM BORDER & CORNERS ***/
.t {background: url(/img/dot.gif) 0 0 repeat-x;}
.b {background: url(/img/dot.gif) 0 100% repeat-x}
.l {background: url(/img/dot.gif) 0 0 repeat-y}
.r {background: url(/img/dot.gif) 100% 0 repeat-y}
.bl {background: url(/img/bl.gif) 0 100% no-repeat}
.br {background: url(/img/br.gif) 100% 100% no-repeat}
.bl2 {background: url(/img/bl2.gif) 0 100% no-repeat}
.br2 {background: url(/img/br2.gif) 100% 100% no-repeat}
.tl {background: url(/img/tl.gif) 0 0 no-repeat}
.tr {background: url(/img/tr.gif) 100% 0 no-repeat;padding: 1px;}	
	
/**** MY STUFF PAGE ****/
.gllist {
	background-color: #FFEADF;
	font-size: 1.15em;
	color:  #D26C32;
	font-weight: 800;
	padding: 3px;
	width: 95%;
	margin: 0 10px 0 0;
}

.glmenu {
	font-size: 1em;
	font-color: #000;
	font-weight: bold;
	margin: 5px  0;
	width: 90%;
	padding:0;
}


/**** LOGIN PAGE ****/
#yrec {
	font-weight: bold;
	font-size: 14px;
	color: #CB3A41;
	padding-left: 15px;
	margin: 2px 0px 2px 0px;
}

/**** FAQ *****/
.faq {
	width: 640px;
	padding: 14px 10px 0 0;
}
ul.faq  {
	margin: 10px 0;
	padding:2px;
	float: left;
	list-style: none;
	width: 98%;
}

li.faq_hdr  {
	background-color:#e6e6e6;
	color :black;
	font-weight: 800;
	display: block;
	padding: 10px;
	margin: 20px 0 0 0;
}

/* MEASUREMENTS PAGE */
table.cheatsheets_list {
	border: 0;
	width: 640px;
	margin: 4px 0 0 0;
	padding: 0;
}
table.cheatsheets_list td {
	padding: 2px 0;
}
table.cheatsheets_list tr:hover {
	background: #ffffcc;
}
/* HOME PAGE BOXES */
.home_updates {
	margin: 9px 0 14px 0;
	padding: 0;
	width: 300px;
	text-align: center;
	background: #E5E5E5;
}

.home_updates h3{
	color: #fff;
	font-size: .85em;
	display: block;
	background: #FC9449;		
	height: 25px;
	padding: 5px 0 0 0;
}

.home_player {
	border: 1px #F18030 solid;
	margin: 14px 0;
	padding: 0;
}

.latest_recipe {
	padding: 0 0 0 4px;
	width: 650px;
}

.spotlight_recipe {
	padding: 0;
	margin: 0;
	width: 650px;
}

.rt_col_ad {
	padding: 0;
	margin: 14px 0 0 0;
}

#three_box {
	padding: 14px 14px 0 0;
}

/* FOOTER */
#footer_wrap {
	clear: both;
	text-align:center;
	width:1040px;
	margin:0 auto;
	padding: 0;
	background: url('img/footer_bg.png') no-repeat top left;
	height: 60px;
}
.footer {
	backround: #fff;
	padding: 15px 0;
	text-align: center;
	font-size:0.70em;
	color: #AB5519;
}
.footer address {
	color:#AB5519;
	font-style:normal;
}
.footer a {text-decoration: none; letter-spacing: .05em; line-height: 16pt; text-transform:inherit;}
.footer a, .footer a:link, .footer a:visited {
	color:#F18030;
	}
.footer a:hover, .footer a:active {
	color:#CC6633;
}

/* Boxes */
p.boxh { 
	color: #666;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p.boxt  { 
	color: #904001;
	font-weight: normal; 
	font-size: 11px; 
}
p.boxt a, p.boxt a:link, p.boxt a:visited {
	color: #F18030;
}
td.line { 
	border-bottom: 2.5px solid #eaeaea; 
}
td.padr { 
	padding-right: 3px; 
	padding-top: 3px; 
	border-bottom: solid 2.5px #eaeaea; 
	border-right: solid 2px #eaeaea;
}
td.boxesr { 
	padding-right: 3px; 
	padding-left: 3px; 
	padding-top: 3px;
}
.news  {
	margin: 0 5px 0 0;
	background-color: #ececec;
	height:200px;
	width: 210px;
	float: left;
	color: #904001;
	text-align: center;
}

.news_highlight {
	margin: 0 5px 0 0;
	background-color: #fff;
	height:200px;
	width: 210px;
	float: left;	
	color: #904001;
	text-align: center;
}
.news2  {
	margin: 0 5px 0 0;
	background-color: #ececec;
	height:200px;
	width: 210px;
	float: left;
	color: #904001;
	text-align: center;
}

.news_highlight2 {
	margin: 0 5px 0 0;
	background-color: #fff;
	height:200px;
	width: 210px;
	float: left;	
	color: #904001;
	text-align: center;
}

.news_home  { 
	background-color: #ffffff;
	border-right: solid 2px #eaeaea; 	
}

.news_highlight_home {
	background-color: #ece9d6;
	border-right: solid 2px #eaeaea;
}

.newswrap {
	padding-top: 2px; 
	border-right: solid 2px #eaeaea; 	
}

/* ********** INGREDIENT FINDER ********* */
#storesearch {
	text-decoration: none;
	font-weight : bold;
	padding-bottom: 5px;
	color: #000;	
} 


#store_wrapper {
	overflow: hidden;
	display: inline;
}
.store {
	margin: 10px 3px 3px 3px;
	padding: 2px;
	padding: 0 0 10px 0;
	border: 0px #ccc solid;
	border-width: 0 0 1px 0;
}
.store_info {
	font-size: .85em;
}
#map_wrap {
	float: left;
	width: 260px;

	margin: 0 5px 0 0;
}

#storeinfo {
	margin: 0 20px 0 0;
	padding: 0;
	float: right;
}
.storeinfo_txt {
	background:#FFEADF ;
	width: 200px;
	padding: 10px; 
	margin: auto;
}

#storeimg {
	margin: auto;
	padding: 3px;
}
.storereview {
	margin: 5px;
	padding: 3px;
}
#store_extras {
	float: right;
	width: 200px;
	padding: 0;
	margin: 0 -5px 0 0;
}


#addreview {
	margin: 5px;
	padding: 3px;
	border: 1px solid #DDDDDD;
}
.reviewleft {
	width: 16%;
	float: left;
	padding: 0% 2% 0% 2%;
	color: #999999;
}
.reviewright {
	width: 80%;
	float: left;
}
.ireview {
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #999999;
}
.storemenu {
	background-color: #FFFFCC;	
	text-align: center;
}
#storeimg {
	text-align: center;
}
.ingred {
	margin: 5px 0px 5px 10px;
	font-weight: bold;
}
.stars {
	text-align: left;
	padding: 0px 0px 0px 40px;
	margin: 10px 0px 10px 0px;
}
.stars input {
	padding: 0px;
	margin: 0px;
}
.stars img {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
.ireview img {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
.store_left {
	float: left;
}
.store_left h2 {
	font-size: 1.1em;
}
.store_right {
	float: right;
	font-size: .85em;
	width: 40%;
	overflow: visible;
}
.store_name { 
	margin: 0;
	padding: 0;
	color: #5852AA;
	font-size: 1.25em;
	font-weight: 800;
}
.store_name2 { 
	margin: 0;
	padding: 0;
	color: #5852AA;
	font-size: .9em;
	font-weight: 800;
}
.store_tags { 
	margin: 0;
	padding: 0;
	color: #5852AA;
	font-size: .85em;
	font-weight: bold;
}

.store_name a:link, .store_name a:visited, .store_name2 a:link, .store_name2 a:visited, .store_right a:link, .store_right a:visited , .store_tags a:link, .store_tags a:visited, .store_info a:link, .store_info a:visited {
	color: #5852AA;
}
.store_name a:hover, .store_name2 a:hover, .store_right a:hover, .store_tags a:hover, .store_info a:hover {
	color: #5852AA;
	 text-decoration: underline;
}
.cat_list_hdr {
	font-size: .8em;
	font-weight: bold;
	color: #D26C32;
	padding: 4px 0;
}
.cat_list_small {
	font-size: .75em;
	color:#999;
}
td.cat_list_small {padding: 5px}
.search_hdr2  {
	color:#999;
	font-size: 1.5em;
	padding: 10px 0 0 0;
}
.search_hdr2 .big {
	font-size: 1.35em;
	font-weight: 800;
}

.search_hdr, a.search_hdr , a:link.search_hdr , a:visited.search_hdr , a:active.search_hdr  {
	font-size: 8pt;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	padding: 6px 0; 
	display: block;
}
a:hover.search_hdr  {
	color: #D66C32;
} 

table.search_list_txt {
	font-size: .70em;
	border-top: 1px #7B7B7B solid;
	color: #7b7b7b;
}
tr.search_recipe_list {
	margin: 10px 0 0 0;
	border-top: 1px #ccc solid;
}
td.recipelink { padding: 10px 5px 5px 5px; }
.recipelink a {
	text-decoration: none; 
	font-weight: 800;
	font-size: 1.15em;
}
img.recipelink_img {
	float: left;
	border: 1px #000 solid;
	border-collapse: collapse;
}
.recipelink_img_cell {
	padding: 8px;
}
/*.recipelink a:visited {
	color: #000000;
}
.recipelink a:hover {
	color: #696969;
}*/

#storetitle {
	color: #D26C32;
	font-size: 1.15em;
	font-weight: bold;
}
#store_name {
	float: left;
	color: #D26C32;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 5px;
	margin: auto;
}
#based_reviews {
	float: right;
	text-align: center;
	color: #000;
	text-size: .85em;
	font-weight: bold;
	margin: 0 5px 0 0;
}
#based_reviews img {
	padding: 0;
	margin: 0 0 -7px 0;
}

#storetitle a:link {
	color: #5755B6;
}
#storetitle a:visited {
	color: #5755B6;
}
#storetitle a:hover {
	color: #5755B6;
	 text-decoration: underline;
}

#storesub {
	color: #5755B6;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
}
#storesub img{
	margin-top: -4px;
}
.storebuttons {
	float: left;
	width: 100%;
	font-family: <?=$fontface?>; 
	font-size: .90em;
	text-decoration: none;
	font-weight : bold;
	border: 1px #ccc solid;
	border-width: 1px 0;
	color: #000;

}
.advertise {
	float: right;
	width: 41%;
	text-align: right;
	font-size: 10px;
	padding: 2px;
}
/*	page Navigation Table	*/
ul.pagination{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
} 
ul.pagination li{
	font-size:smaller;
	float:left;
	margin-left:0px;
	border-top:1px solid #006699;
	border-right:1px solid #006699;
	border-bottom:1px solid #006699;
	padding:1px 3px 1px 3px;
} 
ul.pagination a, ul.pagination a:visited{
	display:block;
	color:#4f718a;
}
ul.pagination a:hover{color:#ff6600;}
ul.pagination li.etc, ul.pagination li.etc a, ul.pagination li.etc a:visited {
	background-color:#e5e5e5;
	color:#ff6347;
} 
ul.pagination li.first{border-left:1px solid #006699;}
ul.pagination li.active, ul.pagination .active a, ul.pagination .active a:visited{
	background-color:#ff6347;
	color:#fff;	
} 
.headingb {font-family : <?=$fontface?>; font-size : 16 px; color: #000000;}

.heading1 {
	font-size: 16 px;
	font-weight: bold; 
	color: #811111;
	margin-bottom: 3px;
}
.heading2 {
	font-size: 14 px;
	font-weight: bold;  
	color: #003131;
}




