/* Date picker styles */

body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

/* DEFAULT STYLES FOR RCS APPLICATION */

body {
	margin:0; 
	padding:0;
	background-color:#fff;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
}

a {
	color:#FFF400;
}

.clf {
	clear:left;
}

.clb {
	clear:both;
}

div.pizzaOptionLine {
	float:right;
	text-align:right;
	width:40%;
	position:absolute;
	right:0px;
	font-size:smaller;
}

#wrapper {
	min-width:990px;
}

/* HEADER AND NAV STYLES */

div#header2 {
	padding:15px 15px 4px 15px;
	position:relative;
	width:960px;
	margin:105px auto 0;
	z-index:9;
	font-size: 1.3em;
}

div.pageLabel {
	color:#fff;
	padding:5px;
	font-weight:bolder;
	margin-bottom:3px;
}

div#title {
	font-size:1.5em;
	font-weight:bolder;
	margin-bottom:20px;
	float:left;
	position:relative;
	width:400px;
}

div#header_logo {
	position:relative;
}

div#loginNav {
	float:right;
	font-size:.8em;
	position:relative;
}

.datepickerControl {
	color: #000;
	background-color: #dddddd;
}

div#loginNav ul, div#mainNav ul, div#subnav ul, div.subnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

div#loginNav ul li, div#mainNav ul li {
	margin:0;
	padding:0 6px 0 6px;
	border-right:solid 1px #fff;
	display:inline;
}

div#subnav ul li {
	margin:0;
	display:inline;
	border-right:solid 1px #fff;
}

div.subnav ul li {
	margin:0;
	display:inline;	
}

div#loginNav ul li.last, div#mainNav ul li, div#subnav ul li.last, div.subnav ul li.last {
	border:0;
}

div#subnav ul {
	margin-bottom:10px;
}

div#mainNav ul li, div#subnav ul li {
	padding:0 1px 1px;
}

div#loginNav ul li a, div#mainNav ul li a {
	color:#fff;
}

div#subnav ul li a {
	color:#fff;
	text-decoration:underline;
	font-size:.75em;
	padding:0 6px 0 6px;
}

div.header2 ul li a.selectedItem {
	background-color:#e9e9e9;
	margin-bottom:0px;
}

div.subnav ul li a {
	color:#00843A;
	padding:2px 8px 8px 8px;
}

div#mainNav ul li a {
	text-decoration:none;
	font-weight:bolder;
	padding:3px 8px 4px 8px;
	background-color:#6F0F13;
	border: 2px solid #920F19;
	display: inline-block;
	margin-top: 2px;
}

div#mainNav ul li a.here {
	background-color:#9B0E1B;
	color:#fff;
}

div#mainNav ul li a:hover {
	background-color:#9B0E1B;
	color:#fff;
}

ul.navList {
	margin:0;
	margin-left:30px;
	margin-top:15px;
	padding:0;
	list-style-type:none;
}

ul.navList li {
	padding:5px;
	background-color:#eee;
	color:#009900;
	margin:0;
	margin-right:4px;
	display:inline;
}

ul.verticalMenu {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.verticalMenu li {
	padding:15px 0 15px 35px;
	line-height:.5em;
	background:url(../images/default/right_arrow.png) no-repeat;
	margin:0 10px;
	font-weight:bolder;
}

/* FOOTER STYLES */

div#footer {
	color:#666;
	padding:15px;
	clear:both;
}

div#footer a {
	color:#666;
}

tr.totalFooter {
	background-color:#ccc;
	font-weight:bolder;
}

/* ACCOUNT INFO COLUMN */

div#accountInfo {
	width:23%;
	float:left;
	position:relative;
	margin:0 0 0 9px;
	padding:0;
	font-size:.9em;
}

div#contactInfo {
	padding-bottom:10px;
}

div#accountInfo a {
	color:#00843A;
}

.itemName a {
	font-weight: bold;
}

/* CONTENT AREA STYLES */

table.search_options {
	border: solid 1px #ccc;
	padding:4px;
	width:100%;
	margin:5px;
}

div.contentContainer {
	/*margin-left:195px;*/
	float:left;
	position:relative;
	width: 740px;
	margin-top: 10px;
	font-size: 1.1em;
}

div#contentWrapper {
	padding:0px 15px 0px 15px;
	font-size:1.4em;
	width: 1050px;
	margin: 2px auto 0px auto;
}

#shadow-container {
	position: relative;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .shadow4,
#shadow-container #content {
}


#shadow-container #content {
	padding: 0px 0px 10px 0px;
}

/* NOTICE AND ERROR STYLES */

div.browserWarn {
	color:#fff;
	background-color:#FF9900;
	padding:8px;
	font-size:.9em;
	font-weight:bolder;
	margin-bottom:5px;
}

div.browserWarn a {
	color:#fff;
	text-transform:uppercase;
}

div.notice {
	border:solid 1px #FFED1F;
	background-color:#FFFCDE;
	padding:5px;
	color: #000;
}

div.notice a {
	color: #555;
	text-decoration:underline;
}


div.notice ul {
	margin-bottom:0;
	padding-bottom:0;
}

div.notice ul li {
	padding-bottom:10px;
}

div.settingsContainer {
	padding:15px;
	background-color:#e9e9e9;
	margin-top:10px;
}

div.settingsContainer div {
	margin:5px;
}

span.notice {
	color:#6F0F13;
}

span.info {
	font-size:smaller;
	font-style:italic;
}

div.error {
	border:solid 1px red;
	padding:5px;
	margin-bottom:5px;
	color:red;
	font-weight:bolder;
	background-color: #FFD9D9;
}

div.error a {
	color: #444;
}

a.errorLink {
	background-color:#ff0000;
	font-weight:bolder;
}

/* HEADER STYLES */

h3.pageHeader {
	text-align:center;
	font-size:1.0em;
	margin-top: 10px;
}

h4.subHeader {
	text-align:center;
	font-size:.9em;
}

div#breadcrumbs {
	font-size:.9em;
	margin:10px 0px;
}

/* LIST STYLES */

ul.emphasizedList {
	font-size:1.2em;
	font-weight:bolder;
	list-style:none;
	padding:0;
	margin:15px 0 0 20px;
}

ul.emphasizedList li {
	margin:0 0 10px 0;
	min-height:20px;
	background:url(../images/default/right_arrow.png) no-repeat 0 50%;
	padding:0 0 10px 45px;
}

ul.indentedList {
	margin:0;
	padding-left:25px;
}

ul.indentedList li {
	margin:0;
	padding:5px;
}

/* STYLES FOR THE CATEGORY CONTAINER */

div.categoryContainer {
	float:left;
	position:relative;
	text-align:center;
	/*width:180px;*/
	background:url(/web/images/moes/menu_board.png) no-repeat left top;
	width:290px;
	padding:0;
	margin:0 0 0 0px;
	font-weight:bolder;
	height: 521px;
}

div.categoryContainer a {
	color:#000;
	text-align:left;
	display:block;
	font-size:1em;
	padding:2px;
	margin-left: 30px;
	width: 260px;
	text-shadow: 1px 1px 1px rgba(254, 244, 18, 0.4);
}

div.categoryContainer a:hover {
	color:#fef414;
	text-shadow:1px 1px 1px rgba(0,0,0,0.6);
}

div.categoryHeader {
	color:#fef414;
	padding:9px;
	font-size: 1.2em;
	margin-bottom: 10px;
}

div.categoryHeader div {
	font-size: 0.8em;
}

div#viewAllContainer {
	width:80%;
	color:#00843A;
	font-size:.9em;
	padding:7px;
}
div#viewAllContainer a {
	display:inline;
}

/* STYLES FOR MENU ITEM CONTAINER */

div.labelDivider {
	background-color:#9B0E1B;
	color:#fff;
	font-weight:bolder;
	padding:4px;
	margin-bottom:5px;
}

div.recentOrder {
	border: solid #ccc 1px;
	margin:10px 0;
	padding:5px;
}

div.recentOrder div {
	margin:4px 0;
}

div.menuItem {
	border-top:solid 1px #ccc;
	margin-bottom:0px;
	padding:2px;
}

div.menuItem div.description {
	font-style:italic;
	margin: 5px 0px 5px 5px;
	/*width:390px;*/
}

div.menuItem div.prices, div.menuItem div.inputButton {
	text-align:right;
	margin-bottom:4px;
	font-weight: bold;
}

img.menuItemDefaultImage {
	width:170px;
	border:0;
	float:left;
	position:relative;
	margin:0 5px 5px 0;
}

span#menuItemPrices {
	margin:15px;
	display:block;
}

div#menuItemDescription {
	font-style:italic;
	float:left;
	position:relative;
}

table.menuItemTable {
	width:100%;
	margin:0;
}

table.menuItemTable td.menuItemNameCell {
	width:70%;
	vertical-align:top;
}

table.menuItemTable td.menuItemPriceCell {
	vertical-align:top;
}

td.ordersheetcell {
	border-bottom:dashed 1px #000;
}

table tr td.footer {
	background-color:#FFFFCC;
	color:#000;
	font-weight:bolder;
	padding:5px;
	text-align:right;
}

/* STYLES FOR THE CART */

div#cart {
	margin-top:10px;
	padding:10px;
	background-color:#FFFFCC;
	min-width:210px;
}

div#cartHeader {
	font-weight:bolder;
	font-size:1.1em;
	text-align:right;
	padding:3px;
	color:#fff;
	background-color:#6F0F13;
}

div#cartItemList {
	margin-top:10px;
}

div.cartItem {
	border:solid 1px #ccc;
	padding:2px;
	font-size:.8em;
	margin: 4px 0;
}

/* STYLES FOR FORMS */

form {
/*	position:relative; */
}

div.formSection {
	padding:4px;
	color:#fff;
	font-weight:bolder;
	background-color:#00843A;
}

table.formContainer {
	width:100%;
}

div.formContainer {
	margin: 10px 0px;
	padding:20px;
	overflow: auto;
}

div.formLabel {
	width:40%;
	float:left;
	position:relative;
	padding-top:5px;
}

div.formInput {
	width:58%;
	float:right;
	padding-top:5px;
	position:relative;
}

div.formDivider {
	clear:left;
	width:100%;
	height:3px;
	padding:4px 0px;
	border-bottom:solid 1px #ccc;
}

/* STYLES FOR DASHBOARD */

div.itemsOfInterest {
	background-color:#EDEACE; 
	color:#333;
	margin-bottom:10px;
}

div.itemsOfInterest a {
	color:#333;
}

div.itemsOfInterest div.header {
	background-color:#FFAD33;
	color:#000;
	padding:5px;
	font-weight: bold;
}

div.itemsOfInterest div.content {
	padding:10px;
}

div.firstInList {
	color:#CC0000;
	font-weight:bolder;
}

div.listLabel {
	float:left;
	position:relative;
	width:200px;
	text-align:right;
	padding:4px;
}

div.listValue {
	float:left;
	position:relative;
	padding:4px;
	text-align:left;
	margin-left:4px;
}

div#upcomingReminders, div#topCustomers, div#latestActivities, div#customerList {
	color:#fff;
	margin-bottom:10px;
}

div#topCustomers {
	width:49%;
	float:left;
	position:relative;
	height:200px;
	overflow:auto;
}

div#latestActivities {
	width:49%;
	float:right;
	position:relative;
	height:200px;
	overflow:auto;
}

div#upcomingReminders div.header, div#topCustomers div.header, div#latestActivities div.header, div#customerList div.header {
	background-color:#FFAD33;
	color:#000;
	padding:5px;
}

div#upcomingReminders div.header a, div#topCustomers div.header a, div#latestActivities div.header a, div#customerList div.header a {
	color:#333;
}

div#upcomingReminders div.content, div#topCustomers div.content, div#latestActivities div.content, div#customerList div.content {
	padding:10px;
}

/* CALENDAR STYLES */

div.borderContainer {
	border:solid 1px #00843A;
	padding:4px;
	margin:10px 0;
}

div.calendarEventContainer div.header {
	font-weight:bolder;
	margin-bottom:5px;
	border-bottom:solid 1px #ccc;
}

div.calendarEventContainer div.date {
	font-weight:bolder;
	margin-bottom:5px;
	font-style:italic;
	font-size:smaller;
}

div.calendarEventContainer div.description {
	padding:6px;
}

div.calendarEventContainer div.actions {
	margin-top:5px;
	border-top:solid 1px #ccc;
	text-align:right;
}

div#calendar_container {
	text-align:center;
}

div#calendar_container table {
	min-width:600px;
	width:100%;
	margin:auto;
}

div#calendar_container table tr td {
	border-bottom: solid 1px #ccc;
	padding:1px;
	text-align:left;
	font-size:.8em;
}

td.todayCalCell div.content, td.regularCalCell div.content {
	height:100px; 
	overflow:hidden;
	font-size:.8em;
}

td.todayCalCell div, td.regularCalCell div, td.blankCalCell div {
	overflow:hidden;
	white-space:nowrap;
	margin:0;
	padding:0;
}

div#calendarHeader {
	font-size:1.4em;
	font-weight:bolder;
	padding:5px;
	color:#fff;
}

td.rightBorder {
	border-right:solid 1px #ccc;
}

div.blankCalCellHeader {
}

div.calCellHeader {
	background-color:#920F19;
	color:#fff;
	font-size:1em;
	
}

td.todayCalCell {
	background-color:#FFCBCFFFCBCF;
}
td.regularCalCell {
	background-color:#6F0F13;
}

td.blankCalCell {
}

.highlightLink {
	background-color: #000;
	padding: 2px;
}

/* TABLE STYLES */

table#orderList tr th a.sortHref {
	color:#fff;
}

table#orderLayoutTable {
	width:100%;
	border:solid 1px #000;
}

table#orderLayoutTable tr.odd {
	background-color:#eee;
	border-bottom:solid 1px #000;
}

table#orderLayoutTable tr.even {
	border-bottom:solid 1px #000;
}

table#orderLayoutTable tr th {
	font-weight:bolder;
	font-size:1.1em;
}

table#orderLayoutTable tr td.caption {
	font-weight:bolder;
	width:35%;
	vertical-align:top;
}

table#orderLayoutTable tr td.orderFieldVal_BOLD {
	font-weight:bolder;
}

table#orderLayoutTable tr td.orderFieldVal_ITALIC {
	font-style:italic;
}


table#orderLayoutTable tr td.orderFieldVal_LARGE {
	font-size:1.3em;
}


th {
	text-align:left;
}

table#customerList, table#orderList, table.priceTable {
	width:100%;
	margin-top:10px;
}

table#customerList tr:hover, table#orderList tr:hover {
	background-color:#e9e9e9;
}

table#customerList tr th, table#orderList tr th, table#cartItemList tr th, table.priceTable tr th {
	border-bottom:solid 1px #999;
	text-align:left;
	background-color:#6F0F13;
	color:#fff;
	font-weight: bold;
	padding: 2px;
}

table.priceTable tr th.subheader {
	background-color:#ccc;
	color:#00843A;
}

table#customerList tr td, table#orderList tr td, table#cartItemList tr td {
	border-bottom:solid 1px #999;
	padding:5px;
}

table#customerList img, table#orderList img {
	border:0;
}

table#cartItemList {
	width:100%;
	padding:5px;
	margin:auto;
	background-color:#FDFADC;
	color:#000;
}

table#cartItemList a {
	color: #444;
}

div#orderTimeOptions, div#paymentOptions {
	margin-top:10px;
}

div.odd {
	background-color:#e9e9e9;
	padding:4px;
}

div.even {
	padding:4px;
}

div.highlightedRow, tr.highlightedRow {
	background-color:#FFCCCC;
}

div#orderTimeOptions div.header, div#paymentOptions div.header {
	background-color:#6F0F13;
	color:#fff;
	padding:5px;
	text-align:center;
	font-weight:bolder;
	border: 2px solid #920F19;
}

div#orderTimeOptions div.leftColumn {
	float:left;
	position:relative;
	text-align:center;
	width:49%;
	margin-top:5px;
}

div#orderTimeOptions div.rightColumn {
	float:right;
	position:relative;
	width:49%;
	background-color:#FFFCDE;
	margin-top:5px;
	padding:5px;
	color: #000;
}

div#orderTimeOptions div.rightColumn div {
	padding:5px 0;
}

div#orderTimeOptions div.rightColumn div.today {
	font-weight:bolder;
}

div#checkoutButtons {
	text-align:center;
}

#checkoutCart {
	margin-top: 10px;
}

/***** jtDialogBox - BEGIN REQUIRED *********************************/
DIV.jtDialogBox, DIV.jtDialogBoxBalloon {
  position: absolute;
  display: none;
  }
DIV.jtDialogBox .tbLeft {
  background:url(../images/default/dialogue_header_center.gif) no-repeat top right #00843A;
  width:12px;
  }
DIV.jtDialogBox .tbRight {
  background:url(../images/default/dialogue_header_center.gif) no-repeat top left #00843A;
  width: 17px;
  vertical-align: middle;
  }
DIV.jtDialogBox .Title {
  background:url(../images/default/dialogue_header_center.gif) repeat-x #00843A;
  color:#fff;
  font-size: 10pt;
  font-weight: bold;
  white-space: nowrap;
  z-index:1000002;
  padding: 2px 0px 2px 0px;
  }

.jtDialogBoxVeil {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  cursor: "not-allowed";
  background-color: #cccccc;
  filter:alpha(opacity=35);
  -moz-opacity:0.35;
  opacity: 0.35;
  }
  
  .emptyTabRun {
  	filter:alpha(opacity=45);
  	-moz-opacity:0.45;
  	opacity: 0.45;
  }
/***** jtDialogBox - END REQUIRED *********************************/

/* Dialogue Box Styles */

.dialogue {
	background-color:#FFFFFF;
	border:solid #333 2px;
	padding:4px;
}

.balloonDialogue {
	padding:7px;
}

/* DIRECTORY STYLES */

div.directoryEntry {
	margin:15px 0;
	padding:10px;
	background-color:#FFFFCC;
	color:#666;
}

/* STYLES FOR MESSAGES */

table.message {
	width:100%;
	padding:0px;
	margin:0px;
}

table.message td {
	border-bottom:solid 1px #fff;
	padding:5px;
	font-size:.9em;
	font-weight:normal;
	color:#999;
}

/* ALPHA LINKS */

div.alpha_links {
	text-align:center;
	padding-bottom:8px;
	margin-bottom:5px;
	border-bottom:solid 1px #999;
}

div.alpha_links span {
	padding:3px 7px;
}

div.triColumnListItem {
	float:left;
	position:relative;
	width:30%;
	padding:5px;
}

/* company dashboard */

div.dashboard_header {
	font-size:1.4em;
	font-weight:bolder;
	color:#666;
	margin-bottom:15px;
}

/* marketing dashboard */

div#marketing_rankings {
	background-color:#e0ebe0;
	padding:15px;
}

ul#marketing_menu, ul#reports_menu {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#marketing_menu li {
	margin:0;
	padding:0 0 25px 35px;
	list-style-type:none;
}

ul#reports_menu li {
	margin:0;
	padding:0 0 15px 35px;
	font-size:.85em;
	list-style-type:none;
}

ul#reports_menu li.highlight {
	font-size:.95em;
	font-weight:bolder;
}

/* FORM ELEMENTS */

input.report_submit {
	background-color:#009900;
	color:#fff;
	font-weight:bolder;
}

/* REPORTS */

div.reportGroup {
	float:left;
	width:40%;
	margin:.75em;
	background-color:#fff;
	text-align:center;
	padding:15px;
}

div.reportGroup img {
	border:0;
}

div.reportGroup a {
	text-decoration:none;
}

table.report tr td {
	vertical-align:top;
}

table.report tr td.notice {
	font-style:italic;
	padding-bottom:10px;
}

td.report_sub_header {
	background-color:#e9e9e9;
	font-weight:bolder;
	color:#CC0000;
	padding:4px;
}

td.report_order_item {
	font-weight:bolder;
	color:#0033FF;
}

td.report_order_addon {
	color:#0033FF;
	font-style:italic;
}

td.report_prep_item {
	color:#CC0000;
	font-style:italic;
}

/* AUTO UPDATER STYLES */

div.autocomplete, div.autocomplete_large {
  position:absolute;
  width:300px;
  height:10em;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  left:-5000px;
}
div.autocomplete ul, div.autocomplete_large ul {
  list-style-type:none;
  background-color:#fff;
  overflow:auto;
  margin:0px;
  padding:0px;
  width:300px;
  height:10em;
}
div.autocomplete ul li.selected, div.autocomplete_large ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  background-color:#fff;
  width:300px;
  display:block;
  font-style:italic;
  font-size:0.9em;
  margin:0;
  padding:2px;
  height:20px;
  white-space:nowrap;
  cursor:pointer;
}
div.autocomplete_large ul li {
  list-style-type:none;
  background-color:#fff;
  width:300px;
  display:block;
  font-style:italic;
  font-size:0.9em;
  margin:0;
  padding:2px;
  height:40px;
  white-space:nowrap;
  cursor:pointer;
}
span.informal {
	font-weight:bolder;
	font-style:normal;
	font-size:0.8em;
}

/* Statement Styles */

@media print {

	div.statement {
		width:7.1in;
	}
	
	div.statement div.notice {
		display:none;
	}
	
	div.statement table tr td {
		font-size:8pt;
	}
	
	div.statementPage {
		height:9.5in;
		border:0;
	}

}

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dynamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

/* styles for the "full-size" calendar cell, used when "zooming" into calendar cells */

div#calFullCell {
	position:absolute;
	background-color:#fff;
	border:solid 1px #ccc;
	font-size:.7em;
	overflow:auto;
	padding:5px;
}

div.calFullCellHeader {
	background-color:#00843a;
	margin-bottom:2px;
	padding:2px;
}

/* styles for the account details divs */

div.accountDetails {
	background-color:#e9e9e9;
	float:left;
	width:30%;
	margin-right:1%;
	border:solid 1px #666;
	padding:5px;
	margin-bottom:10px;
}

/* Temporary flash notices are contained in this div */

div#temporaryNotice {
	background-color:#ff0000;
	color:#fff;
	padding:5px;
	font-weight:bolder;
	font-size:1.3em;
	text-align:center;
	position:absolute;
	width:100%;
	z-index: 9999;
}

/* pseudo-select box */

div.pseudo-select {
	overflow:auto;
	width:90%;
	height:7em;
	border:solid 1px #ccc;
	padding:2px;
	cursor:pointer;
}

	div.pseudo-select div.option-elem {
		background-color:#fff;
		border-bottom:dashed 2px #ccc;
	}
	
	div.pseudo-select div.option-elem:hover {
		background-color:#e9e9e9;
	}
	
div.print {
	text-align:right;
}
	
div.print input {
	background-color:#00843a;
	color:#fff;
	font-weight:bolder;
}

/* STYLES FOR CONFIRMATION LETTERS */

div.letterLine {
	padding:3px;
	background-color:#e9e9e9;
	margin-left:20px;
	font-weight:bolder;
	margin-top:2px;
}

div.letterLineItem {
	padding:3px;
	margin-left:40px;
	background-color:#ffffff;
}

div.letterLineItemIndented {
	padding:3px;
	font-style:italic;
	margin-left:60px;
	background-color:#ffffff;
}

div.invoice_details {
	border: solid 1px #333;
	padding:5px;
}

div#kprep_report {
	border-bottom:solid 2px #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	text-transform:uppercase;
} 

table.kprep_report_order, table.kprep_report_order_nobreak {
	/*border-top:solid 2px #000;*/
	margin-top:10px;
	margin-bottom:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table.kprep_report_order td {

}


td.kprep_report_order_header {
	text-transform:uppercase;
}

div.kprep_order_label {
	background-color:#e7e7e7;
	padding:5px 0;
}

td.kprep_label_cell {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

tr.kprep_hide_line {
	display:none;
}

/* account activity statement styles */

h2.account_activity_statement {
	color:#006600;
}

table.account_activity_statement {
	width:100%;
}

table.account_activity_statement tr td {
	width:20%;
	padding:5px;
}

table.account_activity_statement tr th {
	background-color:#ccc;
	text-align:left;
}

h2.account_activity_statement {
	font-size:1.1em;
}

span.checkoutCartEditField {
	cursor:pointer;
}

span.checkoutCartEditField:hover {
	background:#FFFF99;
}

/* styles for the invoice cover sheet editor */

.invoice_cover_sheet_header {
	background-color:#e7e7e7;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

.invoice_cover_sheet_header em {
	font-weight:normal;
	font-size:smaller;
}

.invoice_toolbox_item {
	padding:5px;
	background-color:#fff;
	border:dotted 1px #000;
	margin:2px;
}

.invoice_toolbox_item:hover {
	background-color:#eee;
	cursor:pointer;
}

#toolbox_arrow_notice a {
	color:#fff !important;
}

#invoice_cover_sheet_header_data {
	float:right;
	text-align:right;
}

#invoice_cover_sheet_toolbox {
	float:left;
	width:25%;
	border-right:dotted 2px #ccc;
}

#invoice_cover_sheet_editor {
	float:left;
	width:73%;
	margin-left:4px;
	min-width:500px;
	overflow:auto;
	border:solid 1px #ccc;
	padding:2px;
	max-width:7.55in;
}

#invoice_cover_sheet_header_content {
	float:right;
	width:270px;
	height:100px;
}

#invoice_cover_sheet_content {
	height:5in;
	width:7.5in;
}

#invoice_cover_sheet_pageheader {
	margin-bottom:5px;
	border:dotted 1px #e7e7e7;
}

#invoice_cover_sheet_pageheader {
	margin-top:5px;
	border:dotted 1px #e7e7e7;
}

.invoice_cover_sheet_instruction {
	background-color:#FFFFCC;
	color:#e7e7e7;
	text-align:center;
}

/* STYLES FOR THE ATTACHED CART */

#attachedCart {
    height: 27px;
    background-color: #d4d0c8;
	border-top:solid 1px #333;
    padding: 0px;
	text-align:right;
    width: 100%;
	font-weight:bolder;
	font-size:1.4em;
    position: fixed;
    bottom: 0;
    z-index: 9999;
	color: #000;
}

#attachedCart a {
	color: #444;
}

#attachedCartWidget {
	/*display:none;*/
	width:360px;
	height:320px;
	background-color:#fff;
	padding:0px;
	border:solid 1px #333;
	position:absolute;
	font-size:.8em;
	right:18px;
	bottom:27px;
	border-bottom:solid 1px #fff;
}

/* styles for the upsell module */

.upsell_offer {
	border:solid 1px #ccc;
	padding:12px;
	margin-bottom:15px;
}

.upsellItemSidebarImage {
	width:50px; float:left; margin-right:6px;
}

.upsell_offer_sidebar_header {
	text-align:center;
	font-weight:bolder;
	background-color:#FFFF00;
	color:#000;
	font-size:1.1em;
	padding:6px;
}

div.upsell_sidebar {
	margin-bottom:55px;
}

div.upsell_offer_sidebar_item {
	padding:10px;
	background-color:#e7e7e7;
	margin:7px 0;
}

#crm_left_nav {
	float:left;
	width:10%;
	border-right:solid 8px #ccc;
	background-color:#e7e7e7;
	text-align:center;
}

#crm_left_nav img {
	border:0;
	width:60%;
	margin:15px auto 0 auto;
	display:block;
}

#crm_left_nav a {
	text-decoration:none;
	font-size:smaller;
	display:block;
	margin-bottom:6px;
}

#crm_content_pane {
	float:left;
	width:89%;
	font-size:0.9em;
}

.crm_contact_entry_column {
	float:left;
	width:32.3%;
	margin-right:1%;
	text-align:right;
}

.crm_contact_entry_column input[type=text] {
	width:190px;
}

.crm_contact_entry_column div {
	margin-bottom:6px;
	padding:4px 1px;
}

.crm_contact_entry_column div:hover {
	background-color:#FFFFCC;
}

#crm_header {
	background:#ccc;
	padding:5px;
	font-size:1.3em;
	font-weight:bolder;
	margin-bottom:5px;
}

#contact_count {
	display:block;
	float:right;
}

div.dragHandle {
	position:absolute;
	bottom:0;
	right:0;
	width:25px;
	height:25px;
	background-color:#FF0000;
	cursor:s-resize;
}

ul#crm_top_nav {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}

ul#crm_top_nav li {
	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
}

ul#crm_top_nav li img {
	cursor:pointer;
	padding:4px 6px;
	vertical-align:middle;
}

div.crm_group {
	border:dotted #ccc 1px;
	padding:7px;
	font-size:1.3em;
	color:#999;
	cursor:pointer;
	margin:4px 0;
}

div.crm_group:hover {
	background-color:#FFFF99;
}

#orderticket {
	border:dotted 1px #ccc;
	padding:10px;
}

#order_items {
	padding:10px;
	margin-top:10px;
}

.inplaceeditor-form {
	display: inline;
}

/***** Reset CSS *****/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background:#330000 url(/web/images/moes/default_bg.jpg) no-repeat center top;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family:"Arial Black", Gadget, sans-serif;
}
#ap {
	color: #FFF;
	font-size: 1.6em;
	line-height: 2.1em;
	text-shadow: 0 1px 5px #000;
}
/***** Header && Logo && Main Nav CSS *****/
#headerC {
	position:relative;
	width:960px;
	height:72px;
	margin:4px auto 0;
	z-index:9;
}
#logo {
	position:absolute;
	z-index:5;
	left:403px;
	top:-4px;
}
#logo a {
	background:url(/web/images/moes/logo.png) no-repeat 0 top;
	display:block;
	text-indent:-99999px;
	width:142px;
	height:147px;
}
#logo a.fix {
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:url(/web/images/moes/logo.png) no-repeat 0 bottom;
}
#logo .efx {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
}
#main-nav {
	background:url(/web/images/moes/main_links.jpg) no-repeat 0 bottom;
	position:absolute;
	z-index:3;
	left:-29px;
	top:0;
	list-style:none;
}
#main-nav li {
	float:left;
	height:auto;
	width:auto;
	position:relative;
}
#main-nav li:hover {
	z-index:3;
}
#main-nav li:hover .subnav {
	display:block;
}
#main-nav li.spacer {
	width:1px;
	height:47px;
	text-indent:-99999px;
}
#main-nav li a {
	background:url(/web/images/moes/main_links.jpg) no-repeat 0 -141px;
	display:block;
	text-indent:-99999px;
	width:91px;
	height:47px;
	position:relative;
}
#main-nav li a:hover, #main-nav li a.fix {
	background-position:0 -94px;
}
#main-nav li a.active {
	background-position:0 -47px;
}
#main-nav li a.active:hover, #main-nav li a.active.fix {
	background-position:0 0;
}
#main-nav li#food a {
	background:url(/web/images/moes/main_links.jpg) no-repeat -92px -141px;
	width:74px;
}
#main-nav li#food a:hover, #main-nav li#food a.fix {
	background-position:-92px -94px;
}
#main-nav li#food a.active {
	background-position:-92px -47px;
}
#main-nav li#food a.active:hover, #main-nav li#food a.active.fix {
	background-position:-92px 0;
}
#main-nav li#find a {
	background:url(/web/images/moes/main_links.jpg) no-repeat -167px -141px;
	width:136px;
}
#main-nav li#find a:hover, #main-nav li#find a.fix {
	background-position:-167px -94px;
}
#main-nav li#find a.active {
	background-position:-167px -47px;
}
#main-nav li#find a.active:hover, #main-nav li#find a.active.fix {
	background-position:-167px 0;
}
#main-nav li#merc a {
	background:url(/web/images/moes/main_links.jpg) no-repeat -304px -141px;
	width:205px;
}
#main-nav li#merc a:hover, #main-nav li#merc a.fix {
	background-position:-304px -94px;
}
#main-nav li#merc a.active {
	background-position:-304px -47px;
}
#main-nav li#merc a.active:hover, #main-nav li#merc a.active.fix {
	background-position:-304px -0;
}
#main-nav li#cate a {
	background:url(/web/images/moes/main_links.jpg) no-repeat -509px -141px;
	width:154px;
}
#main-nav li#cate a:hover, #main-nav li#cate a.fix {
	background-position:-509px -94px;
}
#main-nav li#cate a.active {
	background-position:-509px -47px;
}
#main-nav li#cate a.active:hover, #main-nav li#cate a.active.fix {
	background-position:-509px -0;
}
#main-nav li#fran a {
	background:url(/web/images/moes/main_links.jpg) no-repeat -664px -141px;
	width:120px;
}
#main-nav li#fran a:hover, #main-nav li#fran a.fix {
	background-position:-664px -94px;
}
#main-nav li#fran a.active {
	background-position:-664px -47px;
}
#main-nav li#fran a.active:hover, #main-nav li#fran a.active.fix {
	background-position:-664px -0;
}
#main-nav li#cont a {
	background:url(/web/images/moes/main_links.jpg) no-repeat -785px -141px;
	width:107px;
}
#main-nav li#cont a:hover, #main-nav li#cont a.fix {
	background-position:-785px -94px;
}
#main-nav li#cont a.active {
	background-position:-785px -47px;
}
#main-nav li#cont a.active:hover, #main-nav li#cont a.active.fix {
	background-position:-785px -0;
}
#main-nav .active-btn {
	position:absolute;
	left:0;
	top:0;
	background:url(/web/images/moes/active.png) no-repeat center bottom;
	display:block;
	width:100%;
	height:100%;
	text-indent:-99999px;
}
#main-nav #home .active-btn {
	background-position:44px bottom;
}
#main-nav #cate .active-btn {
	background-position:90px bottom;
}
#main-nav .subnav {
	display:none;
	position:absolute;
	left:0;
	top:45px;
	background:url(/web/images/moes/1col_dropdown.png) no-repeat left top;
	width:116px;
	height:107px;
}
#main-nav #home .subnav {
	left:5px;
}
#main-nav #food-sub {
	background:url(/web/images/moes/2col_dropdown.png) no-repeat left top;
	width:249px;
}
#main-nav .subnav li {
	float:left;
	height:30px;
	width:124px;
}
#main-nav .subnav li.fix {
	margin:7px 0 0;
}
#headerC #main-nav .subnav a {
	float:left;
	display:block;
	position:relative;
	width:auto;
	height:auto;
	background:none;
	text-indent:0;
	padding:0 13px;
	line-height:30px;
	font-size:1.15em;
	color:#fff;
	text-transform:uppercase;
}
#headerC #main-nav .subnav a.active, #headerC #main-nav .subnav a:hover {
	color:#fff400;
}
#headerC #main-nav .subnav .active-btn {
	background:url(/web/images/moes/nav_chevron.png) no-repeat right center;
	display: block;
	height: 30px;
	left:auto;
	right:-7px;
	position:absolute;
	top:0;
	width:20px;
}
/***** My Moes CSS *****/
#my-moes.close {
	position:absolute;
	right:0;
	top:0;
	background:url(/web/images/moes/more_moes_links.png) no-repeat right bottom;
	width:98px;
	height:47px;
	cursor:pointer;
	overflow:hidden;
}
#my-moes.close:hover {
	background-position:right top;
}
#my-moes.open {
	position:absolute;
	right:-3px;
	top:-4px;
	background:url(/web/images/moes/more_moes_open.png) no-repeat right top;
	height:199px;
}
#my-moes .info {
	margin: 70px 13px 0;
	width: 103px;
	height:auto;
	color:#fff;
	font-size:0.9em;
	line-height:1.3em;
	padding-bottom: 0px;
}
#my-moes .info a {
	text-decoration: none;
}
#my-moes .actions {
	color:#c2c2c2;
	margin: 5px 11px 0;
	width: 110px;
	height:auto;
}
#my-moes a, #my-moes span {
	color:#99cc00;
	cursor:pointer;
}
#my-moes a:hover, #my-moes span:hover {
	color:#daf899;
}
#my-moes #map {
	background:url(/web/images/moes/more_moes_open.png) no-repeat -75px bottom;
	position:absolute;
	right:132px;
	bottom:0;
	width:123px;
	height:147px;
	z-index:2;
}
#my-moes #map img {
	margin:20px 0 0 12px;
}
#my-moes #extra {
	background:url(/web/images/moes/more_moes_extend.png) no-repeat left bottom;
	position:absolute;
	right:250px;
	bottom:0;
	width:23px;
	height:147px;
	z-index:1;
	overflow:hidden;
}
#my-moes #extra.open {
	width:133px;
}
#my-moes #extra .links {
	margin:28px 5px 0 30px;
	width:100px;
	height:auto;
	font-size:1.05em;
	line-height:1.5em;
}
#my-moes #extra .links li {
	margin:2px 0 0;
}
#my-moes .arrows {
	position:absolute;
	left:0;
	top:11px;
}
#my-moes .arrows div {
	background:url(/web/images/moes/arrows_moes.png) no-repeat left top;
	width:20px;
	height:120px;
	text-indent:-9999px;
	cursor:pointer;
}
#my-moes .arrows div:hover, #my-moes .arrows div.fix {
	background-position:right top;
}
#my-moes .arrows div.close {
	background-position:left bottom;
	display:none;
}
#my-moes .arrows div.close:hover, #my-moes .arrows div.close.fix {
	background-position:right bottom;
}
#my-moes .arrows div .efx {
	position:absolute;
	z-index:1;
	left:0;
	top:0;
}
/***** Main Content CSS *****/
#main-wraper {
	position:relative;
}
#main-content {
	margin:0 auto;
	width:960px;
	height:auto;
	position:relative;
	overflow:hidden;
}
/***** Sub Content CSS *****/
#sub-content {
	position:relative;
	background:url(/web/images/moes/home_sub_content.png) no-repeat center top;
	margin:0 auto;
	width:auto;
	height:550px;
	clear:both;
}
#sub-wraper {
	position:relative;
	margin:0 auto;
	width:960px;
}
/***** Footer CSS *****/
#footer {
	width:auto;
	overflow:hidden;
	clear:both;
}
#footer.small{
	background:none;
}
#footer #top {
	position:relative;
	background: url(/web/images/moes/footer_whole.png) no-repeat center 0;
	width:auto;
	height:54px;
	overflow:hidden;
	z-index:2;
}
#footer.small #top {
	background:url(/web/images/moes/footer_whole.png) no-repeat center 0;
	height:224px;
}
#footer #footer-links {
	width:960px;
	height:auto;
	margin:0 auto;
}
#footer #footer-links ul {
	float:left;
	width:auto;
	height:auto;
	margin:0 45px 0 0;
}
#footer #footer-links ul.last {
	margin:0;
	width:85px;
}
#footer #footer-links li {
	margin:5px 0 0;
	position:relative;
}
#footer #footer-links .heading {
	font-size:1.15em;
	font-weight:bold;
	color:#ccc;
	margin:45px 0 0;
}
#footer #footer-links .sub.heading {
	margin:35px 0 0;
}
#footer #footer-links a {
	font-size:1.15em;
	color:#99cc00;
}
#footer #footer-links a:hover, #footer #footer-links li.active a {
	color:#daf899;
}
#footer #footer-links .efx {
	display:block;
	position:absolute;
	left:-18px;
	top:0;
	width:14px;
	height:100%;
	background:url(/web/images/moes/arrow.png) no-repeat center center;
}
#footer #footer-links .soc {
	margin:5px 0 0 -4px;
}
#footer #footer-links .soc a {
	position:relative;
	display:block;
	float:left;
	width:28px;
	height:28px;
	text-indent:-9999px;
	background:url(/web/images/moes/footer_icons.png) no-repeat left bottom;
}
#footer #footer-links .soc a:hover, #footer #footer-links .soc a.fix {
	background-position:left -1px;
}
#footer #footer-links .soc a.twt {
	background-position:center bottom;
}
#footer #footer-links .soc a.twt:hover, #footer #footer-links .soc a.twt.fix {
	background-position:center -1px;
}
#footer #footer-links .soc a.yt {
	background-position:right bottom;
}
#footer #footer-links .soc a.yt:hover, #footer #footer-links .soc a.yt.fix {
	background-position:right -1px;
}
#footer #footer-links .soc a .efx {
	left:0;
}
#footer #mid {
	background:url(/web/images/moes/footer_whole.png) no-repeat center -224px;
	margin:0 auto;
	height:226px;
	width:auto;
	position:relative;
	overflow:hidden;
	z-index:1;
}
#footer.small #mid {
	background:url(/web/images/moes/footer_whole.png) no-repeat center -224px;
	margin:0 auto;
	height:226px;
}
#footer-logo {
	position:relative;
	margin:0 auto;
	width:494px;
	height:152px;
	z-index:1;
	background:url(/web/images/moes/footer_logo.png) no-repeat 0 1px;
}
#footer.small #footer-logo {
	height:152px;
	background:none;
}
#footer-logo a {
	background:url(/web/images/moes/footer_logo.png) no-repeat center -35px;
	display:block;
	text-indent:-99999px;
	width:60px;
	height:60px;
	position:relative;
	top:36px;
	z-index:2;
	margin:0 auto;
}
#footer-logo a.fix {
	position:absolute;
	left:0;
	top:0;
	background:url(/web/images/moes/footer_logo.png) no-repeat 0 bottom;
}
#footer.small #footer-logo .efx {
	top:2px;
}
#footer-logo .efx {
	position:absolute;
	z-index:1;
	left:0;
	top:2px;
}
#footer #mid p {
	position:absolute;
	left:0;
	top:100px;
	z-index:3;
	padding:10px 0;
	text-align:center;
	font-size:1.15em;
	width:100%;
	height:auto;
}
#footer #mid span, #footer #mid a {
	color:#666;
}
#footer #mid a:hover {
	color:#99cc00;
}
#footer #bot {
	display:none;
	background:url(/web/images/moes/footer_bottom.png) no-repeat center bottom;
	width:auto;
	height:87px;
	overflow:hidden;
}
#footer #bot .easter {
	min-width:960px;
	max-width:1270px;
	margin:0 auto;
	padding:46px 0 0;
}
#footer #bot .easter img {
	float:right;
	cursor:pointer;
}
/***** Reused CSS *****/
.clear {
	clear:both;
}
/***** Extra CSS *****/
#powered {
	margin:-40px auto 20px;
	text-align:center;
	color:#000;
	font-size:1em;
}
#powered a {
	color:#000;
}
#powered a:hover {
	color:#ff0101;
}

#preloader{
	position:absolute;
	left:-1px;
	top:-1px;
	overflow:hidden;
	height:1px;
	width:1px;
}

#menu_container {
	color: #000;
}

#menu_category_list div:hover {
	color: #555;
}