@CHARSET "ISO-8859-1";

/*************
General
**************/
sup{
	font-size:10px;
}
.btnLink{
	text-decoration: none;
}
.btnLink:hover{
	text-decoration: none;
}
/*************
Menu
**************/
#page-sub-menus{padding-bottom:20px;}
.to-top{
	clear:both;
}
.product-spacer{
	height:20px;
}
.product-spacer-div {
	height:0px;
}
.odd{
}
ul.sub-menu-list{
	float:left;
	width:100%;
	margin-left:0px;
	padding-left:0px;	
	margin-bottom:30px;
}
ul.sub-menu-list li.menu-sub-item{
	list-style-type:none;
	width: 110px;
	display:inline-block;
	background-color: #C55706;
	text-align:center;
    border: #fff solid 1px ;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 4px #999;
    -moz-box-shadow: 0 1px 4px #999;
    -webkit-box-shadow: 0 1px 4px #999;	
}
.shopOpenIFrame{
	margin: 0px 0px 0px 0px;
	margin-bottom:0px;
	width:230px;
	height:200px;
	background-color: #EEE; /* #DCDCDC; */
}
.shopOpenStatus{
	width:220px;
	height:70px;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color:#000;
}
.menuTable {
	padding:0px;
	margin:0px;
	width:100%;
	border:0;
}
.menuTable td{
	padding-top: 0px;
	margin-top: 0px;
}
.menuTable tr {
	width: 100%;
	margin-bottom: 2px;
	border-radius: 3px;
}
.menuTable tr.product-row {
	padding: 0px;
	border: 0px;
}
.menuTable tr.product-row:hover {
	/*background-color:#e5cdbb;*/
}
.menu-product-info{
	width:60%;
	vertical-align:top;
}
.menu-product-image{
	float:left;
	padding-right:5px;
}
.menu-product-size-price{
	width:85%;
	float:left;
	vertical-align:top;
}
.menu-product-additem{
	width:15%;
	float:right;
	vertical-align:top;
}
.menu-product-additem:hover{
}

.menu-product-size-price, .menu-product-additem {
	margin-top: 5px;	
}
.menu-product-size-bonus {
	float:right;
	clear:both;
	font-size:10px;
}
.menu-product-sizeprice{
	width:45%;
	float:right;
	text-align:right;
}
.menu-product-size-name{
	width:55%;
    min-width:55%;
	float:left;
}
/*product prices row*/
.product-prices{
	vertical-align:top;
}
/*product prices container div*/
.product-prices-content{
	width:100%;
	float:left;
	vertical-align:top;
}
/*************
Cart
**************/
.cart-header-delete{
	text-align:center;
	width:20px;
	text-align:center;
	padding-left:0px;
	padding-right:10px;
}
.cart-header-product{
	padding-left:0px;
	text-align:left;
}
.cart-header-quantity{
	width:50px;
	text-align:center;
}
.cart-header-price{
	width:120px;
	text-align:right;
	padding-right:2px;
}
.cart-row-delete{
	vertical-align:top;
	text-align:center;
	width:20px;
}
.cart-row{
}
.cart-remove-link{
	text-decoration:none;
}
.cart-remove-image{
	border:0px;	
}
.cart-totalsRight{
	text-align:right;
}
.cart-totalsLeft{
	text-align:left;
}
.cart-extra-topping-remove-link{
}
.cart-extra-topping-remove-image{
	border:0px;
	vertical-align:middle;
}
.cart-customize-buttons{
	margin-top:5px;
	margin-bottom:5px;
}
.cart-topping-removed{
	text-decoration: line-through;
}
.cart-menu-products{
	font-size:11px;
}
.cart-menu-products-symbol{
	padding-right:5px;
}
.cart-menu-products-menunumber{
	padding-right:5px;
}
.cart-menu-products-name{
	text-align:left;
	vertical-align:top;
}
.cart-row-spacer{
	height:5px;
}
.cart-row-totals-spacer{
	height:1px;
	background-color:#fff;
}
.cart-buttons{
	margin-top:70px;
}
.cart-buttons-table{
	border:0px;
	width:100%;
}
.cart-button-continue-buying{
	text-align:left;
}
.cart-button-empty-cart{
	text-align:center;
}
.cart-button-continue-checkout{
	text-align:right;
}

/*************
Order
**************/
#timeslot-out, #timeslot-in{
	font-size:25px;
	line-height:25px;
}

#timeSlotDivBody{
	font-size:25px;
	line-height:30px;
	text-align:center;
}
.customer-info-warning{
	display:none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 1px 4px #999;
	-moz-box-shadow: 0 1px 4px #999;
	-webkit-box-shadow: 0 1px 4px #999;		
	background-color:#F4E462;
	color:#000;
	float:left;
	margin-bottom:20px;
	padding: 10px 5px 10px 50px;
	background: #F4E462 url(../../images/message-warning.gif) no-repeat 7px center;
}

.ui-autocomplete{
	color:#fff;
}
.ui-menu-item{
	color:#fff;
}
.checkout-confirm-payment-cards{
	border:0px;
	margin: 0px 0px 0px 0px; 
	float:right;
	padding-right:0px;
}
.checkout-confirm-payment-gateway-info{
	padding-left:20px;
	font-size:12px;
}
.checkout-confirm-payment-gateway-image{
	float:left;
	padding-right:5px;
}
.checkout-confirm-header-product{
	text-align:left;
}
.checkout-confirm-header-quantity{
	text-align:center;
	width:10%;
}
.checkout-confirm-header-price{
	text-align:right;
	width:30%;
}
.checkout-confirm-product-description{
	margin-bottom:5px;
	font-size:11px;
	font-style:italic;
}
.checkout-confirm-product-name{
	text-align:left;
	vertical-align:top;
}
.checkout-confirm-product-menu-symbol{
	padding-right:5px;
}
.checkout-confirm-product-menunumber{
	padding-right:5px;
}
.checkout-confirm-product-removedtopping{
	text-decoration: line-through;
	font-style:italic;
}
.checkout-confirm-extra-topping-symbol{
	padding-right:5px;
}
.checkout-confirm-extra-topping-quantity{
	text-align:center;
}
.checkout-confirm-extra-topping-price{
	text-align:right;
}
.checkout-confirm-customer{
	border:0px;
	margin-top:35px;
	margin-left:5px;
}
.checkout-confirm-customer-table{
	border-spacing: 0px;
	padding:1px;
	width:100%;
}
.checkout-info-notes{
	border-top: 1px solid gray;
	padding-left:30px;
}
.checkout-confirm-info-notes{
	list-style-type:decimal;
}
.order-confirm-notes-privacy{
}
.checkout-confirm-notes-privacy {
	padding:10px 0 0 25px;
}
.checkout-confirm-buttons{
	border:0px;
	margin-top:35px;
	margin-left:10px;
	margin-bottom:25px;	
}
.checkout-confirm-row-label, .checkout-confirm-row-label p{
	text-align:left;
	font-size:12px;
	font-weight:normal;
}
.checkout-confirm-row-value{
 	text-align:left;
 	font-size:12px;
}
.checkout-confirm-row-cards {
 	text-align:left;
 	float:left;
}
.checkout-confirm-row-total,.checkout-confirm-row-total-label,.checkout-confirm-row-total-value{
	font-size:18px;
}
.checkout-confirm-row-total-value,.checkout-confirm-row-vat-value{
	text-align:right;
}
.checkout-confirm-row-vat-label,.checkout-confirm-row-vat-value{
	font-size:13px;
}

/*************
Contact
**************/
.contact-input{
	width:250px;
}
.contact-left{
	width:370px;
	float:left;
}
.contact-right{
	float:left;
	padding-left:10px;
}
img.contact-shopmap{
	border:1px solid #99915F;
	width: 250px;
	height: 200px;
}
#plain-privacy{
	font-weight:normal;	
}

/*************
My Page
**************/
.myInformation table{
}

/*************
free toppings
**************/
#free-toppings-content{
	color:#000;
}
.free-toppings-title {
	font-size:15px;
	background-color:#632F19;
	text-align:center;
	color:#FFFFFF;	
}
.free-toppings-title-description {
	font-size:10px;
}
.free-toppings-group-title {
	font-weight:bold;
	background-color:#632F19;
	color:#fff;
	border-bottom:solid 1px #000;
	margin-bottom:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.free-toppings-table{
	width:100%;
	padding:1px;
}
.free-toppings-left {
	text-align:right;
	font-size:10px;
	font-weight:bold;
	color:#000;
	margin-bottom:5px;	
}
.free-toppings-left-number {
	padding:4px;
	color:#fff;
	background-color:#632F19;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.free-toppings-toppingname {
	font-size:11px;
}
.free-toppings-toppingquentity {
	width:40px;
}
.free-toppings-toppingquentity-field{
	font-size:11px;
}
.free-toppings-toppingadd{
}
.free-toppings-footer{
	text-align:center;
	background-color:#EFEFEF;
	margin-top:10px;	
}
.free-toppings-closebutton{
}
.free-toppings-addbutton{
}


/*************
Review
**************/

#reviewbox{
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 10px;
}
#reviewbox .note {
	font-size:10px;	
}
.review_body {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
	min-height:50px;
}
.rating_group {
	width: 125px;
	float: right;
}
.review_bottom{
	height:15px;
	font-size:10px;
	padding: 4px;
	background: #3C7EC2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 5px;
	color: white;
}
.review_bottom .div-poster{
	float:left;
}
.review_bottom .div-time{
	float:right;
}
.review_bottom .time_ago {
	background: url(../../images/review/clock.png) no-repeat;
	padding-left: 18px;
	margin-left:25px;
}
.review_bottom .poster {
	background: url(../../images/review/user.png) no-repeat;
	padding-left: 18px;
}
.div-review-successful{
	margin-top:50px;
	border:1px solid green;
	padding:5px;
	color:green;
}	
#reviewbox .errors{
	margin-top:50px;
	border:1px solid red; 
	color:red;	
}
#review-form{
	margin-top:50px;
	clear:both;
}
#paging{
	text-align:center;
	clear:both;	
}

/*************
Extra Toppings
**************/
.delItemExtra,.itemExtraList {padding-left:2px;padding-right:2px;}

/*************
Discount products boxes
**************/
#productsBox .productsWI table tr { float: right; }
#productsBox .seperator { background: none; }
#productsBox .productsWI table .right a .p2  { padding: 9px 0 8px; }
#productsBox table, #deals table { border: 0px; width: 100%; margin-bottom: 2px; border-radius: 3px; }
#productsBox table[rel="link"], #deals table[rel="link"] { cursor: pointer; }
#popUpExtras #mainProduct p { /* text-shadow: 1px 1px 2px #ED9029; */ }
#productsBox table td, #deals table td { color: #dc8879; line-height: 12px;  padding: 4px 6px; }
#productsBox table td b, #deals table td b  { color: #fff; font-size: 1.1em; display: block; padding-bottom: 2px; }
#productsBox .seperator b, #productsBox .seperator h2, #deals .seperator b, .noPad h2 { line-height: 24px; font-size: 24px; }
#productsBox .seperator h2 { margin: 4px 0; font-family: Impact, sans-serif; font-weight: normal; font-size: 280%!important; color: #FFCC99!important; }
.noPad h2 { color: #FFCC99; font-family: Impact, sans-serif; font-weight: normal; } 
#productsBox .seperator .right span { position: relative; top: 8px; display: block; padding-top: 4px; width: 80%; color: #fff;  background: #870101; margin: 0 auto; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
#productsBox .seperator td, #deals .seperator td { color: #F1EDE4; padding: 5px 6px 0 0; }
#productsBox .oneline, #deals .oneline { padding: 6px 0;  }
#productsBox table .right, #deals table .right { text-align: center; width: 10%; vertical-align: middle; }
#productsBox table .right a, #deals table .right a { color: #fff; text-decoration: underline; font-size: 13px; font-weight: bold; cursor: pointer; }
/* #productsBox .seperator, #deals .seperator {  } */
#productsBox .seperator td, #deals .seperator  td { padding-top: 0; }
#productsBox .seperator td, #productsBox .seperator .right, #deals .seperator td, #deals .seperator .right { vertical-align: bottom; font-weight: bold; }
#productsBox .productsWI table tr { float: right; }
#productsBox .seperator { background: none; }
#productsBox .productsWI table .right a .p2  { padding: 9px 0 8px; }
/*  products withImage  */
#productsBox .wi { width: 320px; height: 135px; border: 1px solid #BB1212; margin: 0 0 9px 0; float: left; position: relative; overflow: hidden; }
#productsBox .wi:nth-child(2n+1) {float: right; margin-left: 0; }
#productsBox .productsWI.r { float: right; margin-right: 0; }
#productsBox .productsWI .aimg { width: 100px; height: 110px; display: block; float: left; }
#productsBox .productsWI .r { width: 190px; position: absolute; right: -1px; top: 0; overflow: hidden; background-color: #560108; background-color: rgba(86,1,8,0.55); margin-top: 10px; border-left: 1px solid #B51D10; border-top: 1px solid #B51D10; border-bottom: 1px solid #B51D10; }
#productsBox .productsWI .r h3 { padding: 3px 3px 3px 5px; font-size: 14px; background-color: #3d0000; color: #FFC9A6; }
#productsBox .productsWI .r p { color: #FFC9A6; line-height: 12px; font-size: 11px; padding: 4px 3px 4px 5px; }
#productsBox .productsWI a[rel] { cursor: pointer; /* color: #C2272D; font-size: 14px; color: #ED5F00; */ }
#productsBox .productsWI a[rel] { /* text-shadow: -2px 0 1px #FFFFFF, 0 2px 1px #FFFFFF, 2px 0 1px #FFFFFF, 0 -2px 1px #FFFFFF, 3px 3px 3px #888888: */ }
#productsBox .productsWI table { overflow: hidden; bottom: 0; width: 300px; position: absolute; right: 0; padding-bottom: 0; background: none!important; }
#productsBox .productsWI table .right a { width: 61px; padding: 0; overflow: hidden; display: block; border: 1px solid #B51D10; background-color: rgba(86, 1, 8, 0.55); }
#productsBox .productsWI table .right a span { font-size: 13px; font-weight: bold; display: block; padding: 0px 0 4px; }
#productsBox .productsWI table .right b { background-color: #F15604; font-size: 79%; height: 11px; position: relative; top: 0; margin-bottom: 5px; font-weight: normal; }
#productsBox .productsWI table .right { height: 26px; padding: 1px 2px!important; }
#productsBox .productsWI table td b { padding: 0; }
#productsBox .productsWI table td { width: inherit; }
#productsBox .productsWI .p_deal { position: absolute; top: -1px; left: -1px; z-index: 5; }


/* customize product */
button.customize-inclTopping.popUpButton {
	border: none;
	text-decoration:none;
	background:#22AB0D !important;
	color:#fff;
	cursor:pointer;
}
button.customize-inclTopping.popUpButton.removed {
	border: none;
	background:#FF4848 !important;
	color:#fff;
	text-decoration:line-through;
}
button.customize-inclTopping.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
div.discount-price-container, span#discount-price {
	font-size:11px;
}
div.customer-discount-price-container, span#customer-dicount-price {
	font-size:11px;
}

