/* 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;
}

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 #000; }
.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:Arial, Helvetica, sans-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:'Helvetica Neue', Helvetica, Arial, sans-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:bold; 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: rgb(253, 203, 23); background: rgb(253, 203, 23, 0.85); color:#b61703; text-decoration:none; }
#nav li a:active,
#nav .active a,
#nav .active a:hover { background: #FDCB17; background: rgb(253, 203, 23); background: rgb(253, 203, 23, 0.85); color:#000; }
#header .promo-holder { float:right; overflow:hidden; }
#header .promo-holder ul { padding: 2px 0 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 > 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:bold; 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:normal; margin:0; }
#storeOptionHome { margin:0; vertical-align:middle; }
#nav_top { background: #000 url(/ui/custom/default/collection/default/resources/custompages/images/back_final.jpg) no-repeat 0 0; background-size: 100% 100%; -webkit-box-shadow: 0px 3px 10px 0px #888; -moz-box-shadow: 0px 3px 10px 0px #888; box-shadow: 0px 3px 10px 0px #888;  height: 95px; border: none; }
/*#login_link_li { border-right: 1px solid #ccc; margin-top: -20px; }*/
/*#help_link_li { min-width: 100px; }*/

/* this is a repetition of the style for #nav */
#nav_top_left > ul.nav { margin-top: 20px; }
#nav_top_left > ul.nav li a { display: block; height: 100%; margin-right: 1px; border: none; background:#000; background: rgba(0, 0, 0); background: rgba(0, 0, 0, 0.85); font: 14px/18px Arial,Helvetica,sans-serif; text-transform: uppercase; font-weight: bold; text-align: center; padding: 11px 10px; color: #FFFFFF; }
#nav_top_left > ul.nav li a:hover { color:#B61703; background:#FDCB17; background: rgb(253, 203, 23); background: rgb(253, 203, 23, 0.85); }
#nav_top_left > ul.nav li a.selected { color:#000; background:#FDCB17; background: rgb(253, 203, 23); background: rgb(253, 203, 23, 0.85); }
#nav_top_left > ul.nav li a.selected:hover { color:#B61703; }
#nav_top_left > ul.nav li a#nav_top_left_first_link div { margin-left: 0 !important; }
#nav_top_right  { background:#000; background: rgba(0, 0, 0); background: rgba(0, 0, 0, 0.85); padding: 3px 6px; }
#nav_top_right > ul.nav li.nav_li_right_1 { font-size: 12px; padding: 0 15px; background:transparent; border-left:1px solid #ccc; }
#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 { border: none; background-color: transparent; overflow: visible; width: 313px; float: right; margin-top: -81px; border-bottom: none; }
#search_content { float:right; }
.search_content_modal_cover { background-color:transparent; }
.search_content_container { margin-top:0 !important; height:41px; }
#search_content_box { background-color: #FFFFFF; border: 1px solid #666; float: right; font-size:14px; margin-right: 0; padding: 6px 33px 10px 8px; width: 273px !important; height:23px; color:#666; }
.search_content_box_results { margin: inherit; height: auto; font-size: inherit; }
.search_content_box_noresults { height:auto; }
#simple_search_button { color: transparent; background: transparent url(/ui/custom/default/collection/default/resources/custompages/images/bg-form-a.png) no-repeat top left; width: 25px; height: 25px; border: none; float: left; margin-top: 2px; margin-left: -30px; 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_results_btn_container .search_results_list .float_left { float:right; }
span#currentUser { display: 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; } /* question mark in front of the Help link */
#storeCheckbox { float:left; background:#000; background: rgba(0, 0, 0); background: rgba(0, 0, 0, 0.85); height:23px; padding:5px 10px 0 10px; }
#storeCheckbox label { font-weight:normal; color:#fff; font-size:12px; margin-bottom:0; }
#storeOption { vertical-align:middle; margin:0; }
#search_content_adv_link { letter-spacing:0; }
.search_content_container_advanced { background:#000; background: rgba(0, 0, 0); background: rgba(0, 0, 0, 0.85); font-size: 12px; height: 23px; margin-top: 0; padding: 5px 10px 0 10px; float: right; }
.search_content_container_advanced a { color: #fff; }
li.search_within_results_li { float:right; height:15px; position:relative; top:-18px; left:-10px; margin:0;  }
div#search div#results_box { margin-top: 1px; display:none; }
#results_box { padding: 0 5px 0 0; font-family:Arial, Helvetica, sans-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 { }
div#search_results_dd_content { margin-left: -10px; margin-top: -20px; }
ul.cdm_style li.subcoll { margin-bottom:5px; }

/* top content */
#top_content { background:none; background-color:#fff; margin:25px; padding:0; min-height:450px; }
#top_content p { margin-top: .8em; font-size: 13px; line-height: 22px; }
#top_content #co-sidebar-wrapper { font-family:Arial, Helvetica, sans-serif; }
h1.searchResultsHeading { font-family:Arial, Helvetica, sans-serif; font-size:22px; }
.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:Georgia, Times, serif; font-size: 13px; line-height: 22px; }

/* breadcrumb */
#breadcrumb_top { font-family: Arial, Helvetica, sans-serif; padding:0 0 15px; }
#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:Georgia, Times, 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:Arial, Helvetica, sans-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: arial; 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: Arial, Helvetica, sans-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: Arial, Helvetica, sans-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:Arial,Helvetica,sans-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 */
#footer .contact { padding: 34px 0 60px 20px; }
#footer { font-family:Georgia, Times, serif; background:#4d4d4d; width:100%; color:#fff; padding: 27px 0 0; }
#footer .footer-holder { overflow: hidden; width: 960px; margin: 0 auto; }
#footer .col { float:left; width:31%; padding:0 1% 2% 1%; }
#footer .col ul { padding:0; margin:0 26px 0 0; list-style:none; float:left; 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 { display;block; float:left; padding:0 20px 0 0; }
#footer h4 { font:bold 18px/22px Arial, Helvetica, sans-serif; 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 { width: 960px; 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: verdana; 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: Georgia, Times, 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: Arial, Helvetica, sans-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; }