
/* import bootstrap css */

@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css');
@import url('/ui/custom/default/collection/default/resources/custompages/data/bootstrap.allbutnav.min.css');

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
	width: device-width;

}

html { height: 100%; }
body { margin:0; font:14px/normal Arial, Helvetica, sans-serif; background-color: #fff; min-width:440px; height:100%; padding: 0; }
/*body#home-page {  } /* ececec */
img { border-style:none;}
a { color: #b10a00; text-decoration: none; }
a:hover, a:focus { color:#b10a00; }
a:hover {text-decoration:underline;}
/* a.body_link_11 { color:#343434; }
a.body_link_11:hover { color:#900; } */
.clear { clear:both; }
a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer { cursor: pointer; }
form, fieldset { margin:0; padding:0; border-style:none; }
.divider { border-bottom: 1px solid #ccc; padding-top: 20px; padding-bottom: 20px; clear: both; }
ul.cdm_style li { line-height:normal; }
ul.col { float:left; list-style:none; text-indent:-.6em; margin-left:0; padding:0 1%; width:18%; }
.page { width: 100%; overflow: hidden; position: relative; background: none repeat scroll 0 0 transparent; }
.page { width: 100%; overflow:hidden; position:relative; }
.page-home { background-color:#000; }
#bg { position:absolute; top:0; left:0; overflow: hidden; margin:0; padding:0; list-style:none; width:100%; height:100%; }
#bg li { width: 100%; height: auto; position: absolute; left: 0; top: 0; z-index: 1; display:none; }
#bg li.active { z-index:2; }
#bg li img { width: 100%; height: auto; }
#cdm_error { height:auto !important; background:none; color:inherit; border-color:#cf6e6e; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family:“National Book”, Arial, san-serif; }
h3 { font-size:18px; }

/* wrapper */
#wrapper  { margin:0 auto; overflow:hidden; position:relative; z-index:3; }

/* header */
#usclibHeader {
    background: #990000; /* Old browsers */
    background: -moz-linear-gradient(top,  #990000 0%, #cc0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990000), color-stop(100%,#cc0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #990000 0%,#cc0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #990000 0%,#cc0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #990000 0%,#cc0000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #990000 0%,#cc0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
    border-bottom:2px solid #900;
}
#usclibContainer {
    position:relative;
    padding:16px 10px 16px 18px;
}
#usclibHeader h1 {
  font-size: 30px;
  line-height: 36px;
  margin:0;
}
#usclibHeader h1 a {
  background: url("https://lh4.googleusercontent.com/-wSZ7i-_UHjs/UA3Xx4PDG_I/AAAAAAAAAHI/vcStAx80EGU/s800/logotype.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 27px;
  text-indent: -9999px;
  width: 192px;
}
#usclibHeader h2 {
  position: absolute;
  right: 10px;
  top: 10px;
  margin:0;
}
#usclibHeader h2 a {
  background: url("https://lh3.googleusercontent.com/-9A3gls1x_W8/UA3X4fu8RdI/AAAAAAAAAHY/S-yy-3vajAU/s800/usc-logo.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 38px;
  text-indent: -9999px;
  width: 176px;
  text-decoration:none;
}
#usclibPagehead h2, #usclibPagehead h3 { color:#333; font-size:24px; line-height:normal; font-family:“National Book”, Arial, san-serif; margin-bottom:0; margin-top:0; font-weight:bold; display:inline; }
#usclibPagehead h2 { padding-right:20px; }
#usclibPagehead h3 { background: url(/ui/custom/default/collection/default/resources/custompages/images/divider-diamond.png) no-repeat 0 6px; padding-left:33px; border-top:none; white-space:nowrap; }
#usclibPagehead h2 a, #usclibPagehead h3 a { color:#333; text-decoration:none; }
#usclibPagehead h2 a:hover, #usclibPagehead h3 a:hover { text-decoration:none; }
#usclibPagehead {
    min-height:50px;
  padding:10px 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
    background: rgb(255,204,0); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,204,0,1) 0%, rgba(255,183,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,204,0,1)), color-stop(100%,rgba(255,183,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,204,0,1) 0%,rgba(255,183,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,204,0,1) 0%,rgba(255,183,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,204,0,1) 0%,rgba(255,183,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,204,0,1) 0%,rgba(255,183,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffb700',GradientType=0 ); /* IE6-8 */
}



/* nav */
#nav {
    padding:20px 0 0;
    margin:0;
    list-style:none;
    float:left;
    clear:left;
    font-weight:700;
    line-height:41px
}

#nav li {
    float:left;
    margin:0 0 0 1px;
    text-transform:uppercase;
    min-width:85px;
    text-align:center
}

#nav li a {
    background:#000;
    background:rgba(0,0,0);
    background:rgba(0,0,0,0.85);
    padding:0 11px 0 12px;
    color:#fff;
    display:block
}

#nav li a:hover {
    background:#FDCB17;
    background:#fdcb17;
    background:#fdcb17;
    color:#b61703;
    text-decoration:none
}

#nav li a:active,#nav .active a,#nav .active a:hover {
    background:#ff0000;
    color:#fff
}

#header .promo-holder {
    float:right;
    overflow:hidden
}

#header .promo-holder ul {
    padding:2px 0 0;
    margin:0;
    list-style:none;
    background:#000;
    background:rgba(0,0,0);
    background:rgba(0,0,0,0.85);
    float:right;
    height:18px;
    width:auto
}

#header .promo-holder ul li {
    display:inline;
    padding:0 10px 0 20px;
    font-size:12px;
    height:20px
}

/*#header .promo-holder ul:first-child { }*/
#header .promo-holder ul li a {
    color:#fff
}
#header .promo-holder ul.nav  {
  display: none;
}
/*
#header .promo-holder ul.nav > li {
    border-left:1px solid #ccc
}

#header .promo-holder ul.nav > li:first-child {
    border-left:none
}
*/
#header .search-form {
    overflow:hidden;
    background:#fff;
    background:rgba(255,255,255);
    background:rgba(255,255,255,0.95);
    height:33px;
    padding:7px 10px 0 12px;
    width:276px;
    clear:both
}

#header .search-form .text {
    background:none;
    border:none;
    float:left;
    font-size:15px;
    width:225px;
    padding:2px 0 0;
    font-weight:700;
    color:#b10a00
}

#header .search-form .parent-focus .text {
    color:#000
}

#header .search-form .submit {
    background:url(/ui/custom/default/collection/default/resources/custompages/images/bg-form-a.png) no-repeat;
    width:25px;
    height:25px;
    margin:0;
    padding:0;
    float:right;
    text-indent:-9999px;
    overflow:hidden;
    cursor:pointer;
    border:none;
    line-height:0
}

#header .search-options {
    color:#fff;
    height:25px;
    font-size:13px;
    line-height:23px
}

#header .add-search {
    background:#000;
    background:rgba(0,0,0);
    background:rgba(0,0,0,0.85);
    text-align:center;
    float:right;
    padding:2px 8px
}

#header .add-search a {
    color:#fff
}

#storeCheckboxHome {
    background:rgba(0,0,0,0.85);
    float:left;
    padding:2px 8px
}

#storeCheckboxHome label {
    font-weight:400;
    margin:0
}

#storeOptionHome {
    margin:0;
    vertical-align:middle
}

#nav_top {
    background-color:#666;
    min-height:40px;
    width:95%;
    margin:0 auto;
    margin-top:20px;
    border:0;
     background-image: none !important;
     margin-bottom:15px;
     overflow:visible;
}

#nav_top:before,#nav_top:after {
    content:"";
    display:table;
    line-height:0
}

#nav_top:after {
    clear:both
}

/* this is a repetition of the style for #nav
#nav_top_left > ul.nav {
    width:auto
}
*/
#nav_top_left > ul.nav li a {
    display:block;
    height:100%;
    text-transform:uppercase;
    margin-right:1px;
    border:none;
    font:14px/18px Arial,Helvetica,sans-serif;
    font-weight:700;
/*    background:transparent);

    text-align:center;
    padding:11px 10px;
    color:#FFF
*/
}
/*
#nav_top_left > ul.nav li a:hover {
    color:#B61703;
    background:#FDCB17;
    background:#fdcb17;
    background:#fdcb17
}

#nav_top_left > ul.nav li a.selected {
    background: none repeat scroll 0 0 #ff0000;
    color: #fff;
}
#nav_top_left > ul.nav li a.selected:hover {
    color: #111;
}
#nav_top_left > ul.nav li a#nav_top_left_first_link div {
    margin-left:0!important
}
*/

.nav_li_right_1 {
  background-color: transparent!important;
}

#nav_top_right {
    position: relative;
    top: -40px;
    padding:3px 6px;
}

#nav_top_right > ul.nav li.nav_li_right_1 {
    font-size:12px;
    padding:0 15px;
    border-left:1px solid #ccc;
}
#nav_top_right ul.nav li.nav_li_right_1 a {
    color: #999;
    font-weight: 600;
}

#nav_top_right > ul.nav li.nav_li_right_1:first-child {
    border-left:none
}

.nav_li_right_1.nav_top_right_divider {
    display:none!important
}

/* search */
#search {
  /*hide original searchbox*/
  display: none;
}
#search_content {
    border-radius:0px;
    font-family:“National Book”, Arial, san-serif;
    font-size:13px;
    font-weight:400;
    line-height:1;
    margin-bottom:0;
    padding:4px 14px;

}

.search_content_modal_cover {
    background-color:transparent
}

.search_content_container {
    margin-top:0!important;
    height:41px
}



.search_content_box_results {
    margin:inherit;
    height:auto;
    font-size:inherit
}

.search_content_box_noresults {
    height:auto
}

#simple_search_button {
   background: url("/ui/custom/default/collection/default/resources/custompages/images/bg-form-a.png") no-repeat scroll left top transparent;
    border: medium none;
    color: transparent;
    float: left;
    height: 25px;
    margin-left: 213px !important;
    margin-top: -7px;
    position: relative;
    width: 25px;
    z-index: 10000;
}

div#search_content div.spaceMar5T {
    display:none
}

/* 'Search' label above the search input field */
.search_results_btn_container {
    background-color:inherit;
    border:none;
    margin-right:0;
    padding:0;
    width:auto
}
.search_btn_container input {
    margin-right: -214px !important;
    margin-top: -10px !important;
}
#search_content_adv_link.action_link_10:hover {
    color: #ffcc00;
}
#search_content_adv_link {
    letter-spacing: 0;
    margin-bottom: 0;
    margin-left: 111px;
    margin-right: 0;
    margin-top: -42px !important;
    position: absolute;
}


.search_results_btn_container .search_results_list .float_left {
    float:none;
}

/* logged in user's name -- we can't get this value on the home page so we keep things consistent by ditching this */
span.ui-icon-help {
    display:none
}
#search_results_dd_container {
    margin-top:-18px;
}

/* question mark in front of the Help link */
#storeCheckbox {
    background: transparent;
    float: none;
    height: 27px;
    margin-left: 5px;
    margin-top: 15px;
    padding-bottom: 0;
    padding-right: 21px;
    padding-top: 5px;
    width: 113px;
    -webkit-margin-end: 25px;
}


#storeCheckbox label {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: -600px;
}

#storeOption {
    vertical-align:middle;
    margin:0
}





.search_content_container_advanced {

    background:transparent;
    font-size:12px;
     height: 16px;
    margin-right: -5px;
    margin-top: -2px;
    padding:5px 10px 0;

}


.search_content_container_advanced a {
    color:#fff
}

li.search_within_results_li {
    background-color: transparent;
    display: block;
    height: 15px;
    left: 319px;
    margin: 0;
    padding: 4px 8px 12px;
    position: relative;
    top: -33px;
}

div#search div#results_box {
    margin-top:1px;
    display:none
}

#results_box {
    padding:0 5px 0 0;
    font-family:“National Book”, Arial, san-serif;
}

div#results_box_content {
    padding:0 5px
}

div#results_box div#cdm_search_prev_btn,div#results_box div#cdm_search_next_btn {
    padding:2px
}

div#results_box_content a,div#results_box_content a:visited,div#results_box_content a:hover {
}

#search_results_dd_content {
  height: 20px;
    line-height: 0.5;
    margin-left: 109px;
    margin-top: -28px;
    text-align: right;
    background-color: transparent;
    border: 0 solid #cccccc;
}

ul.cdm_style li.subcoll {
    margin-bottom:5px
}

.search_content_container,.search_content_container_advanced {
    height:100%;
    vertical-align:middle
}



.search_content_modal_cover {
    background-color:#fff;
    filter:alpha(opacity=30);
    opacity:.3;
    -moz-opacity:.3
}

#search_content_text {
    color:#000;
    font-family:“National Book”, Arial, san-serif;
    font-size:12px;
    font-weight:700;
    margin:0 10px 0 0
}

#search_content_box {
 background-color: #fff;
    border: 1px solid #666;
    color: #666;
    float: right;
    font-family: “National Regular”, Verdana, Arial, san-serif;
    font-size: 14px;
    height: 16px;
    margin-left: 188px;
        margin-top: -14px;
    padding: 6px 33px 10px 8px;
    width: 403px !important;
        }
.spaceMar15L.dialog_button {
    position: relative;
    display: inline-block;
    margin-left: 111px !important;
    background-color: #9a1c1d !important;
    padding: 16px !important;
    margin-top: -9px !important;
}


.search_content_box_noresults {
    border:1px solid #7F9DB9;
    width:370px;
    margin:0 15px 0 0;
    height:17px;
    font-size:14px
}

.search_content_box_results {
    border:0;
    width:310px;
    margin:0 5px 0 0;
    height:15px;
    font-size:12px
}

.search_results_btn_container {
    border: 0 solid #7f9db9;
    height: 17px;
    padding: 4px 0;
    width: 410px;
}

.search_content_button_link {
 border: 0 none;
    color: #000000;
    font-family: “National Regular”, Verdana, Arial, san-serif;
    font-size: 10px;
    height: 15px;
  float:left;
       margin: 1px 0 0 205px;
}

.search_within_results_li {
    float:left;
    margin-top:2px
}

#search_results_button_arrow {
    margin-left:0;
    cursor:pointer;
    vertical-align:middle;
      float: left;
}

.search_results_list {
    list-style-type:none;
    margin:0;
    padding:0
}

.search_content_button {
    height:18px;
    font-family: “National Regular”, Verdana, Arial, san-serif;
    font-weight:700;
    font-size:10px;
    text-align:center;
    color:#FFF;
    background-color:#4682B4;
    border:1px solid;
    border-color:#191970;
    padding:1px 6px 3px;
    margin:0 5px 0 0;
    cursor:pointer
}

.search_content_button_hover {
    background-color:#3A6B94;
    border:1px solid;
    border-color:#191970
}

.search_content_button_active {
    background-color:#191970;
    border:1px solid #191970
}

.search_content_button_disabled {
    background-color:#B0C8DC;
    border:1px solid #C7C7C7;
    color:#D8E4EE
}


#adv_search {
    font-family:“National Regular”, Verdana, Arial, san-serif;
    background-color:#F6F6F6;
    display:none;
    border-bottom:solid #ddd 2px;
    padding: 13px 0 20px 100px;
}

#adv_search_content {
    padding:10px 0 15px 30px
}

#adv_search_col_1 {
    float:left
}

#adv_search_col_2 {
    padding:10px 0 0 20px;
    float:left;
    margin-left:100px
}

#adv_search_query_builder_list li input.adv_search_str {
    width:250px;
    font-size:14px;
    padding:2px
}

#adv_search_query_builder_list li select.adv_search_type_dd,#adv_search_query_builder_list li select.adv_search_domain_dd,#adv_search_query_builder_list li select.adv_search_and_or_dd {
    width:140px;
    font-size:12px;
    padding:3px
}

#adv_search_query_builder_list li select.adv_search_and_or_dd {
    width:60px
}

#adv_search_query_builder_table tr.adv_search_row_active {
    background-color:#E7E7E7
}

.adv_search_ul_row {
    padding:0;
    margin:0;
    margin-bottom:15px;
    list-style-type:none
}

#adv_search_datepicker_list li input.datestring {
    width:140px;
    font-size:14px;
    padding:2px
}

#adv_search_datepicker_list li select.adv_search_date_range {
    width:100px;
    font-size:12px;
    padding:3px
}

table tr td {
    padding:3px 2px
}

table tr td select {
    font-size:12px;
    padding:2px
}

table tr td input {
    font-size:14px;
    padding:2px
}

#adv_search_col_1_bottom {
    border:1px solid;
    border-width:1px 0 0;
    border-color:#E9E9E9;
    padding:5px 0 0
}

.search_term_remover {
    cursor:pointer
}

#suggested_search_terms {
    display:none;
    border:1px solid #000;
    padding:5px;
    z-index:400;
    width:350px;
    position:absolute;
    background-color:#fff
}

ul.suggested_word_list {
    list-style-type:none
}

a.suggested_word {
    color:green;
    font-size:11px;
    font-family:“National Regular”, Verdana, Arial, san-serif;
}

a.suggested_word_selected {
    font-weight:700;
    background-color:#999
}

#top_content {

    margin:0 30px;
	width:100%;

    /*min-width:960px*/
}
#top_content p { margin-top: .8em; font-size: 18px; line-height: 30px; }
#top_content #co-sidebar-wrapper { font-family:“National Book”, Arial, san-serif; }
h1.searchResultsHeading { font-family:“National Book”, Arial, san-serif; }
.searchResultsHeadingSubText { font-size: inherit; color: inherit; font-weight: inherit; }
h1.cdm_style { display:block !important; margin:0 0 13px 0; line-height:1.2; }
h2.cdm_style { background-color:#606060; display:block; padding:7px; color:#ffcc14; margin:0; }
.page_text { font-family:"Adobe Calson", Georgia, serif; font-size: 13px; line-height: 22px; }

/* breadcrumb */
#breadcrumb_top { font-family: “National Book”, Arial, san-serif; }
#breadcrumb_top_content { font-weight:normal; font-size:12px; }

/* link bar */
#link_bar_content { font:12px/normal Arial, sans-serif; }
#link_bar, #link_bar_search, #link_bar_search_bottom { background-repeat:repeat-x; }
#link_bar { visibility:hidden; }
.link_bar_text { letter-spacing:normal; }

/* collection list */
div#cdmResultsBrowseAllItemsView { padding-left: 15px; }
#cdmResultsBrowseAllItemsView .listContentBottom { padding-top:5px; white-space:normal; }
ul#collection-list { list-style-type: none; margin-left:0; padding-left:0; }
ul#collection-list > li { padding: 10px 0 20px 10px; border-bottom: 1px solid #ddd; }
ul#collection-list li.last-coll { border-bottom: none; padding-bottom: 0; }
ul#collection-list li a.coll-title { font-size: 14px; font-weight: normal; }
ul#collection-list li a.coll-title-vm { font-size: 12px; }
ul#collection-list li a.coll-vm { font-size: 11px; }
ul#collection-list h3 { font-size: 12px; font-weight: bold; margin: 5px 0 0 0; }

/* gallery */
#wrapper .gallery { position:relative; overflow:hidden; width:100%; height:325px; }
#wrapper .gallery-holder { position:absolute; top:143px; left:0; width:313px; }
#wrapper .gallery .buttons { margin:0 0 1px; height:37px; }
#wrapper .gallery .buttons div { float:right; overflow:hidden; }
#wrapper .gallery .prev,
#wrapper .gallery .next { width:38px; height:37px; float:left; text-indent:-9999px; overflow:hidden; margin:0 0 0 3px; background:url(/ui/custom/default/collection/default/resources/custompages/images/btn.png) no-repeat; }
#wrapper .gallery .next {background-position:100% 0;}
#wrapper .gallery .text-holder { background:#000; background: rgba(0, 0, 0); background: rgba(0, 0, 0, 0.85); color:#fff; padding:14px 20px 15px; position:absolute; width:313px; left:0; top:0; z-index:1; }
#wrapper .gallery .text-holder.active { z-index:2; }
#wrapper .gallery ul { width:99999px; padding:0; margin:0; list-style:none; }
#wrapper .gallery ul li { position:absolute; width:313px; top:38px; left:0; }
#wrapper .gallery .text-holder p { margin:0 0 5px; line-height:23px; font-size:15px; }
#wrapper .gallery .more { background:url(/ui/custom/default/collection/default/resources/custompages/images/bg-more-g.png) no-repeat 100% 50%; color:#ffcc14; padding:0 15px 0 0; font-size:13px; }
#wrapper .gallery .text-holder p { margin:0 0 6px; font-family:"Adobe Calson", Georgia, serif; }
div.listContentBottom a.buy_me_link { color: blue; display: block; text-align: center; width: 110px; font-weight: bold; }

/* landing page & custom pages */
.inner .post-text p { line-height:1.4; }
.list-form { padding:17px 0 0 ; overflow:hidden; }
.list-form .row { margin:0 0 11px; width:100%; overflow:hidden; }
.inner .btn-search { background:url(/ui/custom/default/collection/default/resources/custompages/images/bg-search.png) no-repeat 100% 0; border:0; color:#ffcc14; float:right; padding:5px 48px 5px 14px; margin:16px 2px 0 0; font-weight:bold; font-size:14px; font-family:“National Book”, Arial, san-serif; }
.list-form .row label { float:left; text-align:right; width:128px; padding-right:3px; font-weight:bold; line-height:28px; }
.list-form .row .default-label {line-height:16px;}
.list-form .row select { width:320px; float:left; }
.list-form .row .text { float:left; width:234px; height:28px; background:url(/ui/custom/default/collection/default/resources/custompages/images/bg-text.gif) no-repeat; margin-bottom:8px; padding:0 5px; }
.list-form .row input { float:left; border:0; background:none; padding:7px 0; margin:0; width:234px; font-size:11px; line-height:14px; }
.list-form .row .default  { padding:0; margin:0 0 14px; font-size:11px; }
.list-form .row .default option { padding:2px 4px 3px; font-size:11px; }

div#content_main_coll_list { margin: -17px -30px; }
div#coll_title_content_box_top { padding-left: 15px; min-width: 0; }
div#coll_title_content_box_top div { color: #555; font-size: 16px; padding: 60px 0 0 30px; font: bold 22px Verdana; }

.box { background:#fff; background: rgba(255, 255, 255); background: rgba(255, 255, 255, 0.95);  padding:1em; margin:1.5em auto; }
.box h1 { margin:0 0 .8em; color:#ffcc14; background:#333131; font:bold 21px/29px Arial, Helvetica, sans-serif; padding:0 0 0 10px; }
.box .post { margin:0 .5em 1.5em; }
.box .post h2 { color:#b10a00; font-size:16px; margin:0 0 7px; line-height:18px; font-weight:bold; }
.box .post p { margin-bottom:.5em; }
.box .more { background:url(/ui/custom/default/collection/default/resources/custompages/images/bg-more.gif) no-repeat 100% 55%; padding:0 15px 0 0; font-size:12px; font-weight:bold; display:inline-block; }
#pinterest-widget > span {width:100%; overflow: hidden;}
#pinterest-widget > span > span { width: auto !important; overflow: hidden; }

.inner #main h1,
.inner #main h2 { margin:0 0 12px; color:#ffcc14; background-color:#333131; padding:0 0 0 10px; font:bold 21px/29px Arial, Helvetica, sans-serif; }


/* dialog */
.dialog_title_bar { background: url(/ui/custom/default/collection/default/resources/custompages/images/dialog_title_bgnd.png); color: #fcce3e; }
.dialog { color: #333; background-image: none; }
.dialog_title_bar_title { float: left; margin: -9px 0 0 0; }
.dialog_title_bar_close_link_inner { background: url(/ui/custom/default/collection/default/resources/custompages/images/dialog_title_close.png) no-repeat center center; }

.ui-dialog { background-color: #e6e6e6; padding: 10px; opacity: 0.98; border: 1px solid #fff; }
/*.ui-icon-closethick span { display: none; }*/
.ui-dialog-titlebar-close { background: url(/ui/custom/default/collection/default/resources/custompages/images/dialog_title_close_y.png) no-repeat right center; display: block; float: right; height: 20px; margin-right: 5px; width: 50px; }
.ui-dialog-titlebar-close span { display: none; }
.ui-dialog-titlebar { background-color: #333; padding: 13px; cursor: pointer; }
#ui-dialog-title-adv-search-container { color: #fbcc13; font-size: 20px; font-weight: bold; }

div#results_tn_collection_show_more_link_container, div#results_tn_collection_hide_more_link_container, div#results_tn_collection_show_more_link_container { margin-top: 15px; }
a#max_collections_link, a#results_tn_collection_hide_more_link, a#results_tn_collection_show_more_link {  }
a#max_collections_link span, a#results_tn_collection_hide_more_link span, a#results_tn_collection_show_more_link span { display: none; }

ul.cdm_style li a, ul.cdm_style li a:link, ul.cdm_style li a:hover, ul.cdm_style li a:active { color:#900 !important; }

a#search_sort_by_dd_link { font-family: “National Book”, Arial, san-serif; font-size: 12px; margin-left: 3px; }
#display_options_link a { margin-left: 5px;}
#display_options_link a span { background: url(/ui/custom/default/collection/default/resources/custompages/images/display.png) no-repeat center center; vertical-align: middle; margin-right: 7px; }
a#search_display_dd_link { } /*display: block; float: left; margin-left: 300px; margin-top: -60px; }*/

.icon_drop_down { background: url(/ui/custom/default/collection/default/resources/custompages/images/arrow.png) no-repeat center center; }
span.ui-icon-close { background: url(/ui/cdm/default/collection/default/css/images/redmond-ui-icons_217bc0_256x240.png) no-repeat -83px -131px; }

#adv_search { font-family: “National Book”, Arial, san-serif;  }
#adv_search h2.cdm_style { background:none; color:#555; }
#adv_search_col_2 { width:250px; margin-left:0; }
#adv_search_col_2 #advsearchCollectionList li { font-size:12px; margin-bottom:0.6em; }
.search_content_button { font-family: “National Book”, Arial, san-serif; font-size:11px; font-weight:normal; padding:3px 6px 3px; font-weight:bold; height:auto; }

#results_tn_col2 .body_text_10 { font-size: 12px; }
#results_tn_col2 .float_right { font-size: 15px; color: #333; }

#results_tn_col1 { margin-left:0px; border-width:1px; }
#results_tn_col2 { overflow: auto; }
#results_tn_col1 h2.cdm_style { color:#333; font-size:16px; background:none; display:inline !important; padding:0; }

/* search results, item info pop-up */
h2.quickview_header { font-size: 16px; font-weight: bold; padding: 5px; background-color: #ddd; margin-bottom: 0; }
.quickview_collection_title { color: #000; background-color: #f4e5b7; padding: 5px 10px 3px 10px; border: none; }
.quickview_description_col { font-size:12px; }
.quickview_description_col br { font-size:10px; line-height:1; }
.quickview_description_col h3.cdm_style { font-weight: bold; font-size: 13px; }
.quickview_info_box { font-size: 12px; }

.listContentBottom .cdmFavoritesCheckbox { margin:2px 0 0 -15px; }

/* body tabs style */
#tabs_page ul li{background-image:none; margin:0px; padding-left:8px;}
#tabs_page{margin-top:20px; height:36px;}
#tabs_page ul{list-style:none;}
#tabs_page li{float:left;}
#tabs_page li a{display:block; display:inline-block; padding:10px 10px; border:1px solid #CECFCF; border-bottom:0px; background:#E3E3E3; font-family:arial, helvetica, sans-serif; font-size:14px;}
#tabs_page li a.active{background:#fff;position:relative;top:1px;}
.tabs_content { clear:both; border-top:1px solid #cecfcf; padding:1.5em 1em 1.5em 2em; }
.tabs_content li { margin-top:4px; line-height:1.2; }
.tabs_content li a:hover { text-decoration:underline; }
/* alpha nav */
.nav-letters {overflow:hidden; max-width:890px; font-family:“National Book”, Arial, san-serif; }
.nav-letters a { display:block; float:left; text-align:center; width:auto; height:auto; padding:6px 10px; border:1px solid silver; border-right:none; text-decoration:none; }
.nav-letters a:last-child { border-right:1px solid silver; }
.nav-letters a:hover, .nav-letters a.selected { background-color:#eaeaea; }
.nav-letters a.selected { font-weight:bold; }
.nav-letters a.disabled {color:#ccc;}
.nav-letters a.disabled:hover { background-color:transparent; cursor:auto; }
#alphalist { list-style:none; margin-top:20px; }
.alphaTab { clear:both; display:none; }

/* footer */
.clearfix::before, .clearfix::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {display:inline; }
span.university {margin-left:-2%; }
#footer .contact { padding: 34px 0 60px 20px; }
#footer { background:#4d4d4d; width:100%; color:#fff; padding: 27px 0 0; margin:0; overflow: hidden; }
#footer .footer-holder {margin: 0 auto; }
#footer .col {
    float: left;
    padding:0 1% 2% 1%;
}
#footer .col ul { padding:0; margin:0 26px 0 0; list-style:none; font-size:12px; }
#footer .col ul li { font-size:12px; text-indent:-10px; padding-left:10px; margin-bottom:.6em; }
#footer .col .list-inf { padding: 0; }
#footer .col ul li a {color:#fff;}
#footer .col ul li a:hover {text-decoration:underline;}
#footer .col p { margin:0 0 10px; }
#footer .col ul.social-links { margin:5px 0 0 0; }
#footer .col ul.social-links li { text-indent:0; padding:0; margin:0; float:left; }
#footer .col ul.social-links li a { padding:0 20px 0 0; }
#footer h4 { font:bold; margin:0 0 8px; }
#footer address { padding:4px 0 16px; font-style:normal; }
#footer span, #footer p { font-size:12px; }
#footer span a,
#footer p a { color:#fff; text-decoration:underline; }
#footer span a:hover,
#footer p a:hover { text-decoration:none; }
#footer .university { background:#000; display:block; padding:14px 0 15px 9px; text-align:center; font-size:11px; }
#footer-top-gradient { background-color:#000; float: left; height: 80px; margin-top: -80px; position: absolute; width: 100%; z-index: 2; }
#footer-top-gradient img { border-style: none; height: 80px; width: 100%; }

/* following are only for the home page -- we are inserting a new wrapping div through php */
#footer-container-fixed { width:100%; background: #000 none; }
#footer-container-fixed div#footer { margin: 0 auto; }

div#nav_footer { display: none; }
#nav_footer { -moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background-color: #484848; border-color: black; border-style: solid; border-width: 1px 0; color: #CCCCCC; font-family: “National Regular”, Verdana, Arial, san-serif; font-size: 12px; height: 125px; margin: 10px 0 20px; overflow: hidden; text-align: left; vertical-align: middle; width: 100%; }

/* about page */
a:link { text-decoration: none; }

/* item detail */
table.co-pagination { margin-top:10px; border-top: 1px solid #ccc; background-color:#f2f2f2; }
table.co-pagination h2.cdm_style { background-color:transparent; padding:0; font-size:13px; color:#666; }
td.description_col1 { font:bold 12px Arial,Helvetica,sans-serif; background-color: #dbdada; padding: 10px; color: #1c1919; width: 13%; }
td.description_col2 { font:12px Arial,Helvetica,sans-serif; background-color: #ebebeb; padding: 10px; width: 87%; }
td.description_col2 a.body_link_11 { color:#900; }
.accordion_window { padding:0; top:0; }
.accordion_header { margin-top:10px; }
.accordion_header_open { border-bottom:none; }
.accordionHeaderFocusBorder { border:1px solid #d3d3d3; }
.accordion_window table { width:100%; }
#image_title h1.cdm_style { clear:left; }
#co-sidebar-content { overflow-y:hidden; }

/* visual interpreters */
.vi-thumb { width:150px; float:left; margin-right:10px; }
div#visual-interpreters-container { text-align: center; padding: 20px 50px 30px 50px; }
div#visual-interpreters-container iframe { border: 1px solid #000; }

/* landing page */
#lp_description_container { font-family: "Adobe Calson", Georgia, serif; }
#lp_col1_container { margin:0; float:left; }
#lp_col2_container { float:right; position:static; width:30%; }

/* alert box */
.ui-dialog.alert {
  color: #B94A48;
  padding: 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ui-dialog.alert .ui-dialog-title {
  font-size:14px;
  line-height:18px;
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}
.ui-dialog.alert .ui-dialog-titlebar {
  background:none;
  padding:0 0 .6em 0;
}
.ui-dialog.alert a {
  text-decoration:underline;
 }

/* USC Button bar - Bootstrap, override/retrofit CDM styles */
/* Item Details page */
#co-sidebar-wrapper { clear: both; }
#download_print, #link_bar { display:none; }
#LeftPane { z-index:3 !important; padding:5px; }
#uscButtons { clear:both; float:right; margin-bottom:5px; }
#buyButton { display:none; }
table.co-pagination { border:0; background-color:transparent; margin:10px 0 15px; }
table.co-pagination td.co-pagination-page { padding-left:0; }
table.co-pagination td { border-left:0; }
table.co-pagination h2.cdm_style { font-size:14px; font-weight:normal; }
.btn, .btn-group, .dropdown-menu { font-family: “National Book”, Arial, san-serif; }
.ui-layout-pane.open .dropdown-toggle.btn-default { background-color:inherit; }
.ui-layout-pane.open .dropdown-toggle.btn-default:hover, .ui-layout-pane.open .dropdown-toggle.btn-default:focus, .ui-layout-pane.open .dropdown-toggle.btn-default:active, .ui-layout-pane.open .dropdown-toggle.btn-default.active { background-color:#EBEBEB; }
#uscButtons .icon_10 { vertical-align:middle; }
#uscButtons .dropdown-menu { font-size:12px; }
#uscButtons .dropdown-menu > li > a { padding: 3px 10px; }
#uscButtons .fa { font-size:14px; }
#uscButtons .dropdown-menu .fa { color:#999;}
#uscButtons .dropdown-menu li:hover .fa { color:#EC8E0C;}
.cdm_full_text_search_input_text { height:auto; }
#img_view_search_box { max-width:450px; }
#img_view_search_box_container { padding:5px; border-left:1px solid #999; border-right:1px solid #999; }
#print_button_options_dd_container, #download_button_options_dd_container { left:20px; }
#print_button_options_dd_content, #download_button_options_dd_content { background-color:#eee; -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.35); -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.35); box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.35); }
/* Global */
#top_content h2 { font-size:18px; }
/* Advanced Search box */
.search_collections_heading { font-size:inherit; }
.max_collections_alpha_nav, .advanced_max_collections_alpha_nav { width:auto; }
.max_collections_alpha_nav_box, .advanced_max_collections_alpha_nav_box { height:auto; width:15px; }
#maxCollectionSelectAll, #advanced_maxCollectionSelectAll { padding:5px 0; }
.max_collections_selections_container, .advanced_max_collections_selections_container { width:auto; }
#maxCollectionScrollerList, #advanced_maxCollectionScrollerList, #maxCollectionSelectAllList, #advanced_maxCollectionSelectAllList { padding-left:0; }
input[type="radio"].advanced_max_collections_checkbox, input[type="checkbox"].advanced_max_collections_checkbox { margin-top:0; }
#maxCollectionScrollerList table tr td, #advanced_maxCollectionScrollerList table tr td, #maxCollectionSelectAllList table tr td, #advanced_maxCollectionSelectAllList table tr td { padding:6px 4px; }
/* Search Results sidebar */
#results_tn_col1 { width:240px; }
.results_tn_collection_box table tr td, .results_tn_collection_box2 table tr td { padding:3px; }





/* Smartphones (landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 640px)
and (orientation : landscape) {
#wrapper {
    max-width: 640px;
    width: 100%;
}
.footer-holder .col.info {
		max-width:640px;
}
#storeCheckbox {
	display:none;
}
#search_content {
	display:none;
}
.search_content_container_advanced {
	display:none;
}

}
/* Smartphones (portrait) ----------- */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 640px)
and (orientation : portrait) {
#wrapper {
    max-width: 320px;
    width: 100%;
}
.footer-holder .col.info {
		max-width:320px;
}
#storeCheckbox {
	display:none;
}
#search_content {
	display:none;
}
.search_content_container_advanced {
	display:none;
}

}
/* smartphones portrait and landscapes---------------*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 640px)  {
	html, body {
    height: 100%;
    margin: 0;
   /*overflow-y:hidden;*/
    padding: 0;
    position: relative;
    width: 100%;
		/*-webkit-overflow-scrolling: touch;*/
}
body {
	min-width:320px;
}
#storeCheckbox {
	display:none;
}
.search_content_container_advanced {
	display:none;
}
}
   /* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
 #wrapper {
max-width:1024px;
	width:100%;
}

}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
html, body {
        position:relative;
        height:100%;
        width:100%;
		/*overflow-y:hidden;*/
        padding:0;
        margin:0;
			/*-webkit-overflow-scrolling: touch;*/
      }
body {
	min-width:768px;
}
}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
#wrapper {
max-width:768px;
	width:100%;
}
.footer-holder .col.info {
		max-width:768px;
}
a.read-more {
margin-top: 0.8em;
font-size: 14px;
line-height: 26px;
}
.carousel-inner .item {
/*height:650px; */
overflow:hidden;
}

#storeCheckbox {
	display:none;
}
#search_content {
	display:none;
}
.search_content_container_advanced {
	display:none;
}
}
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 768px) {
	#storeCheckbox {
	display:none;
}
#search_content {
	display:none;
}
.search_content_container_advanced {
	display:none;
}
}
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
	#storeCheckbox {
	display:none;
}

.search_content_container_advanced {
	display:none;
}



@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}
/*--------iPhone 6 in portrait & landscape*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
html, body {
        position:relative;
        height:100%;
        width:100%;
		/*overflow-y:hidden;*/
        padding:0;
        margin:0;
			/*-webkit-overflow-scrolling: touch;*/
}
	  body {
	min-width:375px;
}
}
/*iPhone 6 in portrait-------------*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {
#wrapper {
    max-width: 375px;
    width: 100%;
}
.footer-holder .col.info {
		max-width:375px;
}
}
/*iPhone 6 in landscape-------------*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) {
#wrapper {
    max-width: 667px;
    width: 100%;
}
.footer-holder .col.info {
		max-width:667px;
}
}
