#cabecalho{ 
	position: relative;
	z-index: 1;
	width: 950px;
	height: 178px;
	*height: 242px;
	margin: 0 auto;
}
#cabecalho .barraTopo{
	width: 950px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
	*text-align: left; 
}
#cabecalho .barraTopo li{
	*float: left;
	display: inline;
	margin: 0px 10px
}
#cabecalho .barraTopo li a{
	color: #fff;
	font-family: 'MyriadProRegular';
	text-transform: uppercase;
	font-size: 16px;
}
#cabecalho .barraTopo li a:hover{
	color: #81cffb;
}
#cabecalho .barraTopo .redeSocial{
	position: absolute;
	top: 7px;
	right: 0px;
}
#cabecalho .barraTopo .redeSocial li{
	float: left;
	height: 35px;
	margin: 0 4px;
}
/* LOGO LOJA */
.logoLoja{
	float:left;
	clear: both; 
	margin:5px 0 0;}
	
	
/* BEM VINDO */
.bemVindo{
	float:left;
	width:550px; 
	/*margin:30px 0 0 0; */
    margin: 27px 0px 0px 43px;
    color: #FFF;
    font-family: 'MyriadProRegular';
    font-size: 14px;

    }

/* BUSCA */
.busca{
	float:right;
	text-align:left; 
	/*margin:45px 0 0; */
    margin:15px 0 0;   
	padding:5px; 
	width:660px; 
	height:30px;
	color: #fff;
}
.busca #frmBusca{
	position: relative;
	width: 446px;
	height: 31px;
	float: left;
}	
.busca #frmBusca .btBuscar{
	height: 24px;
	position: absolute;
	top: 4px;
	right: 0px;
	border-left: 1px solid #aed3df;
	padding: 0px 5px;
}
.busca #frmBusca .btBuscar img{
	margin-top: 3px;
}	
.busca input{
	width:430px;
	margin-right: 10px;
	float:left;
	border-radius: 0px !important; 
} 
.busca input[type=text]{
	background: #fff !important;
	border: 2px solid #aed3df;	
	color: #71adc1;
}
.busca select{
	width: 200px;
	float: left;
	margin-right: 10px;
}
	
.busca .botao{ 
	float: left;
}	

/* CARRINHO TOPO*/
.carrinhoTopo{
	float: right;
	margin-top: -15px;
	height: 60px;
	position: relative;
	z-index: 99991;
	background: url(../../images/site/carrinho.png) 135px -2px no-repeat;

}

.carrinhoTopo a.linkCarrinho{
	color: #fff;
	font-weight: normal;
	font-family: 'MyriadProSemibold';
	text-align: right;
	font-size:16px;
	*font-size:15px;
	display: block;
	padding: 15px 75px 10px 15px;
}
.carrinhoTopo span{
	text-transform: uppercase;
}
.carrinhoTopo:hover a.linkCarrinho{
	color: #fff;
}

.carrinhoTopo:hover #floatercarrinho{
	display: block;
}



/* FLOATER CARRINHO TOPO */
#floatercarrinho{ 
	width:350px; 
	right:0; 
	left: auto ;
	position: absolute;
	top:33px;
	background: #fcfcfc;
	z-index:1000;
	display: none;	
}
	
.linhaCarTopo{
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
	height:65px
}

.linhaCarTopo .fotoCarTopo{
	float: left;
	margin: 8px;
	width: 70px;
	text-align: center;
}	

.linhaCarTopo .dados{
	float: left;
	padding: 8px 0;
	width: 250px;
	color: #333;
}

.linhaCarTopo .dados a{
	font-size: 14px;
	color: #000;
}

.subtotalCarrinho{
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	margin:20px 5px 5px;
}

#floatercarrinho .botao{
	float: right;
	margin: 10px;
}