html, body, table {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

.canvas {
	margin-left: auto;
	margin-right: auto;
	width: 996px;
}

#viewport {
	background-image: url(../images/layout/bg-main.png);
	min-height: 600px; /* Change #wrapper min-height together with this */
}

#wrapper {
	min-height: 600px; /* Change #viewport min-height together with this */
	width: 976px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #EFEFEF;
	background-image: url(../images/layout/bg-main-center.jpg);
	background-repeat: no-repeat;
}

#gutter {
}

#language {
	text-align: right;
}

#header {
	height: 80px;
}

#logo {
	background-image: url(../images/layout/youzhu-logo.png);
	background-repeat: no-repeat;
	height: 68px;
}

#login label {
  font-size: x-small;
}

#navigation {
	width: 976px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	background: #8E001C;
}

#navigation-container {
    padding: 8px 0px 8px 0px;
}

#navigation-menu-main {
}

#navigation-menu-user {
	text-align: right;
}

.navigation-item {
}

.navigation-item-active {
}

#content {
  margin-top: 8px;
}

#bg-bottom {
	background-image: url(../images/layout/bg-bottom.png);
	height: 20px;
}

#bg-bottom-wrapper {
	width: 976px;
	margin-left: 10px;
	margin-right: 10px;
	height: 10px;
	background-color: #EFEFEF;
}

#footer * {
}

#company-info {
  color: #AAAAAA;
}

.icon-flag {
	display: inline;
}

a {}
a:link { color: #EF7B22; text-decoration: none; }
a:visited { color: #EF7B22; text-decoration: none; }
a:hover { color: #EF7B22; text-decoration: underline; }

a.alt-link {}
a.alt-link:link { color: #0168B7; text-decoration: none; }
a.alt-link:visited { color: #0168B7; text-decoration: none; }
a.alt-link:hover { color: #0168B7; text-decoration: underline; }

.navigation-menu a {}

.navigation-menu a:link { 
  color: #FFFFFF;
  text-decoration: none;
}
.navigation-menu a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.navigation-menu a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

span.sub-navigation-header {
  font-weight: bold;
  font-size: 14px;
}

ul.sub-navigation {}

ul.sub-navigation li {
  margin-left: 8px;
  list-style-position: outside;
  list-style-image: none;
  list-style-type: none;
  margin-bottom: 8px;
}

ul.sub-navigation li a {
}

table.grid {
  border-collapse: collapse;
}

table.grid th {
  background: #CCCCCC;
  text-align: center;
  font-weight: bold;
  padding: 4px 8px 4px 8px;
  border: 1px solid #000000;
}

table.grid td {
  text-align: left;
  padding: 2px 4px 2px 4px;
  border: 1px solid #000000;
}

table.grid tbody tr:hover td {
  background: #FFFFFF;
}

table.grid tfoot {}

table.form {}

table.form th {
  background: #CCCCCC;
  text-align: left;
  font-weight: bold;
  padding: 3px 6px 3px 6px;
}

table.form td {
    padding: 2px 4px 4px 4px;
}

table.form td.label {
  text-align: right;
}

table.form td.value {
  text-align: left;
  font-weight: bold;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-justify {
  text-align: justify !important;
}

.text-underline {
  text-decoration: underline;
}

.text-center-v {
  vertical-align: center;
}

.collapsible-body {
  margin-left: 24px;
  margin-right: 24px;
}

.drill {
}

#errorExplanation {
  background-color: #F0F0F0;
  border: 2px solid red;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 7px 12px;
}

#errorExplanation h2 {
  background-color: #CC0000;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  margin: -7px;
  padding: 5px 5px 5px 15px;
  text-align: left;
}

#errorExplanation p {
  color: #333333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul {
  padding-left: 24px;
}

#errorExplanation ul li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: square;
}

#error {
  background-color: #F0F0F0;
  border: 2px solid red;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 7px 12px;
}

#error h2 {
  background-color: #CC0000;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  margin: -7px;
  padding: 5px 5px 5px 15px;
  text-align: left;
}

#error p {
  color: #333333;
  margin-bottom: 0;
  padding: 5px;
}

#error ul {
  padding-left: 24px;
}

#error ul li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: square;
}

#notice {
  background-color: #F0F0F0;
  border: 2px solid green;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 7px 12px;
}

#notice h2 {
  background-color: green;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  margin: -7px;
  padding: 5px 5px 5px 15px;
  text-align: left;
}

#notice p {
  color: #333333;
  margin-bottom: 0;
  padding: 5px;
}

#notice ul {
  padding-left: 24px;
}

#notice ul li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: square;
}

/*
#promotion-rotator {
  padding: 4px 8px 4px 8px;
  background: #8E001C;
  border: 2px solid #CCC;
}

#promotion-rotator a {
  font-size: 14px;
  color: white !important;
}
*/

.announcement {
  border: 2px solid #FFCC35;
  padding: 8px 4px 8px 4px;
  background: #FFFFCC;
  text-align: center;
}

table.ticket td {
  vertical-align: top;
}


.coupon-container {
  color: #000000;
  margin-top: 8px;
  margin-bottom: 8px;
}

.coupon-odd {
  padding: 1px;
  background: #FFFFFF;
  font-size: 16px;
}

.coupon-even {
  padding: 1px;
  background: #FFFFFF;
  font-size: 16px;
}

.coupon-content-container {
  border: 2px dashed #000000;
  padding: 4px;
  height: 160px;
}

.coupon-content-container h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

table.coupon-content {
  height: 100%;
  width: 100%;
  border-collapse: collapse;
  padding: 4px;
  font-size: 16px;
}

table.coupon-content td {
  padding: 2px 4px 2px 4px;
}

table.coupon-content td.coupon-logo {
  height: 100%;
  width: 140px;
  vertical-align: middle;
}

table.coupon-content td.coupon-promo-title {
  height: 100%;
  vertical-align: middle;
}

table.coupon-content td.coupon-expiration-date {
  color: #FF0000;
  vertical-align: bottom;
  text-align: right;
  font-size: 10px;
}

div.pagination {
}

div.pagination a {
  padding: 2px 4px;
  border: 1px solid #666666;
  margin: 0px 2px 0px 2px;
  color: #0168B7;
}

div.pagination span.disabled {
  color: #666666;
}

div.pagination span.current {
  padding: 2px 4px;
  border: 0px solid #666666;
  margin: 0px 2px 0px 2px;
}

div.pagination a.prev_page {
  padding: 2px 4px;
  border: 0px;
  margin: 0px 2px 0px 2px;
}

div.pagination a.next_page {
  padding: 2px 4px;
  border: 0px;
  margin: 0px 2px 0px 2px;
}

.mask-normal, .mask-failure, .mask-success {
  border: 1px solid;
  margin: 12px 0px;
  padding: 12px 10px 12px 10px;
}

.mask-normal {
  color: #555555;
  background-color: #FFFFFF;
}

.mask-failure {
  color: #D8000C;
  background-color: #FFBABA;
}

.mask-success {
  color: #4F8A10;
  background-color: #DFF2BF;
}

a.button {
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    text-align: center;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.menu-section-name {
  font-size: 1.4em;
  font-weight: bold;
  margin-top: 16px;
}

.menu-item {
  padding-top: 8px;
  padding-bottom: 4px;
}

.menu-item-name-desc {
  border-top: 1px solid #AAAAAA;
  padding: 4px 0px 0px 0px;
  margin-left: 16px;
}

.menu-item-button-order {
  float: right;
  padding: 4px 4px 0px 16px;
}

.menu-item-name {
  font-size: 1.05em;
}

.menu-item-desc {
  color: #888888;
}

.menu-item-order-info  {
}

.menu-item-action {
  text-align: right;
}

.menu-item-subtotal {
  text-align: right;
}

input.menu-item-count {
  width: 16px;
  text-align: center;
  border: 1px solid #888888;
}

.icon-add, .icon-delete {
  height: 16px;
  width: 16px;
  vertical-align: middle;
  margin-bottom: 3px;
}

#order-summary {
  text-align: center;
}

#order-confirmation {
  width: 700px;
  position: relative;
}

#order-confirmation-container {
  position: relative;
}

.order-confirmation-menu-item {
  padding-bottom: 8px;
  padding-top: 8px;
  border-top: 1px solid #888888;;
}

.order-confirmation-menu-item table {
}

#mask-foreground {
  position: absolute;
  top: 30%;
  left: 30%;
  right: 30%;
  height: 100px;
  text-align: center;
  z-index: 1001;
  font-size: 18px;
  padding: 12px;
}

#mask-background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background-color: #999999;
  opacity: 0.5;
  z-index: 1000;
}
