
/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.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;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
	height: 32px;
	position: relative;
    top: 0;
	width:180px;
    z-index: 999;
}
.tab ul.login {
	display: block;
	position: relative;
  	height: 36px;
	width: 180px;
	line-height: 36px;
}
.tab ul.login li {
	display: block;
	height: 36px;
	width:180px;
}
.tab a.open, .tab a.close {
	height: 36px;
	line-height: 36px !important;
	cursor: pointer;
	display: block;
	width: 180px;
	position: relative;
}

.tab a.open {background: url(../images/bg-lojas-open.gif) no-repeat left;}
.tab a.close {background: url(../images/bg-lojas-close.gif) no-repeat left ;}

/* sliding panel */
#agencias {
    position: absolute;
    top: 0;
    width: 180px;
    z-index: 999;
    text-align: center;
	left:50%;
	margin:0 auto;
	margin-left:290px;}

#panel {
	width: 180px;
	height: 80px;
	background: red;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;color:#fff;
}
#panel p {
	color: #fff;
}
#panel .content {
	width: 180px;
	padding: 8px;
	text-align: left;
	font-size: 0.85em;
}
