body {
    font-size:12px;
}

.myblock { display: block; }
.padding-0 { padding: 0px !important; }
.display_inline { display: inline; }
.bold { font-weight:900 !important; }
.center { text-align: center; }
.sque {
   
    background-color:#000000;
    background-image:url(../images/background.png);
    background-repeat:no-repeat;
    background-position:top center;

}
.pagination {
    margin-top:0px;
}

.breadcrumb {
    margin-bottom:0px;
}

.logo {}

.tdsmall {
    font-size:11px;
}

.news-prev {
    padding-right:20px;
}

.noty_width {
    width:250px !important;
}


.ui-autocomplete {
    font-size:12px !important;
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}


