div#tienda_category_header  {
border-bottom:1px solid #CCCCCC;
margin-bottom:10px;
padding-bottom:5px;
padding-top:5px;
color: #FFC445 !important;
}

div#tienda_category_header span {
font-size:1.8em;
vertical-align:top;
}

#tienda_products th {
    background: url("../../images/shadow-bg.jpg") repeat-x scroll 0px -5px #000000;
    height: 26px;
    color: #FFbb22;
    text-align: left;
}

#tienda_products tr.odd td {
    background: #333;
    color: #c2c2c2;
}
#tienda_products tr.even td {
    background: #222;
    color: #c2c2c2;
}

table.adminlist thead th {
background-color:#000;
color: #ccc;
text-align:center;
border-left: solid 1px #ccc;
border-top: solid 1px #ccc;
border-bottom: solid 1px #ccc;
}
