.wrapper_body {
    width: 100%;
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A ;
    text-align: center;
}
.cbm_wrap{
    background: #eee;
    width: 140px;
    height: 150px;
    display: block;
    float: left;
    padding: 12px;
    margin: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px 0 #c7c7c7;
    -moz-box-shadow: inset 0 1px 1px 0 #c7c7c7;
    box-shadow: inset 0 1px 1px 0 #c7c7c7;
}
.cbm_wrap img {
    width: 100%;
    margin-top: 15px;
}
.cbm_wrap p{ 
    margin-top: 15px !important;
    text-align: justify !important;
}
cbm_wrap h1{
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
     text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.cbm_wrap a{    
    text-transform: uppercase;
    text-decoration: none; 
    font-size: 90%;
    font-weight: bold;
    color: #7BAF0A !important;
}
.cbm_wrap a:hover{
    text-decoration: none;
    color: #cd5700 !important ;
}

.newclass {
    height: 50px;
    text-align: center;
}

span.jPag-current{
    cursor:default;
    font-weight:normal;
    line-height:15px;
    height:18px;
    padding:2px 5px;
}

.cbm_wrap_cat{
    background: #eee;
    width: 140px;
    height: 270px;
    display: block;
    float: left;
    padding: 12px;
    margin: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px 0 #c7c7c7;
    -moz-box-shadow: inset 0 1px 1px 0 #c7c7c7;
    box-shadow: inset 0 1px 1px 0 #c7c7c7;
}

.cbm_wrap_cat a{    
    text-transform: uppercase;
    text-decoration: none; 
    font-size: 90%;
    font-weight: bold;
    color: #dc5a0b !important;
}
.cbm_wrap_cat a:hover{
    text-decoration: none;
    color: #7BAF0A !important ;
}
.cbm_wrap_cat img {
    width: 100%;
    margin-top: 15px;
}
