/* background das páginas */
body
{
margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: center;
background: #CCC;
}

form
{
margin: 0;
}

html, body, table, tr, td, th
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #333;
	line-height: 15px;
}

.bkpages
{
	background: url("../images/bk_bluebox.gif");
}

/* Tabelas do box */
.tabelabox
{
    margin: 0;
    width:740px;
	padding:0px;
	background-color: #FFF;
	border-top:0px solid #F00; border-right:0px solid #F00; border-bottom:0px solid #F00; border-left:0px solid #F00;
}

/* Tabelas da adm */
.tabelaadm
{
    margin: 10;
	background-color: #FFF;
    width:740px;
	padding:0px;
	border-top:1px solid #333; border-right:1px solid #333; border-bottom:1px solid #333; border-left:1px solid #333;
}

.title
{
    font-family: Verdana;
    font-size: 18px;
    text-decoration: none;
	font-weight: bold;
    color: #FFF
}

.title a:link
{
    font-family: Verdana;
    font-size: 18px;
    text-decoration: none;
	font-weight: bold;
    color: #FFF
}
.title a:visited
{
    font-family: Verdana;
    font-size: 18px;
    text-decoration: none;
	font-weight: bold;
    color: #FFF
}
.title a:hover
{
    font-family: Verdana;
    font-size: 18px;
    text-decoration: none;
	font-weight: bold;
    color: #0099CC
}

.paginacao
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #333;
}

.paginacao a:link
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #3366CC;
}
.paginacao a:visited
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #3366CC;
}
.paginacao a:hover
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: underline;
    color: #FF0000;
}



/* Propriedades padrão para os links */
a:link
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #3366CC;
}
a:visited
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #3366CC;
}
a:hover
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: underline;
    color: #FF0000;
}

body { font-family: Verdana; }
#titulo { font-weight: bold; font-size: 11px; }
.produto { background-color: #EEE; }
.produto .valor { color: #F00; font-weight: bold; }
.produto .nome { font-weight: bold; }
.produto img { float: left; }
.botaopedir, .botaoconsultar, .botaodetalhes { text-align: center; }


/* Rodape */

.rodape
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #FFF
}

.rodape a:link
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
	font-weight: bold;
    color: #0F3
}
.rodape a:visited
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
	font-weight: bold;
    color: #0F3
}
.rodape a:hover
{
    font-family: Verdana;
    font-size: 11px;
    text-decoration: underline;
	font-weight: bold;
    color: #0F3
}

.ajuda
{
margin-top: 5px;
margin-left: 10px;
margin-right: 10px;
text-align: left;
background: #FFF;
}
