﻿

.cestaCompra 
{
	margin-top:12px;
	margin-bottom:16px;
	position:relative;
}

.cestaCompra .cestaCabecera
{
	display:none;
}

.cestaCompra div.finalizarCesta 
{
	display:none;
}


.cestaCompra table {
	border-left: solid 1px #526267;
	border-bottom: solid 1px #526267;
	border-collapse:collapse;
	width:100%;
	position:relative;
	margin-bottom:6px;
}

.cestaCompra table td {
	border-right: solid 1px #526267;
	border-top: solid 1px #526267;
	position:relative;
	font-size:10px;
	line-height:13px;
}

.cestaCompra table p {
	margin: 0;
	clear:both;
}

.cestaCompra table div.desc {
	padding: 5px;
	width: 460px;
	float: left;
	overflow: hidden;
	height: 1%;
}


.cestaCompra h3.tituloTipoProducto {
	color: #256B8D;
	font-weight: bold;
	margin-bottom:2px;
}

.cestaCompra table div 
{
	position:relative;	
}

.cestaCompra table div .tituloProducto {
	color: #256B8D;
	font-weight: normal;
	margin: 0 0 5px 0;
}

.cestaCompra table div .tituloProducto span.nombre {
	font-weight: normal;
	float:left;
}

.cestaCompra table div .tituloProducto span.direccion {
	float:left;
	margin-left:6px;
}

.cestaCompra table div .tituloProducto span.zona 
{
	float:left;
	margin-left:6px;
}

.cestaCompra table span.politicaCancelacion {
	display:block;
	font-size:11px;
}

.cestaCompra table span.politicaCancelacion a{
	display:block;
	color:#2F99CC;
}

.cestaCompra table td.precio {
	width: 104px;
	padding: 4px;
	text-align:right;

}

.cestaCompra table span.precio {
	color: #434D67;
}

.cestaCompra table span.cancelada {
	background-color: #C7D9FC;
	color:#434D67;
	font-weight:bold;
	margin-right:3px;
	padding:1px;
}

.cestaCompra table span.disponible {
	display:none;
}

.cestaCompra table span.enPeticion {
	display:none;
}



.cestaCompra div.precioTotal {
	color: #FFFFFF;
	background-color: #246D90;
	overflow: hidden;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 4px 0 10px 0;
	text-transform: uppercase;
	padding: 5px;
	font-size: 12px;
}

.cestaCompra div.precioTotal span.texto {
	float: left;
	font-size:11px;
}

.cestaCompra div.precioTotal span.precio {
	float: right;
}



/* Cesta de la compra "mini" (para laterales, en la parte superior de la pagina, etc.) */

.cestaCompraMini 
{
	width:790px;
	margin:auto auto 10px auto;
}

.cestaCompraMini .cestaCabecera
{
	background-image:url(/images/cestaCompra/cabeceraCesta.gif);
	background-repeat:no-repeat;
	height:19px;
	overflow:hidden;
	line-height:19px;
}

.cestaCompraMini .cestaCabecera span
{
	margin-left:12px;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
}

.cestaCompraMini .cestaCabecera img
{
 vertical-align:middle;
 display:none;
}



.cestaCompraMini table 
{
	width:100%;
	margin-top:2px;
}

.cestaCompraMini table td
{
  border-bottom:dotted 1px #95D5F6;
}

.cestaCompraMini table p {
	margin: 0;
}

.cestaCompraMini table div {
	color: #333333;
	padding: 2px;
	float: left;
	overflow: hidden;
	height: 1%;
}



.cestaCompraMini h3.tituloTipoProducto {
	display: none;
}

.cestaCompraMini table div .tituloProducto {
	font-weight: normal;
	margin: 0 0 1px 0;
	float:left;
}

.cestaCompraMini table div .tituloProducto span.nombre {
}

.cestaCompraMini table div .tituloProducto span.direccion {
	margin-left: 12px;
	display: none;
}

.cestaCompraMini table div .tituloProducto span.zona {
	display: none;
}

.cestaCompraMini table div .fecha {
	display:block;
	float:left;
	margin-left:6px;
}

.cestaCompraMini table div .fecha .titulosfecha 
{
	display:none;
}

.cestaCompraMini table div .caracteristicaProducto {
	display: none;
}

.cestaCompraMini table span.politicaCancelacion {
	display: none;
}

.cestaCompraMini table td.precio {
	width: 150px;
	padding: 4px;
	text-align:right;
	vertical-align:bottom;
}

.cestaCompraMini table span.precio {
	color: #434D67;
}


.cestaCompraMini div.precioTotal span.borrar {
	float: right;
}


.cestaCompraMini table span.disponible {
	display:none;
}


.cestaCompraMini div.finalizarCesta 
{
	background-color:#95D5F6;
	padding:4px 4px 4px 8px;
	overflow:hidden;
	height:1%;	
	margin-top:8px;
}

.cestaCompraMini div.finalizarCesta  a
{
	margin-right:12px;
	margin-left:6px;
	float:left;
	display:block;
	color: #B3130F;
}

.cestaCompraMini div.finalizarCesta div.precioTotal {
	color: #B3130F;
	float:right;
	margin-right:12px;
}

.cestaCompraMini  div.finalizarCesta  div.precioTotal span.texto 
{
	text-transform:uppercase;
	font-weight:bold;
}

.cestaCompraMini  div.finalizarCesta  div.precioTotal span.precio {
	font-weight:bold;
}

.cestaCompraMini  ul.lineasPaquete {
	margin:0px;
	padding:0px;
	list-style-type:none;
	clear:both;
}

.cestaCompraMini  ul.lineasPaquete li{
	margin:0px 0px 0px 6px;
	padding:0px;
}
