﻿
        
	    #selectable .ui-selecting  
	    {
	    	border:2px solid #ddd;
	    	
	    }
	    #selectable .ui-selected  
	    {
	    	border:2px solid #B50000;
	    	color: #000000; 
        }
        
        #selectable .ui-selected img, 
        #selectable .ui-selected p, 
        #selectable .ui-selecting p
	    {
	    	border:0;	    	
        }
        
        
        
	    #selectable { list-style-type: none; margin: 0; padding: 0; width: 95%; }
	    #selectable li  
	    {
	    	margin: 3px; 
	    	padding: 0.4em; 
	    	font-size: 14px; 
	    	height: 18px; 
	    	float:left;
	    	width:150px;
	    	cursor:pointer;
	    	height:130px;
	    	
	    	border:2px solid #eee;
	    	color: #666666; 
        }
        
        #i_tienda_form
        {
        	padding:20px 0 0 20px;
        }
        
        
        #i_tienda_form span
        {
        	float:left;
        	width:90px;
        	font-weight:bold;
        }
        
        label.error  
        {
        	float:none; 
        	clear:both;
        	color: #cc0000; 
        	padding-left: .5em; 
        	vertical-align: top; 
        	font-family:Arial;
        	font-size:11px;
        	font-weight:bold;
        }
	