.getrecord .tabs > ul {
    float: left;
    margin: 0px 0px -1px 0px !important;
    padding: 0px;
}

.getrecord .tabs > ul li {
    background-color: #383838;
    border-left: 1px solid #383838;
    border-right: 1px solid #383838;
    border-top: 1px solid #383838;
    border-radius: 7px 7px 0 0;
    float: left;
    margin: 0px 4px 0 0;
    padding: 8px 8px !important;
}

.getrecord .tabs > ul li a {
    color: #fff;
}

.getrecord .tabs > ul li.selected {
    background: #fff;
    border-top: 1px solid #383838;
}

.getrecord .tabs > ul li.selected a {
    color: #000;
}

.getrecord .tabs .tab {
    border: 1px solid #383838;
    border-top-right-radius: 7px;
    clear: both;
    padding: 20px;
}

.getrecord .tabs .scrollToCurrent {
    background: url("../img/page_white_find.png") no-repeat left top;
    padding-left: 20px;
}

.getrecord .tabs .cb_record_data li {
    clear: left;
}

.getrecord .tabs .cb_record_data li ul.cb_content {
    display: inline;
}

.getrecord .tabs .cb_label {
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 -165px 0 0;
    padding: 0 0 0 0;
    width: 165px;
}

.getrecord .tabs .cb_content {
    display: block;
    margin: 0px 0px 0px 165px;
    padding: 0px;
}

.getrecord .tabs .more_info_link {
    margin-top: 50px;
}

.getrecord .tabs h2, .tabs h3 {
    color: #383838;
    font-size: 1.5em;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0px;
    margin-top: 0px;
}

.getrecord .addtowishlist {
    float: right;
    margin-top: -20px;
    text-align: right;
}

.getrecord .tabs #orderdoc {
    clear: both;
    margin: 0px 0px 30px 0px;
    padding: 10px;
}

.getrecord .tabs #orderdoc ul {
    display: block;
    list-style: disc;
    margin: 5px 0px 5px 20px;
    width:50%;
}

.getrecord .tabs #orderdoc li {
    display: list-item;
    margin: 0px;
}

.getrecord .tabs #orderdoc .login-link {
    text-align: right;
}

.tabs #orderdoc .addtowishlist {
    display: none;
}

.getrecord .tabs .notOrderable {
    background: url("../img/information.png") no-repeat left top;
    min-height: 50px;
    margin: 0px 5px 0px 0px;
    padding-left: 40px;
}

.getrecord .tabs #comments ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.getrecord .tabs #comments ol ul {
    margin-left: 50px;
}

.getrecord .tabs #comments .comment-body p {
    background: #FCF2D9;
    border: 1px solid #f4d57f;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
    clear: both;
    padding: 10px;
    margin-top: 10px;
}

.getrecord .tabs #comments .avatar {
    float: left;
    margin-right: 10px;
}

.getrecord .tabs #comments #comment {
    width: 100%;
}

.getrecord .tabs #comments .comment-author.vcard {
    float: left;
}

.getrecord .tabs #comments .comment-meta.commentmetadata {
    float: right;
}

#minicat {
    border: 1px solid #383838;
    margin-bottom: 20px;
    padding: 5px;
}

#minicat h3 {
    background: #383838;
    color: #fff;
    text-align: center;
    padding: 5px;
}

#minicat .cb_catalogue_tree {
    font-size: 0.9em;
}

#minicat ul .container {
    border-bottom: 1px solid #f0f0f0;
    padding-left: 25px !important;
}

#minicat ul ul .container {
    background: none !important;
    margin-left: 0px;
    padding-left: 37px !important;
}

#minicat li {
    padding-right: 0px !important;
}

#minicat li * {
    line-height: 1.1em !important;
}

#minicat li li {
    background: none !important;
    padding-left: 5px !important;
}

#minicat li:last * {
    font-weight: bold !important;
}

#cb_get_record_images {
    border: 1px solid #383838;
    float: none;
    margin-bottom: 20px;
    padding: 5px;
}

#cb_tags {
    background: #E9F5DF;
    border: 1px solid #88CC44;
    clear: both;
    margin-top: 50px;
    padding: 10px;
}

#cb_tags input.submit {
    background: #545454;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    padding: 5px 15px;
    margin-right: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    transition-property: background-color;
    transition-duration: 0.5s;
}

#cb_tags input.submit:hover {
    background: #383838;
    color: #ffffff;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 1px 1px #88CC44;
    box-shadow: 0px 0px 1px 1px #88CC44;
}

#cb_tags #cb_newtag {
    border: 1px solid #7F7F7F;
    padding: 5px 5px 5px 5px;
    margin: 0 5px 0px 0px;
    width: 200px;
}

#cb_tags li {
    background-color: #F6D9F0;
    border: 1px solid #BFBFBF;
    border-radius: 3px;
    display: inline-block;
    float: left;
}

#cb_tags li a {
    border-radius: 3px 0px 0px 3px;
    color: #000;
    display: inline-block;
    margin: 0px;
    padding: 2px 5px 2px 0px;
}

#cb_tags li a:first-child {
    padding: 2px 5px;
}

#cb_tags li a:first-child:hover {
    background-color: #383838;
    color: #fff;
}

#cb_tags li img {
    vertical-align: middle;
}

#cb_tags li:last-child {
    background: none;
    border: none;
    clear: both;
    display: block;
    float: none;
    margin: 10px 0px 0px 0px;
}

.getrecord ul {
    list-style: none outside none;
}

.getrecord .cb_keywords {
    margin-left: 165px;
    padding-left: 0;
}

body.ui-mobile-viewport #minicat {
    display: none !important;
}

@media all and (min-width: 1000px) {
    #cb_getrecord_detail_sidebar {
        float: right;
        margin-top: 0px;
    }

    #minicat {
        margin: 0px 0px 20px 20px;
        max-width: 250px;
    }
}

@media all and (max-width: 1000px) {
    .getrecord .cb_getrecord_detail_sidebar {
        float: none;
        max-width: 100%;
        width: 100%;
    }
}
