/* ie6 trash */
* html #gritter-notice-wrapper {
	position:absolute; 
}
* html .gritter-top {
	margin-bottom:-10px;
}
* html .gritter-item {
	padding-bottom:0;
}
* html .gritter-bottom {
	margin-bottom:0;
}
* html .gritter-close {
	/*background:url(../images/gritter-close-ie6.gif);
	width:22px;
	height:22px;
	top:7px;
	left:7px;*/
}

/* the norm */

#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	margin-left:-150px;
	left:50%;
	height:300px;
	margin-top:-150px;
	top:50%;
	z-index:9999;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
}
.gritter-top {
	background:url(../images/gritter.png) no-repeat;
	height:10px;
	background-position:right -30px;
}

.gritter-bottom {
	background:url(../images/gritter.png) no-repeat;
	height:8px;
	margin:0;
	background-position: bottom right;
}

.gritter-item {
	display:block;
	background:url(../images/gritter.png) no-repeat;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
	text-align: center;
	background-position:right -40px;
}

.gritter-item p {
	padding:0;
	margin:0;
	display: none;
}
.gritter-close {
	position:absolute;
	top:5px;
	left:3px;
	background:url(../images/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	color:#2b2b2b;
	/*text-shadow:1px 1px #000; /* Not supported by IE :( */
}
.gritter-image {
	text-align: center;
	border: none!important;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
	
}
.gritter-with-image {

}




/** CSS Popup **/
#popup{
	background: url(../images/bg_popup.png) no-repeat left top;
	height: 277px;
	width: 296px;
	z-index: 9999999999;
	top: 50%;
	left: 50%;
	margin-top: -138.5px;
	margin-left: -148px;
	position: absolute;
}
a#close{
	background: url(../images/close.png) no-repeat;
	border: none;
	cursor: pointer;
	height: 25px;
	margin: 7.5px 0 0 6px;
	position: absolute;
	width: 25px;
}

#popup a.atendimento{
	border: none;
	margin-left: 43px;
}

#popup a.atendimento img{
	border: none;
	height: 206px;
	padding-top: 8px;
	width: 203px;
}

#popup p{
	color: #2B2B2B;
    font-size: 14px;
    font-weight: bold;
	font-family: verdana;
	margin-top: -6px;
	text-align: center;
}

