/* 
    Document   : carrito
    Created on : 02-abr-2009, 18:19:36
    Author     : jll001es
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.numeroarticulos {
    
    font-size: 14px;
    color: #ffff00;
    font-weight: bold;
}

.menuinternocar {    
    font-family: 'Times New Roman',Times,serif;
    font-size: 14px;
    background-color: #660000;
    color: #ffffff;         
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: bold;
    text-decoration: none;
    /*cursor: pointer;*/
}

.menuinternocar:hover {    
    background-color: #ff9900;
    color: #ffffff;        
    /*text-decoration: underline;*/
}

.menucar {
    margin: 0px;
    padding: 0px;
}

ul.menucar {
    list-style-type: none;       
}

ul.menucar li {
    position: relative;
    z-index: 6;
    width: 100px;
    display: inline;    
    list-style-type: none;    
}

ul.menucar ul {
    position: absolute;    
    z-index: 6;    
    left: 60px;
    top: -1px;    
    list-style: none;    
}

ul.menucar li ul {
    position: absolute;
    left: 0px;
    top:17px;
    visibility: hidden;
    display: block;
    list-style-type:none;   
    background-color: #fae59d;
    color: #000000;
    z-index: 6;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 360px;
    padding: 2px;    
    margin: 2px;
    filter: alpha("opacity=90%");
    opacity: .9;    
}

ul.menucar li:hover ul {
    visibility: visible;
}

ul.menucar li ul a:hover {        
    background-color: #ff9933;        
}

ul.menucar li ul a:link, ul.menucar li ul a:active, ul.menucar li ul a:visited { 
    text-decoration: none;
    color: #ffffff;    
}

table.tablaarticulo {
    border-spacing: 0px;
    border-collapse: collapse;
    empty-cells: show;
    width: 360px;
    height: 100%;    
}

table.tablaarticulo td.esi {
    width: 2px;
    height: 2px;
    padding: 0;
    background: url(/huella/resources/carrito/esi.gif);
}

table.tablaarticulo td.esd {
    width: 2px;
    height: 2px;
    padding: 0;
    background: url(/huella/resources/carrito/esd.gif);
}

table.tablaarticulo td.eid {
    width: 2px;
    height: 2px;
    padding: 0;
    background: url(/huella/resources/carrito/eid.gif);
}

table.tablaarticulo td.eii {
    width: 2px;
    height: 2px;
    padding: 0;
    background: url(/huella/resources/carrito/eii.gif);
}

table.tablaarticulo td.arriba {
    width: 356px;
    height: 2px;
    padding: 0;
    background: url(/huella/resources/carrito/arriba.gif) repeat-x;
}

table.tablaarticulo td.abajo {
    width: 356px;
    height: 2px;
    padding: 0;
    background: url(/huella/resources/carrito/abajo.gif) repeat-x;
}

table.tablaarticulo td.derecha {
    width: 2px;
    height: 100%;
    padding: 0;    
    background: url(/huella/resources/carrito/derecha.gif) repeat-y;
}

table.tablaarticulo td.izquierda {
    width: 2px;
    height: 100%;
    padding: 0;
    background: url(/huella/resources/carrito/izquierda.gif) repeat-y;    
}

table.tablaarticulo td.medio {
    vertical-align: top;
    border-spacing: 0px;
    width: 356px;   
    height: 100%;
    
    /*background: url(/huella/resources/imagenes/fondolista.gif) repeat-x;*/
    
}

table.articulodentro {
    width: 100%;
    height: 100%;        
}

table.articulodentro tr.cabecera {
    text-align: center;
    font-size: 12px;
    font-family: 'Times New Roman';
    text-decoration: underline;
    font-weight: bold;
}

table.articulodentro tr.articulos {
    text-align: center;
    font-size: 12px;
    font-family: 'Courier New',Courier,monospace;        
}

table.articulodentro tr.comprar {
    text-align: center;
}
