
/* Sección carrito */

#col-carrito { float:left; width:760px; }
#cabecera-contenedor { width:760px; height:11px; background-color:#3c8399; font-size:0px; }
#contenedor { padding:30px; min-height:400px; background-color:#5895a7; }
#carrito-titulo { margin-bottom:25px; }

#codigo-descuento { font-size:0.8em; color:#e0e3b5; }
#codigo-descuento b { color:#fff; }
#codigo-descuento input { font-size:0.9em; }
#codigo-descuento input.btnSubmitEnviar { width:100px; font-weight:bold; text-align:center; background-color:#cedb2f; border:solid 1px black; font-size:0.9em; }

#tabla-carrito { margin-top:20px; }
#tabla-carrito table th { text-align:center; color:White; font-weight:bold; font-size:0.8em; background-color:#145a73; height:24px; }
#tabla-carrito table td { padding:8px; }
img.foto-producto { width:51px; height:51px; margin-right:5px; border:solid 1px #000; }
.titulo-producto { color:#cedb2f; font-size:0.8em; font-weight:bold; }
.descripcion-producto { font-size:0.75em; color:#dce0a7; }
.descripcion-producto a { color:#cedb2f; font-weight:bold; }
.precio { font-weight:bold; font-size:0.9em; color:#e0e4ad;  }
.precio-total { font-weight:bold; font-size:1.1em; color:White; }
.euro { color:White; }

#tabla-carrito input.btnSubmitEnviar { width:130px; padding:2px; font-weight:bold; text-align:center; background-color:#cedb2f; border:solid 1px black; font-size:0.7em; }
#tabla-carrito input.btnButton { width:130px; padding:2px; text-align:center; background:url(../../img/03/degradado-boton.gif) repeat-x bottom; border:solid 1px black; font-size:0.7em; }

#tabla-carrito tr.impar td { border-bottom:dotted 1px #a2c1ca; }
#tabla-carrito tr.par td { background-color:#4d8b9e; border-bottom:dotted 1px #a2c1ca; }
