@CHARSET "ISO-8859-1";

.searchScroller {
  position:relative;
  overflow:hidden;
  width:590px; height:315px;;
  border:0px solid blue; 
  margin:0;  
  padding: 0px 0px 0px 0px;
  left:0px;

}

.searchScrollee {
  position:absolute;
  width:590px; /* to get this number, subtract scrollee's padding from scroller's width */
  left:0px; 
  top:0px;
  border:0px solid red; 
  
}

/********* =CARRITO *********/

div#prod {
	float:left; /* Hay que flotar tambi�n el contenedor para que se ajuste al contenido en IE */
	background-color:#e9eaeb;
	width:92%;
	line-height:16px;
	margin:0 5px 5px 0;
	padding:5px;
}

div#prod img {
	float:left;
}

div#prod ul {	
	float:left;
	list-style: none;
	margin:0;
	padding:2px 0 0 8px;
}

div#prod li {
	padding:6px 0;
}

div#prod br {
	clear:both;
}


div#prod .cantidad {
	background:transparent 
	url(../../img/sport/input_cantidad.gif) no-repeat;
	background-color:#e9eaeb;
	background-position:bottom;
	height:15px;
	padding:4px 0 0 5px;
	width:29px;
}

div#prod .btn_refresh {
	position:relative;
	top:3px;
}

div#prod .eliminar {
	position:relative;
	left:3px;
	top:3px;
}

/**********************************************************/
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    