/************************************************/  
/* CSS 2.0 listados.css - iocoo                */
/* @date: Novembre 2008                         */
/* @author: NetConsulting                        */
/* @web: www.netconsulting.es                   */
/************************************************/                       
                
/*-- LISTADO DE juguetes --*/
					
#text .juguetes-list{ 
	margin:5px 0 5px 0; 
}

	#text .juguetes-list li{ 
		float:left; 
		border-right:1px dotted #ccc;
		background:url(../../images/publica/v_separator.jpg) no-repeat bottom left;
		font-family:Tahoma;
		width:140px; 
		height:190px; 
		padding:0 10px 30px 10px;
		line-height:15px;
		margin-bottom:15px;
	}
	
	#text .juguetes-list li.last-item{ border:0;}
	
	#text .juguetes-list li .imagen-juguete, #text .juguetes-list li .imagen-juguete img{margin:0; padding:0;}
	
		#text .juguetes-list li .nombre-juguete h3{ text-align:center; height:30px;}
		
			#text .juguetes-list li .nombre-juguete a{
				font-size:70%;
				font-weight:bold;
				color:#3d3d3d;
			}
				#text .juguetes-list li .nombre-juguete a:hover{
					color:#ff0072;
				}
			
		#text .juguetes-list li .precio-juguete{
			text-align:center;
			color:#ff0072;
			font-size:80%;
		}
			#text .juguetes-list li .precio-juguete p{ 
				text-align:center; 
				font-weight:bold 
			}
			
				#text .juguetes-list li .precio-juguete span.before{ 
					text-decoration:line-through; 
					margin-right:10px;
					font-family:"Trebuchet MS";
					color:#777;
				}
		
		/*-- VALORACION ESTRELLAS --*/
		
		#text .juguetes-list li .valoracion-juguete{ margin-top:5px;}
		
		#text .juguetes-list li .valoracion-juguete .stars{ margin-left:12px;}
		
		#text .juguetes-list li .valoracion-juguete span{ font-size:80%; float:left; padding-top:5px;}
		
		#text .juguetes-list li .valoracion-juguete img{ vertical-align:middle; float:left;}
		
		#text .juguetes-list li .valoracion-juguete li{ 
			border:0;
			width:auto;
			height:10px !important;
			padding:0;
		}
		
	
	/*--- PAGINADOR ---*/	
	.paginador{
		clear:both;
		height:40px;
		text-align:center;
		background:url(../../images/publica/bg_paginator.jpg) no-repeat top left;
	}
	
		#text .paginador{ } 
		
		
		#text .paginador p{ 
			text-align:center !important; 
			padding-top:8px; 
			color:#616161;
		}
	
		.paginador a{
			color:#616161;
			text-decoration:underline;
			font-weight:bold;
			margin:0 3px;
		}
			#content .paginador a:hover{ color:#fff; }
		
		.paginador span
		{
			text-align:center;
			color:#616161;
			background-color:#fff;
			margin:0 3px;
			padding:0 3px;
		}
		
	
