@charset "utf-8";
/* CSS Document */

#comparar {
	background: #1F1F1F;
	border-bottom: 1px solid #454545;
	border-left: 1px solid #000000;
	border-right: 1px solid #454545;
}
#comparar a {
	color: #00CCFF;
}
#comparar a:hover, #comparar a:active {
	text-decoration: underline;
}
#comparar .main {
	font-size: 11px;
	text-transform: uppercase;
}
#comparar .head {
	background: url('../images/carro-head-bg.gif') repeat-x;
	padding: 3px;
}
#comparar .finalizarCompra {
	text-align: center;
}
#comparar .lista {
}
#comparar .lista .item-impar {
	background: #252525 url('../images/carro-impar-bg.gif') repeat-x;
	padding: 4px 5px 2px 5px;
}
#comparar .lista .item-par {
	background: url('../images/carro-par-bg.gif') repeat-x;
	padding: 4px 5px 2px 5px;
}
#comparar .lista .borrar {
	float: right;
	width: 11px;
	margin-top: 3px;
}
#comparar .lista .datos {
	overflow: hidden;
	margin-right: 1.2em;
	padding: 2px;
}