/*
** table
**/
table.table {
}
table.table th,
table.table td {    
}
table.table th {
    background-color: #5aa6dc;
    padding: 15px 10px;
    color: #fff;
    font-size: 14px;
}
table.table td {
    background-color: #fff;
    padding: 5px 10px;
}
table.table tr:hover td {
    background-color: #e1f1fb;
}
table.table p {
    margin: 0;
}
table.table.p10 td {
	padding: 10px;
}

/*
** table_order
**/
table.table_order {
}
table.table_order th {
	background-color: #76771a;
	color: #fff;
	padding: 10px 5px;
	font-size: 11px;
	font-weight: normal;
}
table.table_order th strong,
table.table_order td strong {
	font-size: 14px;
}
table.table_order td {
	background-color: #f5f4f1;
	padding: 10px 5px 30px 5px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	position: relative;
}
table.table_order tr.menu td {
	background-color: #f7f0da;
}
table.table_order tr td:nth-child(1) {
	background-color: #edece9;
}
table.table_order tr.menu td:nth-child(1) {
	background-color: #eae3d1;
}
table.table_order td.active {
	background-color: #ddd6c5 !important;
}

/*
** order_bottom
**/
div.order_bottom {
	width: 100%;
	height: 20px;
	padding: 10px 0;
	position: absolute;
	left: 0;
	bottom: 3px;
}
div.order_bottom * {
	font-size: 13px;
}
div.order_bottom a.minus,
div.order_bottom a.plus {
	display: inline-block;
	background: transparent url(/gfx/icon_minus.png) no-repeat left top;
	width: 24px;
	height: 24px;
	margin: 0 0 0 5px;
	vertical-align: middle;
	text-decoration: none;
}
div.order_bottom a.plus { 
	margin: 0 5px 0 0;
}
div.order_bottom a.plus {
	background-image: url(/gfx/icon_plus.png);
}
div.order_bottom input {
	display: inline-block;
	background-color: transparent;
	padding: 3px 0;
	width: 15px;
	height: 10px;
	border: none;
	font-weight: bold;
	vertical-align: middle;	
	text-align: center;
}
div.order_bottom strong {
	display: inline-block;
	vertical-align: middle;
}

/*
** table_menu
**/
table.table_menu {
	background-color: #faf9f0;
}
table.table_menu td,
table.table_menu th {
	padding: 15px;
}
table.table_menu th {
	background-color: #e4e3db;
	font-size: 24px;
	font-weight: normal;
}
table.table_menu tr.sub th {
	font-size: 18px;
}
table.table_menu tr:nth-child(even) {
	background-color: #f2f1e8;
}
table.table_menu td:nth-child(2) {
	font-weight: bold;
	text-align: right;
}

/*
** table_contact
**/
table.table_contact {
	margin-bottom: 20px;
}
table.table_contact th,
table.table_contact td {
	line-height: 25px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #edece9;
}
table.table_contact tr.last td {
	border: none;
}
table.table_contact th {
	font-size: 16px;
}
table.table_contact td strong.email_title {
	display: block;
	margin-bottom: 10px;
}

/*
** openhours
**/
table th.openhours {	
	font-family: "HelveticaNeueLT";
	font-size: 18px !important;
}
