.ds-close-comment {
    text-align: center;
    color: red;
    padding-top: 10px;
}

#ds-reset {
    font-weight: normal;
    font-size-adjust: none;
    color: #333333;
    text-align: left;
}

#ds-reset strong {
    font-weight: bold;
}

#ds-reset p {
    text-indent: 0;
    clear: none;
}

#ds-reset strong, #ds-reset label, #ds-reset input {
    display: inline;
    margin: 0;
}

#ds-reset textarea:focus {
    outline: none;
}

#ds-reset ul, #ds-reset ol, #ds-reset ul li, #ds-reset ol li {
    list-style: none;
}

#ds-reset .ds-gradient-bg {
    background: #f3f3f3;
}

#ds-reset .ds-avatar {
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    float: left;
}

#ds-reset .ds-avatar img {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

#ds-reset .ds-avatar img:hover {
    -webkit-transform: rotate(360deg)
}

#ds-reset {
}

.myfield {
    margin-top: 10px
}

.edui-default .edui-editor {
    border: 1px solid #d4d4d4;
    background-color: white;
    position: relative;
    overflow: visible;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#ds-reset a {
    cursor: pointer;
    text-decoration: none;
    color: #063464;
    background-color: transparent;
    transition: color 0.15s linear;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
}

#ds-reset a:hover {
    color: #333333;
}

#ds-reset a:hover .ds-ui-icon {
    opacity: 1;
}

#ds-reset ul, #ds-reset ul li {
    background: none;
    margin: 0;
    padding: 0;
}

#ds-reset span.ds-ui-icon {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    background: transparent url(../images/sprites.png) no-repeat;
    _background-image: url(../images/sprites.gif);
    opacity: 0.6;
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
}

#ds-reset .ds-replybox .form-control::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    font-weight: 400;
}

#ds-reset .ds-replybox .form-control:-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    font-weight: 400;
}

#ds-reset .ds-replybox .form-control::-moz-placeholder {
    opacity: 0.95;
    font-size: 13px;
    font-weight: 400;
}

#ds-reset .ds-replybox .form-control:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 13px;
    font-weight: 400;
}

.ds-replybox-title .comment-title {
    font-size: 20px;
    line-height: 30px;
}

.ds-replybox-title p {
    line-height: 30px;
    font-weight: 400;
}

#ds-reset .ds-replybox {
    width: auto;
    font-size: 14px;
    z-index: 3;
    margin: 20px 0;
    _padding: 0 0 0 60px;
    position: relative;
    _zoom: 1;
}

#ds-reset .ds-replybox .ds-user {
    margin-bottom: 7px;
    font: normal 12px/normal 'å®‹ä½“';
    color: #666;
}

#ds-reset .ds-replybox .ds-user input {
    margin-right: 8px;
    border: 1px solid #ccc;
    width: 150px;
    height: 20px;
    line-height: 20px;
    padding: 3px;
    border-radius: 3px;
    outline: none;
}

#ds-reset .ds-replybox .ds-user .user-set {
    height: 30px;
    line-height: 30px;
}

#ds-reset .ds-replybox:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#ds-reset .ds-replybox .ds-avatar {
    position: absolute;
    top: 0;
    left: 0;
}

#ds-reset .ds-replybox .ds-avatar img {
    width: 50px;
    height: 50px;
    visibility: visible;
    max-width: none;
    max-height: none;
    margin: 0;
}

#ds-reset .ds-replybox .ds-myfield .form-control {
    border: 1px solid transparent;
    background: #f6f7f9;
    border-radius: 0;
}

#ds-reset .ds-inline-replybox {
    margin: 20px 0 0 0;
    _padding-left: 38px;
}

#ds-reset .ds-inline-replybox .ds-avatar img {
    width: 30px;
    height: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

#ds-reset .ds-textarea-wrapper {
    margin-top: 20px;
    overflow: hidden;
}

#ds-reset .ds-textarea-wrapper textarea {
    max-width: 100%;
    line-height: 30px;
    outline: none;
    margin-bottom: 0;
    border: 1px solid transparent;
    background: #f6f7f9;
    border-radius: 0;
    height: 135px;
    padding-top: 15px;
    font-size: 13px;
    color: #415674;
    font-weight: 600;
    padding: 10px 25px;
    resize: none;
}

#ds-reset .ds-textarea-wrapper textarea:focus {
    color: #333333;
}

#ds-reset .ds-post-toolbar {
    position: relative;
    width: auto;
    overflow: hidden;
    z-index: 200;
}

#ds-reset .ds-post-options {
    position: relative;
    margin-right: 100px;
    height: 30px
}

#ds-reset .ds-toolbar-buttons {
    position: absolute;
    top: 5px;
    left: 6px;
}

#ds-reset .ds-toolbar-button {
    display: block;
    width: 19px !important;
    height: 19px;
    float: left;
    margin-right: 4px;
    background: url(../images/sprites.png) no-repeat;
    _background-image: url(../images/sprites.gif);
    vertical-align: middle;
    opacity: 0.6;
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
}

#ds-reset .ds-toolbar-button:hover {
    opacity: 1;
}

#ds-reset .ds-add-emote {
    background-position: 0 -12px;
}

#ds-reset .ds-add-emote:hover {
    background-position: 0 -30px;
}

#ds-reset .ds-post-code .input-block-level {
    margin-right: 1px;
    border-left: 1px solid #ccc;
    width: 100px;
    height: 31px;
    line-height: 25px;
    padding: 0px;
    border-radius: 2px;
    outline: none;
    position: absolute;
    right: 100px;
    top: -3px;
}

#ds-reset .ds-post-code {
    position: absolute;
    right: 100px;
    top: 2px;
    height: 32px;
    color: #555555;
}

#ds-reset .ds-post-button {
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    line-height: 32px;
    width: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    border: 0;
    background: #38b836;
}

#ds-reset .ds-post-button:hover {
    cursor: pointer;
}

#ds-reset .ds-post-button:active {
}

#ds-reset .ds-comments-info {
    width: 100%;
    margin-top: 50px;
    line-height: 25px;
    position: relative;
}

#ds-reset .ds-comments-info .ds-comment-count {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    font-weight: 700;
}

#ds-reset .ds-sort {
    position: absolute;
    right: 0;
    top: 8px;
}

#ds-reset .ds-sort a {
    color: #999999;
    padding: 0 4px;
    margin: 0 2px;
}

#ds-reset .ds-sort a:hover {
    color: #333333;
}

#ds-reset .ds-sort a.ds-current, #ds-thread #ds-reset .ds-sort a:active {
    color: #dd3322;
}

#ds-reset ul.ds-comments-tabs .ds-highlight {
    margin: 0 2px 0 0;
}

#ds-reset ul.ds-comments-tabs .ds-service-icon {
    vertical-align: middle;
    margin: 0 2px 1px 0;
}

#ds-reset .ds-highlight {
    color: #dd3322 !important;
}

#ds-reset .ds-paginator {
    text-align: center;
    margin: 20px 0;
    clear: both;
}

#ds-reset .ds-paginator div.ds-border {
    margin-bottom: 15px;
}

#ds-reset .ds-paginator a {
    display: inline-block;
    margin: 0 3px 5px 3px;
    line-height: 36px;
    padding: 0px 14px;
}

#ds-reset .ds-paginator a:hover {
    background: #40D6FF;
    color: #ffffff;
}

#ds-reset .ds-paginator a.ds-current {
    background: #40D6FF;
    color: #ffffff;
}

#ds-reset .ds-comments {
    width: 100%;
}

#ds-reset .ds-comments:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#ds-reset li.ds-post {
    width: 100%;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    padding: 0;
    list-style: none;
}

#ds-reset .ds-post-self {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
}

#ds-reset .ds-post-self:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#ds-reset .ds-post-self:hover .ds-post-delete {
    display: inline-block;
}

#ds-reset.ds-touch .ds-post-self .ds-post-delete {
    display: inline-block;
}

#ds-reset .ds-comment-body {
    _padding-left: 60px;
}

#ds-reset .ds-comment-body p {
    line-height: 24px;
    font-weight: 400;
    margin-top: 5px;
    color: #02203B;
}

#ds-reset .ds-comment-body .ds-comment-header {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
}

#ds-reset .ds-comment-body .ds-comment-footer {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
}

#ds-reset .ds-post-likes .ds-ui-icon {
    position: relative;
    top: -1px;
    width: 14px;
    height: 13px;
    background-position: 0 -117px;
}

#ds-reset .ds-post-liked a.ds-post-likes {
    color: #dd3322;
}

#ds-reset .ds-post-liked a.ds-post-likes .ds-ui-icon {
    background-position: 0 -130px;
}

#ds-reset .ds-post-reply .ds-ui-icon {
    width: 18px;
    height: 13px;
    background-position: 0 -104px;
    position: relative;
    top: -1px;
}

#ds-reset .ds-reply-active {
    display: block;
}

#ds-reset .ds-reply-active .ds-post-reply {
    color: #333333;
}

#ds-reset .ds-reply-active .ds-post-reply .ds-ui-icon {
    opacity: 1;
}

#ds-reset .ds-post-delete {
    display: none;
}

#ds-reset .ds-post-delete .ds-ui-icon {
    width: 13px;
    height: 13px;
    background-position: 0 -176px;
    position: relative;
    top: -1px;
}

#ds-reset .ds-post-report .ds-ui-icon {
    width: 12px;
    height: 12px;
    background-position: 0 -189px;
}

#ds-reset .ds-time {
    font-size: 14px;
    margin-right: 30px;
    color: #005de0;
}

#ds-reset ul.ds-children {
    margin-left: 50px;
}

#ds-reset ul.ds-children .ds-avatar {
    width: 30px;
    height: 30px;
}

#ds-reset ul.ds-children .ds-avatar img {
    width: 30px;
    height: 30px;
    max-width: 100%;
}

#ds-reset ul.ds-children .ds-post-self {
    padding-left: 0;
}

#ds-reset ul.ds-children .ds-comment-body {
    _padding-left: 38px;
}

#ds-reset li.ds-post-placeholder {
    text-align: center;
    color: #999999;
    padding: 1em 0;
}

#ds-reset #ds-smilies-tooltip {
    border: 1px #aaa solid;
    position: absolute;
    background-color: #FFF;
    z-index: 9999;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    text-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#ds-smilies-tooltip h2 {
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

#ds-foot5 {
    height: 10px;
    line-height: 10px;
    border-top: 1px solid #ccc;
}


#ds-smilies-tooltip a {
    cursor: pointer;
}

#ds-reset #ds-smilies-tooltip ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#ds-reset #ds-smilies-tooltip .ds-smilies-container {
    height: 200px;
    overflow-y: auto;
}

#ds-smilies-tooltip .ds-smilies-container li {
    list-style: none;
    float: left;
    width: 26px;
    height: 26px;
    text-align: center;
    cursor: pointer;
    margin: 2px 2px;
}

#ds-smilies-tooltip .ds-smilies-container li img {
    visibility: visible;
    width: 26px;
    height: 26px;
}

#ds-reset #ds-smilies-tooltip .ds-smilies-container li:hover {
    position: relative;
    top: -1px;
}

#ds-waiting {
    cursor: wait;
    display: block;
    width: 16px;
    height: 11px;
    padding: 0 0 3px 5px;
    margin: 0;
    background: url('data:image/gif;base64,R0lGODlhEAALAPQAAP///z2LqeLt8dvp7u7090GNqz2LqV+fuJ/F1IW2ycrf51aatHWswaXJ14i4ys3h6FmctUCMqniuw+vz9eHs8fb5+meku+Tu8vT4+cfd5bbT3tbm7PH2+AAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA') 0 0 no-repeat;
    *background-image: url(../images/waiting.gif);
}

.ds-review {
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    clear: both;
}

.ds-review li {
    line-height: 22px !important;
    float: left;
    padding-right: 20px !important;
}

.ds-review .opname {
    height: 14px;
}

.ds-review .commstar {
    width: 70px !important;
    height: 14px;
    background: url(../images/star.png) 0 -14px repeat-x;
    position: relative;
    margin-top: 7px !important;
    display: inline-block !important;
    overflow: hidden !important;
    zoom: 1;
    top: 2px;
    cursor: pointer !important;
}

.ds-review .commstar a {
    width: 20%;
    cursor: pointer !important;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 20px
}

.ds-review .commstar .active, .ds-review .commstar a:hover {
    background: url(../images/star.png) left top repeat-x !important
}

.ds-review .commstar .star1 {
    width: 20%;
    z-index: 9
}

.ds-review .commstar .star2 {
    width: 40%;
    z-index: 8
}

.ds-review .commstar .star3 {
    width: 60%;
    z-index: 7
}

.ds-review .commstar .star4 {
    width: 80%;
    z-index: 6
}

.ds-review .commstar .star5 {
    width: 100%;
    z-index: 5
}

.ds-clear {
    clear: both;
}