html, body{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Helvetica Neue","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size: 13px;
}

a{
	text-decoration: none;
	color: #b72031;
}

.weeknum{
	background: url('../design/img/icons/week_bg.png') no-repeat;
	width: 60px;
	padding-left: 10px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom:0;
	margin: 0;
	text-align: left;
	float: left;
}

.weeknum a{
	color: #ccc;
}

.clrfix{
	clear: both;
}

.lefts_menu{
	background: url('../design/img/icons/bg.png') no-repeat #d2dde3;
	width: 130px;
	padding-left: 20px;
}

.foods{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.menuTop td{
	border: 0px none;
}

.foodList{
	background: #e0e8eb;
	width: 135px;
	height: 150px;
	padding: 5px;
}

#Orders, .foodList, #Orders td, #Orders th{
	font-size: 13px;
	font-family: "Helvetica Neue","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

.price{	
	color: #bd2031;
	text-shadow: 1px 1px 1px #ccc;
	font-weight: bold;
	text-align: right;
}

.order_qty{
	padding: 3px 0;
	height: 18px;
}
.order_qty, .order_qty input{
	text-align: right;
	background: #ccc;
}

.order_qty input{
	border: 0 none;
}

.myDiv {
	position: relative;
}

.myDiv img{
	width: 200px;
	position: absolute; 
	margin: -40px 0 0 100px;
	pointer-events: none;
}

#costumer p input{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555555;
	display: block;
	font-size: 14px;
	height: 30px;
	padding: 6px 12px;
	width: 100%;
}

.subTotal{
	margin-top: 25px;
	margin-bottom: 20px;
}

#orders{
	width: 550px;
	margin: 0 auto;
	background: #E0E8EB;
}

.otitle{
	color: #F04049;
	background: #ccc;
}

.omsg{
	border-left: 1px solid #ccc;
	padding-left: 10px;
	width: 200px;
}

.menuTop{
	background: #ccc;
}

.food{
	height: 110px;
	width: 130px;
	display: block;
}

.order_qty img{
	border: 0 none;
}