/*hack para html5 nao suportado*/
#ie article, #ie aside, #ie figure, #ie footer, #ie header, #ie hgroup, #ie nav, #ie section {
	display: block;
}

html, body, #wrap {
	height: 100%;
}
a {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #0161a4;
	background: url('../_images/pattern.jpg') repeat;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}

#wrap {
	position: relative;
	width: 100%;
	min-width: 960px;
}

.holder{
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 8000;
}
.holder .menu{
	background: url('../_images/bg_menu.jpg') repeat-x top center;
}
.holder .menu ul{
	margin: auto;
	width: 960px;
	height: 45px;
}
.holder .menu ul .link{
	height: 14px;
	margin: 17px 30px 16px 0px;
	float: left;
	cursor: pointer;
}
.holder .menu ul .link.about{
	background: url('../_images/menu/about.png') no-repeat left top;
	width: 47px;
}
.holder .menu ul .link.store_search{
	background: url('../_images/menu/store_search.png') no-repeat left top;
	width: 123px;
}
.holder .menu ul .link.to_vendor{
	background: url('../_images/menu/to_vendor.png') no-repeat left top;
	width: 119px;
}
.holder .menu ul .link.register{
	background: url('../_images/menu/register.png') no-repeat left top;
	width: 96px;
}
.holder .menu ul .link.my_card{
	background: url('../_images/menu/my_card.png') no-repeat left top;
	width: 96px;
}

.holder .menu ul .link.emitir a{
	background: url('../_images/menu/emitir.png') no-repeat left top;
	width: 144px;
	margin-right: 0;
	display: block;
	height: 14px;
}

.holder .menu ul .link.emitir a:hover {
	background-position: 0 -16px;
}

.holder .menu ul .link.faq{
	background: url('../_images/menu/faq.png') no-repeat left top;
	width: 187px;
}


.holder .menu ul .link:hover, .holder .menu ul .link.selected{
	background-position: left bottom;
}
.feature{
	background: url('../_images/pattern_top.png') repeat-x;
	margin-top: 78px;
}
.feature .box{
	background: url('../_images/feature.jpg') no-repeat top center;
	height: 433px;
	max-width: 1296px;
	margin: auto;
}

.button{
	height: 33px;
	cursor: pointer;
}
.button.search{
	width: 70px;
	display: none;
	float: left;
	margin-left: 10px;
	background: url('../_images/search.png') no-repeat top left;
}
.button.ok{
	margin-left: 5px;
	width: 42px;
	display: block;
	float: left;
	background: url('../_images/ok.png') no-repeat top left;
}
.button.download{
	width: 136px;
	position: relative;
	left: 57%;
	top: 277px;
	display: block;
	background: url('../_images/download.png') no-repeat top left;
}

.button.vendorRel{
	width: 374px;
	position: relative;
	left: 60%;
	top: 45px;
	display: block;
	background: url('../_images/vendor_rel.png') no-repeat top left;
}

.button:hover{
	background-position: bottom left;
}










.line{
	background: url('../_images/line.png') repeat-x;
	height: 2px;
	width: 100%;
}




footer{
	background: url('../_images/footer.png') no-repeat right top;
	height: 251px;
	max-width: 1296px;
	position: relative;
	bottom: 250px;
	margin:auto;
}











.tools{
	width: 200px;
	margin: auto;
	position: relative;
}
.tool{
	cursor: pointer;
	width: 33px;
	height: 33px;
	float: left;
	margin-right: 7px;
	margin-bottom: 6px;
}
.tool.cadeiraMesa{
	background: url('../_images/ico/cadeiraMesa.png') no-repeat left top;
	overflow: hidden;
}
.tool.camaCasal{
	background: url('../_images/ico/camaCasal.png') no-repeat left top;
	overflow: hidden;
}
.tool.camaSolteiro{
	background: url('../_images/ico/camaSolteiro.png') no-repeat left top;
	overflow: hidden;
}
.tool.computador{
	background: url('../_images/ico/computador.png') no-repeat left top;
	overflow: hidden;
}
.tool.fogao{
	background: url('../_images/ico/fogao.png') no-repeat left top;
	overflow: hidden;
}
.tool.guardaRoupas{
	background: url('../_images/ico/guardaRoupas.png') no-repeat left top;
	overflow: hidden;
}
.tool.lavadora{
	background: url('../_images/ico/lavadora.png') no-repeat left top;
	overflow: hidden;
}
.tool.refrigerador{
	background: url('../_images/ico/refrigerador.png') no-repeat left top;
	overflow: hidden;
}
.tool.sofa{
	background: url('../_images/ico/sofa.png') no-repeat left top;
	overflow: hidden;
}
.tool.tv{
	background: url('../_images/ico/tv.png') no-repeat left top;
	overflow: hidden;
}
.tool.rack{
	background: url('../_images/ico/rack.png') no-repeat left top;
	overflow: hidden;
}
.tool.cozinha{
	background: url('../_images/ico/cozinha.png') no-repeat left top;
	overflow: hidden;
}
.tool.microondas{
	background: url('../_images/ico/microondas.png') no-repeat left top;
	overflow: hidden;
}
.tool.tablet{
	background: url('../_images/ico/tablet.png') no-repeat left top;
	overflow: hidden;
}

.tool:hover{
	background-position: left bottom;
}








.tooltip{
	position: absolute;
	
	padding: 10px;
	width: 292px;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url("_includes/PIE.php");
	
	background: #0263a6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyNjNhNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDk4ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #0263a6 0%, #0d98d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0263a6), color-stop(100%,#0d98d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #0263a6 0%,#0d98d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #0263a6 0%,#0d98d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #0263a6 0%,#0d98d3 100%); /* IE10+ */
	background: linear-gradient(to right, #0263a6 0%,#0d98d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0263a6', endColorstr='#0d98d3',GradientType=1 ); /* IE6-8 */
}
.tooltip .separator{
	background: url('../_images/tooltip/line.png') repeat-x;
	height: 3px;
	width: 100%;
	margin: 10px 0;
}
.tooltip .title{
	font-size: 12px;
}
.tooltip .price{
	font-size: 14px;
	color: #feab7a;
}
.tooltip .arrow{
	background: url('../_images/tooltip/arrow.png') repeat-x;
	width: 16px;
	height: 9px;
	position: absolute;
	bottom: -8px;
	left: 154px;
}


.modal.establishment{
	color: #414042;
	width: 503px;
	border-bottom: #d9d9d9 1px solid;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 10px;
	font-weight: 400;
}
.modal.establishment.key_0{
	padding-top: 0px;
}
.modal.establishment .title{
	font-size: 12px;
	font-weight: 700;
}



.modal.faq{
	color: #414042;
	width: 503px;
	border-bottom: #d9d9d9 1px solid;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
}
.modal.faq.key_0{
	padding-top: 0px;
}
.modal.faq .question{
	font-size: 14px;
	color: #f37021;
	font-weight: 700;
}
.modal.faq .answer{
	color: #0161a4;
}

.modal.card{
	color: #414042;
	font-family: Arial;
	font-weight: 700;
	font-size: 14px;
}
.modal.card .number{
	color: #414042;
	font-family: Arial;
	font-weight: 700;
	font-size: 30px;
	
	width: 120px;
	text-align: center;
	background: #e5e5e5;
	border: 0;
	height: 44px;
	
	float: left;
}

.modal.card .ok{
	margin-top: 11px;
}
.modal.card .info{
	padding: 20px 0 20px 0;
}
.modal.card .title{
	padding: 20px 0 0 0;
	font-size: 22px;
}
.modal.card .error{
	color: #ff0000;
	font-size: 12px;
	clear: both;
	margin-left: 266px;
	display: none;
}


.modal.card .call{
	display: none;
}