@charset "UTF-8";
/* CSS Document */

*{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

body {
		background:url(../imagens/fundo.jpg) repeat-x;
		font-family:Arial, Helvetica, sans-serif;
}
#geral {
	width:960px;
	margin:0 auto;
}
#header {
    background: url("../imagens/quanto-pesa-no-seu-bolso.png") no-repeat scroll 0 0 transparent;
    height: 243px;
    margin: 43px 0 0 50px;
    width: 960px;
	
}
#produtos {
	width:960px;
	height:330px;
	position: relative;
}
#produtos h1 {
    color: #204CAB;
    font-size: 17px;
    margin-bottom: 5px;
    text-align: center;
    text-shadow: 0 1px 0 #A6C8CC, 0 -1px 0 #15551D;
    text-transform: uppercase;
}
#produtos ul#lista {
	list-style:none;
	position: relative;
	width: 100%;
	height: 330px;
	padding: 0;
	margin: 0;
}
#produtos ul li {
	position: absolute;
	text-align: center;
	letter-spacing: 0px;
	cursor: pointer;
}
#produtos ul li.na-cesta h2 {
	display: none;
}
/* produtos */
	#produtos ul li#caderno {
		top: 0px;
		left: 0px;
	}
	
	#produtos ul li#cerveja {
		top: 45px;
		left: 885px;
	}
	#produtos ul li#agenda {
		top: 20px;
		left: 810px;
	}

	#produtos ul li#apontador {
		top: 22px;
		left: 709px;
	}
	#produtos ul li#margarina {
		top: 180px;
		left: 630px;
	}
	#produtos ul li#macarrao {
		top: 105px;
		left: 630px;
	}
	#produtos ul li#borracha {
		top: 6px;
		left: 580px;
	}
	#produtos ul li#calca-jeans {
		top: 90px;
		left: 533px;
	}
	#produtos ul li#caneta {
		top: 20px;
		left: 478px;
	}

	#produtos ul li#cola {
		top: 132px;
		left: 410px;
	}
	#produtos ul li#estojo {
		top: 9px;
		left: 350px;
	}
	#produtos ul li#carbono {
		top: 120px;
		left: 545px;
	}
	#produtos ul li#tinta {
		top: 58px;
		left: 200px;
	}

	#produtos ul li#pardo {
		top: 195px;
		left: 220px;
	}
	
	#produtos ul li#sulfite {
		top: 208px;
		left: 28px;
	}
	#produtos ul li#regua {
		top: 170px;
		left: 810px;
	}

#produtos ul li h2 {
		color:#ffffff;
		font-size:14px;
		font-weight:normal;
		padding:0;
		margin:0;
		text-transform:uppercase;
}
#calcular {
		  width: 980px;
}
#calcular #cesta {
	background:url(../imagens/cesta.png) no-repeat;
	width:540px;
	height:299px;
	float:left;	
}
#calcular #cesta #container {
	 width: 245px;
	 height: 200px;
	 margin: 45px 0 0 230px;
}
#calcular #total {
	background:url(../imagens/total_impostos.png) no-repeat;
	width:420px;
	height:299px;
	float:left;
	text-align:center;
}
#calcular #total .texto {
	width:235px;
	margin:20px 0 0 30px;
}
#calcular #total h3 {
	color:#0a2435;
	font-size:18px;
	padding:0;
	margin:0;
}
#calcular #total h2 {
	color:#173e57;
	font-size:30px;
	padding:0;
	margin:0;
}
#tooltip{
	position:absolute;
	background:#fafafa;
	padding:10px 5px;
	color:#0f2f9a;
	font-size:12px;
	display:none;
}	
#share {
    background: url("../imagens/compartilhe.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 52px;
    padding: 15px 0 0 228px;
    width: 422px;
}
#pdf {
	float:left;	
}

#mensagem-final {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	text-align: center;
}

#btn-restart {
    background: url("../imagens/reiniciar.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 71px;
    position: absolute;
    text-indent: -99999px;
    top: 740px;
    width: 137px;
}