  .item-selections {
	font-size: 0.85em;
    margin: 0 15px;
  }

  .item-selections h3 {
    margin: 0;
    padding: 2px;
  }

  .selected-toppings, .selected-extras {
    margin-left: 15px;
    margin-right: 5px;
    text-align: right;
    font-style: italic;
}

.selected-extras {
  margin-left: 0;
}

  .selected-toppings span, .selected-extras span {
    display: block;
    width: 300px;
    text-align: left;
    float: left;
}

.selected-toppings span { clear: both; }

  .selected-toppings span b {
font-size: 75%; font-style: italic; color: #777;
    font-weight: normal;
  }

  .topping-section, .extras-section {
    clear: both;
    margin: 0;
    padding: 0 25px 0 0;
  }

  .section-total {
    text-align: right;
    margin: 0;
    color: #555;
  }

  .section-total span {
    width: 50px; 
    text-align: left; 
    float: left; 
    display: block;
    color: #555;
}

  .text { 
	border: 1px solid #777; 
	padding: 2px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;}

div.title span.f-right { font-size: 0.85em; font-style: italic;}

.tip { text-align: justify;}
.tip a {color: #fff; }

#mini_cart_items {
	background: #F5DDB7; 
	overflow: hidden;
	overflow-y: auto; 
	height: 360px; 
	margin: 0 -20px 0 -12px;
	-webkit-border-radius: 5px;
	-moz-border-top-right: 5px;
	-moz-border-top-left: 5px;
	border: 1px solid #333;
	border-bottom: none;
}

#mini_cart_total {
	background: #F5DDB7;
	margin: 0 -20px 0 -12px;
	border: 1px solid #333;
	border-top: none;
}

#store_address a { color: #fff; }

.cart_item { 
	color: #333;
	padding: 8px 5px; 
	}
	.cart_item .fr { width : 30%;}
	.cart_item .fl { width: 65%; }
.cart_item:hover { 
	color: #000;
	}
.controls { display: none; }
.controls img { float: right; padding-left: 2px; position: relative; top: 2px;}
.cart_item:hover .controls { display: inline; }
.summary { border-top: 1px solid #ccc; font-size: 1.3em; font-weight: bold;}
.odd,  .even { }
.odd { background: #f5ddb7;}
.even { background: #f2c989 }


/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #cfc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */


.title { margin: 0;}
.title h4 { color: #555;}

#flasher p.notice { margin: 0;}

/* COUPONS */

.coupon_list {
	margin: 0;
	padding: 10px; 

	}

#checkout_buttons { color: #fff; font-weight: bold; }
#checkout_buttons a {color: #fff; font-size: 1.2em; text-decoration: none;}
#checkout_buttons a:hover { color: #33ff33;}

/* Quick Orders */
.quick_order { padding: 10px;font-size: 1.2em;
	}

.quick_order a { color: #2B0200;}

.chalkboard h1 a { color: #ddd; text-decoration: none; }
.chalkboard h1 a:hover { color: #fff; text-decoration: underline; }


/* Order Status Styles */

div.order-success h2 { margin-top: 10px; }
div.order-success h2 img { position: relative; top: -8px; }
div.order-success div.time-info { padding: 15px 0;font-size: 2em; font-weight: bold; }
div.order-success span { font-weight: bold; text-decoration: underline; }
div.order-success div.center { margin: 15px 0; padding: 5px; }
div.order-success div.time-est { font-weight: bold; font-size: 1.5em; text-decoration: underline; }
div.order-status { clear: both; margin-top: 10px; font-size: 0.9em; }
div.time-ticker { margin: 5px auto; font-size: 1.25em; }
