/* text in the recipe box */
.recipeBox {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

/* color for the left side of the rollover whenever you rollover a recipe in the list */
.leftRecipeTD {

	background-color: #dc7e10;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

/* color for the right side of the rollover whenever you rollover a recipe in the list */
.rightRecipeTD {

	background-color: #dcb810;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;

}

/* default for the recipe list */
.recipeBG {

	background-color: transparent;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

/* color for the left side of the rollover whenever you rollover a coupon in the list */
.leftCouponTD {

	background-color: #d2ba1a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

/* color for the right side of the rollover whenever you rollover a coupon in the list */
.rightCouponTD {

	background-color: #f9ead7;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;

}

.couponSpan {

	align: left;
	font-family: Arial;
	font-size: 12px;
}

.topTable {

	border-bottom: 1px solid #000000

}

.footerText {

	color:#886655;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;

}

.footerLink {

	color:#886655;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;

}

.footerLink:hover {

	color:#000000;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;

}

.mainTable {

	border: solid #000000 1px;
	background-image: url(/lib/images/kellers/page_bg.gif);
	background-repeat: repeat-x;

}

.quicklink_head {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.breadcrum_current {

	color: #797979;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;

}

.breadcrum_active {

	color: #797979;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;

}

.breadcrum_active:hover {

	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}


.breadcrum_inactive {

	color: #797979;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;

}

.bodyText {

	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.bodyTextHeader {

	color: #c69428;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

.bodyTextSubHeader {

	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.bodyTextSmall {

	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.bodyTextSmallHeader {

	color: #88640d;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;

}

.bodyLinkSmall {

	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;

}

.bodyLinkSmall:hover {

	color: #C0C0C0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;

}

.bodyLink {

	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;

}

.bodyLink:hover {

	color: #C0C0C0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;

}


.leftLinks {

	color: #de2938;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;

}

.leftLinksOn {

	color: #f6dc9b;
	background-color: #c11928;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;

}

.navLinkOff {

	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	cursor: pointer;

}

.navLinkOn {

	color: #e9d9a4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;

}

.red_required {

	color: #ff0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;

}
	
div.input
{
	clear: both;
	padding: 5px;
	padding-left: 200px;
	padding-bottom: 5px;
	margin-bottom: 0;
	overflow: auto;
	text-align: left;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

div.input label
{
	float: left;
	margin-left: -200px;
	width: 180px;
	padding-left: 5px;
	text-align: right;
}

div.input div.error-message
{
	color: red;
}

table.mainpage_black_copy
{
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
}
/* added for popup features */
div#fader {
	position:absolute;
	width:100%;
	height:2000px;
	background-color:black;
	z-index:55;
	display:none;
	
}
.another
{ 
   display:block !important;
   
}
div#imagecontainer {
	position:absolute;
	background:#ffffff;
	z-index:60;
	
}

div#imageview {
	position:absolute;
	//left:80px;
	top: -150px;
	top:20px;
	min-width:600px;
	/*min-height:375px;*/
	height:auto;
	margin:auto;
	display:none;
	/*text-align:center;*/
	/*background-color:#2c495a;*/
	
	/*background-color:#f0f0f0;*/
	left: 0;
    right: 0;
	margin-left:auto;
	margin-right:auto;
	background:#303232;
	padding:10px;
	border:2px solid red;
}
div#imageview p
{
  text-align:left;
  font-family:Geneva,Arial,Helvetica,sans-serif;
  background-color:#f0f0f0;
  margin:30px 30px 10px 30px;
  padding:20px 10px 10px 10px;
  font-size:12px;
}

div#imageview img {
	margin-bottom:8px;
	border:1px solid white;
}
div.invisible2
{
   display:none;
}
#cwindow
{
  display:none;
}

.cwindow
{
  display:block;
  width:90px;
  text-position:center;
  margin:auto;
  /*padding-bottom:10px;*/
  
}
.cwindow-bottom
{
	text-position:center;
	margin-top:-10px;
}	
/*end of pop up additions */