#corpoxadrez{
	background-image:url(images/bg.gif)
}
.qtSabores {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #515151;
}
.Preco {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0e3b82;
}
.Ingredientes {
	font-family: Tahoma;
	font-size: 11px;
	color: #515151;
}
.cssNomePizza {
	font-family: Tahoma;
	font-size: 11px;
	color: #0e3b82;
	text-decoration: none;
}
.cssNomePizza:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #0e3b82;
	text-decoration: underline;
}
.copy {
	font-family: Tahoma;
	font-size: 11px;
	color: #85524e;
	text-decoration: none;
}
td {
	font-family: Tahoma;
	font-size: 12px;
	color: #484848;
	text-decoration: none;
}
.BTTN{
	BACKGROUND-COLOR: #fedcb6;
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: white 1px solid;
	BORDER-RIGHT: black 1px solid
	BORDER-TOP: white 1px solid;
	COLOR: #b63013;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11;
	FONT-WEIGHT: bold;
	CURSOR: hand;
}
.links {
	font-family: Tahoma;
	font-size: 12px;
	color: #484848;
	text-decoration: none;
}
.links:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #484848;
	text-decoration: underline;
}
.FonteLaranja {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	filter: DropShadow(Color=#474137, OffX=1, OffY=1, Positive=1);
}
.BordaCinza {
	border: 1px solid #F9F9F9;
	cursor: pointer;
}
.Menu {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #c0321c;
}
.foto{
	font-family: Verdana;
	font-size: 10px;
}

/* Forma */
#divForma{
	position: relative;
	width: 303px;
	height: 303px;
	left: 0px;
	top: 0px;
	background-image:url(images/forma_vazia.jpg);
}
#div1Sabor {
	position: absolute;
	width: 260px;
	height: 260px;
	left: 18px;
	top: 18px;
	z-index: 1;
}

#div2Sabor {
	position: absolute;
	width: 260px;
	height: 260px;
	left: 18px;
	top: 18px;
	z-index: 2;
}

#div3Sabor {
	position: absolute;
	width: 260px;
	height: 260px;
	left: 18px;
	top: 18px;
	z-index: 3;
}

/* Refrigerantes */
.refri{
	width: 236px;
	display: block;
	float: left;
}

.refri .itens, .refri .nome, .refri .preco, .refri .botao{
	text-align: center;
}

.refri .nome, .refri .preco{
	height: 20px;
}

.refri .botao{
	height: 30px;
}
/* Refrigerantes */