﻿.region_category_itemtitle
{
    border-left: 3px solid #2371dd;
    padding-left: 5px;
    height: 12px;
    line-height: 14px;
    margin: 12px 10px 0 10px;
}
.region_category_itemlist
{
    margin: 0 10px;
    line-height: 16px;
    height: 32px;
    padding: 4px 0;
}
.region_category_itemlist a
{
    display: block;
    float: left;
    margin-left: 10px;
    white-space: nowrap;
    word-break: break-all;
}
.region_search
{
    margin: 15px 10px 10px 10px;
}
.region_search_txt
{
    width: 170px;
    line-height: 22px;
    height: 22px;
    padding: 3px 0 3px 3px;
    float: left;
    border: 1px solid #c5c5c5;
    border-right: 0;
}
.ui-helper-hidden-accessible
{
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}
.search_button_small
{
    width: 80px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #c6c6c6;
    line-height: 26px;
    float: left;
    background: -webkit-gradient(linear,0 0,0 100%,from(#FFF),to(#f1f1f1));
    background: -moz-linear-gradient(top,#FFF,#f1f1f1);
    background: linear-gradient(to bottom,#fff,#f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF,endColorstr=#F1F1F1,grandientType=0);
}
