﻿.exchange_border, .find_border {
    display: inline-block;
    width: 245px;
    padding: 2px 2px 2px 2px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    border: solid 1px silver;
}

.exchange_title, .find_title {
    position: relative;
    background: url(/images/content-head.png) no-repeat left;
    height: 40px;
    width: 150px;
    padding: 20px 0 0 10px;
    color: white;
    margin: -10px 0 0 -10px;
}

.exchange_content, .find_content {
    padding: 5px;
    margin: 0 0 10px 0;
}

.exchange_border_amenu {
    position: relative;
    float: left;
    padding: 5px 15px 5px 15px;
    border: solid 1px #F57C20;
    border-radius: 5px;
    background-color: #F57C20;
    margin: 5px 15px 0 5px;
    color: white;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.78);
    -moz-box-shadow:    2px 2px 2px 0px rgba(0, 0, 0, 0.78);
    box-shadow:         2px 2px 2px 0px rgba(0, 0, 0, 0.78);
}

.a_button {
    display: inline-block;
    width: 100px;
    margin-top: 5px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 11pt;
    color: #FFF;
    background-color: #F57C20;
    border-radius: 5px;
}

.exchange_list {
    position: relative;
    float: left;
    display: inline-block;
    width: 208px;
    padding: 5px;
    margin: 0 14px 20px 0;
    border: solid 1px silver;
    background-color: #fcfcfc;
}

.exchange_list_image {
}

.exchange_list_img {
    padding: 2px;
    width: 201px;
    height: 180px;
    border: solid 1px silver;
}

.exchange_list_title {
    padding: 5px 0 0 0;
    font-weight: bold;
}

    .exchange_list_title a {
        color: #F57C20;
        text-decoration: none;
    }

.exchange_list_content {
}

    .exchange_list_content p {
        margin: 5px 0 0 0;
        padding: 0;
    }

.exchange_list_price {
    font-weight: bold;
    color: #F57C20;
}

.exchange_list_paging {
    float: left;
    width:100%;
}

.exchange_list_pagelink {
    margin: 3px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    background-color: orange;
    border-radius: 4px;
    color: white;
    font-weight: bold;
}

.exchange_list_pagelink_active {
    margin: 3px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    background-color: white;
    border: solid 1px orange;
    border-radius: 4px;
    color: orange;
    font-weight: bold;
}