#cesta .titulo {
	color: #003388;
	font-size: 18px;
	font-weight: bold;
}

#cesta .imprimir {
	position: absolute;
	top: 0px;
	right: 10px;
}

#cesta .imprimir a {
	color: #4A4A4A;
}

#cesta .portes {
	text-align: right;
}

table.cesta_grid {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

table.cesta_grid th{
	background-image: url(/app/img/css/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

table.cesta_grid th.empty{
	background-image: none;
}

table.cesta_grid td {
	border: 1px solid #DBDBDB;
	padding: 2px;
	padding-left: 5px;
	vertical-align: top;
}

table.cesta_grid td.empty {
	border: 0px;
}

table.cesta_grid td.nombre{
	color: #4A4A4A;
	text-decoration: none;
	font-weight: bold;
}

table.cesta_grid td.cantidad{
	width: 70px;
}

table.cesta_grid td.eliminar{
	width: 22px;
}

table.cesta_datos {
	width: 100%;
	padding-right: 22px;
}

table.cesta_datos td{
	padding-bottom: 20px;
}