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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "Delicious Bold";
  src: url('fonts/Delicious-Bold.otf') format('opentype');
}

@font-face {
  font-family: "Delicious";
  src: url('fonts/Delicious-Roman.otf') format('opentype');
}

@font-face {
  font-family: "Delicious Italic";
  src: url('fonts/Delicious-Italic.otf') format('opentype');
}

/*	+font-face("Delicious", font-files("fonts/Delicious-Roman.otf", "opentype")) */
html {
  overflow-y: scroll;
}

body {
  font: 16px/1.5 "Trebuchet MS", Helvetica, sans-serif;
  color: #202020;
  background: #ffffe6;
}

body:after {
  content: url(/chopchop/images/haymarket_interior.jpg) url(/chopchop/images/crispy_beef.jpg) url(/chopchop/images/photo_dumplings.jpg) url(/chopchop/images/jianlimasters.jpg) url(/chopchop/images/preload.gif);
  display: none;
}

h1, h2, h3, h4 {
  font-family: "Delicious Bold", "Trebuchet MS";
}

#header h1 a {
  text-shadow: rgba(0, 0, 0, 0.3) -1px 0, rgba(0, 0, 0, 0.2) 0 -1px, rgba(255, 200, 200, 0.8) 0 1px, rgba(0, 0, 0, 0.2) -1px -2px;
}

h1 {
  font-size: 80px;
  font-weight: normal;
  margin: 20px 0 0;
}

h1.manager {
  font-size: 32px;
  color: #b60000;
  position: absolute;
  left: 0;
  top: -5px;
}

h1.members {
  font-size: 40px;
  margin: 0 auto;
  width: 960px;
  padding-top: 8px;
}
h1.members a {
  color: #fee947;
}

h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 20px 0;
  clear: both;
}

h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 7px 0 20px 0;
}

h4 {
  font-size: 21px;
  font-weight: bold;
  margin: 3px 0;
  font-style: normal;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 13px;
}

a {
  color: #990000;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

a.hotlink {
  color: #202020;
  text-decoration: none;
}
a.hotlink:hover {
  text-decoration: none;
}
a.hotlink:target {
  font-weight: bold;
}

a.more {
  display: block;
  float: right;
}

/* FORMS */
input[type=submit] {
  padding: 7px 14px;
}

input[type=submit].delete, input[type=button].delete, button.delete {
  color: #cc0000;
}

input[type=text], input[type=password], input[type=email] {
  border: solid 1px #bbbb88;
  width: 240px;
  height: 23px;
  font-size: 16px;
  padding-left: 3px;
}

select {
  font-size: 16px;
}

textarea {
  font-family: Arial;
  font-size: 16px;
  height: 110px;
}

.field_wrapper {
  margin-bottom: 15px;
}

.col {
  float: left;
  padding: 0 16px 0 0;
  height: 18px;
}

.errorlist {
  margin-left: 10px;
  font-weight: bold;
  color: #cc0000;
  display: inline;
}
.errorlist li {
  display: inline;
}

.error {
  background: #fbd7ce;
}

div.error {
  padding: 20px;
  border: solid 5px #cc0000;
  font-weight: bold;
}

#wrap {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
  *zoom: 1;
}

#wrap.manager {
  min-height: 1000px;
}

.section {
  clear: both;
}
.section p {
  margin-bottom: 17px;
}

.article {
  margin-bottom: 30px;
}
.article h3 {
  margin-bottom: 15px;
}

.photo {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: solid white 5px;
}

ul.bullets {
  margin-left: 20px;
}
ul.bullets li {
  margin-bottom: 15px;
  list-style-image: url(/chopchop/images/star_small.png);
}

.header_alt {
  height: 240px;
}

.header_manager {
  height: 50px;
}

#login_link {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -10;
  width: 62px;
  height: 79px;
  z-index: 0;
  text-align: center;
  font-size: 13px;
}

#login_link_home {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: -10;
  width: 62px;
  height: 79px;
  z-index: 10;
  text-align: center;
  font-size: 13px;
}

#header h1 {
  float: left;
  margin-top: 7px;
}
#header h1 a {
  color: #fee947;
}
#header h1 a:hover {
  text-decoration: none;
}
#header #title_photo, #header #title_block {
  float: right;
  margin: 18px 10px 30px 0;
  height: 190px;
}
#header #title_photo {
  background-color: white;
}
#header #title_block {
  text-align: right;
  color: white;
}
#header #title_block.manager {
  height: 60px;
}
#header img#logo {
  position: relative;
  top: 15px;
  float: right;
  margin-right: 20px;
}
#header img#dumpling_kings {
  position: relative;
  top: 42px;
  float: right;
  margin-right: 20px;
}
#header #nav {
  width: 100%;
  background-color: transparent;
  padding-top: 0;
  margin-top: -1px;
  height: 50px;
  z-index: 1;
}
#header #nav li:hover {
  background: transparent url(/chopchop/images/bg_nav_indicator.png) repeat-x;
}
#header #nav li > a {
  color: #7b1e1e;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  height: 40px;
}
#header #nav li > a:active {
  background: #fffad7;
}
#header #nav li {
  z-index: 1;
  padding: 9px 19px 4px;
  float: left;
  position: relative;
}
#header #nav li ul.submenu {
  display: none;
  z-index: 1;
  margin-top: 12px;
  position: absolute;
  left: 0;
  top: 40px;
  background: #fee947;
  padding: 0;
  width: 310px;
  border-bottom: solid #f0cc80 1px;
  border-right: solid #f0cc80 1px;
  border-left: solid #f0cc80 1px;
}
#header #nav li ul.submenu li {
  padding: 0;
  display: block;
  float: none;
}
#header #nav li ul.submenu li a {
  display: block;
  height: 40px;
  color: #7b1e1e;
  font-size: 18px;
  padding: 7px 10px 0;
}
#header #nav li ul.submenu li a:hover {
  background: #fffad7;
}
#header #nav li.first {
  padding-left: 8px;
}
#header #nav li.last {
  padding-right: 8px;
}
#header #nav li.nav_indicator {
  background: transparent url(/chopchop/images/bg_nav_indicator.png) repeat-x;
}
#header #nav li.nav_focus {
  background: transparent url(/chopchop/images/bg_nav_indicator.png) repeat-x;
}
#header #nav a {
  color: #7b1e1e;
}

#bg_top {
  position: absolute;
  left: 0;
  top: 0;
  height: 600px;
  width: 100%;
  background: transparent url(/chopchop/images/bg_header.png) repeat-x top;
  z-index: -1;
}

#bg_top.bg_top_alt {
  background: transparent url(/chopchop/images/bg_header_alt.png) repeat-x 0px 1px;
  height: 263px;
}

#bg_top.bg_top_manager {
  background: transparent url(/chopchop/images/bg_header_manager.png) repeat-x 0px 1px;
  height: 75px;
}

#bg_top.bg_top_members {
  background: transparent url(/chopchop/images/bg_header_members.png) repeat-x 0px 1px;
  height: 80px;
}

#footer_wrap {
  margin-top: 80px;
  height: 540px;
  background: transparent url(/chopchop/images/bg_footer.png) repeat-x top;
}

#footer_wrap.manager {
  height: 119px;
  background: transparent url(/chopchop/images/bg_footer_manager.png) repeat-x top;
}

#footer {
  margin: 0 auto;
  width: 960px;
  padding-top: 40px;
}
#footer #contact {
  margin-top: 30px;
}
#footer #contact #name, #footer #contact #email {
  margin: 0 0 5px 2px;
}
#footer .address {
  width: 271px;
  float: left;
}
#footer .opening_times {
  clear: both;
  padding-top: 30px;
}
#footer .opening_times strong {
  font-size: 13px;
}
#footer .opening_times h4 {
  padding-bottom: 10px;
}
#footer .opening_times p {
  margin-top: 10px;
}
#footer .restaurants li {
  margin-bottom: 11px;
}

#slider {
  position: relative;
  clear: both;
  margin: 150px 0 20px;
  background: transparent url(/chopchop/images/bg_slider.png) no-repeat top center;
  padding: 15px;
}
#slider #slider_content {
  background: white;
  height: 410px;
}
#slider #slider_content img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.main {
  width: 555px;
  float: left;
  padding: 0 0 0 5px;
}
.main .section {
  margin-bottom: 60px;
}
.main .section h3 {
  margin-top: 40px;
}
.main .section h3 img {
  vertical-align: middle;
  padding-right: 7px;
}
.main #main_body_photo {
  width: 545px;
  margin-bottom: 40px;
}
.main #main_body_photo img {
  padding: 5px 5px 0 5px;
}

.side {
  width: 327px;
  float: right;
  padding: 0 15px 0 25px;
}
.side .section {
  margin-bottom: 50px;
}

table {
  clear: both;
}
table td {
  padding: 4px 20px 2px 5px;
  vertical-align: top;
}

table.members {
  width: 100%;
  padding: 1px;
  background: #999999;
  font-size: 14px;
  margin: 10px 0;
}
table.members td {
  padding: 4px 9px;
  border-right: solid 1px #cccccc;
  border-left: solid 1px white;
}
table.members thead td {
  padding-top: 10px;
  background: #444444;
  color: white;
  border-right: solid 1px #222222;
  border-left: solid 1px #666666;
}

input[name=export] {
  clear: both;
  padding: 3px 10px;
}

input.small {
  width: 120px;
  font-size: 13px;
  height: 17px;
}

select[name=sort_by] {
  font-size: 13px;
  height: 22px;
}

div#member_operations {
  float: right;
  margin-top: -45px;
}

.our_story_wrap {
  position: relative;
}
.our_story_wrap .prev {
  float: left;
  position: absolute;
  top: 180px;
}
.our_story_wrap .next {
  float: right;
  position: absolute;
  top: 180px;
  right: 0;
}

.ourstory img {
  max-width: 40%;
  float: left;
  margin: 0 20px 20px 0;
}

ul#our_story {
  width: 900px;
}
ul#our_story li {
  height: 500px;
  margin: 0 80px;
}
ul#our_story li img {
  margin: 0 20px 20px 10px;
  float: left;
}
ul#our_story li p {
  margin-left: 10px;
}
ul#our_story li div.photos {
  float: left;
  width: 350px;
}
ul#our_story li div.text {
  float: right;
  width: 400px;
}
ul#our_story li div.text h3 {
  margin: 0 0 20px 8px;
}

#ourstory h2 {
  text-align: center;
  border-bottom: solid 5px #eeeedd;
  margin-top: 40px;
}

#post_form #body {
  width: 680px;
  height: 600px;
  font-size: 16px;
  padding: 10px 10px;
  font-family: Georgia;
  line-height: 20px;
}
#post_form #title {
  width: 698px;
}

/* SIGNUP FORM */
label[for=id_optin] {
  font-size: 13px;
}

.pub_date {
  font-size: 16px;
  font-style: italic;
}

.blog_post .post_body {
  margin-top: 35px;
}
.blog_post .post_body h4 {
  margin: 30px 0 20px 0;
}

.admin_box {
  background: #eeeeee;
  border: dashed 3px #cccccc;
  padding: 20px;
  margin-bottom: 20px;
}

.images input {
  width: 400px;
  padding: 3px;
}

#backend_nav {
  margin-top: 10px;
}
#backend_nav a {
  background: transparent url(/chopchop/images/bg_tab_manager.png) repeat-x top center;
  display: inline-block;
  padding: 3px 10px;
  color: #222222;
  border: #cc0000;
  margin: 0 0 0 4px;
}
#backend_nav a:hover {
  text-decoration: none;
  background: #ffffe6;
}

#title_block.manager p, #title_block.manager strong {
  color: #202020;
}
#title_block.manager #backend_nav {
  margin-top: 7px;
  font-size: 12px;
}
#title_block.manager #backend_nav a {
  border-top: solid 1px #e9d62c;
  border-left: solid 1px #e9d62c;
  border-right: solid 1px #e9d62c;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
#title_block.manager #backend_nav a.current {
  background: #ffffe6;
}

.block {
  background: #eeeeee;
  border: solid 1px #cccccc;
  padding: 10px 18px 0;
  margin: 125px 5px 5px 0;
  float: left;
  width: 90%;
  font-weight: normal;
}
.block h4 {
  margin-bottom: 16px;
}

#total_points, #points_required {
  background: #eeeeee;
  border: solid 1px #cccccc;
  padding: 10px 18px 0;
  margin: 0 5px 20px 0;
  width: 300px;
  display: block;
  height: 110px;
  float: left;
}
#total_points p, #points_required p {
  margin-bottom: 0;
}
#total_points h4, #points_required h4 {
  margin-bottom: 0;
}

.points_earned {
  font-size: 40px;
  color: green;
  font-weight: bold;
}

.dashboard_block {
  background: #eeeeee;
  border: solid 1px #cccccc;
  padding: 10px 18px 20px;
  margin: 0 5px 5px 0;
  float: left;
  width: 96%;
  height: 200px;
  font-weight: normal;
}
.dashboard_block h4 {
  margin-bottom: 16px;
}

.side .dashboard_block {
  width: 95%;
}

.pagination {
  float: right;
  margin: 0 0 10px;
}
.pagination .step-links a {
  font-size: 20px;
  font-weight: bold;
}

table.add_points {
  width: 100%;
  margin: 10px 0 20px;
}

form#add_points input[type=submit] {
  float: right;
  margin: 0 0 10px 0;
}
form#add_points input[type=text] {
  width: 100%;
}
form#add_points input[name=member_number] {
  width: 100px;
}
form#add_points input[name=member] {
  font-size: 13px;
}
form#add_points input[name=discount] {
  width: 50px;
}
form#add_points input[name=amount_spent], form#add_points input[name=points_gained] {
  width: 65px;
}
form#add_points input[name=dine_date] {
  width: 70px;
  font-size: 13px;
}
form#add_points input[type=submit] {
  padding: 4px 20px;
}

.required input, .required select, .required textarea {
  border: solid 3px #bbbb88;
}

input.input_error_highlight {
  background: #fbd7ce;
  border: solid 1px #cc0000;
}

/* TOP MEMBERS FORM */
#top_members input[type=text], #birthdays input[type=text] {
  width: 100px;
}
#top_members input[type=submit], #birthdays input[type=submit] {
  padding: 2px 10px;
}

/* POINTS HISTORY */
tr.deduction td {
  background: #ffcccc;
}

/* CMS */
.frm_menu_add {
  margin: 0 0 10px;
}
.frm_menu_add input[type=submit] {
  padding: 4px 10px;
}
.frm_menu_add input[name=menu_number] {
  width: 35px;
}
.frm_menu_add input[name=price] {
  width: 50px;
}
.frm_menu_add input[name=item_desc] {
  width: 345px;
}

input[class=intable_menu_number], input[class=intable_item_name], input[class=intable_price], input[class=intable_item_desc] {
  height: 18px;
  font-size: 12px;
}

input[class=intable_menu_number] {
  width: 40px;
}

input[class=intable_item_name], input[class=intable_item_desc] {
  width: 200px;
}

input[class=intable_price] {
  width: 40px;
  margin-left: 3px;
}

span.edit input[type=button] {
  font-size: 10px;
}

table.dashboard_table {
  margin-top: 10px;
  border: solid 1px #dddddd;
}
table.dashboard_table td {
  border: solid 1px #dddddd;
  background: white;
}

/* MENUS */
.item_description {
  font-size: 13px;
  font-style: italic;
}

.item_size {
  font-size: 12px;
  font-weight: bold;
}

.restaurant_content img {
  max-width: 550px;
  height: auto;
}

/* PUBLIC BOOKING FORM */
/* tinybox */
.tbox {
  position: absolute;
  display: none;
  padding: 14px 17px;
  z-index: 900;
  overflow: hidden;
  *zoom: 1;
}

.tinner {
  padding: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: white;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}

.tmask {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: black;
  z-index: 800;
}

.tclose {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url(/chopchop/images/close.png) no-repeat;
}

.tclose:hover {
  background-position: 0 -30px;
}

#left {
  clear: both;
  float: left;
}

form#booking_form {
  overflow: hidden;
  width: 730px;
  /*+linear-gradient(color-stops(#eee, #ccc 50%), top) */
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#eeeeee, #cccccc);
  background-image: -moz-linear-gradient(#eeeeee, #cccccc);
  background-image: -o-linear-gradient(#eeeeee, #cccccc);
  background-image: linear-gradient(#eeeeee, #cccccc);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
form#booking_form input, form#booking_form select {
  margin-right: 5px;
}
form#booking_form select {
  width: 177px;
}
form#booking_form input[type=text], form#booking_form input[type=password], form#booking_form input[type=email] {
  height: 20px;
}
form#booking_form #people {
  width: 40px;
}
form#booking_form #date {
  width: 100px;
}
form#booking_form #time {
  width: 80px;
}
form#booking_form .field_wrapper {
  display: inline-block;
}
form#booking_form #check {
  padding: 4px 10px;
  margin: 20px 0 10px 0;
  float: right;
  display: none;
}
form#booking_form span.time_choice {
  background: #3366cc;
  display: inline-block;
  margin: 0 5px 5px 0;
  color: white;
  width: 100px;
  padding: 1px 7px 1px 1px;
}
form#booking_form span.time_choice:hover {
  background: #223355;
  cursor: pointer;
}
form#booking_form #dt {
  display: block;
}
form#booking_form #reserve {
  clear: both;
  float: right;
  font-weight: bold;
  color: #004f1a;
  padding: 10px 20px;
  font-size: 20px;
}
form#booking_form #login {
  padding: 4px 10px;
  font-size: 14px;
}
form#booking_form input[name=time_choice] {
  position: absolute;
  left: -50000px;
}

#details {
  padding-right: 12px;
}
#details input[type=text], #details input[type=password], #details input[type=email] {
  width: 160px;
}
#details input, #details select {
  font-size: 12px;
}
#details #id_title {
  width: 80px;
}
#details #id_address {
  font-size: 12px;
}
#details label {
  font-size: 13px;
}
#details textarea {
  width: 160px;
}
#details textarea#note {
  width: 290px;
}
#details #rewards_form {
  display: none;
}
#details .errorlist {
  font-size: 11px;
}
#details th, #details td {
  vertical-align: top;
}

#details .left, #details .right {
  width: 300px;
  /*+linear-gradient(color-stops(#eee, #ccc 50%), top) */
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#eeeeee, #cccccc);
  background-image: -moz-linear-gradient(#eeeeee, #cccccc);
  background-image: -o-linear-gradient(#eeeeee, #cccccc);
  background-image: linear-gradient(#eeeeee, #cccccc);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
  overflow: hidden;
}

#usernotfound {
  padding: 6px 12px;
  background: #cc0000;
  color: white;
  display: none;
  font-weight: bold;
}

#details .left {
  float: left;
}

#details .right {
  float: right;
}

#loginbox input, #loginbox select, #logoutbox input, #logoutbox select {
  font-size: 12px;
}
#loginbox input[type=text], #logoutbox input[type=text] {
  width: 160px;
}

.box {
  margin-bottom: 20px;
  background: #eeeeee;
  border: solid 1px #cccccc;
  padding: 10px 18px 15px;
  margin: 0 5px 20px 0;
}

#restaurant_info {
  margin-top: -43px;
  width: 360px;
  float: right;
  text-align: right;
}
#restaurant_info .box {
  text-align: left;
  position: relative;
}
#restaurant_info .box a.more {
  position: absolute;
  top: 5px;
  right: 10px;
}
#restaurant_info h3 {
  margin-right: 6px;
}

#availability, #details {
  /*+linear-gradient(color-stops(#fff, #dedede 70%), top) */
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dedede));
  background-image: -webkit-linear-gradient(#ffffff, #dedede);
  background-image: -moz-linear-gradient(#ffffff, #dedede);
  background-image: -o-linear-gradient(#ffffff, #dedede);
  background-image: linear-gradient(#ffffff, #dedede);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-color: #bbbbbb;
  display: none;
  overflow: hidden;
  clear: both;
}

h3.your {
  margin-right: 10px;
  clear: both;
  width: 500px;
  float: left;
}

#booking_details {
  padding-top: 20px;
  width: 540px;
  overflow: hidden;
}
#booking_details .line {
  margin: 20px 0;
  width: 535px;
  border-bottom: dotted 1px #999999;
}
#booking_details input[type=button] {
  margin-top: 10px;
  padding: 3px 20px;
}
#booking_details .send_email {
  width: 200px;
  margin-right: 5px;
}
#booking_details div.details {
  background: white;
  padding: 10px;
  border: dotted 1px #666666;
}

.ui-addtocal {
  cursor: pointer;
  cursor: hand;
}

ul.ui-addtocal {
  cursor: default;
  position: absolute;
}

#conf {
  /*+linear-gradient(color-stops(#fff, #dedede 70%), top) */
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dedede));
  background-image: -webkit-linear-gradient(#ffffff, #dedede);
  background-image: -moz-linear-gradient(#ffffff, #dedede);
  background-image: -o-linear-gradient(#ffffff, #dedede);
  background-image: linear-gradient(#ffffff, #dedede);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 0 30px 20px;
}

/* DELIVERY PAGE */
#booking-form h1 {
  font-size: 45px;
}
#booking-form h1 a {
  color: #fee947;
}
#booking-form #bg_top {
  height: 160px;
  background: transparent url(/chopchop/images/bg_header_book.png) repeat-x top;
}
#booking-form #header {
  height: 185px;
}

#delivery_takeaway_page #bg_top {
  position: absolute;
  left: 0;
  top: 0;
  height: 220px;
  width: 100%;
  z-index: -1;
}
#delivery_takeaway_page .main {
  width: 430px;
  float: left;
  padding: 0 15px 0 25px;
  padding-bottom: 0;
}
#delivery_takeaway_page #content {
  margin-top: -20px;
}
#delivery_takeaway_page #footer .main {
  width: 555px;
  float: left;
  padding: 0 0 0 5px;
}
#delivery_takeaway_page #footer .side {
  width: 327px;
  float: right;
  padding: 0 15px 0 25px;
}
#delivery_takeaway_page .side {
  width: 430px;
  float: right;
  padding: 0 15px 0 25px;
  /*padding-top: 70px */
}
#delivery_takeaway_page .section {
  margin-bottom: 0;
}
#delivery_takeaway_page #slider {
  margin-top: 80px;
}
#delivery_takeaway_page h1 {
  font-size: 45px;
}
#delivery_takeaway_page h1 a {
  color: #fee947;
}
#delivery_takeaway_page #wedeliver {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  font-style: italic;
  color: #fee947;
  font-size: 40px;
  font-family: "Delicious Italic", "Trebuchet MS";
}
#delivery_takeaway_page h2.one {
  font-size: 40px;
}
#delivery_takeaway_page #tryus {
  clear: both;
  font-size: 60px;
  font-style: italic;
  font-weight: bold;
  font-family: "Delicious Italic", "Trebuchet MS";
  text-align: center;
}
#delivery_takeaway_page #pandas {
  font-style: italic;
  font-size: 16px;
  width: 320px;
  margin: 60px auto;
  color: #444444;
}
#delivery_takeaway_page #pandas img {
  float: left;
  vertical-align: top;
  margin-right: 15px;
}
#delivery_takeaway_page #share {
  text-align: center;
  width: 300px;
  margin: 0 auto;
}
#delivery_takeaway_page #share .addthis_toolbox {
  text-align: center;
}

a#order_button_link {
  margin: 20px 0 40px -4px;
  display: block;
  height: 116px;
  width: 451px;
  background: transparent url(/chopchop/images/delivery_button.png) 0 0 no-repeat;
}
a#order_button_link:hover, a#order_button_link:focus {
  text-decoration: none;
  background: transparent url(/chopchop/images/delivery_button.png) 0 -120px no-repeat;
}
a#order_button_link:active {
  text-decoration: none;
  background: transparent url(/chopchop/images/delivery_button.png) 0 -240px no-repeat;
}

.ical li {
  display: inline-block;
  margin-right: 5px;
}
.ical a {
  -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
  -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
  box-shadow: inset 0px 1px 0px 0px #caefab;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
  background: -moz-linear-gradient(center top, #77d42a 5%, #5cb811 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811');
  background-color: #77d42a;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #268a16;
  display: inline-block;
  color: #306108;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #aade7c;
}
.ical a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
  background: -moz-linear-gradient(center top, #5cb811 5%, #77d42a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a');
  background-color: #5cb811;
}
.ical a:active {
  position: relative;
  top: 1px;
}
