.trans-market-cart-full {
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .2);
    background: #ffffff;
}

.trans-market-cart-full-title {
    background: rgb(209,212,221);
    background-image:
        -o-linear-gradient(bottom, rgb(209,212,221) 0%, rgb(243,243,243) 100%);
    background-image:
        -moz-linear-gradient(bottom, rgb(209,212,221) 0%, rgb(243,243,243) 100%);
    background-image:
        -webkit-linear-gradient(bottom, rgb(209,212,221) 0%, rgb(243,243,243) 100%);
    background-image:
        -ms-linear-gradient(bottom, rgb(209,212,221) 0%, rgb(243,243,243) 100%);
    background-image:
        -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(209,212,221)), color-stop(1, rgb(243,243,243)) );
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    overflow: hidden;
}

.trans-market-cart-full-title h2 {
    padding: 15px 0 15px 10px;
    font-size: 20px;
    float: left;
}

.trans-market-cart-full-title span {
    float: right;
    padding: 15px 15px 15px 0;
}

.trans-market-full {
    overflow: hidden;
}

.trans-market-full span:nth-child(1){
    float: left;
    overflow: hidden;
    width: 926px;
}

.trans-market-full span:nth-child(2){
    float: left;
    padding: 15px;
}

.trans-market-full span:nth-child(3){
    float: left;
    padding-top: 15px;
    font-size: 13px;
    width: 310px;
}

.trans-market-full span:nth-child(3) p {
    overflow: hidden;
    border-bottom: 1px solid #BBB;
}

.trans-market-full span:nth-child(3) a {
    padding: 5px 0 5px 0;
    float: right;
}

.trans-market-full span:nth-child(3) b {
    padding: 5px 0 5px 0;
    float: left;
}

.contact-the-seller {
    width: 353px;
    float: left;
    overflow: hidden;
    margin-top: 30px;
}

.contact-the-seller p {
    float: left;
    width: 300px;
    font-size: 18px;
    padding: 3px;
}

.contact-the-seller b {
    font-size: 13px;
}

.trans-description {
    width: 353px;
    float: left;
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 15px;
}

.trans-description b {
    font-size: 13px;
}

.trans-description p {
    font-size: 13px;
}

.rename-btn {
    overflow: hidden;
    float: right;
    margin: 15px;
}