@charset "utf-8";
/* CSS Document */

#dhtmltooltip {
	position: absolute;
	/*width: auto;*/
	/*border: 1px solid Green;*/
	padding: 10px ;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
	background:#FBF9D9;
	/*background-image:url(images/listado/capa_producto.gif);
	/*background-repeat:no-repeat;*/
	width: 400px;
	height: 150px;
}
#stocktooltip {
	position:absolute;
	/*width: auto;*/
	/*border: 1px solid Green;*/
	padding: 10px ;
	visibility: hidden;
	z-index: 100;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);*/
	/*background: #ffffff;*/
	
	background-repeat:no-repeat;
	width: 400px;
	height: 128px;
}
#stocktooltipbig {
	position: absolute;
	/*width: auto;*/
	/*border: 1px solid Green;*/
	padding: 10px ;
	visibility: hidden;
	z-index: 100;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);*/
	/*background: #ffffff;*/
	/*background-image:url(images/listado/bg_stockinfobig.gif);*/
	background-repeat:no-repeat;
	width: 200px;
	height: 128px;
}

#phototooltip {
	position: absolute;
	/*width: auto;*/
	/*border: 1px solid Green;*/
	padding: 10px ;
	visibility: hidden;
	z-index: 100;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);*/
	/*background: #ffffff;*/
	background-repeat:no-repeat;
	width: 250px;
	height: 128px;
}

.imagen {
		margin:3px;
		padding:2px;
		border: 1px solid #999999;
		background-color:#FFFFFF;
		float:left;
}

div.smalli {
	height:110px; 
	float:left;
	margin:3px}