table.producto {
	font-size: 11px;
	color: #052B50;
	margin-top: 10px;
	text-align: left;
}

tr.cabecera {
	background: #B7D1F2;
	font-weight: bold;
	height: 24px;
}

tr.rowpar:hover {
	background: #eee;
}

tr.rowimpar {
	background: #ccc;
	height: 21px;
}

tr.rowimpar:hover {
	background: #aaa;
}

td.precio {
	text-align: right;
}

td.descripcion {
	font-weight: bold;
	width: 400px;
}

td.descripcion a {
	text-decoration: none;
}

td.stock {
	text-align: center;
}

td.proddesc {
	text-align: left;
}

td.proddesc .descripcion {
	font-weight: bold;
}

td.proddesc .referencia {
	font-weight: bold;
	color: gray;
}
div.outlet {
	height: 45px;
	width: 55px;
	float: right;
	position: relative;
	top: -30px;
	background: url(img/outlet.gif) no-repeat;
}
div.comprar {
	text-transform: uppercase;
	text-transform: uppercase;
background: #eee;
padding-left: 5px;
margin-top: 2px;
width: 350px;
}

div.comprar a {
	text-decoration: none;
}

div#searchInfo {
	margin-top: 10px;
}

div#searchCounter {
	float: left;
	font-size: 10px;
}

div#navegador {
	float:right;
	font-size: 10px;
	padding-top: 2px;
	height: 20px;
	text-align: right;
}


div#navegador a {
	border: 1px solid #052B50;
	margin-left: 2px;
	padding: 3px 4px 3px 4px;
}

div#navegador a:hover {
	background: #B7D1F2;
}

div#navegador span.current {
	border: 1px solid #052B50;
	background: #B7D1F2;
	padding: 3px 4px 3px 4px;
	margin-left: 2px;
}

div#navegador span.inactivo {
	border: 1px solid gray;
	background: #eee;
	color: gray;
	padding: 3px 4px 3px 4px;
	margin-left: 2px;
}

div.prodsep {
	border-top: 1px dotted gray;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
