.search-item {
    font-size: 11px;
}

#show_body {
    padding: 10px;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#show_body h2 {
    font-size: 1.6em;
    font-weight: bold;
    clear: both;
    font-weight: normal;
    margin-bottom: 10px;
}

#show_img {
    width: 200px;
    float: left;
    padding: 0 20px 10px 0;
}

#show_img img {
    border: 1px solid #666;
}

#show_info {
    float: left;
    width: 320px;
    list-style: none;
    border: 1px solid #ccc;
    padding: 10px;
    margin-right: 20px;
}

#show_info li {
    float: left;
    width: 100%;
    line-height: 1.8em;
    font-size: 11px;
    border-bottom: 1px solid #ddd;
}

#show_info li h4 {
    float: left;
    width: 130px;
    font-weight: bold;
    font-size: 11px;
}

#show_info li a:link, #show_info li a:visited {
    color: #00f;
    text-decoration: underline;
}

#show_info li a:hover {
    color: #00f;
    text-decoration: none;
}

#show_description {
    display: inline;
    font-size: 11px;
    line-height: 1.8em;
}

#welcome {
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#welcome h1 {
    padding: 10px;
    text-align: center;
    color: #15428b;
    border: 1px solid #ccc;
    background-color: #eee;
    font-size: 18px;
}

#welcome dl {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
}

s

#welcome dt {
    font-weight: bold;
}

#welcome dd {
    padding: 0;
    margin: 1em 0;
}

#images-view .x-panel-body {
    background: white;
    font: 11px Arial, Helvetica, sans-serif;
}

#images-view .thumb {
    background: #dddddd;
    padding: 3px;
}

#images-view .thumb img {
    height: 160px;
    width: 140px;
}

#images-view .thumb-wrap {
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 5px;
    text-align: center;
}

#images-view .thumb-wrap span {
    display: block;
    overflow: hidden;
    text-align: center;
}

#images-view .x-view-over {
    border: 1px solid #dddddd;
    background: #efefef url( '/statics/javascripts/ext-2.2/resources/images/default/grid/row-over.gif' ) repeat-x left top;
    padding: 4px;
}

#images-view .x-view-selected {
    background: #eff5fb url( /statics/images/selected.gif ) no-repeat right bottom;
    border: 1px solid #99bbe8;
    padding: 4px;
}

#images-view .x-view-selected .thumb {
    background: transparent;
}

#images-view .loading-indicator {
    font-size: 11px;
    background: url( '/statics/javascripts/ext-2.2/resources/images/default/grid/loading.gif' ) no-repeat left;
    padding-left: 20px;
    margin: 10px;
}

.account {
    color: darkorange;
    font-size: 12px;
}

.search_hint {
    font-size: 12px;
    text-align: right;
}

.photo {
    border: 1px solid #ddd;
    padding: 1px;
    margin: 1px;
    width: 200px;
    height: 200px;
}

.detailHeaderIcon {
    background: url( /statics/images/detail.png ) 0 3px no-repeat !important;
}

.commentHeaderIcon {
    background: url( /statics/images/user_comment.png ) 0 3px no-repeat !important;
}

.menuHeaderIcon {
    background: url( /statics/images/find.png ) 0 -1px no-repeat !important;
}

#book-comment .search-item {
    padding: 5px;
}

#book-comment p {
    margin: 3px !important;
}

.comment-item {
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    padding:3px 10px 3px 10px;
    border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
    white-space:normal;
    color:#555;
}
.comment-item h3 {
    display:block;
    font:inherit;
    font-weight:bold;
    color:#222;
    overflow:hidden;
}

.comment-item h3 span {
    float: right;
    font-weight:normal;
    margin:0 0 5px 5px;
    width:180px;
    display:block;
    clear:none;
}