#atendimento{
	width:545px; height:120px;
	position:fixed;
	top: 50%;left:50%;
	_position: absolute;
	_margin-left:-249px;
	margin-left:-199px;
	margin-top:-100px;
	z-index: 4;
	display:none;
	background: url('../../images/loja/barras/top_popin.png') no-repeat
		transparent top center;
}
#atendimento H2 {
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: left;
	padding-left: 75px;
	width: 426px;
	font-size: 20px;
	color: #666666;
	margin-bottom: 0px;
	text-transform: uppercase;
}

#atendimento div {
	clear: both;
	height: 100%; 
	text-align: center;
	vertical-align: middle;
	padding: 30px;
	background: url('../../images/loja/fundos/fundo_popin.png') repeat-y
		center transparent;
	*margin-top:20px;
}

#atendimento DIV A{
	border:none;display: block;
	margin:8px;
}
#atendimento DIV img{
	cursor:pointer;
	border:none;
}
#atendimento DIV img:HOVER{
	position:relative;
	top:1px;left:1px;
}

