#cart_img{
	background-image:url(../images/cart/cart_empty.jpg);
	background-repeat:no-repeat;
	width:190px;
	height:22px;
	margin: 0 0 6px 0;
	padding: 7px 0 0 3px;
	color: #A30312;
	text-align: left;

}

#recipe_finder{
	background-image:url(../images/panels/recipe_finder.jpg);
	background-repeat:no-repeat;
	width:195px;
	height:120px;
}

#recipe_table{
	margin:0 0 0 11px;
	color:#000000;
	font: Times, serif;
	font-size:12px;
	padding:7px 0 0 2px;
	width:174px;
}

#recipe_table #recipe_text{
	font-size:14px;
	font-weight:bold;
}


#content_login{
	background-image:url(../images/panels/login_bk.gif);
	background-repeat:no-repeat;
	width:378px;
	height:150px;
	color:#212121;
}
#content_login a{
color:#AF9641;
}

#content_login p{
	padding:0px 0 0 11px;
	margin:3px 0 9px 0;
}

#content_login_outter {
color:#212121;
width:355px;
}


#content_login_outter a{
 color:#AF9641;
}


#admin_console li{
	list-style-type:none;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
#admin_console li a{
	text-decoration:none;
	color:#2E3E58;

}
#admin_console li a:hover{
	text-decoration:underline;
	color:#DF7419;
}
