.divFiltros
{
    float       : left;
    font-size   : 10px;
    color       : #666666;
    margin-right: 5px;
    margin-left : 5px;
    height      : 30px;
}
    
    
.DivOpcao
{
    float       : left;
    border      : 1px solid #ccc;
    cursor      : pointer;
    padding     : 0px 5px 0px 5px;
}
    
.DivOpcaoSelect
{
    float       : left;
    border      : 1px solid #666;
    cursor      : pointer;
    padding     : 0px 5px 0px 5px;
}
    
#GrelhaProdutos
{
    list-style  : none;
    width       : 100%;
    margin      : 0px 0px 20px 0px;
    padding     : 0px;
}
    
#GrelhaProdutos .liGrelha
{
    width       : 298px;
    border      : 1px solid #ccc;
    float       : left;
    position    : relative;
    margin      : 20px 0 0 0;
    overflow    : auto;
    text-align  : center;
    background  : #ffffff;
    height      : 225px;
}
    
#GrelhaProdutos .liLista
{
    width       : 100%;
    border      : 1px solid #ccc;
    float       : left;
    position    : relative;
    margin      : 10px 0 0 0;
    overflow    : auto;
    text-align  : center;
}
    
.ulPaginacao
{
    list-style  : none;
    float       : right;
    margin      : 3px 0px;
    padding     : 0px;
}
        
.ulPaginacao .pagina
{
    float           : left;
    border          : 1px solid #cccccc;
    line-height     : 18px;
    margin          : 2px;
    width           : 20px;
    height          : 18px;
    text-align      : center;
    vertical-align  : middle;
    font-size       : 10px;
    color           : #666666;
    cursor          : pointer;
}
        
.ulPaginacao .paginaSelect
{
    float           : left;
    border          : 1px solid #666666;
    margin          : 2px;
    background      : #666666;
    color           : #ffffff;
    width           : 20px;
    height          : 18px;
    line-height     : 18px;
    text-align      : center;
    vertical-align  : middle;
}
    
.productname
{
    line-height : 25px;
}

.productsubname
{
    line-height : 20px;
}

.productdescricao
{
    line-height : 20px;
}



.cssTexto .linksLoja
{
    color:#666666;
    }

.cssTexto .linksLoja:hover
{
    color:#000000;
    }
    
    
    
    
    
    
    
    
    

ul.css-tabs {
    margin          : 0 !important;
    padding         : 0;
    height          : 30px;
    border-bottom   : 1px solid #ccc;
    width           : 100%;
    padding         : 0px;
}

ul.css-tabs li {
    float           : left;
    padding         : 0;
    margin          : 0;
    list-style-type : none;
}


ul.css-tabs a {
    float           : left;
    font-size       : 11px;
    display         : block;
    padding         : 5px 10px;
    text-decoration : none;
    border          : 1px solid #ccc;
    border-bottom   : 0px;
    height          : 18px;
    background      : #efefef;
    color           : #999;
    margin-right    : 2px;
    position        : relative;
    top             : 1px;
    outline         : 0;
}

ul.css-tabs a:hover {
    background      : #fff;
    color           : #333;
}

ul.css-tabs a.current {
    background      : #fff;
    border-bottom   : 1px solid #fff;
    color           : #000;
    cursor          : default;
    font-weight     : normal;
    color           : #333;
    
}

.css-panes .divMostra {
    display         : none;
    border          : 1px solid #ccc;
    border-width    : 0 1px 1px 1px;
    padding         : 0 5px;
    background      : #fff;
    margin          : 0;
}