* {
  margin: 0px;
  padding: 0px;
}
span.green {
  color: #56a72d;
}
span.red {
  color: #dd4431;
}
span.green,
span.red {
  font-weight: bold;
}
.clearing {
  clear: both;
}
.loading {
  background: url(/img/ajax-loader.gif) center center no-repeat;
}
.container-content {
  min-height: 350px;
}
.container-content h1,
.container-content h2,
.container-content h3 {
  color: #424242;
  font-family: 'Gafata', sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 0px 15px 0px;
}
.container-content h1 {
  font-size: 24px;
}
.container-content h2 {
  font-size: 16px;
}
.container-content h3 {
  font-size: 14px;
}
.container-content a {
  color: #435C74;
}
.container-content a :hover {
  color: #5B7A98;
}
body {
  font-size: 14px;
  overflow-y: scroll;
  color: #4E4E4E;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 13px;
}
body #wrapper {
  background-color: #1a91eb;
}
body #wrapper #header {
  height: 36px;
  padding-bottom: 34px;
  background: url(/img/header/bg.png) repeat-x;
}
body #wrapper #header #logo {
  float: left;
  width: auto;
  height: 36px;
}
body #wrapper #header #logo a {
  background: url(/img/logo.png) repeat-x;
  display: block;
  height: 36px;
  width: 70px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
body #wrapper #header #menu {
  margin-left: 70px;
}
body #wrapper #header #menu ul {
  margin-left: 5px;
  list-style-type: none;
  z-index: 9999;
}
body #wrapper #header #menu ul li {
  float: left;
  height: 36px;
  line-height: 36px;
  position: relative;
}
body #wrapper #header #menu ul li a {
  display: block;
  padding: 1px 10px 0px 10px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  color: #3d3d3d;
  text-decoration: none;
}
body #wrapper #header #menu ul li ul {
  -moz-box-shadow: 0 0 15px #000;
  -webkit-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
  clip: rect(0px, 1000px, 1000px, -15px);
  z-index: 999;
  display: none;
  position: absolute;
  top: 36px;
  left: 0px;
  margin: 0px;
  background: url(/img/header/spacer-submenu.png) left top repeat-x;
  padding-top: 2px;
}
body #wrapper #header #menu ul li ul li {
  float: none;
  display: block;
  height: 27px;
  background: url(/img/header/bg-submenu.png) repeat-x;
  width: 150px;
}
body #wrapper #header #menu ul li ul li a {
  font-size: 11px;
  padding: 0 10px;
  height: 27px;
  line-height: 28px;
  white-space: nowrap;
  background: url(/img/header/spacer-submenu.png) left bottom repeat-x;
}
body #wrapper #header #menu ul li ul li a :hover {
  /*                                       color: #87caee;*/

  color: #fff;
  text-decoration: underline !important;
}
body #wrapper #header #menu ul li.active,
body #wrapper #header #menu ul li.hover {
  background: url(/img/header/bg-hover.png) repeat-x;
}
body #wrapper #header #menu ul li.active a,
body #wrapper #header #menu ul li.hover a {
  color: #eaeaea;
}
body #wrapper #header #menu ul li.active a :hover,
body #wrapper #header #menu ul li.hover a :hover {
  /* color: #b2daf0; */

  color: #fff;
  text-decoration: none;
}
body #wrapper #header #menu ul li.active ul li,
body #wrapper #header #menu ul li.hover ul li {
  background: url(/img/header/bg-submenu.png) repeat-x;
}
body #wrapper #header #controls {
  float: right;
}
body #wrapper #header #controls .control {
  height: 36px;
  line-height: 36px;
  float: left;
  display: block;
  padding: 0px 0px 0px 0px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  color: #3d3d3d;
  text-decoration: none;
  position: relative;
  background: url(/img/header/spacer.png) right top no-repeat;
}
body #wrapper #header #controls .control a {
  padding: 0px 11px 0px 10px;
  outline: none;
}
body #wrapper #header #controls .control ul {
  -moz-box-shadow: 0 0 15px #000;
  -webkit-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
  clip: rect(0px, 1000px, 1000px, -15px);
  z-index: 999;
  display: none;
  position: absolute;
  top: 36px;
  right: 0px;
  margin: 0px;
  background: url(/img/header/spacer-submenu.png) left top repeat-x;
  padding-top: 2px;
}
body #wrapper #header #controls .control ul li {
  float: none;
  display: block;
  height: 27px;
  background: url(/img/header/bg-submenu.png) repeat-x;
  width: 150px;
}
body #wrapper #header #controls .control ul li a {
  font-size: 11px;
  padding: 0 10px;
  height: 27px;
  line-height: 28px;
  width: auto;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  background: url(/img/header/spacer-submenu.png) left bottom repeat-x !important;
}
body #wrapper #header #controls .control ul li a :hover {
  color: #87caee;
}
body #wrapper #header #controls .control.hover {
  background: url(/img/header/bg-hover.png) repeat-x;
}
body #wrapper #header #controls .control.hover a {
  color: #eaeaea;
}
body #wrapper #header #controls .control.hover a :hover {
  color: #b2daf0;
}
body #wrapper #header #controls .control.hover ul li {
  background: url(/img/header/bg-submenu.png) repeat-x;
}
body #wrapper #header #controls .control.hover {
  background: url(/img/header/bg-hover.png) repeat-x !important;
}
body #wrapper #header #controls .control.time {
  padding: 1px 10px;
}
body #wrapper #header #controls .control.logout {
  background: none;
}
body #wrapper #header #controls .control.logout ul {
  clip: rect(0px 150px 1000px -15px);
}
body #wrapper #header #controls .control.logout a {
  /*                        margin-right: 1px;*/

}
body #wrapper #header #controls .control a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 16px;
  width: 16px;
}
body #wrapper #header #controls .control.settings a {
  background: url(/img/header/button-cog.png) center center no-repeat;
}
body #wrapper #header #controls .control.settings a:hover,
body #wrapper #header #controls .control.settings.hover a {
  background: url(/img/header/button-cog-hover.png) center center no-repeat;
}
body #wrapper #header #controls .control.logout a {
  background: url(/img/header/button-logout.png) center center no-repeat;
}
body #wrapper #header #controls .control.logout a:hover,
body #wrapper #header #controls .control.logout.hover a {
  background: url(/img/header/button-logout-hover.png) center center no-repeat;
}
body #wrapper #header #controls .control.logout {
  /*    background: none;
                                    padding: 0px;*/

}
body #wrapper #content-wrapper {
  margin-top: -10px;
  margin-left: 70px;
  margin-right: 20px;
}
body #wrapper #content-wrapper .container {
  position: relative;
  background: #f4f6f7;
  margin-bottom: 20px;
}
body #wrapper #content-wrapper .container .tabs {
  height: 36px;
  position: absolute;
  top: -36px;
  left: 0px;
  width: 100%;
  background: #000;
  background: url(/img/20black.png);
}
body #wrapper #content-wrapper .container .tabs .controls {
  float: right;
}
body #wrapper #content-wrapper .container .tabs .controls a {
  display: block;
  height: 16px;
  line-height: 16px;
  float: left;
  padding: 11px 15px 9px 25px;
  color: #EDEDED;
  font-weight: 600;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  text-decoration: none;
  background-position: 8px 12px;
  background-repeat: no-repeat;
}
body #wrapper #content-wrapper .container .tabs .controls a.preview {
  background-image: url(/img/container/icon-controls-preview.png);
  background-position: 10px 12px;
}
body #wrapper #content-wrapper .container .tabs .controls a.publish {
  background-image: url(/img/container/icon-controls-publish.png);
}
body #wrapper #content-wrapper .container .tabs .controls a.save {
  background-image: url(/img/container/icon-controls-save.png);
}
body #wrapper #content-wrapper .container .tabs ul {
  list-style-type: none;
}
body #wrapper #content-wrapper .container .tabs ul li {
  float: left;
  height: 36px;
  background: #d9d9dc;
  opacity: 0.3;
  margin-right: 2px;
  position: relative;
}
body #wrapper #content-wrapper .container .tabs ul li a {
  padding: 11px 34px 9px 14px;
  display: block;
  line-height: 16px;
  color: #3D3D3D;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  text-decoration: none;
}
body #wrapper #content-wrapper .container .tabs ul li a.close {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0px;
  position: absolute;
  top: 12px;
  right: 13px;
  background: url(/img/container/icon-close.png) no-repeat;
}
body #wrapper #content-wrapper .container .tabs ul li a.close:hover {
  background: url(/img/container/icon-close-hover.png) no-repeat;
}
body #wrapper #content-wrapper .container .tabs ul li.active {
  opacity: 1;
}
body #wrapper #content-wrapper .container .tabs ul li.hover {
  opacity: 0.6;
}
body #wrapper #content-wrapper .container .tabs.bottom {
  top: auto;
  bottom: -36px;
}
body #wrapper #content-wrapper .container .titlebar {
  height: 29px;
  background: url(/img/container/bg-titlebar.png) repeat-x;
  text-align: center;
}
body #wrapper #content-wrapper .container .titlebar h1 {
  display: inline-block;
  font-size: 12px;
  margin: 8px 0px 9px 0px;
  text-shadow: 0 1px 0 #ffffff;
}
body #wrapper #content-wrapper .container .titlebar .resize {
  float: right;
  height: 29px;
}
body #wrapper #content-wrapper .container .titlebar .resize a {
  display: block;
  height: 9px;
  padding: 12px 20px 8px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}
body #wrapper #content-wrapper .container .titlebar .resize a.minimize {
  background-image: url(/img/container/icon-minimize.png);
}
body #wrapper #content-wrapper .container .titlebar .resize a.minimize :hover {
  background-image: url(/img/container/icon-minimize-hover.png);
}
body #wrapper #content-wrapper .container .titlebar .resize a.maximize {
  background-image: url(/img/container/icon-maximize.png);
}
body #wrapper #content-wrapper .container .titlebar .resize a.maximize :hover {
  background-image: url(/img/container/icon-maximize-hover.png);
}
body #wrapper #content-wrapper .container .titlebar ul.actions {
  list-style-type: none;
}
body #wrapper #content-wrapper .container .titlebar ul.actions li {
  float: left;
  display: block;
  position: relative;
  height: 29px;
  background: url(/img/container/spacer-link.png) right top no-repeat;
}
body #wrapper #content-wrapper .container .titlebar ul.actions li a {
  display: block;
  height: 29px;
  line-height: 30px;
  padding: 0px 10px 0px 10px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 12px;
  color: #3d3d3d;
  text-decoration: none;
  padding: 0px 33px 0px 15px;
  position: relative;
}
body #wrapper #content-wrapper .container .titlebar ul.actions li a div {
  position: absolute;
  right: 15px;
  top: 8px;
  height: 13px;
  width: 13px;
  background-position: center center;
  background-repeat: no-repeat;
}
body #wrapper #content-wrapper .container .titlebar ul.actions li a.active {
  background: url(/img/container/bg-hover.png) repeat-x;
  color: #fff;
}
body #wrapper #content-wrapper .container .titlebar ul.actions li ul {
  z-index: 999;
  display: none;
  position: absolute;
  left: 0px;
  top: 29px;
  width: 100%;
  background: url(/img/header/spacer-submenu.png) left top repeat-x;
  padding-top: 2px;
  min-width: 110px;
}
body #wrapper #content-wrapper .container .titlebar ul.actions li ul li {
  height: 27px;
  background: url(/img/container/bg-submenu.png) repeat-x;
  width: 100%;
}
body #wrapper #content-wrapper .container .titlebar ul.actions li ul li a {
  background: url("/img/header/spacer-submenu.png") repeat-x scroll left bottom transparent;
  font-size: 11px;
  height: 27px;
  line-height: 28px;
  padding: 0 15px;
  white-space: nowrap;
  color: #eaeaea;
}
body #wrapper #content-wrapper .container .titlebar ul.actions li ul li a:hover {
  /*                                        color: #b2daf0;*/

  color: #fff;
  text-decoration: underline;
}
body #wrapper #content-wrapper .container .titlebar ul.actions li.new a div {
  background-image: url(/img/container/icon-new.png);
}
body #wrapper #content-wrapper .container .titlebar ul.actions li.new a.active div {
  background-image: url(/img/container/icon-new-hover.png);
}
body #wrapper #content-wrapper .container .titlebar ul.actions li.publish a div {
  background-image: url(/img/container/icon-publish.png);
}
body #wrapper #content-wrapper .container .titlebar ul.actions li.publish a.active div {
  background-image: url(/img/container/icon-publish-hover.png);
}
body #wrapper #content-wrapper .container .titlebar ul.actions li.layer a div {
  background-image: url(/img/container/icon-layer.png);
  top: 9px;
}
body #wrapper #content-wrapper .container .titlebar ul.actions li.layer a.active div {
  background-image: url(/img/container/icon-layer-hover.png);
}
body #wrapper #content-wrapper .container .titlebar ul.actions li.columns a div {
  background-image: url(/img/container/icon-columns.png);
  top: 9px;
}
body #wrapper #content-wrapper .container .titlebar ul.actions li.columns a.active div {
  background-image: url(/img/container/icon-columns-hover.png);
}
body #wrapper #content-wrapper .container .tag {
  position: absolute;
  left: -56px;
  top: 5px;
  width: 56px;
  height: 66px;
  background: url(/img/container/bg-tag.png) no-repeat;
}
body #wrapper #content-wrapper .container .tag img {
  padding: 15px 15px 0px 15px;
}
body #wrapper #content-wrapper .container .tag p {
  padding: 3px 0px;
  text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 11px;
  color: #fff;
}
body #wrapper #content-wrapper .container .shadow-bottom {
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 3px;
  width: 100%;
  background: url(/img/container/shadow-bottom.png) repeat-x;
}
body #wrapper #content-wrapper .container .shadow-left {
  position: absolute;
  left: -2px;
  bottom: 0px;
  height: 100%;
  width: 2px;
  background: url(/img/container/shadow-left.png) repeat-y;
}
body #wrapper #content-wrapper .container .container-content {
  padding: 20px;
  /*                    min-height: 220px;*/

}
body #wrapper #content-wrapper .hasTabs {
  margin-top: 56px;
  margin-bottom: 56px;
}
body #wrapper #footer {
  height: 30px;
  width: 400px;
  background: url(/img/20black.png);
  padding: 20px;
  float: right;
  margin-left: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
}
body #wrapper #footer .logo {
  float: right;
  height: 10px;
  width: 46px;
}
body #wrapper #footer .logo a {
  padding: 10px 0px;
  height: 10px;
  width: 46px;
  display: block;
}
body #wrapper #footer p {
  height: 15px;
  line-height: 15px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 11px;
}
body #wrapper #footer p a {
  color: #FFF;
  text-decoration: none;
  margin: 0px 10px 0px 0px;
}
body #wrapper #footer p a:hover {
  text-decoration: underline;
}
body #wrapper #footer p.copyright {
  color: #FFF;
}
body #wrapper #breadcrumbs {
  margin-left: 70px;
  height: 20px;
  margin-top: -25px;
  margin-bottom: 10px;
  font-size: 10px;
  color: #fff;
}
body #wrapper #breadcrumbs a {
  color: #FFF;
}
.login-wrapper {
  background: rgb(162,215,252);
  background: radial-gradient(circle, rgba(162,215,252,1) 23%, rgba(20,120,196,1) 100%);
}
.login-wrapper #content-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -165px 0 0 -250px !important;
  width: 500px;
  height: 330px;
}
/* Context extras */
#own-contacts {
  border: 1px solid #c2ced7;
  border-spacing: 0px;
  margin-bottom: 20px;
}
#own-contacts th {
  background: #c2ced7;
  text-align: left;
  padding: 4px 9px;
  font-size: 13px;
}
#own-contacts td {
  padding: 6px 13px;
  text-align: center;
}
#search-02100 {
  width: 334px;
  border: 1px solid #c2ced7;
  border-spacing: 0px;
  margin-bottom: 20px;
}
#search-02100 th {
  background: #c2ced7;
  padding: 4px 9px;
  font-size: 13px;
}
#search-02100 td {
  padding: 13px;
}
#search-02100 #nicebutton {
  position: relative;
  top: -14px;
}
.arrow {
  padding-left: 18px;
  line-height: 14px;
  display: inline-block;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 0px 2px;
  color: #fff;
}
.arrow.next {
  background-image: url(/img/icon-forward.png);
}
.arrow:hover {
  color: #fff !important;
}
/* Box links */
ul.actionnavi {
  list-style-type: none;
}
ul.actionnavi li {
  float: left;
  display: inline-block;
  padding: 1px 4px;
  margin: 5px 3px;
  border: 1px solid black;
  color: black;
}
ul.actionnavi li :hover {
  color: #40515B;
}
ul.actionnavi li.active {
  background: #D2DBE0;
  color: black;
  font-weight: bold;
  text-decoration: none;
}
/* Messages */
ul#messages,
ul#errors {
  list-style-type: none;
}
ul#messages li,
ul#errors li {
  border: 4px solid #EAEBA4;
  padding: 10px;
  background: #F6FFD1;
  margin: 0px 0px 20px 0px;
}
/* Form stuff */
form {
  padding-bottom: 10px;
}
form .search-field {
  float: left;
}
form fieldset {
  float: left;
  display: inline-block;
  border: 1px solid #D7D7D7;
  margin: 0px 5px;
  height: 35px;
  line-height: 15px;
  -moz-border-radius: 5px;
  padding: 0 5px 5px;
}
form legend {
  color: #3E3E3E;
  font-size: 8pt;
  font-weight: bold;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  padding: 0px 5px;
}
form img {
  position: relative;
  top: 4px;
  left: 4px;
}
form .date-picker {
  width: 64px;
}
form .ui-datepicker-trigger {
  margin-right: 4px;
}
form input#id,
form input#seller_id,
form input#reference_number,
form input#license_number,
form input#fine_id {
  width: 40px;
}
div.wrapsave {
  padding: 10px 10px;
}
div.wrapsave #search {
  background: #D2DBE0;
}
#submit,
#offer,
input#search,
#cancel,
button {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  background-color: #D2DBE0;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-image: url(/img/magnifier.png);
  color: #000;
  font-size: 8pt;
  font-weight: bold;
  margin: 9px 0 0 7px;
  overflow: visible;
  padding: 4px 5px 4px 25px;
  width: auto;
  float: left;
}
.hidden {
  display: none;
}
.notice.red {
  -moz-border-radius: 5px;
  background-color: red;
  background-image: url(/img/exclamation-red-frame.png);
  background-position: 4px 3px;
  background-repeat: no-repeat;
  border: 1px solid #A0A0A0;
  color: white;
  font-size: 8pt;
  font-weight: bold;
  margin: 2px 0;
  padding: 4px 4px 4px 25px;
}
.pick-range {
  z-index: 2000;
  float: left;
  padding-top: 1px;
  margin-right: 5px;
  position: relative;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 8pt;
}
.pick-range a.picker {
  text-decoration: none;
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/img/range_select.gif);
  background-repeat: no-repeat;
  background-position: 0 -15px;
}
.pick-range a.picker :hover {
  background-position: 0 -30px;
}
.pick-range ul {
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
  background: transparent url(/img/shadow.png) no-repeat scroll right bottom;
  width: 148px;
  padding: 0 9px 9px 0;
}
.pick-range ul li {
  list-style-type: none;
  position: relative;
}
.pick-range ul li a {
  display: block;
  border-left: 1px solid #CFCFCF;
  border-top: 1px solid #CFCFCF;
  padding: 5px 10px;
  background-color: #DFDFDF;
  color: #000;
}
.pick-range ul li a :hover {
  background: #AFAFAF;
  color: #fff;
}
.pick-range ul li.active > a {
  background: #AFAFAF;
  color: #fff;
}
.pick-range ul li.parent > a {
  background-image: url(/img/bg_arrows.png);
  background-repeat: no-repeat;
  background-position: 136px 8px;
}
.pick-range ul li.parent ul {
  display: none;
  position: absolute;
  top: 0;
  left: 148px;
}
div#actions {
  display: none;
  margin-top: 20px;
  z-index: 200000;
  float: right;
  width: 200px;
  border: 1px solid #B2B2B2;
}
div#actions h1 {
  font-size: 14px;
  color: #484848;
  padding: 5px 10px;
  font-family: 'Gafata', sans-serif;
  height: 23px;
  line-height: 21px;
  background: url(/img/listing/bg-th.png) repeat-x;
  margin: 0px;
}
div#actions ul {
  list-style-type: none;
}
div#actions ul li {
  display: block;
}
div#actions ul li a {
  color: #505457;
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  font-size: 14px;
  display: block;
  padding: 5px 15px;
}
div#actions ul li a :hover {
  text-decoration: none;
}
form.search dt,
form.search dd {
  float: left;
}
form.search label {
  padding-right: 5px;
}
form.search #submit,
form.search #offer {
  margin: 0;
  padding: 0;
  padding-left: 25px;
}
.reservationTable th {
  vertical-align: top;
  color: #585858;
  line-height: 22px;
  padding: 0px 5px;
}
.reservation {
  margin: 20px 0px 40px 0px;
  width: 700px;
}
.reservation ul {
  list-style-type: none;
}
.reservation div.navi h2,
.reservation #save h2 {
  float: right;
}
.reservation div.navi ul li,
.reservation #save ul li {
  float: left;
  height: 25px;
  background: url(/img/bg_btn.gif) left top no-repeat;
  margin-right: 4px;
}
.reservation div.navi ul li a,
.reservation #save ul li a {
  background: url(/img/bg_btn.gif) right top no-repeat;
  margin-left: 5px;
  padding: 0px 15px 0px 10px;
  height: 25px;
  line-height: 25px;
  display: block;
  color: #555;
  font-size: 13px;
  text-decoration: none;
}
.reservation div.navi ul li:hover,
.reservation #save ul li:hover {
  background-position: left bottom;
}
.reservation div.navi ul li:hover a,
.reservation #save ul li:hover a {
  background-position: right bottom;
}
.reservation #save {
  float: right;
}
.reservation #save .done {
  display: none;
}
.reservation ul.head {
  margin-top: 10px;
}
.reservation ul.head li.time {
  width: 9%;
  text-align: right;
}
.reservation ul.head li {
  background: url(/img/bg_cal_ul_head.gif) repeat-x;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  float: left;
  width: 12.90%;
  text-align: center;
}
.reservation ul.data {
  width: 12.90%;
  float: left;
  padding: 20px 0px 0px 0px;
}
.reservation ul.data li {
  display: block;
  height: 16px;
  border-width: 0 1px 1px 0;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
.reservation ul.data li.top {
  border-top: 1px solid #DDDDDD;
}
.reservation ul.data li.ui-selectee:hover {
  background: #A6CFF8;
}
.reservation ul.data li.ui-selecting {
  background: #A6CFF8;
}
.reservation ul.data li.ui-selected {
  background: #BFFF00 !important;
}
.reservation ul.data li.reserved {
  background: #FF007F !important;
}
.reservation ul.data li.disabled {
  background: #C1C1C1;
}
.reservation ul.data li.phone-only {
  background: #C1797B;
}
.reservation ul.data.time {
  padding: 10px 0px 0px 0px;
  text-align: right;
  width: 8.8%;
  padding-right: 5px;
}
.reservation ul.data.time li {
  font-size: 12px;
  line-height: 16px;
  margin-top: 1px;
  border: 0px;
}
#tooltip {
  display: none;
  position: absolute;
  left: 100px;
  top: 100px;
  height: 19px;
  background: url(/img/listing/tooltip-bg.png) no-repeat;
}
#tooltip p {
  font-size: 10px;
  color: #fff;
  height: 19px;
  line-height: 21px;
  padding: 0px 4px 0px 8px;
}
#tooltip #tooltip-ending {
  position: absolute;
  top: 0px;
  right: -4px;
  width: 4px;
  height: 19px;
  background: url(/img/listing/tooltip-bg-end.png) no-repeat;
}
#tooltip #tooltip-pointer {
  height: 7px;
  width: 14px;
  padding-right: 4px;
  background: url(/img/listing/tooltip-pointer.png) right top no-repeat;
  margin: 0 auto;
}
#ui-datepicker-div {
  display: none;
}
.formBlock .itemBlock {
  width: 600px;
  margin-bottom: 10px;
}
.formBlock .itemBlock h2 {
  font-size: 14px;
  padding: 0;
}
.formBlock .itemBlock .inputField {
  float: left;
  margin: 5px 5px 0 0;
}
.formBlock .itemBlock .inputField label {
  clear: none;
}
.formBlock .itemBlock .inputField input {
  width: 50px !important;
}
.formBlock .itemBlock .inputField .clearing {
  clear: none;
  display: none;
}
.formBlock .itemBlock .note {
  clear: both;
  color: #888;
  font-size: 11px;
}
.price {
  color: #088C00;
}
.none {
  color: #888;
}
.weight {
  font-size: 11px;
  font-style: italic;
  color: #888;
}
/* Messages */
ul#messages,
ul#errors {
  list-style-type: none;
}
ul#messages li,
ul#errors li {
  border: 4px solid #EAEBA4;
  padding: 10px;
  background: #F6FFD1;
  margin: 0px 0px 20px 0px;
}
#cart ul {
  list-style: none;
  /*        border: 1px solid #D0D0D0;*/

  background: none;
  /*        padding: 10px;*/

  margin: 0px 0px 10px 0px;
}
#cart ul li {
  padding: 5px;
  border-bottom: 1px solid #B8B8B8;
  text-shadow: 0px 1px 0px #fff;
}
#cart ul li .count {
  float: right;
}
#cart ul li .remove {
  float: right;
  height: 16px;
  width: 16px;
  background: url(/img/listing/remove-hover.png) right center no-repeat;
}
#cart ul li .remove a {
  display: block;
  padding: 3px 3px 3px 3px;
  width: 10px;
  height: 10px;
}
.products-list .products .cart-remove {
  display: block;
  padding: 3px 3px 3px 3px;
  width: 10px;
  height: 10px;
  background: url(/img/listing/remove.png) center center no-repeat;
}
.products-list .products .cart-remove:hover {
  background: url(/img/listing/remove-hover.png) center center no-repeat;
}
.add-product-container table tr td {
  height: 36px;
}
table.products {
  background: #fff;
  border: 1px solid #efefef;
  border-collapse: collapse;
}
table.products td {
  padding: 8px;
}
.overlay {
  display: none;
  background: url(/img/loading.gif) center center no-repeat #ffffff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#dialog-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  z-index: 9000;
}
#dialog-wrapper {
  height: 500px;
  left: 50%;
  margin-left: -392px;
  margin-top: -250px;
  position: fixed;
  top: 50%;
  width: 712px;
  z-index: 9001;
}
#dialog-wrapper #dialog {
  text-align: left;
  padding: 20px;
  box-shadow: 0 1px 30px #c2c2c2;
  color: #585858;
  font-size: 14px;
  height: auto;
  line-height: 16px;
  min-height: 460px;
  padding: 36px;
  position: relative;
  width: 672px;
  background: #fff;
  height: 460px;
  overflow-y: scroll;
}
