@charset "utf-8";
/* CSS Document */
#carrinho-cotacao{
	width:340px;
	height:201px;
	position:fixed;
	top:315px;
	left:984px;
	z-index:100;	
	float:right;
}
#img-cotacao{
	z-index:99;
	width:150px;
	height:36px;
	margin-bottom:-3px;
	margin-left:190px;
	border:0px;
	padding:0px;

	}
.draggable{
	padding:0px;
	margin:0px;
	border:0px;
	cursor:move;
}
.mostra-carrinho{ 
	width: 340px; 
	height: 165px;
	padding: 0px;  
	margin-left:0px;
	margin-top:40px;
	visibility:visible;
	background-image:url(../img/fundo-carrinho.png);
	/*background-repeat:no-repeat;*/
 }
#mostra-carrinho{
	width: 340px; 
	height: 165px; 
	padding: 0px; 
	float: left; 
	margin-top: -1px;
	background-image:url(../img/fundo-carrinho.png);
	position:absolute;
}
#mostra-carrinho-table{
	width:320px;
	margin-left:32px;
	margin-top:5px;
	border: solid 1px;	 
	heigth:18px;
}
#mostra-carrinho p{
	width:320px;
	margin-left:32px;
	margin-top:5px;	 
	heigth:16px;
	font-size:16px;
}
.droppable_mostra { 
	width: 320px; 
	height: 90px; 
	padding: 0px;  
	margin-left: 10px;
	visibility:visible;
    overflow-y:auto;
 }
.droppable { 
	width: 320px; 
	height: 90px; 
	padding: 0px;  
	margin-left: 10px;
	overflow-y:auto;   
 }

.droppable a{
	text-decoration:none;
}
.droppable div{
	margin-top:5px;
	padding:0px;
}
#droppable input{
	width:30px;
	heigh:10px;
	border: inset 1px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px; 
}
#droppable td{
	max-width:180px;
	min-width:80px;
	font-size:16px;
}
#pop-quantidade{
	display:none;
	position:fixed;
	top:40%;
	left:40%;
	margin:auto;
	padding-left:0px;
	width:150px;
	height:150px;
	text-align:center;
	background:url(../img/fundo-pop.png);
	z-index: 100;
	}
#pop-quantidade-content{
	margin-left: 8px;
	margin-right:8px;
	margin-top:0px;
	margin-bottom:0px;
	padding:1px;
	text-align:left;
	font-size:14px;
	
	}	
#screen-quantidade	{
     position: absolute;
	/* width:auto;
	 height:auto;*/
     left: 0;
     top: 0;
     background: #000;
	 z-index:2;
	 padding:0px;
	 margin:auto ;
	 display:none;
}
#quantidade-informada{
	width:30px;
	heigh:10px;
	border: inset 1px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px; 
	}


