@charset "utf-8";

.wrapper {
    height: 580px;
    overflow: auto;
    position: relative;
}

.messages {
    margin: 20px 0 10px 15px;
    font-size: small;
}

.countries {
    border: 1px solid #aaaaaa;
    padding: 10px 20px;
    margin-left: 15px;
    float: left;
    display: inline; /* for IE6 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.countries li {
    border-right: 1px solid #333333;
    float: left;
    list-style-type: none;
    margin-right: 5px;
    padding-right: 5px;
    font-size: small;
}

.countries li.last {
    border-right: none;
}

.search_button {
    float: right;
    margin-right: 15px;
    display: inline; /* for IE6 */
}

.search_button button {
    width: 200px;
}

.country_name {
    clear: both;
    border-bottom: 1px solid #aaaaaa;
    padding: 5px 15px;
    padding-top: 20px;
    zoom: 1; /* hasLayout for IE6 */
}

.country_name h2 {
    font-size: small;
    border-left: 5px solid #000080;
    padding-left: 5px;
    font-weight: normal;
}

.country_name h2 img {
    vertical-align: text-bottom;
}

.country_name h2 strong {
    font-size: medium;
    font-weight: bold;
}

.maker_wrap {
    margin-bottom: 20px;
}

.makers {
    margin-left: 15px;
    zoom: 1; /* for IE6 */
}

.makers li {
    width: 230px;
    float: left;
    margin-top: 20px;
    margin-right: 10px;
    list-style-type: none;
    font-size: small;
    display: inline; /* for IE6 */
}

.makers li input {
    vertical-align: text-bottom;
    width: 1em;
    height: 1em;
    margin-right: 5px;
}

.makers li .disabled {
    color: #969696;
}
