/* plugin Daily Menu */
	
	img.ico_16 {
		width: 16px; height: 16px;
		vertical-align: middle;
		border: 0;
	}
	/* table daily_menu */
	table.daily_menu {
		width: 100%;
		border-collapse: collapse;
		background-color: transparent;
	}
	table.daily_menu tr td {
		padding: 2px 4px 2px 4px;
		border-bottom: 1px solid #400B0B;
		color: #E4DFC6;
	}
	table.daily_menu tr.day td {
		color: #B74139;
		font-weight: bold;
		font-size: 108%;
		text-transform: uppercase;
		line-height: 200%;
		padding-top: 10px;
	}
	table.daily_menu tr.highlight td {
		font-weight: bold;
		/* border-bottom: 1px solid #ffffff; */
	}
	table.daily_menu td.price {
		text-align: right;
		color: #E4DFC6;
	}
	table.daily_menu tr.week td {
		border: 0;
		color: #B74139;
		font-weight: bold;
		background-color: transparent;
		padding-bottom: 10px;
	}
	table.daily_menu tr.week div.week_date {
		float: left;
		font-size: 140%;
	}
	table.daily_menu tr.week div.week_time {
		float: right;
		font-size: 100%;
	}
	table.daily_menu tbody.today tr.day td {
		background-color: transparent;
	}
	table.daily_menu tbody.today tr.highlight td {
		background-color: #7B2020;
		font-weight: bold;
	}
	table.daily_menu tbody.today tr td {
		background-color: #7B2020;
		border-bottom: 1px solid #9E9580;
	}
	
	table.daily_menu tbody.today td.tag_today{
		text-align: right;
	}
	table.daily_menu tbody.today td.tag_today span{
		background-color: #7B2020;
		color: #D8483D;
		font-size: 80%;
		padding: 3px 5px 3px 5px;
		border: 1px solid #9E9580;
		border-bottom: 0;
		font-weight: normal;
	}
	
	table.daily_menu tr.shift td {
		color: #B74139;
		font-size: 110%;
		font-weight: bold;
		border: 0;
		line-height: 200%;
	}
	
	table.daily_menu tr.shift td a {
		color: #B74139;
		text-decoration: none;
	}
	table.daily_menu tr.shift td a:hover {
		color: #E4DFC6;
		text-decoration: underline;
	}
	table.daily_menu tr.shift td.next {
		text-align: right;
	}
	table.daily_menu tr.toolbar td {
		border: 0;
	}
	table.daily_menu tr.wap td {
		font-size: 95%; 
		padding-top: 10px;
		border: 0;
		text-align: center;
		color: #B74139;
	}
	.wap_link {
		font-weight: normal;
		color: #DF4231;
	}
	/* end of: table daily_menu */
	
	/* toolbar */
	div.toolbar {
		/*
		background-color: #eddcd1; 
		border: 1px solid #f9f3f0;
		*/
		border: 1px solid #6D1D1D;
		background-color: #6D1D1D;
		padding: 3px 5px 3px 10px;
		font-size: 90%;
		text-align: center;
	}
	div.toolbar a {
		color: #D8483D;
		text-decoration: none;
		margin-right: 10px;
	}
	div.toolbar a:hover {
		color: #df2d00;
		text-decoration: underline;
	}
	div.toolbar img {
		margin: 0 5px 0 2px;
	}
	/* end of: toolbar */

/* end of: plugin Daily Menu */

