#bgCabecalho
{
	float: left;
	width: 100%;
}
#cabecalho
{
	width: 980px;
	margin: 0 auto;
}
#suggestions, #suggestionsRodape
{
	display: none;
	margin-top: 6px;
	position: absolute;
	width: 447px;
	left: 2px;
	z-index: 999999;
}
#searchresults
{
	background-color: white;
	border-color: #F6F0E2;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	font-size: 10px;
	line-height: 14px;
	padding: 5px 0;
	width: 447px;
	-webkit-box-shadow: 0px 2px 1px 1px #202224;
	-moz-box-shadow: 0px 2px 1px 1px #202224;;
	box-shadow: 0px 2px 1px 1px #202224;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}
#searchresults a 
{
	background-color: white;
	clear: left;
	display: block;
	height: 56px;
	border-bottom: 1px solid #F2F2F2;
	text-decoration: none;
}
#searchresults a img
{
    float: left;
    padding: 5px 10px;
}
#searchresults a span.searchheading
{
    color: #2F2F2F;
    display: block;
    font-size: 12px;
    font-weight: bold;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    padding-top: 8px;
}

#searchresults a:hover {
    color:#ffb13c;
}
#searchresults a span
{
    color: #777777;
}
#searchresults span.searchheading.allResults
{
    display: block;
    margin: 15px;
    background: #2F2F2F;
    color: #fff;
    text-align: center;   
    padding: 8px;
}	
.contatosTopo
{
	float: right;
    margin-top: 15px;
    text-align: right;
    margin-right: 2px;  
    width: 267px;
}
.logoLoja
{
	float:left;
	margin: 22px 0px 0px 7px;
}
.logoLoja a
{
	background: url(images/logo.png);
	background-repeat: no-repeat;
    float: left;
    height: 47px;
    width: 200px;
}
.chat
{
	background: #FFD900;
	color: #fff;
	padding: 13px 15px;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: bold;
	width:95px;
	height:19px;
	position: absolute;
	top:0px;
	right:0px;
	
	box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;	
}
.img_chat
{
	position: absolute;
	top:10px;
	left:10px;
}
	
	
/* LOGIN */
.bemVindo{
	display:inline-block;
	vertical-align:top;
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	color:#757575;
	width:345px;
	padding:25px 0 20px 46px
	}
	
.bemVindo #bemVindo a
{
	color:#757575;
	font-weight: bold;
	font-size: 13px !important;
}
.bemVindo #bemVindo a:hover
{
	color:#F6D100;
	font-size: 13px !important;
}
/* ICONES */
.linkCabecalho
{
	float: left;
	width: 100%;
}
.linkCabecalho .telVendas
{
	color: #000;
    float: left;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
}
.linkCabecalho .telVendas b
{
	color: #000;
    font-size: 12px;
}
.linkCabecalho li
{
	float: right;
}
.linkCabecalho li span
{
	color: #000;
    float: left;
    font-size: 11px;
    margin: 0 5px;
}
.linkCabecalho li a
{
	color: #000;
    float: left;
    font-size: 11px;

}
.linkCabecalho li a:hover
{
	color: #FFF;
}
/* BARRA TOPO LOJA BUSCA E CARRINHO */
.barraTopo
{
	background:url(images/bgBusca.png);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	margin-left: 115px;
	margin-top: 29px;
	width: 389px;
}		
/* BUSCA */
#busca
{
	float: left;
    height: 100%;
    position: relative;
    width: 100%;
}	
#busca .inputBusca
{
	background: transparent;
    border: none;
    color: #333333;
    float: left;
    font-size: 13px;
    padding: 0 5px;
    text-align: left;
    width: 180px;
    height:30px;


    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    -webkit-box-shadow: 3px 0 7px -5px #000000 inset;
	-moz-box-shadow: 3px 0 7px -5px #000000 inset;
	box-shadow: 3px 0 7px -5px #000000 inset;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#busca select{padding: 9px 15px 8px 15px !important;}
#busca .inputBusca{padding: 0 5px !important;}
}
#busca select
{
	background: #FFF;
    /*background: #fff url(images/selectArrow.png);
    background-position: 140px center;
    background-repeat: no-repeat;*/
    border: none;
    color: #333333;
    cursor: pointer;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0 0px 0 12px !important;
    width: 153px;
    height: 30px;

    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}
#busca select option
{
	color: #000;
	padding: 2px 0px;
}
#busca .botaoBuscar
{
	background: url(images/btnBusca.png) no-repeat; 
	float:left;
	border: none !important;
	width: 46px;
	height: 30px;
	cursor: pointer;

	/*-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
  	-o-transition:all 0.3s ease-in;
  	transition:all 0.3s ease-in;*/
}
#busca .botaoBuscar:hover
{
	background-position: 0px -30px;
}	
/* CARRINHO */
.carrinhoTopo{
	float:right;
	padding:3px 0 0;
	width:200px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	position: relative;
}
	
.carrinhoTopo a{
	color:#F6D100;
	font-size:18px;
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
}
	
.carrinhoTopo .league{
		font-size:18px}
		
.carrinhoTopo .meuCarrinho{
	position: absolute;
	top:11px;
	right:80px;
}
.carrinhoTopo .qtdCarrinho {
	color:#fff;
	font-size: 13px;
	padding: 4px 9px;
	width:14px;
	height: 17px;
	position: absolute;
	top:-5px;
	right:51px;
	z-index:100;
	
	background: url(images/qtdCarrinho.png) no-repeat 4px -1px; 
}
.carrinhoTopo .imgCarrinho {
	position: absolute;
	top:-10px;
	right:-5px;
}
/* SELOS */	
.carimbo {
	float:right;
	margin-top:10px;
}
.carimbo .selos li{
	float:left;
	padding: 0 12px;
	border-left:solid 1px #e6ebec;
}
.carimbo .selos li:first-child{
	border-left:none;
}
#bemVindo
{
    color: #000;
    float: right;
    margin-top: 7px;
    width: 100%;

    display: none;
}
#bemVindo span
{
    color: #000;
    font-size: 12px;
}
#bemVindo a
{
    color: #000;
    font-size: 12px;

    -webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
  	-o-transition:all 0.3s ease-in;
  	transition:all 0.3s ease-in;
}
#bemVindo a:hover
{
    color: #FFF;
}