#nao_base {
	position:relative;
	z-index: 1;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -113px;
	width: 956px;
}
#topo {
	height: 88px;
	width: 956px;
	background-image: url(../images/fundo_topo.jpg);
	background-repeat: repeat;
}

#conteudo {
	width: 916px;
	padding:20px 20px 133px 20px;
}

#base {
	position:relative;
	z-index: 2;
	height:113px;
	width: 956px;
}
#fundo_base {
	position:relative;
	z-index: 5;
	height:90px;
	width: 956px;
	background-image: url(../images/fundo_base.png);
	background-repeat: repeat-x;
}
.base2{
	font-family:Tahoma, Geneva, sans-serif;
	color:#5c5c5c;
	padding-top:28px;
	margin-left:20px;
}
.abas_base{
	margin-bottom: -11px;
}
.logo{
	margin:20px;
	float:left;
}
.menu{
	float:right;
	margin:17px 20px 20px 0px;
}

.box{
	width:192px;
	background-color:#fff;
	border: 1px solid #e3e3e3;
	padding:10px;
}
.box_internas{
	width:192px;
	padding-right:22px;
	margin-right:20px;
	float:left;
}
.box_internas_ultima{
	margin-right:0px;
}
.box1{
	display:inline;
	float:left;
	margin: 0px 10px 20px 0px;
}
.box2{
	display:inline;
	float:left;
	margin: 0px 10px 20px 10px;
}
.box3{
	display:inline;
	float:left;
	margin: 0px 10px 20px 10px;
}
.box4{
	margin: 0px 0px 20px 10px;
}
.thumbs{
	/* width:212px; */
	height:212px;
	background-color:#FFF;
	border: 1px solid #e3e3e3;
}
.foto_grande{
	height:400px;
	padding:20px;
	background-color:#fff;
	border: 1px solid #e3e3e3;
}
.nome_produto{
	font-size:15px;
	font-weight:bold;
}
.subtitulo{
	font-weight:bold;
}
	
.inputs{
	height:12px;
	font:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.submit{
	position:relative;
	top:4px;
}
a.link_super:link, a.link_super:visited {

	color: #008dcf;
	text-decoration:underline;
}
a.link_super:hover {
	text-decoration:none;
	color:#008dcf;
}
a.link_acoplado:link, a.link_acoplado:visited {

	color: #47af4f;
	text-decoration:underline;
}
a.link_acoplado:hover {
	text-decoration:none;
	color:#47af4f;
}