/* line 174, ../../app/stylesheets/_shared.sass */
.borders {
  border: 1px solid lime;
}
/* line 176, ../../app/stylesheets/_shared.sass */
.borders * {
  border: 1px solid red;
}

/* line 179, ../../app/stylesheets/_shared.sass */
.center-text {
  text-align: center;
}

/* line 182, ../../app/stylesheets/_shared.sass */
.clear {
  clear: both;
}

/* line 185, ../../app/stylesheets/_shared.sass */
.clear-none {
  clear: none;
}

/* line 188, ../../app/stylesheets/_shared.sass */
.invisible {
  display: none;
}

/* line 191, ../../app/stylesheets/_shared.sass */
.italic {
  font-style: italic;
}

/* line 194, ../../app/stylesheets/_shared.sass */
.left {
  float: left;
}

/* line 198, ../../app/stylesheets/_shared.sass */
.left-all * {
  float: left;
}

/* line 201, ../../app/stylesheets/_shared.sass */
.lite {
  color: #666666;
}

/* line 204, ../../app/stylesheets/_shared.sass */
.right {
  float: right;
}

/* line 207, ../../app/stylesheets/_shared.sass */
.relative {
  position: relative;
}

/* line 213, ../../app/stylesheets/_shared.sass */
small {
  font-weight: normal;
  font-size: 90%;
}

/* line 217, ../../app/stylesheets/_shared.sass */
strong {
  font-weight: bold;
}

/* line 223, ../../app/stylesheets/_shared.sass */
.show-content {
  padding: 10px;
  float: left;
}
/* line 226, ../../app/stylesheets/_shared.sass */
.show-content p {
  width: 400px;
  display: block;
  float: left;
  margin-left: 15px;
}

/* line 231, ../../app/stylesheets/_shared.sass */
.pic {
  background: #cccccc;
  border: 5px solid white;
  -webkit-box-shadow: 0 1px 4px #2a2a2a;
  -moz-box-shadow: 0 1px 4px #2a2a2a;
  box-shadow: 0 1px 4px #2a2a2a;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 12px;
  margin-bottom: 12px;
}
/* line 241, ../../app/stylesheets/_shared.sass */
.pic a {
  background: transparent;
  border: 0;
  display: block;
  padding: 0;
  margin: 0;
}
/* line 247, ../../app/stylesheets/_shared.sass */
.pic a:hover {
  background: transparent;
}
/* line 249, ../../app/stylesheets/_shared.sass */
.pic.big {
  border: 10px solid white;
  width: 400px;
  opacity: 1;
  height: 400px;
}
/* line 254, ../../app/stylesheets/_shared.sass */
.pic.big:hover {
  opacity: 1;
}
/* line 256, ../../app/stylesheets/_shared.sass */
.pic span {
  text-align: center;
  display: block;
  padding-top: 35px;
  width: 90px;
  margin: 0 auto;
  line-height: 16px;
}

/* line 267, ../../app/stylesheets/_shared.sass */
#control_overlay {
  background-color: black;
  background-image: url(../gui/public/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 273, ../../app/stylesheets/_shared.sass */
#control_overlay:hover {
  background-color: #060606;
  cursor: pointer;
}

/* line 277, ../../app/stylesheets/_shared.sass */
.modal {
  background-color: #444444;
  padding: 10px;
  border: 2px solid #333333;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
/* line 283, ../../app/stylesheets/_shared.sass */
.modal #close {
  background-image: url(../gui/public/close.png);
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: absolute;
  top: -20px;
  right: -20px;
  border: 0;
}
/* line 293, ../../app/stylesheets/_shared.sass */
.modal #close:hover {
  background-color: transparent;
  background-position: 0px -40px;
}

/* line 300, ../../app/stylesheets/_shared.sass */
.design {
  display: block;
}

/* line 303, ../../app/stylesheets/_shared.sass */
.design .info {
  display: block;
  float: left;
  width: 240px;
}

/* line 308, ../../app/stylesheets/_shared.sass */
#show.designs .design {
  display: block;
  position: relative;
}
/* line 311, ../../app/stylesheets/_shared.sass */
#show.designs .design .info {
  display: block;
  width: 240px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 322, ../../app/stylesheets/_shared.sass */
#subtotal {
  background: #454545;
  padding: 6px;
  height: 20px;
}
/* line 326, ../../app/stylesheets/_shared.sass */
#subtotal input {
  width: 70px;
  clear: none;
  float: right;
  margin-left: 9px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 0;
  padding: 2px 0px;
  width: 70px;
  background-color: #994400;
  color: white;
  cursor: pointer;
  text-align: center;
}
/* line 124, ../../app/stylesheets/_shared.sass */
#subtotal input:hover {
  background-color: #cb7632;
}
/* line 332, ../../app/stylesheets/_shared.sass */
#subtotal h2 {
  background: #111111;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  margin: 0;
  color: #777777;
  float: right;
  clear: none;
}
/* line 342, ../../app/stylesheets/_shared.sass */
#subtotal h2 strong {
  color: white;
  font-weight: bold;
}

/* line 346, ../../app/stylesheets/_shared.sass */
#checkout_total {
  background: #161616;
  padding: 12px;
}
/* line 349, ../../app/stylesheets/_shared.sass */
#checkout_total #highlight {
  float: right;
  width: 150px;
  background: #002266;
  padding: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/* line 355, ../../app/stylesheets/_shared.sass */
#checkout_total span {
  float: left;
  color: white;
  font-size: 14px;
}
/* line 359, ../../app/stylesheets/_shared.sass */
#checkout_total span#live_total {
  padding-left: 6px;
}

/* line 365, ../../app/stylesheets/_shared.sass */
table.calendar {
  background: #bbbbbb;
  width: 90%;
  width: 100%;
}
/* line 370, ../../app/stylesheets/_shared.sass */
table.calendar tr.title * {
  line-height: 24px;
}
/* line 372, ../../app/stylesheets/_shared.sass */
table.calendar tr.title th {
  background: #3a3a3a;
  text-align: center;
  font-size: 16px;
}
/* line 376, ../../app/stylesheets/_shared.sass */
table.calendar tr.title th.previous {
  text-align: left;
  padding-left: 8px;
}
/* line 379, ../../app/stylesheets/_shared.sass */
table.calendar tr.title th.next {
  text-align: right;
  padding-right: 8px;
}
/* line 382, ../../app/stylesheets/_shared.sass */
table.calendar tr.title th a {
  font-size: 12px;
  font-weight: bold;
  color: #0088ff;
}
/* line 386, ../../app/stylesheets/_shared.sass */
table.calendar th {
  color: #888888;
  background: #4f4f4f;
  padding: 3px;
  font-size: 10px;
  text-align: left;
}
/* line 392, ../../app/stylesheets/_shared.sass */
table.calendar td {
  padding: 0px;
  color: #666666;
  font-size: 9px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #696969;
  border-bottom: 0;
  border-right: 0;
  background: #8f8f8f;
}
/* line 402, ../../app/stylesheets/_shared.sass */
table.calendar td span.wrap {
  display: block;
  height: 103px;
  position: relative;
  color: white;
}
/* line 407, ../../app/stylesheets/_shared.sass */
table.calendar td span.wrap strong, table.calendar td span.wrap small {
  width: 100%;
  text-align: center;
  display: block;
}
/* line 411, ../../app/stylesheets/_shared.sass */
table.calendar td span.wrap strong {
  font-weight: bold;
  padding-top: 12px;
  font-size: 12px;
}
/* line 415, ../../app/stylesheets/_shared.sass */
table.calendar td span.wrap small {
  font: 10px "Verdana";
}
/* line 417, ../../app/stylesheets/_shared.sass */
table.calendar td span.wrap a.reserve {
  position: absolute;
  bottom: 10px;
  left: 26px;
  display: block;
  width: 80px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
  font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, arial, sans-serif;
  text-align: center;
  border: 0;
  background: url(/gui/public/gradients/reserve.gif) 0px -150px;
  border: 1px solid #666666;
  color: white;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
/* line 435, ../../app/stylesheets/_shared.sass */
table.calendar td span.wrap a.reserve:hover {
  background: #444444;
}
/* line 437, ../../app/stylesheets/_shared.sass */
table.calendar td span.wrap a.reserve.open {
  z-index: 900;
}
/* line 439, ../../app/stylesheets/_shared.sass */
table.calendar td span.wrap a.photo {
  border: 0;
  margin: 5px 0 0 51px;
  padding: 3px 3px 6px 3px;
  background: white;
  float: left;
}
/* line 445, ../../app/stylesheets/_shared.sass */
table.calendar td span.wrap span.day_box {
  background: #828282;
  color: #c4c4c4;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
/* line 454, ../../app/stylesheets/_shared.sass */
table.calendar td.day {
  background: #8f8f8f;
}
/* line 456, ../../app/stylesheets/_shared.sass */
table.calendar td.open_party {
  background: #788591;
}
/* line 459, ../../app/stylesheets/_shared.sass */
table.calendar td.open_party span.wrap a.reserve {
  display: none;
}
/* line 461, ../../app/stylesheets/_shared.sass */
table.calendar td.open_party span.wrap a.reserve.open {
  display: block;
  background-position: 0px 0px;
  border: 1px solid #657180;
}
/* line 465, ../../app/stylesheets/_shared.sass */
table.calendar td.open_party span.wrap a.reserve.open:hover {
  background: #274467;
}
/* line 467, ../../app/stylesheets/_shared.sass */
table.calendar td.open_party span.wrap span.day_box {
  background: #657180;
}
/* line 469, ../../app/stylesheets/_shared.sass */
table.calendar td.dif_month {
  background: #555555;
}
/* line 471, ../../app/stylesheets/_shared.sass */
table.calendar td.booked {
  background: #828282;
}
/* line 474, ../../app/stylesheets/_shared.sass */
table.calendar td.booked span.wrap span.day_box {
  background: #797979;
}
/* line 476, ../../app/stylesheets/_shared.sass */
table.calendar td.booked span.wrap a {
  display: none;
}
/* line 478, ../../app/stylesheets/_shared.sass */
table.calendar td.with {
  background: white;
  color: #333333;
  border: 1px solid black;
  font-weight: bold;
}
/* line 483, ../../app/stylesheets/_shared.sass */
table.calendar td.today {
  background: #c7bf95;
  color: black;
  border: 1px solid #ffcc66;
}
/* line 488, ../../app/stylesheets/_shared.sass */
table.calendar td.today span.wrap span.day_box {
  background: #9e9355;
}

/* line 491, ../../app/stylesheets/_shared.sass */
a.strip {
  border: 0;
}
/* line 493, ../../app/stylesheets/_shared.sass */
a.strip:hover {
  background: transparent;
}
/* line 495, ../../app/stylesheets/_shared.sass */
a.strip img {
  opacity: 0.7;
}
/* line 497, ../../app/stylesheets/_shared.sass */
a.strip img:hover {
  opacity: 1;
}

/* line 500, ../../app/stylesheets/_shared.sass */
body #footnotes_debug {
  background: black;
  color: #888888;
  margin: 0;
  padding: 12px 0px;
  line-height: 24px;
}
/* line 506, ../../app/stylesheets/_shared.sass */
body #footnotes_debug a {
  background: #331100;
  color: #ff6600;
  padding: 3px 6px;
  border: 0;
}
/* line 511, ../../app/stylesheets/_shared.sass */
body #footnotes_debug a:hover {
  color: white;
  background: #ff4400;
}

/* line 515, ../../app/stylesheets/_shared.sass */
html, body, div {
  font-family: arial;
}

/* line 1, ../../app/stylesheets/_reset.sass */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 12, ../../app/stylesheets/_reset.sass */
ul {
  list-style-type: none;
}

/* line 15, ../../app/stylesheets/_reset.sass */
table {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 19, ../../app/stylesheets/_reset.sass */
caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* line 9, ../../app/stylesheets/public.sass */
#nav, #nav form input {
  font: bold 11px "Trebuchet MS";
  letter-spacing: 1px;
}

/* line 13, ../../app/stylesheets/public.sass */
#nav {
  background-color: #1166bb;
  background-image: url(../gui/public/nav.gif);
  background-repeat: repeat-x;
  background-position: bottom left;
  clear: both;
  float: left;
  width: 100%;
}
/* line 21, ../../app/stylesheets/public.sass */
#nav a {
  border: 0;
  color: white;
}
/* line 24, ../../app/stylesheets/public.sass */
#nav a:hover {
  background: url(../gui/public/nav_active.gif) no-repeat bottom center;
  color: black;
}
/* line 27, ../../app/stylesheets/public.sass */
#nav a.active {
  background: url(../gui/public/nav_active.gif) no-repeat bottom center;
  color: black;
  cursor: default;
}
/* line 31, ../../app/stylesheets/public.sass */
#nav a.active:hover {
  color: black;
}
/* line 33, ../../app/stylesheets/public.sass */
#nav form {
  padding-top: 1em;
  padding-left: 20px;
  float: left;
}
/* line 37, ../../app/stylesheets/public.sass */
#nav form input {
  color: #33ccff;
  margin-left: 10px;
  width: 170px;
}
/* line 42, ../../app/stylesheets/public.sass */
#nav div.wrap_to_center #user {
  float: right;
  clear: none;
  padding-top: 12px;
  font-size: 12px;
}
/* line 47, ../../app/stylesheets/public.sass */
#nav div.wrap_to_center #user a:hover {
  background: transparent;
}
/* line 49, ../../app/stylesheets/public.sass */
#nav div.wrap_to_center ul {
  display: block;
  padding: 0;
  float: left;
  width: 620px;
}
/* line 54, ../../app/stylesheets/public.sass */
#nav div.wrap_to_center ul li {
  display: inline;
  float: left;
}
/* line 57, ../../app/stylesheets/public.sass */
#nav div.wrap_to_center ul li a {
  padding-top: 1em;
  padding-right: 20px;
  padding-bottom: 1.8em;
  padding-left: 20px;
  letter-spacing: 1px;
  text-align: center;
}
/* line 64, ../../app/stylesheets/public.sass */
#nav div.wrap_to_center ul li a#nav_home {
  width: 42px;
}
/* line 66, ../../app/stylesheets/public.sass */
#nav div.wrap_to_center ul li a#nav_contact {
  width: 55px;
}
/* line 68, ../../app/stylesheets/public.sass */
#nav div.wrap_to_center ul li a#nav_reservations {
  width: 100px;
}
/* line 70, ../../app/stylesheets/public.sass */
#nav div.wrap_to_center ul li a#nav_events {
  width: 45px;
}
/* line 72, ../../app/stylesheets/public.sass */
#nav div.wrap_to_center ul li a#nav_about {
  width: 47px;
}

/* line 78, ../../app/stylesheets/public.sass */
.clear_bottom {
  clear: both;
  display: block;
  line-height: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
}

/* line 86, ../../app/stylesheets/public.sass */
body {
  background: #1d1d1d;
  color: #999999;
  font: normal 12px "Lucida Grande", "Arial", sans-serif;
}
/* line 90, ../../app/stylesheets/public.sass */
body #main {
  width: 70%;
}
/* line 92, ../../app/stylesheets/public.sass */
body #main.order {
  width: 60%;
  float: right;
}
/* line 96, ../../app/stylesheets/public.sass */
body#show.designs #main {
  width: 80%;
}
/* line 98, ../../app/stylesheets/public.sass */
body#show.designs #right {
  width: 18%;
}
/* line 100, ../../app/stylesheets/public.sass */
body#show.designs #close {
  display: none;
}
/* line 102, ../../app/stylesheets/public.sass */
body #left, body #right {
  width: 24%;
  margin-left: 12px;
  float: left;
}
/* line 107, ../../app/stylesheets/public.sass */
body#contact #main {
  text-align: right;
  width: 50%;
}
/* line 110, ../../app/stylesheets/public.sass */
body#contact #right {
  padding-left: 20px;
  width: 46%;
}
/* line 113, ../../app/stylesheets/public.sass */
body table {
  width: 100%;
  height: 100%;
}

/* line 117, ../../app/stylesheets/public.sass */
a {
  border-bottom: 1px solid black;
  border-color: #1166bb;
  text-decoration: none;
  color: #33ccff;
}
/* line 122, ../../app/stylesheets/public.sass */
a:hover {
  color: white;
  background: #1166bb;
}
/* line 125, ../../app/stylesheets/public.sass */
a.noborder {
  border: 0;
  background: transparent;
}
/* line 128, ../../app/stylesheets/public.sass */
a#book {
  background-image: url(../gui/public/book.gif);
  background-color: #1166bb;
  border: 0;
  color: white;
  display: block;
  font-size: 14px;
  height: 34px;
  width: 200px;
  margin: 12px 0px;
  padding: 0;
  text-align: center;
  line-height: 34px;
}
/* line 141, ../../app/stylesheets/public.sass */
a#book:hover {
  background-position: 0px -34px;
}

/* line 144, ../../app/stylesheets/public.sass */
#header {
  background: white url(../gui/public/mountains.gif) no-repeat bottom right;
  height: 120px;
  min-width: 800px;
}

/* line 149, ../../app/stylesheets/public.sass */
#content_background {
  background: #272727;
  float: left;
  clear: both;
  padding: 12px 0px 32px 0px;
  width: 100%;
}

/* line 156, ../../app/stylesheets/public.sass */
#main, #left {
  float: left;
}

/* line 159, ../../app/stylesheets/public.sass */
#foot {
  clear: both;
  width: 100%;
}

/* line 168, ../../app/stylesheets/public.sass */
#nav ul, .wrap_to_center, #foot {
  margin: 0 auto;
  display: block;
  width: 850px;
}

/* line 173, ../../app/stylesheets/public.sass */
.logo {
  background: transparent url(../gui/public/logo.gif) no-repeat bottom center;
  float: left;
  height: 80px;
  width: 433px;
  text-indent: -9999px;
}

/* line 180, ../../app/stylesheets/public.sass */
h1 {
  font-size: 22px;
  font-weight: normal;
  font-family: "Trebuchet MS" sans-serif;
  float: left;
  padding: 5px 0px;
  color: #dddddd;
  text-indent: 12px;
}
/* line 189, ../../app/stylesheets/public.sass */
h1.clear {
  clear: both;
  float: none;
}

/* line 193, ../../app/stylesheets/public.sass */
h2 {
  color: white;
  font-size: 18px;
  font-weight: bold;
}
/* line 197, ../../app/stylesheets/public.sass */
h2.bar {
  background: #111111;
  padding: 6px 12px;
  font-size: 16px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}
/* line 202, ../../app/stylesheets/public.sass */
h2 small {
  font-size: 12px;
  font-weight: normal;
}

/* line 206, ../../app/stylesheets/public.sass */
h3 {
  font: 11px "Trebuchet MS";
  letter-spacing: 1px;
  margin: 5px 0;
  padding: 5px 7px;
}

/* line 212, ../../app/stylesheets/public.sass */
li a {
  display: block;
}

/* line 215, ../../app/stylesheets/public.sass */
p {
  margin: 8px 0px;
  line-height: 18px;
}
/* line 218, ../../app/stylesheets/public.sass */
p#copy {
  font-size: 10px;
  padding: 8px;
  text-align: center;
}

/* line 223, ../../app/stylesheets/public.sass */
em {
  font-style: italic;
}
/* line 225, ../../app/stylesheets/public.sass */
em.light {
  color: #dddddd;
  font-size: 11px;
}

/* line 229, ../../app/stylesheets/public.sass */
strong {
  color: white;
}

/* line 236, ../../app/stylesheets/public.sass */
.art img {
  border: 1px solid white;
  background: #cccccc;
}

/* line 240, ../../app/stylesheets/public.sass */
.design {
  float: left;
  margin-bottom: 12px;
  width: 580px;
  -webkit-box-shadow: 0 2px 5px #111111;
  -moz-box-shadow: 0 2px 5px #111111;
  box-shadow: 0 2px 5px #111111;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  background: #2e2e2e;
}
/* line 247, ../../app/stylesheets/public.sass */
.design p.info {
  width: 100%;
  padding-left: 12px;
}
/* line 250, ../../app/stylesheets/public.sass */
.design h2 {
  background: #313131;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  padding: 8px 12px;
  font-weight: normal;
  font-size: 16px;
}
/* line 256, ../../app/stylesheets/public.sass */
.design .content {
  background-color: #3b3b3b;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 560px;
  padding: 10px;
  float: left;
}
/* line 262, ../../app/stylesheets/public.sass */
.design ul.tabs {
  float: left;
  display: block;
  width: 98px;
}
/* line 266, ../../app/stylesheets/public.sass */
.design ul.tabs li {
  font-size: 11px;
}
/* line 268, ../../app/stylesheets/public.sass */
.design ul.tabs li a {
  background: #555555;
  display: block;
  padding: 10px;
  margin-bottom: 3px;
  border: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
/* line 275, ../../app/stylesheets/public.sass */
.design ul.tabs li a:hover {
  background: white;
  color: #004488;
}
/* line 278, ../../app/stylesheets/public.sass */
.design ul.tabs li a.active {
  background: #6a6a6a;
  color: black;
}
/* line 281, ../../app/stylesheets/public.sass */
.design .tab {
  background: #6a6a6a;
  padding: 10px;
  width: 442px;
  float: right;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}
/* line 288, ../../app/stylesheets/public.sass */
.design div.info {
  width: 155px;
  float: right;
}
/* line 291, ../../app/stylesheets/public.sass */
.design .field {
  background: transparent;
  clear: none;
  width: 150px;
  padding: 0;
  margin: 0;
}
/* line 297, ../../app/stylesheets/public.sass */
.design .field select {
  width: 150px;
}
/* line 299, ../../app/stylesheets/public.sass */
.design .field .select {
  width: 138px;
  font-size: 11px;
  background: #888888;
  color: black;
  padding: 3px 6px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/* line 306, ../../app/stylesheets/public.sass */
.design .field label {
  background: transparent;
  padding: 0;
  width: 150px;
  color: #cccccc;
}

/* line 312, ../../app/stylesheets/public.sass */
.color_selector {
  width: 155px;
  float: right;
}
/* line 315, ../../app/stylesheets/public.sass */
.color_selector h3 {
  color: white;
}

/* line 319, ../../app/stylesheets/public.sass */
strong.price {
  font-size: 14px;
  padding: 6px 0px;
  display: block;
  width: 120px;
  float: left;
}
/* line 325, ../../app/stylesheets/public.sass */
strong.sold-out {
  padding: 4px 0px;
  width: 150px;
  text-align: center;
  background: #999999;
  margin-top: 12px;
  color: black;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

/* line 335, ../../app/stylesheets/public.sass */
input.add {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 0;
  padding: 7px 0px;
  width: 150px;
  background-color: #1166bb;
  color: white;
  cursor: pointer;
  text-align: center;
  background-image: url(/gui/public/gradients/blue.gif);
  background-position: left top;
  font-size: 12px;
  clear: both;
}
/* line 124, ../../app/stylesheets/_shared.sass */
input.add:hover {
  background-color: #4398ed;
}
/* line 95, ../../app/stylesheets/_shared.sass */
input.add:hover {
  background-position: right top;
}

/* line 341, ../../app/stylesheets/public.sass */
.design .content .tab {
  color: white;
}

/* line 344, ../../app/stylesheets/public.sass */
#cc {
  background: #333333 url(../gui/public/secure.gif) no-repeat 320px 50px;
}
/* line 347, ../../app/stylesheets/public.sass */
#cc fieldset .field {
  background: transparent;
}

/* line 352, ../../app/stylesheets/public.sass */
#billing fieldset .field {
  float: left;
  clear: none;
  width: 273px;
}
/* line 356, ../../app/stylesheets/public.sass */
#billing fieldset .field input {
  width: 100%;
}
/* line 358, ../../app/stylesheets/public.sass */
#billing fieldset .field input#creditcard_payment_zipcode {
  width: 120px;
}

/* line 364, ../../app/stylesheets/public.sass */
select {
  font-size: 11px;
}
/* line 366, ../../app/stylesheets/public.sass */
select .full {
  width: 100%;
}

/* line 369, ../../app/stylesheets/public.sass */
input, textarea {
  display: block;
  width: 100%;
}

/* line 374, ../../app/stylesheets/public.sass */
input.check {
  width: 12px;
  float: left;
  display: inline;
}

/* line 379, ../../app/stylesheets/public.sass */
label {
  background: #262626 url(../gui/public/label.gif) repeat-x;
  color: #999999;
  display: block;
  padding: 3px 6px;
}

/* line 385, ../../app/stylesheets/public.sass */
.field {
  background: #333333;
  padding: 6px 12px;
}
/* line 389, ../../app/stylesheets/public.sass */
.field.with_error_message label, .field.with_error_message span.error {
  float: left;
}
/* line 391, ../../app/stylesheets/public.sass */
.field.with_error_message input {
  clear: both;
}

/* line 399, ../../app/stylesheets/public.sass */
body#about #main img {
  float: left;
  margin: 10px 10px 7px 0px;
  border: 3px solid #dddddd;
}

/* line 404, ../../app/stylesheets/public.sass */
body#rates #main {
  width: 784px;
}

/* line 407, ../../app/stylesheets/public.sass */
#rates_header {
  background: url(../gui/public/rates_header.jpg) no-repeat;
  clear: both;
  width: 784px;
  height: 93px;
  margin-bottom: 12px;
  text-indent: -9999px;
}

/* line 415, ../../app/stylesheets/public.sass */
div#rules {
  display: block;
  float: left;
  margin-left: 20px;
  width: 226px;
}
/* line 420, ../../app/stylesheets/public.sass */
div#rules ul {
  margin-top: 10px;
  line-height: 18px;
}

/* line 425, ../../app/stylesheets/public.sass */
#rules ul li {
  background: url(../gui/public/li.gif) no-repeat left center;
  padding-left: 12px;
}
/* line 428, ../../app/stylesheets/public.sass */
#rules em {
  font-size: 10px;
  font-style: normal;
}

/* line 432, ../../app/stylesheets/public.sass */
dl.rates {
  display: block;
  float: left;
  width: 266px;
  line-height: 18px;
}
/* line 437, ../../app/stylesheets/public.sass */
dl.rates#charter {
  margin-left: 12px;
}
/* line 439, ../../app/stylesheets/public.sass */
dl.rates dt {
  background: black;
  color: #1166bb;
  font-size: 15px;
  padding: 12px;
}
/* line 444, ../../app/stylesheets/public.sass */
dl.rates dd {
  padding: 12px;
}
/* line 446, ../../app/stylesheets/public.sass */
dl.rates dd.first {
  background: #121212;
}
/* line 448, ../../app/stylesheets/public.sass */
dl.rates dd.second {
  background: #1a1a1a;
}
/* line 450, ../../app/stylesheets/public.sass */
dl.rates dd.third {
  background: #212121;
  font-size: 10px;
}
/* line 453, ../../app/stylesheets/public.sass */
dl.rates dd strong {
  display: block;
}

/* line 456, ../../app/stylesheets/public.sass */
#store_info {
  padding-top: 12px;
  font-size: 14px;
}

/* line 461, ../../app/stylesheets/public.sass */
#index.store .pic, #index.store_beta .pic {
  opacity: 0.7;
}
/* line 463, ../../app/stylesheets/public.sass */
#index.store .pic:hover, #index.store_beta .pic:hover {
  opacity: 1;
}
/* line 465, ../../app/stylesheets/public.sass */
#index.store .pic.big, #index.store_beta .pic.big {
  opacity: 1;
}

/* line 473, ../../app/stylesheets/public.sass */
fieldset#login .left-all {
  height: 24px;
}
/* line 475, ../../app/stylesheets/public.sass */
fieldset label {
  background: transparent;
  padding: 0px 0px 1px 0px;
  cursor: pointer;
}
/* line 479, ../../app/stylesheets/public.sass */
fieldset label:hover {
  color: white;
}
/* line 481, ../../app/stylesheets/public.sass */
fieldset input, fieldset textarea {
  width: auto;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #333333;
  padding: 2px;
}
/* line 487, ../../app/stylesheets/public.sass */
fieldset textarea {
  padding-bottom: 4px;
}
/* line 489, ../../app/stylesheets/public.sass */
fieldset h3 {
  background: #272727;
  border-bottom: 3px solid #444444;
  padding: 6px 12px;
  font-size: 14px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  margin: 0;
}
/* line 496, ../../app/stylesheets/public.sass */
fieldset.half {
  width: 48%;
}
/* line 498, ../../app/stylesheets/public.sass */
fieldset.half input, fieldset.half textarea {
  width: 98%;
  font-family: inherit;
}
/* line 501, ../../app/stylesheets/public.sass */
fieldset.half.right {
  margin-left: 12px;
  float: left;
}

/* line 505, ../../app/stylesheets/public.sass */
#submit {
  clear: both;
  padding-top: 12px;
}
/* line 508, ../../app/stylesheets/public.sass */
#submit.signup {
  width: 295px;
  float: left;
  clear: none;
}
/* line 512, ../../app/stylesheets/public.sass */
#submit.signup input {
  width: 286px;
}
/* line 514, ../../app/stylesheets/public.sass */
#submit input {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 0;
  padding: 7px 0px;
  width: 270px;
  background-color: #1166bb;
  color: white;
  cursor: pointer;
  text-align: center;
  background-image: url(/gui/public/gradients/blue.gif);
  background-position: left top;
  font-size: 14px;
  clear: none;
}
/* line 124, ../../app/stylesheets/_shared.sass */
#submit input:hover {
  background-color: #4398ed;
}
/* line 520, ../../app/stylesheets/public.sass */
#submit input:hover {
  background-position: right top;
}

/* line 523, ../../app/stylesheets/public.sass */
.check {
  clear: both;
  padding-top: 16px;
}
/* line 526, ../../app/stylesheets/public.sass */
.check label {
  background: transparent;
  display: block;
  clear: none;
  float: left;
  color: #0088ff;
  cursor: pointer;
}
/* line 533, ../../app/stylesheets/public.sass */
.check label:hover {
  color: white;
}
/* line 535, ../../app/stylesheets/public.sass */
.check input {
  float: left;
  width: 12px;
}

/* line 539, ../../app/stylesheets/public.sass */
.note {
  padding: 12px;
  background: #665139;
  color: #dec2a1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-bottom: 12px;
}
/* line 545, ../../app/stylesheets/public.sass */
.note#shipping {
  width: 250px;
  margin-left: 12px;
}

/* line 550, ../../app/stylesheets/public.sass */
.step h2 {
  -webkit-border-top-left-radius: 9px;
  -moz-border-radius-topleft: 9px;
  border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 9px;
  -moz-border-radius-topright: 9px;
  border-top-right-radius: 9px;
  padding: 7px 9px;
  background: #996633;
  font: normal 18px "Trebuchet MS";
}
/* line 555, ../../app/stylesheets/public.sass */
.step .message {
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  padding: 7px 9px;
  background: #885522;
  color: white;
  font-size: 14px;
}
/* line 561, ../../app/stylesheets/public.sass */
.step .message select {
  margin-left: 4px;
  font-size: 13px;
}

/* line 565, ../../app/stylesheets/public.sass */
.require {
  background-color: #779f00;
  padding: 6px 9px;
  color: black;
  font-size: 14px;
  font-weight: bold;
}
/* line 571, ../../app/stylesheets/public.sass */
.require.valid {
  background: #008800;
}
/* line 573, ../../app/stylesheets/public.sass */
.require.secure {
  background-image: url(../gui/public/secure-require.gif);
  background-repeat: no-repeat;
  padding-left: 28px;
}
/* line 578, ../../app/stylesheets/public.sass */
.require select {
  float: left;
  font-size: 13px;
}
/* line 581, ../../app/stylesheets/public.sass */
.require span {
  float: left;
  font-size: 13px;
}

/* line 588, ../../app/stylesheets/public.sass */
body.people h2 {
  margin-bottom: 12px;
}

/* line 591, ../../app/stylesheets/public.sass */
textarea#person_street_address {
  height: 66px;
}

/* line 594, ../../app/stylesheets/public.sass */
#forgot {
  padding-top: 6px;
}

/* line 597, ../../app/stylesheets/public.sass */
#log, #reg {
  width: 288px;
}
/* line 599, ../../app/stylesheets/public.sass */
#log fieldset, #reg fieldset {
  width: 276px;
}
/* line 601, ../../app/stylesheets/public.sass */
#log fieldset h3, #reg fieldset h3 {
  width: 268px;
}
/* line 603, ../../app/stylesheets/public.sass */
#log fieldset .field, #reg fieldset .field {
  width: 268px;
}
/* line 605, ../../app/stylesheets/public.sass */
#log fieldset .field input, #reg fieldset .field input {
  width: 260px;
}

/* line 608, ../../app/stylesheets/public.sass */
#remind {
  height: 24px;
}

/* line 611, ../../app/stylesheets/public.sass */
#reg {
  float: left;
}

/* line 614, ../../app/stylesheets/public.sass */
#log {
  float: left;
  margin-left: 32px;
}
/* line 617, ../../app/stylesheets/public.sass */
#log fieldset input {
  width: 270px;
}

/* line 623, ../../app/stylesheets/public.sass */
#main .event {
  clear: both;
  background: #333333 url(../gui/public/catch-bg.gif) repeat-y top right;
  float: left;
  width: 544px;
  padding: 12px;
  border-bottom: 3px solid #222222;
  -webkit-box-shadow: 0px 0px 4px #111111;
  -moz-box-shadow: 0px 0px 4px #111111;
  box-shadow: 0px 0px 4px #111111;
}
/* line 631, ../../app/stylesheets/public.sass */
#main .event h2 {
  font-size: 17px;
}
/* line 633, ../../app/stylesheets/public.sass */
#main .event small {
  color: white;
  font-size: 11px;
}
/* line 636, ../../app/stylesheets/public.sass */
#main .event .info {
  width: 250px;
  float: left;
}
/* line 639, ../../app/stylesheets/public.sass */
#main .event .caught {
  float: left;
  width: 120px;
  margin-left: 30px;
}
/* line 643, ../../app/stylesheets/public.sass */
#main .event .caught h3 {
  font-size: 12px;
  padding-left: 0px;
}
/* line 647, ../../app/stylesheets/public.sass */
#main .event .caught table tr {
  font-size: 11px;
}
/* line 649, ../../app/stylesheets/public.sass */
#main .event .caught table td {
  padding: 2px 0px;
}
/* line 651, ../../app/stylesheets/public.sass */
#main .event .caught table td.fish {
  color: white;
}
/* line 653, ../../app/stylesheets/public.sass */
#main .event .caught table td.count {
  width: 24px;
  padding-right: 6px;
}
/* line 656, ../../app/stylesheets/public.sass */
#main .event .caught table td.count span {
  background-color: #ff5800;
  color: white;
  font-weight: bold;
  padding: 2px 4px;
  display: block;
  min-width: 15px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/* line 665, ../../app/stylesheets/public.sass */
#main .event p {
  text-align: justify;
}
/* line 667, ../../app/stylesheets/public.sass */
#main .event a.tease {
  float: right;
}
/* line 669, ../../app/stylesheets/public.sass */
#main .event a.tease span {
  background: #1166bb;
  color: white;
  font-weight: bold;
  padding: 1px 4px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/* line 676, ../../app/stylesheets/public.sass */
#main .event a.tease:hover span {
  color: #1166bb;
  background: white;
}

/* line 680, ../../app/stylesheets/public.sass */
ul.catches {
  float: left;
  border: 1px solid red;
}
/* line 683, ../../app/stylesheets/public.sass */
ul.catches li {
  line-height: 22px;
}
/* line 685, ../../app/stylesheets/public.sass */
ul.catches li strong, ul.catches li span {
  float: left;
}
/* line 687, ../../app/stylesheets/public.sass */
ul.catches li span {
  background-color: #ff5800;
  padding: 3px 8px;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
/* line 692, ../../app/stylesheets/public.sass */
ul.catches li strong {
  margin: 0px 8px;
}

/* line 696, ../../app/stylesheets/public.sass */
.home#main p {
  line-height: 20px;
  font-size: 14px;
  margin: 10px 0px;
  text-align: justify;
}

/* line 703, ../../app/stylesheets/public.sass */
.home_side#right h2 {
  background: #111111;
  font-size: 14px;
  padding: 6px 6px;
  text-align: center;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  color: #999999;
}
/* line 710, ../../app/stylesheets/public.sass */
.home_side#right .event {
  padding: 6px;
  clear: both;
}
/* line 713, ../../app/stylesheets/public.sass */
.home_side#right .event.odd {
  background: #333333;
}
/* line 715, ../../app/stylesheets/public.sass */
.home_side#right .event.even {
  background: #3a3a3a;
}
/* line 717, ../../app/stylesheets/public.sass */
.home_side#right .event h3 {
  clear: both;
  padding: 4px 0px 8px 0px;
  margin: 0;
  font-size: 12px;
  line-height: 30px;
}
/* line 723, ../../app/stylesheets/public.sass */
.home_side#right .event h3 small {
  font-size: 10px;
  font-weight: normal;
}
/* line 726, ../../app/stylesheets/public.sass */
.home_side#right .event h3 img {
  margin-right: 6px;
}
/* line 728, ../../app/stylesheets/public.sass */
.home_side#right .event h3 a {
  padding: 4px 0px;
  display: block;
  background: black;
  line-height: 12px;
  width: 60px;
  text-align: center;
  float: left;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 0;
  margin: 5px 0px 0px 7px;
}
/* line 739, ../../app/stylesheets/public.sass */
.home_side#right .event h3 span.destination {
  float: left;
}
/* line 741, ../../app/stylesheets/public.sass */
.home_side#right .event ul.catches {
  width: auto;
  padding: 0;
  clear: both;
  float: none;
}
/* line 746, ../../app/stylesheets/public.sass */
.home_side#right .event ul.catches li {
  clear: both;
  padding: 4px 0px;
  float: none;
  font-size: 11px;
}
/* line 751, ../../app/stylesheets/public.sass */
.home_side#right .event ul.catches li strong {
  color: #aaaaaa;
}

/* line 754, ../../app/stylesheets/public.sass */
#photos {
  float: left;
  width: 426px;
}

/* line 758, ../../app/stylesheets/public.sass */
#event {
  float: left;
  width: 400px;
  padding-right: 20px;
}
/* line 762, ../../app/stylesheets/public.sass */
#event h1 {
  text-indent: 0px;
  font: bold 22px "Trebuchet MS" sans-serif;
  clear: both;
  float: none;
}
/* line 767, ../../app/stylesheets/public.sass */
#event h2 {
  font-size: 18px;
}
/* line 769, ../../app/stylesheets/public.sass */
#event h2 small {
  font-size: 14px;
}
/* line 771, ../../app/stylesheets/public.sass */
#event ul.catches {
  width: 400px;
  padding: 10px 0px;
  float: left;
}
/* line 775, ../../app/stylesheets/public.sass */
#event p {
  text-align: justify;
}
/* line 777, ../../app/stylesheets/public.sass */
#event strong {
  color: white;
}

/* line 780, ../../app/stylesheets/public.sass */
a.back_to {
  text-align: right;
  clear: both;
  float: right;
  margin-right: 20px;
}

/* line 788, ../../app/stylesheets/public.sass */
#right .event h3 {
  font-size: 14px;
  font-weight: bold;
  color: white;
}

/* line 793, ../../app/stylesheets/public.sass */
div.caption {
  color: white;
  text-align: center;
  width: 100%;
}

/* line 799, ../../app/stylesheets/public.sass */
a.modal img {
  z-index: 999;
}

/* line 805, ../../app/stylesheets/public.sass */
#cart {
  width: 241px;
}
/* line 807, ../../app/stylesheets/public.sass */
#cart h2 {
  background: #313131;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  padding: 8px 12px;
  font-weight: normal;
  font-size: 16px;
}
/* line 813, ../../app/stylesheets/public.sass */
#cart #shipping_options {
  background: #222222;
  padding: 6px;
}
/* line 816, ../../app/stylesheets/public.sass */
#cart #shipping_options select {
  margin-top: 6px;
}
/* line 818, ../../app/stylesheets/public.sass */
#cart dl {
  float: left;
  padding: 0;
  background: #333333;
}
/* line 822, ../../app/stylesheets/public.sass */
#cart dl.even {
  background: #3f3f3f;
}
/* line 824, ../../app/stylesheets/public.sass */
#cart dl#subtotal {
  height: 32px;
  background: #292929;
}
/* line 827, ../../app/stylesheets/public.sass */
#cart dl#total {
  height: 40px;
  background: #161616;
  font-size: 14px;
  font-weight: bold;
}
/* line 832, ../../app/stylesheets/public.sass */
#cart dl#total dt {
  width: 150px;
  text-align: right;
}
/* line 835, ../../app/stylesheets/public.sass */
#cart dl#total dd {
  width: 55px;
}
/* line 837, ../../app/stylesheets/public.sass */
#cart dl span {
  float: left;
}
/* line 839, ../../app/stylesheets/public.sass */
#cart dl span.count {
  padding: 2px 5px;
  background: #bb6600;
  color: white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 3px 6px 0px 0px;
}
/* line 845, ../../app/stylesheets/public.sass */
#cart dl dt, #cart dl dd {
  float: left;
  padding: 9px;
  display: block;
  color: #dddddd;
}
/* line 850, ../../app/stylesheets/public.sass */
#cart dl dt {
  width: 160px;
}
/* line 852, ../../app/stylesheets/public.sass */
#cart dl dt small {
  color: #777777;
}
/* line 854, ../../app/stylesheets/public.sass */
#cart dl dd {
  width: 45px;
}
/* line 856, ../../app/stylesheets/public.sass */
#cart dl small {
  display: block;
  font-size: 11px;
}
/* line 860, ../../app/stylesheets/public.sass */
#cart #checkout a {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 0;
  padding: 9px 0px;
  width: 150px;
  background-color: #1166bb;
  color: white;
  cursor: pointer;
  text-align: center;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
  background-image: url(/gui/public/gradients/blue.gif);
  background-position: left top;
  font-size: 12px;
  clear: both;
  font-size: 14px;
  display: block;
  width: 241px;
}
/* line 124, ../../app/stylesheets/_shared.sass */
#cart #checkout a:hover {
  background-color: #4398ed;
}
/* line 95, ../../app/stylesheets/_shared.sass */
#cart #checkout a:hover {
  background-position: right top;
}

/* line 871, ../../app/stylesheets/public.sass */
#checkout ul {
  display: block;
  clear: both;
  padding-top: 6px;
}
/* line 875, ../../app/stylesheets/public.sass */
#checkout ul li {
  text-align: right;
  line-height: 22px;
  padding: 0;
}
/* line 879, ../../app/stylesheets/public.sass */
#checkout ul li a {
  display: inline;
}

/* line 882, ../../app/stylesheets/public.sass */
a.checkout {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 0;
  padding: 7px 0px;
  width: 150px;
  background-color: #1166bb;
  color: white;
  cursor: pointer;
  text-align: center;
  background-image: url(/gui/public/gradients/blue.gif);
  background-position: left top;
  font-size: 12px;
  clear: none;
  width: 120px;
  display: block;
  float: right;
  text-align: center;
  margin-top: 12px;
}
/* line 124, ../../app/stylesheets/_shared.sass */
a.checkout:hover {
  background-color: #4398ed;
}
/* line 893, ../../app/stylesheets/public.sass */
a.checkout:hover {
  background-position: right top;
}

/* line 899, ../../app/stylesheets/public.sass */
body.popup {
  background: white;
}
/* line 901, ../../app/stylesheets/public.sass */
body.popup h2 {
  background: #777777;
  color: black;
  padding: 6px 12px;
  font-size: 18px;
}
/* line 906, ../../app/stylesheets/public.sass */
body.popup h3 {
  padding: 6px 12px;
  background: #cccccc;
  color: #444444;
  font-size: 14px;
}
/* line 911, ../../app/stylesheets/public.sass */
body.popup p {
  color: #222222;
  padding: 6px 12px;
}

/* line 919, ../../app/stylesheets/public.sass */
span.error, span.formError {
  color: #ffaa00;
  background: #cc0000;
}

/* line 924, ../../app/stylesheets/public.sass */
span.field_error input, span.field_error textarea {
  background: #ffee99;
  border: 1px solid #aa0000;
  color: #442200;
}

/* line 929, ../../app/stylesheets/public.sass */
div.error {
  text-align: center;
  margin: 12px 0px;
}
/* line 932, ../../app/stylesheets/public.sass */
div.error h3 {
  background: #880000;
  font-weight: normal;
  font-size: 14px;
  color: white;
  margin: 0;
  padding: 4px 8px;
  border: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}
/* line 941, ../../app/stylesheets/public.sass */
div.error div {
  background: #aa0000;
  color: #ffaa00;
  padding: 4px 8px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 947, ../../app/stylesheets/public.sass */
#flash_notice, #flash_error, #flash_warning {
  margin: 12px 0px;
  padding: 12px;
  font-size: 14px;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

/* line 954, ../../app/stylesheets/public.sass */
#flash_notice {
  background: #008800;
  color: #ccffcc;
  border: 1px solid #006600;
}

/* line 959, ../../app/stylesheets/public.sass */
#flash_warning {
  background: #ff4400;
  color: white;
  border: 1px solid #663300;
}

/* line 964, ../../app/stylesheets/public.sass */
#flash_error {
  background: #aa0000;
  color: #ffcccc;
  border: 1px solid #660000;
}

/* line 969, ../../app/stylesheets/public.sass */
.big-notice {
  background: #ff6600;
  color: black;
  font-size: 14px;
  padding: 12px;
}
/* line 974, ../../app/stylesheets/public.sass */
.big-notice a {
  color: white;
  border: 0;
  text-decoration: underline;
  padding: 2px 4px;
}
/* line 979, ../../app/stylesheets/public.sass */
.big-notice a:hover {
  background: #883300;
}
/* line 981, ../../app/stylesheets/public.sass */
.big-notice strong {
  color: black;
  font-weight: bold;
}

/* line 985, ../../app/stylesheets/public.sass */
#explain {
  background: #229922;
  padding: 12px;
  color: black;
  line-height: 16px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
/* line 991, ../../app/stylesheets/public.sass */
#explain h4 {
  font-size: 14px;
  font-weight: bold;
  color: white;
}
/* line 995, ../../app/stylesheets/public.sass */
#explain p {
  font-size: 12px;
  margin: 6px 0px 0px 0px;
  font-weight: bold;
}
/* line 999, ../../app/stylesheets/public.sass */
#explain small {
  font-size: 10px;
  display: block;
  padding-bottom: 6px;
}

/* line 1004, ../../app/stylesheets/public.sass */
body.bookings#new div#explain {
  position: absolute;
  top: 243px;
  left: 540px;
  width: 270px;
}

/* line 1010, ../../app/stylesheets/public.sass */
.date {
  float: left;
  display: block;
  width: 24px;
  height: 30px;
  border: 1px solid black;
  margin-right: 6px;
}
/* line 1017, ../../app/stylesheets/public.sass */
.date * {
  text-align: center;
  display: block;
  width: 24px;
  clear: both;
  line-height: 12px;
}
/* line 1023, ../../app/stylesheets/public.sass */
.date .month {
  padding: 2px 0px;
  background: black;
  font: normal 8px "Verdana";
}
/* line 1027, ../../app/stylesheets/public.sass */
.date .day {
  font: bold 14px "Arial";
  background: white;
  color: black;
}

/* line 1032, ../../app/stylesheets/public.sass */
a#facebook {
  background-image: url(../gui/public/book.gif);
  background-color: #1166bb;
  border: 0;
  color: white;
  display: block;
  font-size: 14px;
  height: 34px;
  width: 200px;
  margin: 12px 0px;
  padding: 0;
  text-align: center;
  line-height: 34px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
/* line 1046, ../../app/stylesheets/public.sass */
a#facebook:hover {
  background-position: 0px -34px;
}
/* line 1048, ../../app/stylesheets/public.sass */
a#facebook:hover strong {
  background-position: 0px -79px;
}
/* line 1050, ../../app/stylesheets/public.sass */
a#facebook span {
  float: left;
  font-size: 11px;
  margin: 0px 4px 0px 12px;
}
/* line 1054, ../../app/stylesheets/public.sass */
a#facebook strong {
  background: transparent url(../gui/public/facebook.gif) no-repeat 0px -20px;
  display: block;
  float: left;
  margin-top: 7px;
  width: 85px;
  height: 20px;
  text-indent: -9999px;
}

/* line 1063, ../../app/stylesheets/public.sass */
body table.calendar td.booked span.wrap a.photo {
  display: block;
}
