/* CSS Document */
h1.migas{
	background:url(../images/flower.gif) no-repeat 16px 8px;
	font-weight:bold;
	padding:4px 0 0 44px;
	color: #0355ad;
	font-size:16px;
	line-height:28px;
}
h1.migas a{
	font-size:14px;
	color:#434448;
}
#content_carrito *{
	margin:0;
	padding:0;

}
#content_carrito{
	width: 660px;
	display:block;
	margin-top:20px;
}

#content_carrito .carrito_item{
	width: 660px;
	display:block;
	
}

#content_carrito .carrito_item ul{
	border-bottom:1px solid #e7e7df;
	width: 640px;
	display:block;
	margin-left:20px;
	clear: both;
}

#content_carrito .carrito_item li{
padding-right:15px;
display:inline;
float:left;
height:auto;
color:#434448;
padding:5px 15px 5px 0px;
}


#content_carrito .carrito_item li.referenciatit{
	width:90px;
	background-color:#e7e7df;
	font-weight:bold;
	height:18px;
}
#content_carrito .carrito_item li.nombretit{
	width:220px;
	background-color:#e7e7df;
	font-weight:bold;
	height:18px;
}
#content_carrito .carrito_item li.imagentit{
	width:60px;
	background-color:#e7e7df;
	font-weight:bold;
	height:18px;
}
#content_carrito .carrito_item li.mastit{
	width:5px;
	background-color:#e7e7df;
font-weight:bold;
height:18px;
}
#content_carrito .carrito_item li.menostit{
	width:5px;
	background-color:#e7e7df;
font-weight:bold;
height:18px;
}
#content_carrito .carrito_item li.unidadestit{
	width:60px;
	background-color:#e7e7df;
	font-weight:bold;
	height:18px;
	text-align: center;
	padding-right: 0px;
}
#content_carrito .carrito_item li.preciotit{
	width:50px;
	background-color:#e7e7df;
	font-weight:bold;
	height:18px;
	padding-right: 0px;
}
#content_carrito .carrito_item li.borrartit{
	width:50px;
	background-color:#e7e7df;
	font-weight:bold;
	height:18px;
	padding-right: 15px;
	text-align: center;
}
#content_carrito .carrito_item li.totaltit{
	width:50px;
	background-color:#e7e7df;
	font-weight:bold;
	height:18px;
	padding-right: 0px;
	text-align:center;
}

#content_carrito .carrito_item li.ref{
	width:90px;
	color:#57a245;
	font-size:11px;
}
#content_carrito .carrito_item li.nombre{
	width:220px;
	color:#434448;
}
#content_carrito .carrito_item li.imagen{
	width:70px;
	height:50px;
	overflow:hidden;
	margin-bottom:5px;
}
#content_carrito .carrito_item li.unidades{
	width:25px;
	text-align: center;
	padding-right:0px;
	
}
#content_carrito .carrito_item li.mas{
	width:10px;
	padding-right:0px;
}
#content_carrito .carrito_item li.menos{
	width:10px;
	padding-right:0px;
}
#content_carrito .carrito_item li.precio{
	width:50px;
	text-align: center;
	padding-right: 0px;
	font-weight:bold;

}
#content_carrito .carrito_item li.borrar{
	width:40px;
	text-align: center;
	padding-right: 0px;
	padding-left:20px;

}
#content_carrito .carrito_item li.total{
	width:50px;
	padding-right: 0px;
	text-align: right;
	color:#cc4e15;
	font-weight:bold;
}

#content_carrito a.vaciarcesta {
	background:url(../images/vaciar-cesta.gif) no-repeat top left;
	font-weight:bold;
	padding:2px 20px;
	color: #ffffff;
	font-size:11px!important;
	width:90px;
	display:block;
	line-height:20px;
	text-decoration:none;
}
#content_carrito a.actualizarcesta {
	background:url(../images/actualizar-cesta.jpg) no-repeat top left;
	font-weight:bold;
	padding:2px 8px;
	color: #ffffff;
	font-size:11px!important;
	width:110px;
	display:block;
	line-height:20px;
	text-decoration:none;
}

.enlacescesta li a.finalizarcompra {
	background:url(../images/finalizar-compra.jpg) no-repeat top left;
	font-weight:bold;
	padding:2px 8px;
	color: #ffffff;
	font-size:11px!important;
	width:140px;
	display:block;
	line-height:20px;
	text-decoration:none;
}

.enlacescesta li a.seguircomprando {
	background:url(../images/seguircomprando.jpg) no-repeat top left;
	font-weight:bold;
	padding:2px 2px 2px 24px;
	color: #ffffff;
	font-size:11px!important;
	width:140px;
	display:block;
	line-height:20px;
	text-decoration:none;
}

.enlacescesta li a.volverbt {
	background:url(../images/volver.gif) no-repeat top left;
	font-weight:bold;
	padding:2px 2px 2px 24px!important;
	color: #ffffff;
	font-size:11px!important;
	width:74px;
	display:block;
	line-height:20px;
	text-decoration:none;
}

table.pedido
{
  clear: both;
  margin: 2em 0;
}

table.pedido > caption
{
  color: #34992e;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: left;
}

table.pedido td
{
  text-align: right;
}

table.pedido td:first-child
{
  text-align: left;
}

table.pedido tr.total td
{
  padding-top: 1em;
}

table.direccion td:first-child
{
  width: 150px;
}

table.direccion td
{
  text-align: left !important;
}

table.direccion
{
  width: 100%;
}
