* {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
}
#delivery {
	width: 625px;
	padding-top: 20px;
	float: left;
}
.tit {
	color: #b8de09;
	font-weight: bolder;
}
.tit2{
	color: #3f0d1c;
	font-weight: bolder;
}
.valor {
	color: #fff900;
	font-weight: bolder;
}
.valor2 {
	color: #e8dbc3;
	font-weight: bolder;
}
.menu {
	width: 625px;
	height: 30px;
	float: left;
	*margin-bottom: -4px;
}
.menu li {
	float: left;
	padding-right: 2px;
	list-style: none;
}
#geral {
	background-color: #ff0000;
	float: left;
}
.deliMassas {
	background-color: #6c7c22;
	width: 625px;
	height: 324px;
	float: left;
	display: block;
}
.deliDoces {
	background-color: #b2777c;
	width: 625px;
	height: 324px;
	float: left;
	display: none;
}
.deliBolos {
	background-color: #8b3753;
	width: 625px;
	height: 324px;
	float: left;
	display: none;
}
.deliPedidos {
	background-color: #9e1f49;
	width: 625px;
	height: 324px;
	float: left;
	display: none;
	overflow: auto;
	max-height: 324px;
}

.deliFinal {
	background-color: #9e1f49;
	width: 625px;
	height: 324px;
	float: left;
	overflow: auto;
	max-height: 324px;
}
.content {
	margin: 10px 10px 6px 15px;
	overflow: auto;
	width: 600px;
	height: 308px;
	max-height: 308px;
}
.contentPedidos {
	margin: 10px 0px 6px 0x;
	padding-top: 10px;
	overflow: auto;
	width: 625px;
	height: 308px;
	max-height: 308px;
}
.content table {
	color: #ffffff;
}
.contentPedidos table {
	color: #ffffff;
}
.borda {
	background: url(../_img/borda.png) repeat-x center;
	padding: 3px 0px 3px 0px;
}
.total {
	vertical-align: middle;
	background-color: #85982b;
	height: 24px;
	font-size: 14px;
	color: #ffffff;
	padding-right: 20px;
}
.txtValor {
	font-size: 15px;
	font-weight: bolder;
}
.btEnviar {
	background: url(../_img/bt_enviar.gif) no-repeat top center;
	width: 151px;
	border: 0px;
	height: 24px;
	cursor: pointer;
}
.btNovo {
	background: url(../_img/novopedido.gif) no-repeat top center;
	width: 151px;
	border: 0px;
	height: 24px;
	cursor: pointer;
}
.btEnviar2 {
	background: url(../_img/bt_enviar2.gif) no-repeat top center;
	width: 144px;
	border: 0px;
	height: 24px;
	cursor: pointer;
}
.campos {
	background-color: #b1797b;
	height: 20px;
	border: 0px;
	font-family: Verdana;
	color: #ffffff;
}