.block-jne-tracking {
    font-size: 11px;
    line-height: 1.25;
}

.block-jne-tracking .block-title strong {
    background-image: url("../images/jne/truck.png");
}

.block-jne-tracking .block-title strong {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 21px;
}

.block-jne-tracking label {
    font-weight: bold;
    color: rgb(102, 102, 102);
}

.block-jne-tracking .block-content {
    padding: 5px 10px;
}

.block-jne-tracking .actions {
    background: none repeat scroll 0% 0% transparent;
    padding: 0px;
    margin: 3px 0px 0px;
    text-align: left;
}

.block-jne-tracking input.input-text {
    display: block;
    width: 97%;
    margin: 3px 0px;
}

.block-jne-tracking .actions button.button {
    float: none;
}

/*Select City */

ul#city_not_found, 
ul#city_not_found_shipping {
    position: absolute;
    border: 1px #cecece solid;
    z-index: 1;
}

ul#city_not_found > li, 
ul#city_not_found_shipping > li {
    width: 238px;
    background: #fff;
    line-height: 20px;
    font-size: 12px;
    padding: 0 10px;
    margin: 0;
    color: red;
}

ul#please_select_city, 
ul#please_select_city_shipping {
    position: absolute;
    border: 1px #cecece solid;
    border-bottom: none;
    z-index: 1;
}

ul#please_select_city > li, 
ul#please_select_city_shipping > li {
    width: 238px;
    background: #fff;
    line-height: 20px;
    font-size: 12px;
    padding: 0 10px;
    margin: 0;
}

ul#please_select_city > li:hover, 
ul#please_select_city > li.active,
ul#please_select_city_shipping > li:hover, 
ul#please_select_city_shipping  > li.active {
    background: #eee;
}

ul#select_city,
ul#select_city_shipping {
    position: absolute;
    border: 1px #cecece solid;
    border-top: none;
    max-height: 300px;
    overflow-y: scroll;
    margin-top: 21px;
    z-index: 1;
    background: #fff;
}

ul#select_city > li,
ul#select_city_shipping > li {
    width: 221px;
    background: #fff;
    line-height: 20px;
    font-size: 12px;
    padding: 0 10px;
    cursor: pointer;
    margin: 0;
}

ul#select_city > li:hover,
ul#select_city > li.active,
ul#select_city_shipping > li:hover,
ul#select_city_shipping > li.active {
    background: #eee;
}