/* Categorijas */

.breadcrumb{
 font-size: 13px;
 font-weight: 600;
 text-align: left;
}

.breadcrumb a:hover{
 color: #000000;
}

.categories{
    float: left;
    width: 31.0%; 
    text-align: center; 
    cursor: pointer;
    font-size: 12px; 
    font-weight: 600;
    height: 180px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    padding: 3px;
    margin: 2px; 
    border: 1px solid #e2e0e0; 
    overflow: hidden;
    display: inline;  
    background: url('../image/bg2.gif') repeat-x; 
}

.categories a:hover{
 color: #5d5c5c;
}

div#br2{    
 font-size: 10px; 
}

div#br3{    
 font-size: 12px; 
}

.pagination{
 font-size: 13px;
 font-weight: 600;
 border: 1px solid #888686;
 padding: 5px;
 min-width: 25px;
 padding-bottom: 5px;
 text-align: center;
 background-color: #e6f2ff;
}

.pagination a:hover{
 color: #000000;
}

.active{
 color: #000000;
 text-decoration: none;
}

.pag{
 float: right;
 padding-right: 7px;
}

div#br4{    
 clear: both;
 font-size: 2px; 
}