.testimonialpanel {
    padding-left: 0;
    padding-right: 0;
}

.headpanelyellow {
    background-color: #ffc86f;
    margin-top: auto;
    margin-right: 22px; 
    margin-left: 22px; 
}
.pagepanel {
    min-height:744px;
    margin-top:20px;
    padding-left: 42px;
    padding-right: 42px;
}

.pageTitle {
    font-size: 35px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    color: #339;
    padding-left: 22px;
    padding-right: 22px;
}

.pageBody {
    padding-left: 22px;
    padding-right: 22px;
}

.pageBody p {
    padding-bottom: 6px;
}

.uk-panel-box {
    padding: 25px 30px;
    background: #ffffff;
    color: #5c5c5c;
    overflow: hidden;
    background: #ffffff none 0 0 repeat;
    border-radius: 0;
    box-shadow: 0 5px 8px 0 rgba(160, 166, 168, 0.35);
}

.uk-panel {
    display: block;
    position: relative;
    max-width: 250px;
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}

button.btnForm {
    width: 19%;
    margin-right: 11px;
    border-radius: 2px;
}

.main_web_title{
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
}
.categoryset {
    border: 1px solid #ccc;
    margin-top: 25px;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
    padding-top: 0;
}

.categoryset > legend{
    border: 0;
    margin-top: -13px;
    background-color: #ffffff;
    padding: 0 10px;
    font-size: 18px;
    width: inherit;
    margin-bottom: 5px;
}

.documenttbl td {
    border-bottom: 1px dotted #CCCCCC; padding-bottom: 3px;
}

.listingItem {
    border: 1px dotted #ccc;
    border-radius: 7px;
    overflow: hidden;
    min-height: 231px;
    border-bottom: 2px solid #802e2a;
    margin-bottom: 26px;
    background-image: url('images/spacer.gif');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 54px;
}
.listingItem:hover {
    background-color: #f3f3ff;
}
.listingCover {
    height: 228px;
    width: 304px;
    overflow: hidden;
    padding-left: 0;
}

.listingTitle {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    font-size: 18px;
    margin-top: 13px;
    color: #333399;
    padding-left: 9px;
    padding-right: 9px;
}

.listingTitle a {
    color: #333399;
    cursor: pointer;
    transition: color .15s ease-out;
    text-decoration: none;
}

.listingDescr {
    /*display: inline-block; */
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    display: block;
    margin: 0 0 2px;
    line-height: normal;
    padding-left: 9px;
    height: 78px;
    padding-right: 8px;
}

.listingCategory {
    font-weight: bold;
    margin-bottom: 8px;
    color: #802e2a;
    padding-left: 9px;
}

.more_detail a {
    color: #333399;
    border: 1px solid #ccc;
    padding: 7px 13px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}

.more_detail {
    padding-left: 4px;
}

.more_detail a:hover {
    background-color: #802e2a;
    color: #fff;
}
.price_detail {
    font-size: 20px;
    margin-top: 0;
    font-weight: bold;
}

.listingDetail {
    padding-left: 24px;
}
.listingId {
    color: #000;
    display: inline-block;
    padding-right: 10px;
}

.listingType {
    display: inline-block;
    padding-left: 10px;
}
.listingDetail> hr {
    padding-top: 4px;
    margin-bottom: 10px;
}