/* CSS Document */

.body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

a {
	text-decoration:none;
	outline:none;
}


.floatLeft {
	display:block;
	float:left;
}
.floatRight {
	display:block;
	float:right;
}

.containerTopo {
	display:block;
	width:100%;
	height: 265px;
	background-color:#ffffff;
}

.topo {
	display:block;
	width:994px;
	height: 265px;
	background: url(/temas/nobrinde/img/bgTop.gif);
	position:relative;
	margin:0 auto;
}

.menuTopo {
	display:block;
	width:994px;
	height:50px;
}

div.btopContainer {
	width:994px;
	position:absolute; 
	top:0; 
	left:0; 
	z-index:10000;
}

div.btopContainer div.posElements {
	position:absolute; 
	width:181px; 
	clear:both;
	z-index:999999;
}

div.btopContainer div.posElements div.listLogos {
	display:none;
	float:left;
	width:993px;
	height:69px;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background:#EBEBEB;
}

div.btopContainer div.posElements div.listLogos div.item_logo {
	float:left;
	margin-top:10px;
	padding:0px 12px 0 12px;
	background-position:center center;
	background-repeat:no-repeat;
	height:49px;
	border-right:1px solid #CCCCCC;
}

div.btopContainer div.posElements div.listLogos div.item_logo.last {
	border:none;
}

div.btopContainer div.posElements div.listLogos div.item_logo a.link_logo {
	display:block;
	width:100%;
	height:100%;
	outline:none;
}

div.btopContainer div.posElements div.openTab {
	float:left;
	width:181px;
	height:30px;
	background: url(/temas/nobrinde/img/tab.png) no-repeat center center;
	margin-top:-1px;
}

div.btopContainer div.posElements div.openTab  a.tab {
	display:block;
	float:left;
	width:162px;
	height:20px;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	padding:6px 9px 4px 10px;
	outline:none;
}

#idiomas {
	float:left;
	width:148px;
	height:35px;
	padding:0 0 0 126px;
}

#idiomas ul {
	display: block;
	margin:0;
	padding:14px 0 0 45px;
}

#idiomas ul li {
	display: block;
	float:left;
	list-style: none;
}

#idiomas ul li a {
	display: block;
}

#idiomas ul li a span {
	display: none;
}

.flagPt {
	display:block;
	background:url(/temas/nobrinde/img/flagPt.gif);
	width:26px;
	height:21px;
}
.flagPt a {
	display:block;
	width:26px;
	height:21px;
}
.flagPt a:hover {
	background:url(/temas/nobrinde/img/flagPt.gif) 0 -21px;
	width:26px;
	height:21px;
}

.flagPtOn {
	background:url(/temas/nobrinde/img/flagPt.gif) 0 -21px;
	width:26px;
	height:21px;
}

.flagEs {
	display:block;
	background:url(/temas/nobrinde/img/flagEs.gif);
	width:26px;
	height:21px;
}
.flagEs a {
	display:block;
	width:26px;
	height:21px;
}
.flagEs a:hover {
	background:url(/temas/nobrinde/img/flagEs.gif) 0 -21px;
	width:26px;
	height:21px;
}

.flagEsOn {
	background:url(/temas/nobrinde/img/flagEs.gif) 0 -21px;
	width:26px;
	height:21px;
}

.flagUk {
	display:block;
	background:url(/temas/nobrinde/img/flagUk.gif);
	width:26px;
	height:21px;
}
.flagUk a {
	display:block;
	width:26px;
	height:21px;
}
.flagUk a:hover {
	background:url(/temas/nobrinde/img/flagUk.gif) 0 -21px;
	width:26px;
	height:21px;
}

.flagUkOn {
	background:url(/temas/nobrinde/img/flagUk.gif) 0 -21px;
	width:26px;
	height:21px;
}

.menuInstitucional {
	position:relative;
	display:block;
	float:left;
	width:468px;
	margin:17px 50px 0 0;
}

.menuInstitucionalContent {
	position:absolute;
	top:0;
	left:0;
	width:515px;
}

.menuInstitucional a {
	text-decoration:underline;
}

.separadorAreaReservada {
	display:block;
	float:left;
	width:1px;
	height:33px;
	background: url(/temas/nobrinde/img/separadorAreaReservada.gif) no-repeat center center;
	margin:17px 10px 0 0;
}

.areaReservada {
	position:absolute;
	top:0;
	right:1px;
	z-index:100;
	display:block;
	float:left;
	width:170px;
	margin-top:17px;
	line-height:16px;
	padding:0 0 0 10px;
}

div.areaReservada div.loggedOn {
	position:absolute;
	top:0;
	left:3px;
	color:#000000;
	width:170px;
}

div.areaReservada div.loggedOn span {
	display:block;
	padding-bottom:2px;
	font-weight:bold;
}

div.areaReservada div.loggedOn ul {
	margin:0;
	padding:0;
	list-style:none;
}

div.areaReservada div.loggedOn ul li {
	list-style:none;
	padding:1px 0 1px 0;
}

div.areaReservada div.loggedOn ul li a{
	text-decoration:underline;
}

div.areaReservada div.loggedOn a.btnSair {
	position:absolute;
	right:0px;
	bottom:-10px;
}

.areaReservadaOn {
	display:none;
	position:absolute;
	top:-17px;
	left:0px;
	width:183px;
	height:200px;
	background:url(/temas/nobrinde/img/baseLogin.png) no-repeat center center;
	z-index:20;
}

.areaReservadaOn form {
	margin:0;
	padding:0;
}

.areaReservadaOn div.container {
	padding:17px 0 0 12px;
}

.areaReservadaOn div.container a.linkLogin {
	margin-bottom:5px;
}
.areaReservadaOn div.container input.inputEntrar {
	padding-top:5px;
}
.areaReservadaOn div.container a.linkRegistoUser {
	display:block;
	margin-top:12px;
}

.areaReservadaOn div.container input.boxLogin {
	width:152px;
	color:#000000;
	background-color:#FFFFFF;
	font-size:12px;
	margin:5px 0 5px 0;
}

label#labelpwd {
	position:absolute;
	top:77px;
	left:16px;
	color:#333;
	font-size:11px;
	font-family:Tahoma;
}

.areaReservada a {
	color:#000;
	text-decoration:underline;
}

.linkLogin {
	display:block;
	font-weight:bold;
	width:168px;
	height:17px;
	outline:none;
}
.linkLogin span {
	display:block;
	float:left;
}
.linkLogin span.imgLogin {
	float:left;
	display:block;
	width:17px;
	height:17px;
	background: url(/temas/nobrinde/img/btLoginOff.gif) no-repeat;
	margin-left:6px;
}

.linkLogin span.imgLogin.on {
	float:left;
	display:block;
	width:17px;
	height:17px;
	background: url(/temas/nobrinde/img/btLoginOn.gif) no-repeat;
	margin-left:6px;
}

div#topTolbar {
	position:fixed;
	bottom:0px;
	left:0px;
	color:black;
	background:#FFF;
	padding:10px;
	z-index:1000000;
	border-top:1px dotted #CCC;
	border-right:1px dotted #CCC;
	font-size:9px;
}

.cabecalho {
	display:block;
	width:994px;
	height:160px;
}

.logotipo {
	display:block;
	float:left;
	width:180px;
	height:150px;
	margin-right:28px;
}

.logotipo a {
	display:block;
	float:left;
	width:180px;
	height:150px;
	margin-right:28px;
	overflow:hidden;
}

.logotipo span {
	display:none;
}

a.logotipoText {
	display:block;
	width:181px;
	height:118px;
	color:#000;
	font-size:20px;
	padding:30px 0 0 0;
}

.bestOf {
	display:block;
	float:left;
	width:576px;
	height:160px;
	margin-right:29px;
	margin-top: -5px;
	margin-bottom:10px;
}

.titBestOf {
	display:block;
	float:left;
	width:162px;
	height:20px;
	background: url(/temas/nobrinde/img/titBestOf.gif);
	margin-left:23px;
}

.carrocel {
	display:block;
	width:576px;
	height:140px;
	background: url(/temas/nobrinde/img/flashBestOf.jpg);
	margin-top:20px;
}

.resultBoxTopo {
	float:left;
	font-size:12px;
}
.resultBoxTopo div.label {
	float:left;
	color:#000;
}
.resultBoxTopo div.resultados {
	float:left;
	color:red;
	padding-left:4px;
	font-weight:bold;
}

.cliente {
	position:absolute;
	z-index:0;
	display:block;
	float:left;
	width:170px;
	height:102px;
	margin-top:48px;
}

.menuHelpdesk {
	position:absolute; 
	bottom:10px; 
	left:0; 
	z-index:0;
}

.menuHelpdesk:hover ul {
	display: block;
}

.menuHelpdesk ul {
	list-style-type: none;
	display: none;
	position: absolute;
	background: black;
	top: 50px;
	left: 25px;
	margin: 0px;
	padding: 10px;
}

div.divNewsletter {
	position:absolute;
	bottom:10px;
	left:0;
	z-index:0;
}

.menuHelpdesk ul li {
	margin-bottom: 7px;
	border-left: 1px solid #9a9a9a;
	padding-left: 5px;
	white-space: nowrap;
}

.menuHelpdesk ul li.nobar {
	border: 0px;
}

.menuHelpdesk ul li a {
	color: white;
	white-space: nowrap;
}

.menuHelpdesk ul li:hover a, .menuHelpdesk ul li a:hover  {
	text-decoration: underline;
}

.apoioCliente {
	clear:both;
	display:block;
	float:left;
	width:157px;
	height:50px;
}

.apoioCliente a {
	display:block;
	float:left;
	width:157px;
	height:34px;
}

.apoioCliente span {
	display:none;
}

.newsletter {
	display:block;
	float: left;
	width:120px;
	height:31px;
	background: url(/temas/nobrinde/img/btNewsletter.gif);
	margin-top:5px;
}

.newsletter a {
	display:block;
	width:120px;
	height:31px;
}

.newsletter span {
	display:none;
}

.compras {
	float:left;
	display:block;
	width:994px;
	height:55px;
	margin-top:-7px;
}

.compras .btNewsletter {
	float:left; 
	margin: 10px 10px 10px 0px;
}
div.caixaPesquisa {
	float:left;
	width:233px;
	margin-left:74px;
	margin-top:13px;
}
div.caixaPesquisa div.caixa {
	float:left;
	width:131px;
	height:30px;
}
div.caixaPesquisa div.caixa input.inputPesquisaTop {
	display:block;
	width:125px;
	margin-top:5px;
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	padding:3px 0 3px 3px;
}
div.caixaPesquisa div.buttonPesquisar {
	float:left;
	margin-left:3px;
}

#encontrados {
	float:left;
	padding-top:25px;
	width:342px;
	font-weight:bold;
	padding-left:10px;
}

.carrinho {
	position:relative;
	display:block;
	float:left;
	text-align:right;
	width:150px;
	margin:15px 0 0 0;
}

.carrinhoTexto {
	color:#000;
}

.carrinhoItens {
	color:#000;
	text-decoration:underline;
}

.carrinhoItens a {
	color:#000;
	text-decoration:underline;
}

.carrinhoValor {
	font-size: 13px;
	font-weight:bold;
	color:#fe0000;
}

.carrinhoCesto {
	display:block;
	position:absolute;
	top:-4px;
	right:-35px;
	width:22px;
	height:35px;
}

.imgAmbiente {
	float:left;
	display:block;
	width:100%;
	height:70px;
}

.divPesquisa {
	display:block;
	width:994px;
	height: 70px;
	margin:0 auto;
}

.input {
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:115px;
	margin:17px 10px 0 0;
}

.dropdown {
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:115px;
	padding:2px;
	margin:17px 10px 0 0;
}

.dropdown.subcategorias {
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	min-width:170px;
	width:auto;
	padding:2px;
	margin:17px 10px 0 0;
}

.btPesquisar {
	display:block;
	float:left;
	width:98px;
	height:32px;
	margin-top: 12px;
}

.btPesquisar a {
	display:block;
	float:left;
	width:98px;
	height:32px;
	margin-top: 13px;
}

.btPesquisar span {
	display:none;
}

.conteudoGeral {
	display:block;
	width:994px;
	position:relative;
	margin:75px auto 0 auto;
}

.conteudo {
	display:block;
	width:994px;
	line-height:14px;
}

.conteudoGeral ul {
	padding:0;
	margin:5px 0 5px 20px;
}

.conteudoGeral ol {
	padding:0;
	margin:5px 0 5px 25px;
}

.conteudoGeral li {
	padding:0;
	margin:5px 0 5px 0;
}

.categorias {
	display:block;
	float:left;
	width:180px;
	margin-right:29px;
	line-height:20px;
}

.categorias a {
	color:#fff;
	text-decoration:none;

}

.categorias a:hover {
	color:#fff;
	text-decoration:underline;
}

.titCategorias {
	font-size:13px;
	font-weight:bold;
	font-family:Tahoma;
	margin-top:10px;
}
.menu {
	font-family:Arial;
	font-size:12px;
	line-height:20px;
	
}
.menu #navegacaoEsq a.head {
	height:20px;
	cursor:pointer;
	display:block;
	margin:0px;
	padding:0px;
	text-decoration: none;
}

.menu #navegacaoEsq {
	font-family:Arial;
	font-size:12px;
	line-height:20px;
	margin:0;
	padding:0;
}
.menu #navegacaoEsq ul {
	margin:0px;
	padding:0px;
	text-indent:0px;
}
.menu #navegacaoEsq li{
	margin:0px;
	padding:0px;
	text-indent:0px;
	list-style:none;
}

.menu #navegacaoEsq li div.travessao {
	padding:0 0 0 10px;
	margin:0;
}

.menu #navegacaoEsq li div.travessao.subcategorias {
	padding:0 0 0 10px;
	line-height:18px;
}

.menu #navegacaoEsq li div.travessao.subcategorias a {
	font-size:11px;
	line-height:10px;
}

.menu #navegacaoEsq li a {
	text-indent:5px;
	text-decoration: none;
	font-weight:normal;
	line-height:20px;
	padding:0 0 0 4px;
}
/*.menu #navegacaoEsq li li a:hover,.menu #navegacaoEsq li a:hover {
	text-decoration:underline;
}*/
.menu #navegacaoEsq li li a:hover {
	text-decoration:underline;
}

.largBut{
	width:22px;
	height:22px;
	margin-top:2px;
	border:none;
}

#bot_1 div{
	background: url(img/bt01.png) no-repeat 100% 0%;
}

#bot_2 div{
	background: url(img/bt02.png) no-repeat 100% 0%;
}

#bot_3 div{
	background: url(img/bt03.png) no-repeat 100% 0%;
}

#bot_4 div{
	background: url(img/bt04.png) no-repeat 100% 0%;
}

#bot_5 div{
	background: url(img/bt05.png) no-repeat 100% 0%;
}

#bot_6 div{
	background: url(img/bt06.png) no-repeat 100% 0%;
}

.categoriasSeparador{
	display:block;
	width:180px;
	height:1px;
	background-image:url(/temas/nobrinde/img/separadores.png);
	margin:10px 0 10px 0;
}

.produtosIcon {
	display:block;
	width:180px;
	height:19px;
}


.produtosIcon span {
	margin-left:22px;
	font-family:Arial;
	font-size:12px;
}

/*.produtosPersonalizados{
	display:block;
	width:180px;
	height:19px;
	background:url(/temas/nobrinde/img/iconProdutosPersonalizados.png) no-repeat;
}

.produtosPersonalizados span {
	margin-left:22px;
	font-family:Arial;
	font-size:12px;
}*/

.produtos {
	float:left;
	width:576px;
	margin-right:29px;
}

.containerHome {
	width:576px;
	clear:both;
	min-height:10px;
}

div.campanhas.campanhas {
	position:relative;
	display:block;
	float:left;
	width:574px;
	height:150px;
	margin: -10px 0px 15px 0px;
}

div.campanhas div.botoesCampanhas {
	position:absolute;
	top:2px; 
	right:3px;
	width:23px; 
}

.baseProdutos {
	display:block;
	float:left;
	width:122px;
	min-height:152px;
	background:url(/temas/nobrinde/img/fundoProdutos.png) no-repeat;
	margin-right:15px;
	color:#e4008d;
	line-height:14px;
}

.baseProdutosIndent {
	display:block;
	float:left;
	width:122px;
	min-height:152px;
	background:url(/temas/nobrinde/img/fundoProdutos.png) no-repeat;
	padding:5px 0 0 5px;
	margin:20px 0 20px 15px;
	color:#e4008d;
	line-height:14px;
}

div.imgContainer {
	float:left;
	width:100%;
	margin-bottom:15px;
}

.imgProduto {
	display:block;
	width:112px;
	height:112px;
	overflow:hidden;
	margin:3px 0 15px 5px;
	border:none !important;
}


.titProduto {
	font-size: 12px;
	font-weight:bold;
}

.precoProduto {
	font-weight:bold;
}

.titProdutosPersonalizados {
	display:block;
	float:left;
	width:576px;
	height:25px;
	margin-bottom:10px;
}

.descricaoProdutosPersonalizados {
	display:block;
	float:left;
	width:240px;
	height:120px;
	background: url(/temas/nobrinde/img/fundoProdutosPersonalizados.png) no-repeat;
	padding:10px;
	margin-right: 20px;
}

.destaquesLivres {
	display:block;
	float:left;
	width:576px;
	min-height:72px;
	margin-top:20px;
}

.destaquesLivresSeparador{
	display:block;
	width:576px;
	height:1px;
	background-image:url(/temas/nobrinde/img/separadores.png);
}

.bgTransparente {
	background: url(/temas/nobrinde/img/separadores.png);
}

.destaquesLivresBloco1 {
	display:block;
	float:left;
	width:277px;
	margin:10px 10px 0 0;
}

.destaquesLivresImagem1 {
	display:block;
	border:1px solid #000;
	float:left;
	width:68px;
	height:68px;
	margin-right:10px;
}

.destaquesLivresTexto1 {
	display:block;
	float:left;
	width:197px;
}

.destaquesLivresSeparadorVert{
	display:block;
	float:left;
	width:1px;
	min-height:70px;
	background-image:url(/temas/nobrinde/img/separadores.png);
	margin-top:10px;
}

.destaquesLivresBloco2 {
	display:block;
	float:left;
	width:278px;
	margin:10px 0 0 10px;
}

.destaquesLivresImagem2 {
	display:block;
	border:1px solid #000;
	float:left;
	width:68px;
	height:68px;
	margin-right:10px;
}

.destaquesLivresTexto2 {
	display:block;
	float:left;
	width:197px;
}

.destaquesLivresTitulo {
	font-size: 12px;
	font-weight:bold;
}

.destaquesLivresTexto {
	float:left;
	margin-top:5px;
}

.colunaDireita {
	display:block;
	float:left;
	width:180px;
}

.bannerAfiliados {
	display:block;
	border:1px solid #000;
	width:178px;
	height:118px;
	/*background-image:url(/temas/nobrinde/img/bannerAfiliados.jpg);*/
	margin:20px 0 20px 0;
}

.bannerAfiliados a {
	display:block;
	border:1px solid #000;
	width:178px;
	height:118px;
	margin:20px 0 20px 0;
}

.titColunaDireita {
	display:block;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	font-family:Tahoma;
	padding:14px 0 0 0;
}

.baseMaisProcurados {
	float:left;
	display:block;
	width:180px;
	min-height:70px;
	margin-bottom:15px;
}

.baseProdutosPeq {
	display:block;
	float:left;
	width:70px;
	height:70px;
	background:url(/temas/nobrinde/img/fundoTop.png) no-repeat;
	margin-right:6px;
	padding:2px;
	overflow:hidden;
}

.baseProdutosPeq img {
	width:66px;
	height:66px;
}	

.imgProdutoPeq {
	display:block;
	float:left;
	width:66px;
	height:66px;
}

.infoProdutoPeq{
	display:block;
	float:left;
	width:100px;
	color:#e4008d;
	line-height:14px;
}

.top1 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top01.png);
	margin-bottom:5px;
}
.top2 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top02.png);
	margin-bottom:5px;
}
.top3 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top03.png);
	margin-bottom:5px;
}
.top4 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top04.png);
	margin-bottom:5px;
}
.top5 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top05.png);
	margin-bottom:5px;
}
.top6 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top06.png);
	margin-bottom:5px;
}
.top7 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top07.png);
	margin-bottom:5px;
}
.top8 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top08.png);
	margin-bottom:5px;
}
.top9 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top09.png);
	margin-bottom:5px;
}
.top10 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top10.png);
	margin-bottom:5px;
}
.top11 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top11.png);
	margin-bottom:5px;
}
.top12 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top12.png);
	margin-bottom:5px;
}
.top13 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top13.png);
	margin-bottom:5px;
}
.top14 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top14.png);
	margin-bottom:5px;
}
.top15 {
	display:block;
	width:27px;
	height:22px;
	background-image:url(/temas/nobrinde/img/top15.png);
	margin-bottom:5px;
}

.titProdutoPeq {
	color:#fff;
}

.precoProdutoPeq {
	font-weight:bold;
}

.bannerStockOff {
	display:block;
	border:1px solid #000;
	width:178px;
	height:118px;
	/*background-image:url(/temas/nobrinde/img/bannerStockOff.jpg);*/
	margin-top:20px;
}

.bannerStockOff a {
	display:block;
	border:1px solid #000;
	width:178px;
	height:118px;
	margin-top:20px;
}

.rodape{
	display:block;
	width:994px;
	min-height:140px;
	margin:0 auto;
	padding:20px 0 20px 0;
}

.rodapeSeparador{
	display:block;
	width:994px;
	height:1px;
	background-image:url(/temas/nobrinde/img/separadores.png);
}

.rodapeBlocoLinks {
	display:block;
	float:left;
	width:497px;
}

.rodapeLogo {
	display:block;
	float:left;
	width:56px;
	height:23px;
	background-image:url(/temas/nobrinde/img/logoMba.png);
	margin:20px 15px 0 0;
	text-indent:-1000px;
}

.rodapeLinks {
	display:block;
	float:left;
	color:#c88fb2;
	margin-top:28px;
	line-height:18px;
}

.rodapeLinks a {
	text-decoration:underline;
}

.rodapePagamentos {
	display:block;
	width:234px;
	height:45px;
	background-image:url(/temas/nobrinde/img/logosPagamentos.png);
	margin-top:10px;
}

.rodapeBlocoNoticias {
	display:block;
	float:left;
	width:497px;
	height:140px;
}

div.rodapeBlocoNoticias div.blocoNoticia {
	clear:both;
	height:83px;
}

.btVoltar {
	clear:both;
	display:block;
	margin:10px 0 20px 0;
}
.btVoltar a{
	display:block;
	background:url(/temas/nobrinde/img/setaVoltar.gif) no-repeat left center;
	padding:0 0 0 10px;
	text-decoration:underline;
}

.noticias {
	float:left;
	font-size: 12px;
	font-weight:bold;
	margin-top:20px;
}
.noticias a {
	color:#FFFFFF;
}

.noticias a:hover {
	text-decoration:underline;
}

.iconRss {
	display:block;
	float:left;
	width:42px;
	height:19px;
	background-image:url(/temas/nobrinde/img/iconRss.png);
	margin:16px 0 0 20px;
}

.titNoticias {
	font-family: Tahoma;
	font-size: 11px;
	color:#fff;
	font-weight:bold;
}

.textoNoticias {
	position:relative;
	width:497px;
	height:70px;
	font-family: Tahoma;
	font-size: 11px;
	float:left;
	color:#c88fb2;
	margin-top:10px;
}

.verMais {
	color:#fff;
	text-decoration:underline;
	outline:none;
}

.verMais a {
	color:#fff;
	text-decoration:underline;
	outline:none;
}

/*CATALOGO*/
.breadCrumbs {
	position:relative;
	display:block;
	font-size:13px;
	padding:12px 0 13px 0;
	background:url(/temas/nobrinde/img/separadores.png) center bottom repeat-x;
	font-weight:bold;
	margin-bottom:15px;
	text-transform:uppercase;
}
.breadCrumbs span{
	font-size:13px;
}
.breadCrumbs a {
	font-size:13px;
	text-decoration:none;
}
.blocoDetalhe {
	float:left;
	display:block;
	padding:20px 0 10px 0;
	margin:0 0 10px 0;
}
.breadCrumbs div.btVoltar {
	position:absolute;
	top:4px;
	right:0;
	font-weight:normal;
	text-transform:lowercase;
}

.blocoTopProduto {
	display:block;
	margin:0 0 10px 0;
}

.divImgProduto {
	position:relative;
	display:block;
	width:300px;
	height:300px;
	float:left;
	margin:0 10px 0 0;
	z-index:10;
	background-image:url(/temas/nobrinde/img/mascaraImgDetalhe.png);
}
.imgProdutoDetalhe {
	display:block;
	position:absolute;
	top:3px;
	left:4px;
	width:292px !important;
	height:294px !important;
	overflow:hidden;
}

.overflowImageDetail {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:292px;
	height:294px;
	z-index:1000;
}

.imgProdutoDetalhe a {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:292px !important;
	height:294px !important;
	overflow:hidden;
}
.imgProdutoDetalhe img {
	width:292px !important;
	height:292px !important;
}

div.iconLupaZoom {
	display:none;
	position:absolute;
	bottom:8px;
	right:11px;
	width:31px;
	height:31px;
	background:url(/temas/nobrinde/img/lupaImgDetalhe.png) no-repeat;
	z-index:100;
}

.tituloProdutoDetalhe {
	display:block;
	font-size:13px;
	font-weight:bold;
	margin:0 0 4px 0;
}

.textoProdutoDetalhe {
	display:block;
	font-size:12px;
	margin:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
}
.textoProdutoDetalhe span{
	display:block;
	font-size:12px;
	color:#c88fb2;
}

div.boxProdutoComprar {
	float:left;
	width:100%;
	padding-top:16px;
}

.labelsProdutoDetalhe {
	float:left;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.labelsProdutoDetalhe span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
/*
Preço de Impressão (BEGIN)
*/
.labelsProdutoDetalhe .preco_impressao {
	display:none;
	float:left;
	width:100%;
	margin:5px 0 5px 0;
} 
.labelsProdutoDetalhe .preco_impressao span.label {
	display:block;
}
/*
Preço de Impressão (END)
*/

div.labelTipoImpressao {
	float:right;
	font-size:12px;
}

div.labelTipoImpressaoBottom {
	padding:5px;
	clear:both;
	font-size:12px;
	background:url(/temas/nobrinde/img/separadores.png);
}

div.labelTipoImpressaoBottom span {
	display:block;
	padding:5px 0 0 0;
}
div.labelTipoImpressaoBottom select {
	margin:5px 0 0 0;
}

.inputDetalhe {
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:75px;
	height:17px;
	padding:3px 0 0 5px;
	margin:17px 10px 0 0;
}

.dropdownDetalhe {
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:75px;
	height:24px;
	margin:17px 10px 0 0;
}

.dropdownLoja {
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:120px;
	height:24px;
	padding-top:2px;
	margin:0;
}

.linkCalcular {
	display:block;
	float:left;
	margin:22px 0 0 0;
}
.linkCalcular a{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.linkCalcular a:hover {
	color:#FFFFFF;
}

div.boxActionButtons {
	float:left;
	padding-top:8px; 
}

.btAdicionarDetalhe {
	display:block;
	width:104px;
	height:36px;
	margin:0;
}
.btAdicionarDetalhe a{
	display:block;
	width:104px;
	height:36px;
}
.btAdicionarDetalhe span{
	display:none;
}

.btWishlistDetalhe {
	float:left;
	display:block;
	margin:0 0 0 0px;
}
.btWishlistDetalhe a{
	float:left;
	display:block;
	background:url(/temas/nobrinde/img/iconeWishlist.png) no-repeat left;
	padding:12px 0 12px 32px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}
.btWishlistDetalhe a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.label2Detalhe {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.label2Detalhe a{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.label2Detalhe a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

.blocoTextoProduto {
	display:block;
	float:right;
	width:265px;
}

.labelProdutosRelacionados {
	clear:both;
	display:block;
	width:259px;
	height:28px;
	margin:0 0 10px 0;
}
.labelProdutosRelacionados span {
	display:none;
}

.imgThumbs {
	display:block;
	float:left;
	width:66px;
	height:66px;
	overflow:hidden;
}

/*
Carousel Detalhes Produto
*/

div.carouselContainer {
	margin-top:20px;
	float:left;
	width:100%;
	height:155px;
}

div.carousel {
	float:left;
	width:300px;
	padding-top:19px;
}

div.carousel.imagens {
	border-top:none;
	margin-top:0px;
	padding-top:10px;
}

div.carousel div.titulo {
	float:left;
	width:100%;
}


div.carousel div.thumbs {
	float:left;
	margin:0 0 0 30px;
}

div.carousel div.thumbs a.baseThumbs {
	display:block;
	width:66px;
	height:66px;
	overflow:hidden;
	outline:none;
}

div.downloadImagensProduto {
	clear:both;
	padding:11px 0 1px 0;
	background:url(/temas/nobrinde/img/separadores.png) center 5px repeat-x;
}

div.downloadImagensProduto a:hover {
	text-decoration:underline;
}

div.selectImage {
	display:none;
	float:left;
	margin:75px 0 0 10px;
	width:266px;
	background:url(/temas/nobrinde/img/fundoEscolha.png) no-repeat;
}

div.blocoPreview {
	float:left;
	width:70px;
	height:70px;
	background:url(/temas/nobrinde/img/fundoTop.png) no-repeat;
	margin:5px;
}

div.selectImage div.blocoPreview div.image{
	width:66px;
	height:66px;
	margin:2px 0 0 2px;
	overflow:hidden;
}

div.selectImage div.options_select {
	float:left;
	width:180px;
}

div.selectImage div.options_select ul {
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
}

div.selectImage div.options_select ul li a {
	text-decoration:underline;
	color:#FFFFFF;
	line-height:18px;
}

div.textoDetalhe {
	width:100%;
	display:block;
	font-family:Arial;
	font-size:12px;
	padding:10px 0 10px 0;
}

div.textoDetalhe a.verTodos {
	background:url(/temas/nobrinde/img/iconVerTodos.gif) no-repeat left center;
	height:15px;
	padding:0 0 0 18px;
	color:#FFFFFF;
	text-decoration:underline;
	float:right;
}

div.blocoUploadMotivo {
	float:left;
	width:290px;
	height:59px;
	background:url(/temas/nobrinde/img/fundo_procurar.png) no-repeat;
	padding:12px 10px 10px 10px;
}

div.blocoUploadMotivo input.submit_black {
	display:block;
	margin-top:10px;
}

input.submit_black {
	cursor: pointer;
	padding: 25px 0 0 0;
	overflow: hidden;
	border: 0;
	width:81px;
	height:24px;
	background: transparent url(/temas/nobrinde/img/pt/bt_carregar.png) no-repeat top left;
}

div.blocoObservacoes {
	float:left;
	width:255px;
}

div.blocoObservacoes span.titulo {
	display:block;
	font-weight:bold;
	color:#FFFFFF;
}

div.blocoObservacoes span.txt {
	color:#C790B0;
}

div.blocoMaisinformacoes {
	float:left;
	width:255px;
	background: url(/temas/nobrinde/img/iconMaisInfo.png) no-repeat left top;
	height:18px;
	margin-top:10px;
}

div.blocoMaisinformacoes a {
	display:block;
	padding-left:23px;
	color:#FFFFFF;
	font-size:13px;
	outline:none;
}

div.blocoMaisinformacoesConteudo {
	clear:both;
	padding-top:10px;
	color:#FFFFFF;
	display:none;
}

/*
 LISTAGEM PRODUTOS
*/
.colorOverlay {
	display: none; 
	background: url('/temas/nobrinde/img/colorpicker.png'); 
	position: absolute; 
	top: 0px; 
	width: 112px; 
	height: 112px; l
	eft: 0px; 
	padding: 5px;
}
.colorOverlay div {
	width: 18px; 
	height: 18px; 
	top: 3px; 
	left: 3px; 
	padding: 2px; 
	float: left;
}
.colorOverlay div a img, .colorSet a img {
	height: 18px;
	width: 18px;
	border: 0px;
}
.colorSet {
	position: absolute; 
	width: 18px; 
	height: 18px; 
	top: 5px; 
	left: 5px; 
	padding: 2px;
}
.divGeralTopList {
	display:block;
	padding:10px 0 17px 0;
}

.labelDropdownList {
	display:block;
	float:left;
	padding:3px 0 0 0;
}

.dropdownList {
	display:block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	margin:0 10px 0 10px;
}

#paginacaoList {
	float:right;
	padding:3px 0 0 0;
}

#paginacaoList ul {
	display: block;
	margin:0;
	padding:0;
}

#paginacaoList ul li {
	display: block;
	float:left;
	list-style: none;
	color:#c88fb2;
	margin:0 5px 0 5px;
}

#paginacaoList ul li a {
	display: block;
	color:#FFFFFF;
}

#paginacaoList ul li a:hover {
	color:#c88fb2;
	text-decoration:none;
}

#gallery {
	float:left;
	width:600px;
}

div.productListHomeContainer {
	float:left;
	margin:-20px 0 27px 0;
}

.baseProdutosList {
	display:block;
	float:left;
	width:122px;
	min-height:152px;
	background:url(/temas/nobrinde/img/fundoProdutos.png) no-repeat;
	padding:0;
	margin-right:15px;
	color:#e4008d;
}

/*
Pesquisa Catálogo
*/
div.baseProdutosPesquisa {
	display:block;
	float:left;
	width:500px;
	min-height:152px;
	background:url(/temas/nobrinde/img/fundoProdutos.png) no-repeat;
	padding:0;
	margin-right:15px;
	color:#e4008d;
}
div.baseProdutosPesquisa div.imagem {
	float:left;
	width:140px
}
div.baseProdutosPesquisa div.textBox {
	float:left;
	display:block;
	width:340px;
}

div.baseGcaPesquisa div.textBox.home {
	font-size:16px;
}

.baseProdutosIndentList {
	display:block;
	float:left;
	width:118px;
	min-height:118px;
	background:url(/temas/nobrinde/img/fundoProdutos.png) no-repeat;
	padding:4px 0 0 4px;
	/*margin:20px 0 20px 15px;*/
}

.imgCategoriasList {
	display:block;
	width:112px;
	height:112px;
	overflow:hidden;
	margin:3px 0 15px 5px;
	border:none !important;
}

.imgProdutoList {
	display:block;
	width:113px;
	height:113px;
	overflow:hidden;
	margin:4px 0 15px 5px;
	border:none !important;
	padding:0 !important;
}

.imgProdutoList.move {
	cursor:move;
}

.titProdutoEstrela {
	/*height:19px;
	padding:2px 0 4px 20px;*/
	font-size: 12px;
	font-weight:bold;
}

.titProdutoEstrelaLista {
	/*height:19px;
	padding:2px 0 4px 5px;*/
	font-size: 12px;
	font-weight:bold;
}

.titCategoriasCatalogo {
	height:19px;
	font-size: 12px;
	font-weight:bold;
	color:#fff;
	padding: 3px 10px 0px 5px;
}

.txtRef {
}

.precoProdutoList {
	color:#e4008d;
}

.prazoProdutoList {
	color:#e4008d;
}

.linkWishlist {
	color:#c88fb2;
	white-space: nowrap;
}
.bloco {
	display:block;
}
/*caixa as suas compras*/
.labelSuasCompras {
	display:block;
	font-size:13px;
	padding:12px 0 12px 0;
	font-weight:bold;
}

.topoCaixaCompras {
	display:block;
	background-image:url(/temas/nobrinde/img/topoSuasCompras.png);
	width:160px;
	height:58px;
	padding:8px 10px 0 10px;
}

.bgCaixaCompras {
	float:left;
	background:url(/temas/nobrinde/img/bgCaixaSuasCompras.png) repeat-y;
	width:169px;
	padding:0 2px 0 9px;
	min-height:100px;
}

.bottomCaixaCompras {
	display:block;
	background-image:url(/temas/nobrinde/img/bottomCaixaSuasCompras.png);
	width:180px;
	height:10px;
	margin:0 0 20px 0;
}

.baseProdutoCaixaCompras {
	display:block;
	width:170px;
	padding-bottom:15px;
}

.baseProdutoPeqCaixaCompras {
	display:block;
	float:left;
	width:70px;
	height:70px;
	background:url(/temas/nobrinde/img/fundoTop.png) no-repeat;
	padding:1px 1px 1px 1px;
	margin-right:2px;
}

.imgProdutoPeqCaixaCompras {
	display:block;
	float:left;
	width:66px;
	height:66px;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
}

.imgProdutoPeqCaixaCompras img {
	width:66px;
	height:66px;
}

.infoProdutoPeqCaixaCompras{
	display:block;
	float:left;
	width:96px;
	color:#e4008d;
	line-height:14px;
}

.titProdutoPeqCaixaCompras {
}

.refProdutoPeqCaixaCompras {
}

.precoProdutoPeqCaixaCompras {
	font-weight:normal;
}

.removerCaixaCompras {
	text-decoration:none;
	text-transform:lowercase;
}

.btComprarCaixaCompras {
	display:block;
	float:left;
	width:75px;
	height:24px;
	margin:0;
}
.btComprarCaixaCompras a{
	display:block;
	width:75px;
	height:24px;
}
.btComprarCaixaCompras span{
	display:none;
}

.btOrcamentarCaixaCompras {
	display:block;
	float:left;
	background-image:url(/temas/nobrinde/img/pt/btOrcamentar.png);
	width:95px;
	height:24px;
	margin:0;
}
.btOrcamentarCaixaCompras a{
	display:block;
	width:95px;
	height:24px;
}
.btOrcamentarCaixaCompras span{
	display:none;
}

.totalCaixaCompras {
	display:block;
	float:right;
	font-size:11px;
	text-align:right;
	margin:0 9px 0 0;
}
.totalCaixaCompras span{
	display:block;
	font-size:12px;
	font-weight:bold;
}

/*
Janela Popup | Detalhe do Produto
*/
#overlay {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 100000;
	background:url(/temas/nobrinde/img/bg_overlay.png);
}

#overlay div.overlay_container {
	position:absolute;
	width:473px;
	margin: 18px auto;
	padding:10px;
	text-align:center;
}

#overlay div.overlay_container a.bt_fechar{
	color:#FFFFFF;
	text-decoration:underline;
	float:right;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.div_tr {
	margin-top: 10px;
	margin-bottom: 2px;
	width: 570px;
}

.div_td {
	float: left;
	width: 140px;
	display: block;
}

.div_td_img {
	display: block;
	width: 114px;
	height: 112px;
	overflow: hidden;
}

.div_group .div_td {
	background:url(/temas/nobrinde/img/fundoProdutos.png) no-repeat 0px -150px;
	width: 140px;
	font-weight: bold;
	min-height: 30px;
}

.div_td .div_td_nome {
	padding: 5px 15px 0px 5px; 
}

/*
Resultados pesquisa da home
*/
div.ac_results {
	width:200px !important;
}

/*
Preços Quantidade - Detalhe Produto
*/
div.precosQuantidade {
	width:265px;
	margin-top:20px;
}

div.precosQuantidade div.titulo {
	font-weight:bold;
}

div.precosQuantidade div.separador {
	float:left;
	width:100%;
	height:1px;
	background-image:url(/temas/nobrinde/img/separadores.png);
	margin:5px 0 5px 0;
}

div.separador_conteudo {
	float:left;
	width:100%;
	height:1px;
	background-image:url(/temas/nobrinde/img/separadores.png);
	margin:0;
}

div.precosQuantidade div.item_quantidade {
	float:left;
	width:auto;
}

div.precosQuantidade div.item_preco {
	float:right;
	width:auto;
	text-align:right;
	font-weight:bold;
	font-size:12px;
}
/*
Listagem Encomendas
*/
div.blocoListagemEncomendas {
	margin:5px 0 5px 0;
	padding:10px;
	background:url(/temas/nobrinde/img/separadores.png);
}
div.blocoListagemEncomendas div.infoButton {
	float:right;
	width:32px;
	height:32px;
}

div.blocoListagemEncomendas div.infoButton a {
	display:block;
	width:32px;
	height:32px;
	background:url(/temas/nobrinde/img/info_button.png) top center no-repeat;
}

div.blocoListagemEncomendas div.infoButton a:hover {
	background:url(/temas/nobrinde/img/info_button.png) bottom center no-repeat;
}

div.blocoListagemEncomendasDetail {
	display:none;
}

div.blocoListagemEncomendasDetail td.headList {
	background:url(/temas/nobrinde/img/separadores.png);
	font-weight:bold;
	padding:2px;
	margin-bottom:1px;
}

div.blocoListagemEncomendasDetail td.head {
	background:url(/temas/nobrinde/img/separadores.png);
	font-weight:bold;
	padding:2px;
}

div.blocoListagemEncomendasDetail td.geral_background {
	background:url(/temas/nobrinde/img/separadores.png);
}

/*
Conta Corrente
*/

div.blocoContaCorrente {
	display:block;
}

div.blocoContaCorrente td.headList {
	background:url(/temas/nobrinde/img/separadores.png);
	font-weight:bold;
	padding:4px;
	margin-right:1px;
}

div.blocoContaCorrente td.rowList.date {
	text-align:center;
}

/*
Comentários Produto
*/

div.comentarios_container {
	float:left;
	width:100%;
}

div.comentarios_container div.comentarios_header {
	float:left;
	width:100%;
	background:url(/temas/nobrinde/img/separadores.png);
}
div.comentarios_container div.comentarios_header div.titulo {
	float:left;
}
div.comentarios_container div.comentarios_header div.titulo h2 {
	padding:10px;
	margin:0;
	font-size:12px;
}
div.comentarios_container div.comentarios_header div.envieoseu {
	float:right;
	padding:10px;
}
div.comentarios_container div.comentarios_header div.media_votos {
	clear:both;
	padding:5px 10px 10px 10px;
}
div.comentarios_container div.comentarios_header div.envieoseu a:hover {
	text-decoration:underline;
}

div.comentarios_container div.comentarios_bloco {
	float:left;
	width:100%;
}

div.comentarios_container div.comentarios_bloco div.item_list {
	clear:both;
	width:100%;
	margin:3px 0 3px 0;
}

div.comentarios_container div.comentarios_bloco div.item_list span.label {
	font-weight:bold;
}

div.comentarios_container div.separador {
	float:left;
	width:100%;
	height:1px;
	background-image:url(/temas/nobrinde/img/separadores.png);
	margin:5px 0 5px 0;
}

div.ajaxLoaderDrop {
	display:none;
	position:absolute; 
	bottom:5px; 
	right:10px; 
	width:16px; 
	height:11px; 
	background:url(/img/ajax-loader.gif);
}

div.boxAlerta {
	clear:both;
	height:32px;
	background: #FF5900 url(/img/alert32.png) no-repeat 2px 2px;
	padding:3px 0 0 35px;
	margin:10px 0 10px 0;
	font-weight:bold;
}
/*
Passos Loja
*/
div.passosLoja {
	float:right;
}
div.passosLoja ul {
	margin:0;
	padding:0;
	list-style:none;
}
div.passosLoja ul li {
	float:left;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	margin:0 2px 0 2px;
}
div.passosLoja ul li.selected {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
div.actualize_perfil {
	clear:both;
	width:100%;
	padding:10px 0 10px 0;
	margin:10px 0 10px 0;
	background-image:url(/temas/nobrinde/img/separadores.png);
}
div.actualize_perfil span.title {
	text-transform:uppercase;
	font-weight:bold;
}
.frmUpdateFields input {
	border:1px solid white;
	padding:2px 0 2px 0;
}
.errorField {
	border:1px solid red !important;
}
div.cliente_actualizar {
	display:none;
}
/*
Passos Loja (Fim)
*/
/*
Slider Topo (Ínicio)
*/
div.sliderTop {
	position:relative;
	float:left;
	width:555px;
	height:144px;
}

div.sliderTop #tituloSlider {
	float:left;
	width:555px;
	height:22px;
	font-family:Arial, Verdana, Helvetica;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin-top:3px;
}

div.sliderTop div.container {
	float:left;
	position:relative;
	height:122px;
	margin-left:27px;
	margin-top:6px;
	overflow:hidden;
}
div.sliderTop div.navEsq {
	position:absolute;
	left:0px;
	top:85px;
	width:17px;
	height:17px;
}
div.sliderTop div.navEsq button.prev {
	display:block;
	width:17px;
	height:17px;
	background:url(/temas/nobrinde/img/setaPretaRecuar.png) no-repeat center center;
	border:none;
	outline:0;
	cursor:pointer;
}
div.sliderTop div.navDir {
	position:absolute;
	top:85px;
	right:-25px;
	width:17px;
	height:17px;
}
div.sliderTop div.navDir button.next {
	display:block;
	width:17px;
	height:17px;
	background:url(/temas/nobrinde/img/setaPretaAvancar.png) no-repeat center center;
	border:none;
	outline:0;
	cursor:pointer;
}

div.sliderTop div.container a.baseProdutos {
	display:block;
	float:left;
	width:122px;
	background:url(/temas/nobrinde/img/fundoProdutos.png) no-repeat;
	margin:0 5px 0 5px;
}

div.sliderTop div.container a.baseProdutos img {
	width:110px;
	height:110px;
	margin:5px 0 0 5px;
}
/*
Slider Topo (Fim)
*/
div.boxErro {
	width:auto;
	clear:both;
	background:url(/temas/nobrinde/img/separadores.png) center center;
	padding:6px 5px 10px 5px;
	text-decoration:underline;
	font-weight:bold;
}