.basket_wrap .instrucaoLeft{
	float: left;
	border: 0px solid #000000;
	text-align: left;
	height:100px;
	padding: 5px;
	margin-left:5px;
  width: 79%;
}
.basket_wrap .instrucaoRight{
	float: right;
	padding: 0px;
	height:85px;
	width: 88px;
	padding-top:25px;
	padding-left:15px;
	border: 0px solid red;
	border-left:1px solid #EEEEEE;
}

small{
	font-size: 10px;
	float: left;
}

span.asterisco
{
	background: transparent url(../images/asterisco.jpg) no-repeat;
	width: 14px;
	height: 15px;
	display: block;
	overflow:hidden; 
	text-indent:-10000px;
	float: left;
}
.basket_wrap ul.path {
	width: 100%;
	border: 0px solid #000000;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-bottom: 15px;
 }
.basket_wrap ul.path li{
	list-style: none;
	border: 0px solid #000000;
	float: left;
	margin-right: 6px;
}
.basket_wrap ul.path li a
{
	cursor:default;
}
.basket_wrap ul.path li span{
	background: transparent url(../images/basket_path_bullet_out.gif) no-repeat;
	color: #ffffff;
	font-weight: bolder;
	text-transform: uppercase;
	font-style: italic;
	width: 24px;
	display: block;
	float: left;
	border: 0px solid blue;
	padding-top:3px;
	font-size: 15px;
	text-align: center;
	height: 22px;	
}
.basket_wrap ul.path li span.on{
	background: transparent url(../Images/basket_path_bullet_in.gif) no-repeat;
}
.basket_wrap ul.path li a{
	text-decoration: none;
	color: #214E6F;
	font-weight: bolder;
	text-transform: uppercase;
	font-style: italic;
	font-size: 11px;
	float: left;
	padding-top:6px;
}
.basket_acoes
{
	float:right; 
	clear: both;
}

/* ---------------------------------------------- */

/* ---------------------------------------------- */
.basket_wrap .tableList
{
	font-size: 9px;
	border: none;
	color: #004264;
	text-indent: 8px;
	text-align: left;
	padding: 8px;
	width: 100%;
	float: left;
	display: block;
	border: 0px solid #000000;
}
.basket_wrap select , .basket_wrap input
{
	font-size:10px;
}
.basket_wrap .tableList input{
	/*border: 1px solid #465D7F;*/
	border: 1px dotted #291670;
	float:left;
}
.basket_wrap .tableList input:hover{
	background-color: #DBD5F7;
}

.basket_wrap .tableList input.CEP{
	/*border: 1px solid #465D7F;*/
	display: inline;
	width: 70px;
	margin: 0px;
	padding: 0px;
	margin-left:10px;
}
.basket_wrap .tableList input.CEP:hover{
	background-color: #DCD6F8;
}

.basket_wrap .tableList input.CUPOM{
	/*border: 1px solid #465D7F;*/
	display: inline;
	width: 130px;
	margin: 0px;
	padding: 0px;
	margin-left:10px;
}
.basket_wrap .tableList input.CUPOM:hover{
	background-color: #DCD6F8;
}

.basket_wrap .tableList .footerCupom td{
	background: #DBE7ED;
	border-right: 0px solid #DCD6F8;/*#FFEFD5;*/
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
.basket_wrap .tableList .footerCupom td.Descricao  
{ 
	width:498px; 
	padding-right:2px; 
	border-right: 1px solid #DCD6F8; 
	font-weight: bolder; 	
	background: #C0B6F1;
	/*background: #FFF2BD;*/
}
.basket_wrap .tableList .footerCupom td.Total      { width:100px; background-color: #DCD6F8; color:#ff0000;}

.basket_wrap .tableList .footerCupom td span{
	float:left;
	padding: 0px;
	display: block;
	border: 0px solid #000000;
	margin: 0px;
	font-size:10px;
}
.basket_wrap .tableList .footerCupom td div.msg{
	float: right;
}

.basket_wrap .tableList .footerCupom td .label{
	background:transparent;
}

.basket_wrap .tableList .footerCupom td div.item{
	display: block;
	float: none;
	margin-top: 15px;
}
.basket_wrap .tableList .footerCupom td span.label{
	margin-left:0px;
}

.basket_wrap .tableList th
{
	background: #291670;
	/*background: transparent url(../images/menu_top_background.gif) repeat-x;*/
	border: 0px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	padding: 6px;
	color: #ffffff;
	height: 13px;
}
.basket_wrap .tableList .footer td{
	background: #DCD6F8;
	padding: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
.basket_wrap .tableList .footer td span{
	float:left;
	padding: 0px;
	display: block;
	border: 0px solid #000000;
	margin: 0px;
	font-size:10px;
}
.basket_wrap .tableList .footer td div.msg{
	float: right;
}
.basket_wrap .tableList .footer td .label{
	background: transparent;
	vertical-align: top;
}
.basket_wrap .tableList .footer td div.item{
	display: block;
	float: none;
}
.basket_wrap .tableList .footer td span.label{
	margin-left:0px;
	vertical-align: top
}
.basket_wrap .tableList th.descricao  { text-align: center; width:300px; }
.basket_wrap .tableList th.qtde       { text-align: center; width:50px;  }
.basket_wrap .tableList th.remover    { text-align: center; width:30px;  }
.basket_wrap .tableList th.preco_unit { text-align: center; width:80px;  }
.basket_wrap .tableList th.total      { text-align: center; width:100px; }

.basket_wrap .tableList .footer td.Descricao  { width:498px; padding-right:2px; border-right: 1px solid #DCD6F8; font-weight: bolder;	}
.basket_wrap .tableList .footer td.Total      { width:100px; background-color: #C0B6F1; border:0px solid red;}
	
.basket_wrap .tableList.Confere .footer td.Descricao  { width:500px; padding-right:2px; border-right: 1px solid #DCD6F8; font-weight: bolder;	}
.basket_wrap .tableList.Confere .footer td.Total      { width:116px; background-color: #DCD6F8;}

.basket_wrap .tableList td
{
	border: 0px solid #FFFFFF;	
	padding: 5px;
}
.basket_wrap .tableList .td_border_right
{
	border-right: 1px solid #DCD6F8;	
}
.basket_wrap .tableList tr.claro td{
	background-color: #FFFFFF;
}
.basket_wrap .tableList tr.claro td.total
{
	background-color: #DCD6F8;
}
.basket_wrap .tableList tr.escuro td{
	background-color: #FFFFFF;
}
.basket_wrap .tableList tr.escuro td.total
{
	background-color: #DCD6F8;
}

/* ---------------------------------------------- */

.basket_wrap .list
{
	width: 100%;
	float: left;
	margin-top:10px;
}

.basket_wrap .list .content{
	background: #ffffff;
	/*border: double #C9CACB;*/
	font-size: 12px;
}

.basket_wrap .list .text
{
	font-size: 11px;
	padding-left: 17px;
}
.basket_wrap .list span.rdoBoleto{
	float: left;
	border: 1px solid #000000;
	text-align: left;
	height:60px;
	padding: 5px;
}
.basket_wrap .list div input{
	float: left;
}
.basket_wrap .list .descritivo{
	font-size: 10px;
	color:#465D7F;
	float: left;
	/*display: block;*/
	width: 75%;
}
.basket_wrap .list .descritivo ul{
	list-style: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	width:auto
}
.basket_wrap .list .descritivo li{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.basket_wrap .list .descritivo li span{
	font-weight: bolder;
	color: #164863;
}
.basket_wrap .list .descritivo .att{
	font-size: 10px;
	color: #ff0000;
	padding: 0px;
	margin: 0px;
}

.basket_wrap .list div.rdo{
	float: left;
	border: 0px solid red;
	text-align: left;
	display: block;
	width: 150px;
}
.basket_wrap .list div.rdoBoleto{
	margin-top: 47px;	
}
.basket_wrap .list div.rdoBoleto span.selo{
	float: left;
	border: 0px solid blue;
	text-align: left;
	display: block;
	font-size: 10px;
	text-indent: 1px;
	background: transparent no-repeat url(../Images/selo_pag_boleto.gif) ;
	width: 85px;
	height: 26px;
	overflow: hidden;
	text-indent: -10000px;
}
.basket_wrap .list div.rdoItau{
	margin-top: 37px;	
}
.basket_wrap .list div.rdoItau span.selo{
	float: left;
	border: 0px solid red;
	text-align: left;
	display: block;
	font-size: 10px;
	text-indent: 1px;
	background: transparent no-repeat url(../Images/selo_pag_itau.gif);
	width: 85px;
	height: 26px;
	overflow: hidden;
	text-indent: -10000px;
}
.basket_wrap .list div.rdoMaster{
	margin-top: 17px;
}
.basket_wrap .list div.rdoMaster span.selo{
	float: left;
	border: 0px solid red;
	text-align: left;
	display: block;
	font-size: 10px;
	text-indent: 1px;
	background: transparent no-repeat url(../Images/selo_pag_redecard.gif);
	padding-top: 6px;
	padding-left:40px;
	width: 85px;
	height: 26px;
}
.basket_wrap .list div.rdoVisa{
	margin-top: 28px;	
}
.basket_wrap .list div.rdoVisa span.selo{
	float: left;
	border: 0px solid red;
	text-align: left;
	display: block;
	font-size: 10px;
	text-indent: 1px;
	background: transparent no-repeat url(../Images/selo_pag_visa.gif);
	padding-top: 6px;
	padding-left:40px;
	width: 85px;
	height: 26px;
}
