@charset "UTF-8";
body {
	margin: 0px;
	padding: 20px 0px 0px;
	background-repeat: repeat-x;
}
.SpryHiddenRegion {
   visibility: hidden;
}
.opa{
   visibility: visible;
}
.RSSItemListFeedback {
	height: 100%;
	margin: 75px auto auto auto;
	width: 100%;
}
.RSSItemListFeedback td {
	padding: 10px;
}
td.RSSItemListLoading {
	background-image: url(../demos/images/throbber.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#conteudo {
	width: 760px;
}
#cabecalho {
	height: 175px;
}
#menu {
	width: 170px;
	float: left;
}
.thumb_prod {
	float: left;
}
#direita {
	width: 177px;
	float: right;
}
#navegacao {
	width: 177px;
	float: right;
	height: 175px;
	vertical-align: baseline;
}
#principal {
	margin-left: 180px;
	margin-right: 185px;
	padding-top: 5px;
}
#miolo {
	position: relative;
}
#busca_field {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	width: 120px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#busca {
	padding: 12px;
	background-image: url(../imagens/fundo_busca.gif);
	background-repeat: no-repeat;
	height: 42px;
}
#conteudo  #navegacao  #links_princ {
	left: 50px;
	position: relative;
	top: 90px;
	width: 120px;
}
#rodape {
	margin-left: 180px;
	margin-right: 185px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.selecao {
	font-weight: bold;
	color: #666666;
}
#conteudo #navegacao #links {
	left: 50px;
	position: relative;
	top: 90px;
	width: 120px;
}
#pagnum {
	float: right;
}
.prod {
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding: 5px;
}
#linhas dt {
	font-weight: bold;
}
#linhas dd {
	display: inline;
}
#linhas dt {
	color: #666666;
}
.campos {
	background-color: #F0F0F0;
	border: 1px solid #999999;
	width: 300px;
}
#enviar {
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #929292;
}
#imagem {
	width: 100%;
	background-image: url(../imagens/fundo_inicio.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 45%;
}