#iconCarrinho{
      width:170px;
      height:20px;
      border:0px solid #0F3;
      margin-left:auto;
      margin-right:auto;
      z-index:300;
      background: url(../files/imagens/system/iconCarrinhoFlutuante.png) no-repeat 0 0;
      cursor:pointer;
      position:relative;
      display: none;
      
    
     
}
#carrinho_lateral { 
      width:410px; 
      min-height:280px; 
      background:#FFF;
      margin-left:auto;
      margin-right:auto; 
      border:5px solid #005E92; 
      -moz-border-radius:5px; 
      -webkit-border-radius:5px; 
      border-radius:5px; 
      position:relative;
      left:285px;	
      top:-9px;
      display: none !important; /*COMEÇA INVISIVEL. APARECE COM JAVASCRIPT*/
}
#carrinho_lateral.hover{ height:270px; border:5px solid #CE0000; }
#carrinhoFlutuante{
      height:270px;
      width:400px;
      float:left;
      border:0px solid #000;
      margin:0px !important;
      padding:0px !important;	

}
#cabecalhoCarrinho{
      height:30px;
      width:100%;
      float:left;
      border:0px solid #FF0000;
      background:#FFF;
      font:Tahoma, Geneva, sans-serif;
      font-size:13px;
      font-weight:bold;
      color:#C40000;
}
#cabecalhoCarrinho p{
      border:0px solid #066;
      margin:10px;
}
#conteudoCarrinho{
      height:200px;
      width:100%;
      float:left;
      border:0px solid #000;
      overflow-y:scroll !important;
      overflow-x: hidden;
}
.fundoCarrinho{
      background: url(../files/imagens/system/spriteCarrinhoFlutuante.png) no-repeat 0 0;
      width: 387px;
      height: 200px;
      border:0px solid #ff0000;
}
#rodapeCarrinho{
      height:40px;
      width:100%;
      float:left;
      border:0px solid #ff0000;
      background:#005E92;
      text-align:center;
}
#rodapeCarrinho p.botaoMeuCarrinho{
      border:0px solid #ff0000;
}
#rodapeCarrinho #btnMeuCarrinho {
      margin-top:7px;
}
ul#listaCarrinho{
      width:380px;
      border:0px solid #FF0000;
      float:left;
      list-style:none;
      margin:0px;
      padding:0px;
}
ul#listaCarrinho li{
      width:380px;
      text-align:left;
      border-bottom:dotted #666 0px;
      float: left;
      border-bottom: 1px dashed #CCC;
      margin: 5px;
}
ul#listaCarrinho .nenhumItem{
      border:0px solid #000;	
      width: 200px;
      height: 30px;
      font:Verdana, Geneva, sans-serif;
      font-size:16px;
      color:#666;
      font-weight:bold;
      position:relative;
      left:50%;
      margin-left: -100px;
      cursor:default;
      margin-top:70px;
}
ul#listaCarrinho .img{
      float:left;
      margin:5px;
      padding:0px;
      width:50px;
      height:50px;
}
ul#listaCarrinho .cart_quant{
      font-size: 12px;
      height: 22px;
      padding: 0px;
      margin:0px;
      margin-bottom: 15px;
      margin-top: 15px;
}
ul#listaCarrinho .btn-excluir{
      margin:0px;
      margin-bottom: 15px;
      margin-top: 15px;
}
ul#listaCarrinho .titulo {
      width:300px;
      overflow:hidden;
      font-size:13px;
      font-family:Verdana, Geneva, sans-serif;
      border:0px solid #CCC;
      float:left;
}
ul#listaCarrinho .obs_item {
      width:100%;
      overflow:hidden;
      font-size:12px;
      font-weight: bold;
      font-style: italic;
      border:0px solid #CCC;
      float:left;
      border:0px solid #000;
}
ul#listaCarrinho .valor{
      width:200px;
      font-size:14px;
      color:#D70000;
      font-family:Verdana, Geneva, sans-serif;
      font-weight:bold;
      height:20px;
      margin:0px;
      margin-bottom: 15px;
      margin-top: 15px;
      float:left;
      border:0px solid #CCC;	
}
