@charset "utf-8";
/* CSS Document */

html, body {
        margin: 0;
        padding: 0;
		font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		background:#273067;
}
a:link {text-decoration: none; color:#999999;}
a:visited {text-decoration: none; color:#999999;}
a:hover {text-decoration: none; color: #fff;}
a:active {text-decoration: none; color:#999999;}

#page-container {
        width: 800px;
        margin: auto;
		background:#273067 url(imgs/bg_conteudo.jpg) repeat-y;
}

#main-nav {
        background: #273067;
        height: 229px;
}

#header {
        background: #273067 url(imgs/bg_sombra.jpg) no-repeat;
        height: 98px;
}

#sidebar-a {
        background:#273067 url(imgs/bg_conteudo.jpg) repeat-y;
}

#title {
		float:left;
		padding:30px 20px 20px 20px;
		height:14px;
		width: 760px;
		text-align:center;
		font-size:14px;
		color: #666;
		font-weight:bold;
}

#content {
		background:#273067 url(imgs/bg_conteudo.jpg) repeat-y;
		float:left;
		padding:0px 0px 20px 30px;
		width: 720px;
		text-align: justify;
		font-size:11px;
		color: #333;
}

#footer {
        background:#273067 url(imgs/bg_rodape.jpg) no-repeat;
        height: 28px;
		clear:both;
		padding:20px;
		text-align:center;
		font-size:9px;
		color:#999999;
}

/* CSS DA LISTAGEM */

#_caminho {
	padding: 5px 0 50px 0;
}

#_caminho a, #_caminho a:hover{
	font-size: 11px;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

#_caminho a:hover{
	background: #757C91;
	color: #fff;
}


#_caixa_produtos {
	padding: 0;	
}

#_caixa_produtos ul{
	padding: 0;
	margin: 0;	
}

#_caixa_produtos img{
	border: none;
}


#_caixa_produtos ul li{
	list-style-type: none;
	padding: 2px;	
}

#_caixa_produtos ul li a, #_caixa_produtos ul li a:hover{
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #445;		
}

#_caixa_produtos ul li a:hover{
	background: #eee;
	color: #223;
}

._produto_nome {
	font-size: 12px;
	padding: 10px 0;
	font-weight: bold;
}

._produto_foto{
	width: 160px;
	float: left;
	text-align: center;	
}

._produto_foto a{
	margin: auto;
	text-align: center;
}

._produto_informacoes {
	display: block;
	float: left;
}

._produto_informacoes p {
	padding: 0 0 10px 0;
}

._produto_adicionais {
	float:right;
}

._produto_adicionais table{
	display: table;
	background: #ddd;
	padding: 0;
	margin: 0;
}

._produto_adicional_a, ._produto_adicional_b {
	background: #eee;
	display: table-cell;
	padding: 2px;
	margin: 0;	
	white-space: nowrap;
	color: #222;
	font-size:9px;
}

._produto_adicional_b {
	background: #fff;
}
