@charset "utf-8";
/*
*
*   Common Trade
*
*/

/*
    Element: trad help
    Remark: -
*/
.trade-list-content .trad_help,
.product-listing-wrapper .trad_help,
.trade-home-content .trad_help,
.trade-home-sidebar .trad_help {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
.trade-list-content .trad_help a,
.product-listing-wrapper .trad_help a,
.trade-home-content .trad_help a,
.trade-home-sidebar .trad_help a {
    color: #999;
}
.trade-list-content .trad_help a:hover,
.product-listing-wrapper .trad_help a:hover,
.trade-home-content .trad_help a:hover,
.trade-home-sidebar .trad_help a:hover {
    text-decoration: none;
}


/*
    Element: Trade - User Profile
    Remark: -
*/
.trade-home-sidebar .trade-home-profile a:hover {
    text-decoration: none;
}
.trade-home-sidebar .trade-home-profile .trade-profile-rate span {
    color: #121212;
}




/*
    Element: Trade Index - Home Content
    Remark: -
*/
.trade-home-content .trade-section-title {
    border-bottom: 1px solid #ededed;
}
.trade-home-content .trade-section-title-more {
    color: #999;
}
.trade-home-content .trade-section-title-more:hover {
    text-decoration: none;
}




/*
    Element: Trade Index - Sidebar
    Remark: -
*/
.trade-home-sidebar .trade-home-menu ul {
    border-color: #ededed;
    overflow: hidden;
}
.trade-home-sidebar .trade-home-profile-btn,
.trade-home-sidebar .trade-home-menu ul li a,
.trade-home-sidebar .trade-home-menu-header {
    color: #121212;
}




/*
    Element: Trade Index - List
    Remark: -
*/
.trade-list-container:after {
    clear: both;
}
.trade-list-container .item {
    border: 1px solid #ededed !important;
}
.trade-list-container .trade-item-name {
    color: #121212 !important;
}



/*
    Element: Trade List
    Remark: -
*/
.trade-list-content .trade-section-title {
    border-bottom: 1px solid #ededed;
}
.trade-list-content .pagination-total-wrapper:after {
    clear: both;
}
.trade-list-content .pagination-total {
    display: block;
    float: left;
    border: 1px solid #ccd1d9;
    border-radius: 4px;
    line-height: 34px;
    font-size: 13px;
    height: 34px;
    text-align: center;
    min-width: 70px;
    padding: 0 5px;
}
.trade-list-content .pagination-wrapper {
    display: block;
    float: left;
    padding-left: 15px;
    margin: 0 auto;
    text-align: center;
    min-width: 1px;
}
.pagination-wrapper .pagination {
    display: inline-block;
    border-radius: 4px;
    margin: 0;
    padding-left: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    color: #434a54;
    background-color: #fff;
    position: relative;
    float: left;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ccd1d9;
    padding: 6px 12px;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li.active > a {
    color: #ababab;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
    background-color: #ccd1d9;
    border-color: #ccd1d9;
}




/*
    Element: Trade Item Detail
    Remark: -
*/
.body-product-list .breadcrumb-news {
    width: auto;
    float: none;
}
.trade-detail-wrapper .tabs .tab {
    border-bottom: 1px solid #ededed;
}
.trade-detail-wrapper .trade-detail-hr {
    border: 0;
    border-top: 1px solid #ededed;
}
.trade-detail-wrapper .prod_prod .full-image .visible {
    border-color: #ededed;
}
.trade-detail-wrapper a.tooltip p {
    color: #121212;
}
.trade-detail-wrapper .trade-detail-bookmark {
    font-size: 14px;
    color: #999;
    border-color: #999;
}
.trade-detail-wrapper .prod_prod .contact_btn {
    color: #121212;
    font-size: 14px;
}
.trade-detail-wrapper .prod_prod a:hover,
.trade-detail-wrapper .prod_prod .trade-detail-wrapper a:hover {
    text-decoration: none;
}
.product-listing-wrapper .trade-menu-label {
    margin-right: 0;
}
.product-listing-wrapper .trade-menu ul {
    overflow: hidden;
}



/* from trade.css */
.trade-update-time {
    color: #999 !important;
}
.trade-home-wrapper {
    min-height: 550px;
}