/* Estilos para la cesta de la compra */

.cesta {
	margin: 10px;
	padding: 0;
	width: 600px;
	height: auto;
}

.cesta .superior {
	margin: 0;
	margin-top: 20px;
	padding: 0;
	border: none;
	background-image: url(imagenes/superior.gif);
	background-attachment: scroll;
	background-position: top left;
	width: 600px;
	height: 22px;
	float: left;
}

.cesta .inferior {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	border: none;
	background-image: url(imagenes/inferior.gif);
	background-attachment: scroll;
	background-position: top left;
	width: 600px;
	height: 22px;
	float: left;
}

.cesta .contenido {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border-left: solid 1px #F80;
	border-right: solid 1px #F80;
	background: #FFF;
	width: 598px; //Restamos dos píxeles para los valores de los bordes izquierdo y derecho (modelo de caja W3C)
	height: auto;
	float: left;
}

.cesta .contenido#elegircajas {
	text-align: center;
}

.cesta .contenido h1 {
	font: 14pt "Times New Roman", Times, serif;
	color: #06C;
}

.cesta .contenido h2 {
	text-align: center;
	font: 14pt Arial, Helvetica, sans-serif;
	color: #F80;
}

.cesta .contenido#elegircajas ul li{
	text-align: left;
	margin-left: 150px;
}

.cesta .contenido p {
	text-align: center;
	font: 10pt Verdana, Arial, sans-serif;
}

/* Estilos para la tabla de items de la cesta */

.items {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	text-align: left;
	border: none;
	margin: 10px 0px 20px 25px;
	width: 550px;
}

.items tr th{
	padding: 0px 10px 0px 5px;

}

.items tr td{
	padding: 0px 10px 0px 5px;
	/*min-width: 150px;*/

}

.items tr #precio {
	width: 60px;
	text-align: right;
	padding-right: 20px;
}

.items tr #icono {
	width: 20px;
	padding: 0;
}

.items tr #cantidad {
	width: 40px;
	padding: 0;
	text-align: center;
}

.items tr td a {
	text-decoration: none;
}

.items tr td a:hover {
	color: #00CC66;
	text-decoration: underline;
}

.items #cabecera {
	font-size: 10pt;
	color: #F80;
	height: 40px;

}

.items #total {
	font: 11pt Arial,Verdana,sans-serif;
	font-weight: bold;
	height: 50px;
}

.items #pie {
	background: #F80;
	height: 1px;

}

.items .filapar{
	background: #EEE;
}

.items .filapar td {
	padding-top: 6px;
	padding-bottom: 6px;

}

.items .filaimpar{
	background: #FFF;
}

.items .filaimpar td {
	padding-top: 6px;
	padding-bottom: 6px;

}

.items tr td a img {
	border: none;
	margin: 1px 1px 1px 10px;

}

/*.botones {
	width: 100%;
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 30px;
	text-align: center;
	font: 10pt Verdana,Arial,sans-serif;
	
	
}

.cesta .botones ul {
	margin: 0;
	margin-left: 140px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	
}*/

.botones {
	width: 100%;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 30px;
	text-align: center;
	font: 10pt Verdana,Arial,sans-serif;
	
}

.cesta .botones ul {
	margin: auto;
	width: 304px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.cesta .botones#solo ul {
	width: 142px;
}

.cesta .botones ul li {
	float: left;
	background: #06C;
	color: #FFF;
	width: 140px;
	border: solid 1px #06C;
	
}

.cesta .botones ul li#primero {
	margin-right: 20px;
}

.cesta .botones ul li a {
	text-decoration: none;
	color: #FFF;
	width: 140px;
	display: block;
	padding: 3px 0px;
	
}

.cesta .botones ul li a:hover {
	background: #FFF;
	color: #06C;
	
}
