@charset "utf-8";

@import url('main.css');
@import url('class.css');
@import url('reset.css');
@import url('coda-slider.css');
@import url('calendar.css');
@import url('datepicker.css');
@import url('date-theme.css');
@import url('modal.css');

.list label a{
	color:#c03c10;
	text-decoration: none;
}

.list label .price-cut{
	text-decoration: line-through;
}

#preview {
	position:absolute;
	background:#333;
	padding:5px 5px 0 5px;
	display:none;
	color:#fff;
}

#preview img{
	max-width: 600px;
}

#delivery_minimum_order,#minimum_order{
	color: #C03C10;
}

#coupons-list h2 span.icon{
	background:url('../images/icons/coupon.png') no-repeat;	
}

.hours{
	margin: 8px 0 5px 0;
	width: 245px;
}

.pb10{
	padding-bottom: 10px;
}

#content{
	padding:0 24px 15px 16px;
	margin:0 0 0 -16px;
	width:670px;
}

#error-msg label {
	display:block;
	padding:10px;
	border:1px solid #FFF;
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-indent:25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
}

#foods #error-msg label{
	width: 500px;
}

#error-msg label.connected {
	text-shadow:0 1px 1px #1f4a07;
	background:#36820C url('../images/icons/connected.png') no-repeat 10px;
}

#error-msg label.error {
	text-shadow:0 1px 1px #db6a6a;
	background:#FF9494 url('../images/icons/failed.png') no-repeat 10px;
}

#error-msg label.remove {
	text-shadow:0 1px 1px #8c0202;
	background:#FF0000 url('../images/icons/remove.png') no-repeat 10px;
}

#error-msg label.add {
	text-shadow:0 1px 1px #084b80;
	background:#71B1E3 url('../images/icons/add.png') no-repeat 10px;
}

.pt10{
	padding-top: 10px;
}

#recaptcha_widget_div{
	float: left;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

#directionsPanel img{
	vertical-align: middle;
}

#error404 .left{
	width: 250px;
}

#error404 .right{
	float: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding-top: 30px;
} 

.gallery img {
	border:6px solid #FFF;
	-webkit-box-shadow: 0px 0px 5px #babab5;
	-moz-box-shadow: 0px 0px 5px #babab5;
	box-shadow: 0px 0px 5px #babab5;
	width: 140px;
	height: 140px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.gallery img.first{
	margin-left: 0!important;
	margin-bottom: 20px;
}

#preview{
	border:1px solid #FFF;
	-webkit-box-shadow: 0px 0px 5px #babab5;
	-moz-box-shadow: 0px 0px 5px #babab5;
	box-shadow: 0px 0px 5px #babab5;
	background: #ffffff;
}

.account-item {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.account-item .name {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.account-item .link a {
    color: #734429;
    text-decoration: underline;
}

.account-item .link {
    padding-top: 5px;
}

.forms80 p label{
	width: 80px;
}

.forms140 p label{
	width: 140px;
}

.invisible{
	display: none;
}

.brown{
	color: #c03c10;
}

.brown:hover{
	text-decoration: none;
}

.delivery-enabled{
	display: none;
}

#address-select{
	padding-top: 10px;
	width: 340px;
}

.red{
	color: #C03C10;
}

#orders-listing{
	margin: 0; 
	width: 100%;
}

#orders-listing td{
	font-weight: normal;
	font-size: 12px;
}

#orders-listing .last{
	border-right: 0;
	width: 20px;
	text-align: center;
}

#orders-listing .amount{
	text-align: center;
}

.order-options{
	background: none repeat scroll 0 0 #E8E7E7;
    border: 1px solid #E3E0E0;
    display: block;
    padding: 15px;
}

.required-group{
	color: #ED0F0F; 
}

.black{
	color: #000000!important;
}

.gray{
	color: #cccccc;
}

.pt20{
	padding-top: 20px;
}

.copyright a,#top-link a{
	color: #333333;
	text-decoration: underline;
}

.copyright a:hover,#top-link a:hover{
	text-decoration: none;
}

.red span{
	color: #333333;
}

.font11{
	font-size: 11px;
}

.font13{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#foods .cart-details{
	margin-right: 0;
}

.mt20{
	margin-top: 20px!important;
}

.required{
	color: #FF0000;
}

#states-container select,.change-states select{
	margin: 0!important;
}

#siteseal img{
	padding-bottom: 3px;
}

table.amount-details .odd{
	width: 192px!important;
}

table.amount-details .even{
	width: 112px!important;
}

.category-description{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
}

#top-link{
	position: absolute;
	top: -22px;
	right: -20px;
	text-shadow:0 1px 1px #FFF;
}

.relative{
	position: relative;
}

#tooltip{
	position:absolute;
	background:#333;
	padding:10px;
	color:#FFF;
	display:none;
	width:180px;
	line-height:18px;	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	z-index: 100000;
}

.product-group-item{
	float: left;
	width: 430px;
}

.product-group-item div{
	width: 50%;
	float: left;
}

.three-steps ul li a.accepted-payments-both:link, .three-steps ul li a.accepted-payments-both:visited, .three-steps ul li a.accepted-payments-person:link, .three-steps ul li a.accepted-payments-person:visited, .three-steps ul li a.accepted-payments-online:link, .three-steps ul li a.accepted-payments-online:visited {
	width:414px;
	height:82px;
	text-decoration:none;
	background:url(../images/onlineperson.png) no-repeat top right;
	cursor:pointer;	
	display:block;
}
.three-steps ul li a.accepted-payments-both:hover,.three-steps ul li a.accepted-payments-person:hover,.three-steps ul li a.accepted-payments-online:hover {
	background-position:right -82px!important;
}

.three-steps ul li a.accepted-payments-online:link, .three-steps ul li a.accepted-payments-online:visited{
	background:url(../images/onlineonly.png) no-repeat top right;
}

.three-steps ul li a.accepted-payments-person:link, .three-steps ul li a.accepted-payments-person:visited{
	background:url(../images/persononly.png) no-repeat top right;
}

.font10{
	font-size: 10px;
}

/*.fb-like{
	margin-left: 20px; 
	float: right; 
	text-align: left; 
	width: 245px;
}*/

.fb-like2{
	margin-left: 12px;
	margin-top: 5px;
	float: right; 
	text-align: left; 
	width: 100px;
	float: left;
}

.fb-like{
	position: absolute;
	left: 0;
	bottom: -35px;
}

.social-media{
	float: right;
	
}

.social-media a{
	padding-left: 5px;
}

.special-instructions{
	background: #E8E7E7; 
	border: 1px solid #E3E0E0; 
	padding: 15px;
}

.alert-instructions{
	color:#e3e3e3;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;	
	background:#7E4F33;
	text-shadow:0 1px 1px #000;	
	padding: 15px; 
	margin-top: 20px;
}

.site-privacy ol,
.site-terms ol {
	list-style-type: decimal;
	margin: 1em 0 1em 1em;
}

.site-privacy ol li,
.site-terms ol li {
	list-style-type: decimal;
	margin-bottom: 1em;
	font-weight: bold;
}

.site-privacy ol li p,
.site-terms ol li p {
	font-weight: normal;
	margin-bottom: .50em;
}

.public-coupon{
	padding: 5px 0;
}

.public-coupon a{
	color: #c03c10;
	font-weight: bold;
}

.bold{
	font-weight: bold;
}
