#adTitle, #fakeAdTitle {
    color: #323232;
    padding: 5px 10px;
}

#adTitle h1, #fakeAdTitle h1 {
    color: #333;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

#adDescription, #fakeAdDescription {
    color: #333;
    padding: 10px;
    line-height: 140%;
    width: 490px;
    word-wrap: break-word;
    font-size: 14px;
}

#leftAdsTitle {
    float: left;
    width: 520px;
    margin-top: 18px;
}

#comm_table {
    margin-top: 20px;
    border: 1px solid #eaeaea;
    background-color: #F7F7F7;
    float: left;
    width: 500px;
    padding: 0px;
}

.detailsTitle {
    position: relative;
    z-index: -1;
    padding-right: 5px;
    padding-left: 10px;
    font-weight: bold;
    background-color: #fff;
    color: #333;
}

.fieldText {
    width: 150px;
    float: left;
    padding-top: 6px;
}

.fieldValue {
    float: left;
    width: 350px;
    padding-top: 6px;
}

#notFoundAdsArea {
    margin-top: 40px;
    margin-left: 96px;
}

#notFoundAdsRemArea {
    margin-top: 20px;
    margin-left: 0px;
}

#NotFoundHeader {
    color: #bf0e00;
    font-size: 18px;
}

#NotFoundSlogan {
    color: #333;
    font-size: 12px;
    margin: 0px;
}

#NotFoundBackLink {
    color: #333;
    font-size: 12px;
    margin-top: 18px;
    font-weight: bold;
}

#fancybox-title {
    background-color: #fff;
    color: #000;
    padding-bottom: 8px;
}

.haveStar {
    color: #3F2C02;
    background-image: url("/static/images/svg/star.svg");
    width: 22px;
    height: 21px;
    text-align: center;
    font-size: 9px;
    font-family: Tahoma, Serif;
    background-repeat: no-repeat;
    cursor: default;
    background-position: 1px 1px;
    _background-position: 0 1px;
    padding-top: 7px;
    box-sizing: border-box;
    margin-top: -4px;
    padding-left: 2px;
}

#categoryPath {
    margin: 12px 0px 15px 20px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    color: #333333;
    list-style: none;
    border-left: 1px solid #eaeaea;
    text-align: left;
    height: 29px;
    position: absolute;
}

#categoryPath li {
    display: inline-block;
    padding-right: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
    vertical-align: top;
}

#categoryPath a {
    font-size: 12px;
    background-color: #fff;
    padding: 5px 7px 5px 20px;
    display: inline-block;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    display: inline-block;
}

#categoryPath a span {
    padding-left: 0px;
}

#categoryPath a:after, #categoryPath a:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#categoryPath a:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 13px;
    margin-top: -13px;
}

#categoryPath a:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #eaeaea;
    border-width: 15px;
    margin-top: -15px;
}

#categoryPath div {
    font-size: 12px;
    color: #005594;
}

#categoryPath h1 {
    font-weight: bold;
    font-size: 12px;
    color: #005594;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
}

#categoryPath span {
    color: #707070;
    padding-left: 20px;
}

#categoryPath h2 {
    font-weight: bold;
    font-size: 12px;
    color: #005594;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

#categoryPath a:hover {
    color: #707070;
}