div#divEnderecoPedidoCardapio
{
    width:262px;
    height:auto;
    float:left;
    margin:9px 0px 0px 0px;
}

/* PEDIDO */
div#divPedidoAlterarEndereco
{
    text-align:center;
}

div#divPedidoAlterarEndereco select#selPedidoEndereco
{
    width:183px;
    float:left;
    clear:none;
}
div#divPedidoAlterarEndereco input#btnPedidoAlterarEndereco
{
    width:50px;
    float:right;
    color:#ea4c21;
}
div#divPedidoAlterarEndereco span
{
    
    display:inline;
    margin:0px auto;
    padding:0px;
    font:normal normal bold 12px Arial;
    color:#d04525;
}
div#divPedidoAlterarEndereco span a
{
    color:#d04525;
}
div#divPedidoCEP label
{
    float:left;
    display:inline;
    margin:10px 0px 0px 20px;
    font-family:Arial;
    font-size:11px;
    color:#333333;
}
div#divPedidoCEP input#txtPedidoCEP
{
    width:55px;
    margin:6px 0px 0px 5px;
    padding:0px 0px 0px 0px;
    float:left;
    display:inline;
    text-align:center;
}
div#divPedidoCEP input#btnPedidoCepOk
{
    width:30px;
    margin:6px 0px 0px 5px;
    float:left;
    display:inline;
}
div#divPedidoCEP a
{
    float:left;
    display:inline;
    margin:10px 0px 0px 10px;
    font-family:Arial;
    font-size:11px;
    color:#333333;
}

div#divSeuPedido
{
    clear:left;
}

div#divSeuPedidoTopo input
{
    float:right;
    color:#ea4c21;
}

div#divSeuPedidoTopo input#btnVisualizacaoPedido{
    width:90px;
}

div#divSeuPedidoConteudo
{
    background-color:#f0f0f0;
}

div#divSeuPedidoConteudo ul#ulPedidos
{
    width:244px;
    height:auto;
    float:left;
    margin:0px 0px 9px 0px;
    padding:0px;

    font-family:Arial;
    font-size:11px;

    list-style:none;
    background-color:#ffffff;
    border:solid 1px #cccccc;
}

div#divSeuPedidoConteudo ul#ulPedidos li.liSeuPedido
{
    background-color:#ffffff;
}

div#divSeuPedidoConteudo ul#ulPedidos li.liSeuPedidoSelecionado
{
    background-color:#b2e0b2;
}

div#divSeuPedidoConteudo ul#ulPedidos li.liSeuPedidoOculto
{
    display:none;
}

div#divSeuPedidoConteudo ul#ulPedidos li.liSeuPedidoMostrado
{
    display:block;
}

div#divSeuPedidoConteudo ul#ulPedidos li
{
    width:100%;
    float:left;
    position:relative;
    color:#333333;
    border-bottom:solid 1px #e1e1e1;
}

div#divSeuPedidoConteudo ul#ulPedidos li a,
div#divSeuPedidoConteudo ul#ulPedidos li a:hover
{
    text-decoration:none;
    color:#333333;
}

div#divSeuPedidoConteudo ul#ulPedidos li div
{
    float:left;
}

div#divSeuPedidoConteudo ul#ulPedidos li div.tdSeuPedidoQtdade
{
    width:20px;
    min-height:15px;
    text-align:center;
}
div#divSeuPedidoConteudo ul#ulPedidos li div.tdSeuPedidoDesc
{
    width:165px;
    min-height:15px;
    vertical-align:top;
    text-align:left;
}
div#divSeuPedidoConteudo ul#ulPedidos li div.tdSeuPedidoValor
{
    width:auto;
    height:15px;
    position:absolute;
    bottom:0px;
    right:20px;
    text-align:right;
    font-weight:bold;
}

div#divSeuPedidoConteudo ul#ulPedidos li div.tdSeuPedidoExcluir
{
    width:20px;
    height:12px;
    position:absolute;
    bottom:2px;
    right:0px;
    text-align:center;
}

div#divSeuPedidoConteudo table
{
    width:244px;
    height:auto;
    float:left;
    display:inline;
    margin:0px 0px 9px 0px;
    padding:0px;

    font-family:Arial;
    font-size:11px;

    border-collapse:collapse;
}

table#tblSeuPedidoTotal
{
    font-weight:bold;
    color:#333333;
    background-color:Transparent;
    border:solid 1px #676767;
}

table#tblSeuPedidoTotal tr td.tdSeuPedidoTotalDesc
{
    width:180px;
    padding:0px 0px 0px 8px;
}
table#tblSeuPedidoTotal tr td.tdSeuPedidoTotalDesc span
{
    color:#cc3300;
}

table#tblSeuPedidoTotal tr td.tdSeuPedidoTotalValor
{
    width:45px;
    text-align:right;
    padding:0px 5px 0px 0px;
}

div#divSeuPedidoConteudo input#btnFinalizarPedido
{
    margin:0px 0px 7px 60px;
}

/*Cardápio*/
div#divCardapioBorda
{
    width:260px;
    height:auto;
    float:left;
    display:inline;
    margin:6px 0px 0px 0px;
    clear:left;
    
    border:solid 1px #ececec;
}
div#divCardapio
{
    width:258px;
    height:auto;
    display:inline;
    float:left;
    background:#ffffff url(/Imagem/CardapioFundo.png) repeat-x center top;
    border:solid 1px #bebebe;
}

div#divCardapio h3
{
    float:left;
    
    margin:9px 0px 7px 10px;
    *margin:9px 0px 0px 10px;
    
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
}
div#divCardapio h3 a
{
    color:#d04525;
}

div#divCardapio ul
{
    width:240px;
    height:auto;
    margin:9px auto;
    padding:0px;
    clear:both;

    font:normal normal bold 13px Arial;
    color:#333333;
    border:solid 1px #cccccc;
    background-color:#ffffff;
}

div#divCardapio ul li
{
    width:225px;
    height:18px;
    padding:2px 5px 0px 10px;
    color:#333333;
    list-style-type:none;
    cursor:pointer;
    border-bottom:solid 1px #cccccc;
}

div#divCardapio ul li a
{
    color:#333;
}

div#divCardapio ul li:hover,
div#divCardapio ul li.liCardapioItemSelecionado
{
    background-color:#ebcccc;
    color:#472929;
}

div#divCardapio ul li.liCardapioItem
{
    background-color:#ffffff;
}

input#txtCardapioBuscar
{
    width:198px;
    height:16px;
    float:left;
    display:inline;
    margin:0px 0px 0px 8px;
    clear:none;
}

input#btnCardapioBuscar
{
    width:30px;
    float:right;
    margin:0px 8px 5px 0px;
    display:inline;
    clear:none;
    text-align:center;
    color:#ea4c21;
}

div.divPedidoAgendamentoHorario
{
    float:left;
    clear:none;
    margin:2px 5px 0px 5px;
    font:normal normal bold 11px Arial;
    font-size:11px;
    color:#333333;
}

input#btnAlterarAgendamento
{
    float:right;
    color:#ea4c21;
}

fieldset#fdsPedidoAgendamento
{
    width:175px;
    height:70px;
    margin:10px auto 5px;
    padding:0px;
    border:none;
}

fieldset#fdsPedidoAgendamento label
{
    width:auto;
    height:12px;
    float:left;
    margin:5px 0px 0px 0px;
    padding:4px 0px 0px 0px;
    clear:left;
    font:normal normal normal 10px Arial;
    color:#333333;
}

fieldset#fdsPedidoAgendamento select
{
    width:118px;
    clear:none;
    float:right;
    margin:5px 0px 0px 0px;
    font:normal normal normal 10px Arial;
    
}
fieldset#fdsPedidoAgendamento input
{
    width:118px;
    float:left;
    clear:none;
    margin:8px 0px 8px 25px;
    
}

div#divPedidoAgendamento
{
    clear:left;
}



div.divRestaurante,
div.divPrato
{
    width:467px;
    height:auto;
    position:relative;
    float:left;
    margin:0px;
    padding:0px;
    
    border-bottom:solid 1px #bebebe;
}

div.divPrato
{
    min-height:118px;
    _height:118px;
}

div.divRestaurante div.divRestaurantesLogo
{
    width:113px;
    height:auto;
    position:absolute;
    bottom:0px;
    margin:0px;
    padding:5px 0px 5px 0px;

    text-align:center;
    background:url(/Imagem/LinhaDivisoriaVertCinzaDegrade01.png) no-repeat right bottom;
}

div.divRestaurante div.divRestaurantesInfo
{
    width:342px;
    height:auto;
    float:right;
    display:inline;
    position:relative;
    margin:8px 8px 0px 0px;
    padding:0px 0px 5px 0px;
}

div.divPrato div.divPratoInfo
{
    width:324px;
    height:auto;
    float:right;
    display:inline;
    position:relative;
    margin:8px 14px 0px 0px;
    _margin:8px 9px 0px 0px;
    padding:0px 0px 8px 0px;
}

div.divPrato div.divPratoLogo
{
    width:120px;
    height:auto;
    _height:80px;
    position:absolute;
    bottom:0px;
    margin:0px;
    padding:6px 0px 4px 0px;
    _padding:5px 0px 8px 0px;
    *padding:5px 0px 8px 0px;

    text-align:center;
    background:url(/Imagem/LinhaDivisoriaVertCinzaDegrade01.png) no-repeat right bottom;
}

div.divPrato div.divPratoInfo span{
    display:block;
    min-height:37px;
    _height:37px;
    clear:left;
    font:normal normal bold 11px Arial;
    color:#000;
}
div.divPrato div.divPratoInfo div
{
    width:100%;
    height:30px;
    float:left;
    display:inline;
    margin:10px 0px 1px 0px;
    *margin:10px 0px 10px 0px;
    _margin:10px 0px 1px 0px;
    padding:3px 0px 0px 5px;
    font:normal normal normal 22px Trebuchet MS;
    color:#000;
    background:#d9d8d7;
}


div.divRestaurante div.divRestaurantesInfo h2,
div.divPrato div.divPratoInfo h2
{
    width:250px;
    height:auto;
    float:left;
    margin:0px;
    padding:0px;
    clear:right;
    color:#666;
    
    font:normal normal normal 18px Arial;
}
div.divRestaurante div.divRestaurantesInfo h2 span
{
	position:relative;
	bottom:2px;
	font:normal normal bold 11px Arial;
	color:#666666;
}

div.divRestaurante div.divRestaurantesInfo h2 a
{
	color:#666666;
}

div.divRestaurante div.divRestaurantesInfo div div
{
    width:95px;
    min-height:14px;
    _height:14px;
    float:left;
    margin:0px;
    padding:0px;
    clear:left;

    font:normal normal bold 10px Arial;
    color:#000000;
}
div.divRestaurante div.divRestaurantesInfo div span,
div.divPrato div.divPratoInfo div span
{
    width:auto;
    min-height:14px;
    _height:14px;
    float:left;
    margin:0px;
    padding:0px;

    font:normal normal normal 10px Arial;
    color:#666666;
}
div.divRestaurante div.divRestaurantesInfo div span img,
div.divPrato div.divPratoInfo div span img
{
    margin:0px 5px 0px 0px;
}

div#divStatusRestaurante,
div#divStatusPrato
{
	width:75px;
    height:16px;
    float:right;
    
    margin:0px;
    padding:2px 0px 0px 0px;
    
    font:normal normal bold 11px Arial;
    text-align:center;
}

div.divQuantidadePrato
{
    width:467px;
    height:40px;
    float:left;
    border-bottom:solid 1px #bebebe;
}

div.divQuantidadePrato span
{
    width:auto;
    height:auto;
    float:left;
    
    margin:11px 0px 0px 20px;
    
    font:normal normal normal 14px Trebuchet MS;
    color:#000;
}

div.divQuantidadePrato select
{
    float:left;
    margin:11px 0px 0px 20px;
    color:#000;
}


div.divMonteSuaPizza
{
    width:467px;
    height:auto;
    float:left;
    display:inline;
    padding:0px 0px 10px 0px;
    border-bottom:solid 1px #bebebe;

    background:url(/Imagem/IconePizza.png) no-repeat 22px 40px;
}

div.divMonteSuaPizzaInvisivel
{
    width:467px;
    height:auto;
    float:left;
    display:none;
    padding:0px 0px 10px 0px;
    border-bottom:solid 1px #bebebe;

    background:url(/Imagem/IconePizza.png) no-repeat 22px 40px;
}

h3.h3TituloAreaPreparo
{
    width:80%;
    height:auto;
    float:left;
    display:inline;
    margin:10px 0px 0px 20px;
    padding:0px 0px 5px 0px;
    clear:both;
    font:normal normal bold 14px Arial;
    color:#d04525;
}
div.divMonteSuaPizza label
{
    float:left;
    width:auto;
    height:auto;
    clear:left;
    margin:11px 0px 0px 80px;
    color:#9a3d00;
    font:normal normal normal 12px Trebuchet MS;
}
div.divMonteSuaPizza select
{
    float:left;
    width:200px;
    height:auto;
    margin:10px 0px 0px 10px;
}

div.divOpcoesPreparoInvisivel{
    width:467px;
    height:auto;
    float:left;
    display:none;
    padding:0px 0px 20px 0px;
    border-bottom:solid 1px #bebebe;
}

div.divOpcoesPreparo{
    width:467px;
    height:auto;
    float:left;
    display:inline;
    padding:0px 0px 20px 0px;
    border-bottom:solid 1px #bebebe;
}
div.divOpcoesPreparo table{
    width:94%;
    height:auto;
    float:left;
    margin:5px 3% 5px 3%;
    display:inline;
    font:normal normal normal 11px Trebuchet MS;
   
    background:#fff;
}
div.divOpcoesPreparo table thead{
    font:normal normal bold 14px Trebuchet MS;
    color:#333;
}

div.divOpcoesPreparo table col.colSelecao
{
    width:20px;
    background:#fff;
}

div.divOpcoesPreparo table col.colIngrediente,
div.divOpcoesPreparo table col.colPreco
{
    padding:0px 6px 0px 6px;
    background:#e1e1e1;
}

div.divOpcoesPreparo table tr td+td,
div.divOpcoesPreparo table tr td+td+td
{
    padding:0px 6px 0px 6px;
    background:#e1e1e1;
}

div.divOpcoesPreparo table col.colPreco
{
    background:#ccc;
}
div.divOpcoesPreparo table tr td+td+td
{
    background:#ccc;
}

div.divOpcoesPreparoObs
{
    width:467px;
    height:auto;
    float:left;
    display:inline;
    padding:0px 0px 0px 0px;
    border-bottom:solid 1px #bebebe;
}

div.divOpcoesPreparoObs textarea
{
    width:92%;
    height:105px;
    float:left;
    margin:5px 0px 5px 4%;
    display:inline;
    font:normal normal normal 11px Trebuchet MS;
}

div.divOpcoesPreparoObs input
{
    float:right;
    margin:10px 2% 10px 1%;
}


p#pPedidoPromocao
{
	width:442px;
	float:left;
	display:inline;
}

p#pPedidoAviso
{
	width:442px;
	height:auto;
	float:left;
	display:inline;

	font:normal normal normal 10px Arial;
	color:#ae1e1e;

	border:solid 1px #de9898;
	background-color:#f4ecec;
}
p#pPedidoAviso span
{
	font:normal normal bold 11px Arial;
	color:#ae1e1e;
}

div.divSugestaoChef
{
    width:454px;
    min-height:165px;
	float:left;
	display:inline;
	margin:10px 7px 0px 7px;
	padding:0px;
}

div.divSugestaoChef div.divSugestaoChefConteudo
{
    width:249px;
	float:left;
	display:inline;
	margin:0px;
	background:url(/Imagem/BordaDivisoriaDegrade.png) no-repeat right bottom;
}

div.divSugestaoChef div.divSugestaoChefConteudo h3
{
    width:98%;
    float:left;
    clear:both;
    display:inline;
    margin:0px 0px 12px 0px;
	font:normal normal bold 16px Arial;
	color:#d04525;
}
div.divSugestaoChef div.divSugestaoChefConteudo h4
{
    width:98%;
    float:left;
    clear:both;
    display:block;
    margin:0px;
	font:normal normal bold 11px Arial;
	color:#666666;
}
div.divSugestaoChef div.divSugestaoChefConteudo p
{
    width:98%;
    display:block;
    float:left;
    clear:both;
    margin:0px;
	font:normal normal normal 11px Arial;
	color:#333333;
}

div.divSugestaoChef div.divSugestaoChefConteudo input
{
    float:right;
    margin:10px;
}

div.divSugestaoChefIlustracao
{
    width:205px;
    min-height:170px;
    _height:170px;
    float:right;
    clear:none;
}
div.divSugestaoChefIlustracao img
{
    margin:9px 0px 0px 5px;
}