.carouselContainer {
	height: 290px;
	position: relative;
}

.carouselContainer .spinner {
	position: absolute;
	display: none;
  top: 0;
  left: 0;
}

.carouselContainer .spinner.activeSpinner {
	display: block;
}

.carousel {
	width: 100%;
	overflow: hidden;
	float: left;
  padding: 0;
}

.carouselContainer span.select_label {
  float:left;
  margin: 5px 5px 0 0;
}

.carouselContainer .selectBox {
  float:left;
}

.viewer {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 434px;
	height: 160px;
	float: left;
}

.viewer .leftBlind, .viewer .rightBlind {
	height: 175px;
	width: 15px;
	z-index: 11;
	position: absolute;
}

.viewer .rightBlind {
	background: url('/images/widget.right.blind.png') repeat-y;
	right: -1px;
}

.viewer .leftBlind {
	background: url('/images/widget.left.blind.png') repeat-y;
	left: 0;
}

.container {
	position: absolute;
	top: 0;
	z-index: 10;
	margin: 0;
	padding: 0;
	opacity: 0;
	width: 5418px;
}

.container li.carousel_item.bumper {
  position: relative;
}

.container li.carousel_item.bumper img {
	width: 135px;
}

.container li.bumper div {
	position: absolute;
	width: 135px;
	height: 135px;
	background: #FFF;
	left: 10px;
	margin: 4px;
	text-align: center;
	top: 0px;
	cursor: pointer;
}

.viewSelector {
  position:absolute;
  right:-5px;
  top:28px;
  width:50px;
}
.viewSelector a {
  display:block;
  float:left;
  height:22px;
  margin:0pt;
  width:23px;
}

.viewSelector a img {
  display:none;
}

.viewSelector a.view-medium {
  background:transparent url("/images/icon.view.covers.png?20733M") no-repeat scroll 0 0;
}

.viewSelector a.view-medium:hover, .viewSelector a.view-small:hover{
  background-position:0 -22px;  
}

.viewSelector a.view-small {
  background:transparent url("/images/icon.view.small.png?20733M") no-repeat scroll 0 0;
}

.viewSelector a.active{
  background-position:0 -22px;
}

.listView {
  width:100%;
  height:220px;
  margin:20px 0 0 0;
  overflow:auto;
}

.listView .listItem {
  padding:10px;
}

.listView .title {
  font-size:1em;
}


.container li {
	display: block;
	float: left;
	margin: 15px 0 0 0;
	list-style: none;
	padding: 0 10px;
}

.container li img {
	display: block;
	opacity: 0.5;
	margin-top: 4px;
	border: 0;
}

.container li img.current {
	border-width: 4px;
	border-style: solid;
	margin-top: 0;
}

.navButton {
	margin-top: 75px;
	cursor: pointer;
	width: 15px;
	height: 20px;
	float: left;
}

.navButton_left {
	margin-right: 7px;
	background: url("/images/widget.arrow.left.gif") no-repeat;
}

.navButton_right {
	margin-left: 7px;
	background: url("/images/widget.arrow.right.gif") no-repeat;
}

.bibInfoBlock {
	margin-top: 1em;
	text-align: center;
	width: 100%;
}

.bibInfoBlock p {
	margin: 0;
}

.bibInfoBlock .info {
	display: none;
	width: 450px;
	margin: 0 15px;
}

.bibInfoBlock .info.show {
	display: block;
}

.bibInfoBlock .dataPair .label, .bibInfoBlock .dataPair .value {
  float: none;
}


.bibInfoBlock span.subTitle, .bibInfoBlock span.title {
  display:block;
}

p.no_items {
	text-align: center;
	margin-top: 6.5em;
}

div.widget_filters form{
  float: left;
  margin: 0;
  padding: 0;
}
div.widget_filters form select{
  width: 135px;
  margin-right:5px;
}

div#carouselType.tabContainer {
  margin-bottom: 1em;
  width: 100%;
}

div.widget_filters {
  width: 577px;
  margin: 0 auto;
}

div.widget_filters div.filterGroup{
  margin-left: 10px;
  float: left;
  background: #e2e2e2;
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: 1em;
}

div.widget_filters .static_facets select#language_value {
  margin-right: 0px;
}


div.widget_filters .static_facets form.facet.single{
  margin: 0;
}
div.widget_filters span.filter_label {
  line-height: 23px;
  float: left;
  margin-right: 10px;
}

div#carouselType.tabContainer ul.subNav {
  font-size: 1.15em;
}

div#carouselType.tabContainer ul.subNav li.active {
  border-width: 1px 1px 2px;
}

/* = on order/arrived tabs
----------------------------------------*/

.tabContainer{
  width: 100%;
  margin-bottom: 1em;
  float: left;
}

ul.subNav {
  border-bottom:1px solid #DEDEDE;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  width:100%;
  margin: 0 0 1em 0;
  padding: 0;
  float: left;
}

ul.subNav li {
  display: inline;
  line-height: 1.75em;
  float: left;
  font-size: 1em;
  margin-left: -1px;
  padding: 5px 5px 0px;
  background-color: #f2f2f2;
  border: 1px solid #e2e2e2;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

ul.subNav li a {
  color:#404040;
  height:14px;
  margin: 0;
  padding: 0;
  text-align:center;
  text-decoration:underline;
}

ul.subNav li.active a {
  text-decoration:none;
}

ul.subNav li.active {
	background: #FFFFFF;
	border: 1px solid #e2e2e2;
	border-bottom-width: 3px;
	border-bottom-color: #FFFFFF;
	margin-bottom: -1px;
}

.saveToButton {
	width: 115px;
}

.titleBlock {
	padding-bottom: 1em;
	clear: both;
	margin-top: 5px;
}

.titleBlock .itemRating {
	float: right;
	margin-top: -22px;
}

.titleBlock .itemRating .ratingBlock {
	margin: 0;
}

.itemDetail h1 {
	margin: 0;
}

.mainContent .jacketCover {
	display: block;
	float: left;
	width: 155px;
}

.actions {
	float: right;
	width: 140px;
	margin: 0 38px 0 0;
}

div.main_image_wrapper {
	float: left;
}

a.img_button {
	float: left;
	clear: left;
	margin: 5px 1px;
}

.actions hr {
	margin: 0.5em 0;
}

.subTitle, .author {
	font-weight: normal;
	line-height: 1.5;
	font-size: 1em;
}

.truncate {
	overflow: hidden;
	white-space: nowrap;
}

.titleBlock .format {
	margin: 0;
}

.info label, .info .label {
	font-weight: normal;
	display: inline;
}

div.subscription div.dataPair label.label {
  width: 40%;
}

div.subscription div.dataPair span.value {
  width: 60%;
}

.relatedUsers .expand .expand_buttons, .relatedUsers .expand ul li {
	margin-left: 0;
}

.buyAtAmazon a.img_button_link {
	display: block;
	width: 90px;
	height: 35px;
}

.buyAtAmazon img.helpImage {
	vertical-align: text-top;
	margin: 0 0 0 0.5em;
}

a.buyItBtn {
	font-size: 1.15em;
}

/* =syndetics chapter excerpt
----------------------------------------------- */
div.excerptBlock {
	height: 300px;
	width: 450px;
	border-width: 1px;
	border-style: solid;
	overflow-y: auto;
	padding: 0 10px;
}

/* =publisher description
----------------------------------------------- */
.description {
	line-height: 1.5;
	width: 473px;
}
.description ul {
	list-style-type: disc;
}
.description ul li {
	margin-left: 1em;
}
.description .full {
	display: none;
}
.description .truncated {
	display: block;
}
.description.open .full {
	display: block;
}
.description.open .full .more {
	display: block;
}
.description.open .truncated {
	display: none;
}

/* =side bar
----------------------------------------------- */
#rightBar .content {
	width: auto;
	overflow: hidden;
}

#rightBar .details {
	display: none;
}

#rightBar.showDetails {
	background: url("/images/background.edit.png");
	height: 100%;
	margin: -4px 0 -2px 0;
}

.detailsPointer {
	display: none;
}

#rightBar .titleNav {
	position: relative;
	margin: 0;
}

#rightBar .titleNav h3 {
	margin: 0;
}

#rightBar .sideBarNav {
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: underline;
	font-size: 0.916em;
}

#rightBar.showDetails .details {
	background: #fff;
	display: block;
	padding: 10px;
}

#rightBar.showDetails .content {
	padding: 5px;
}

#rightBar.showDetails .findSimilar {
	display: none;
}

#rightBar.showDetails .details .titleNav {
	margin: 0 0 1em 0
}

#rightBar.showFindSimilar .details {
	display: none;
}

#rightBar.showFindSimilar .findSimilar {
	display: block;
}

.shelfBrowseButton {
	font-size: 1.216em;
	line-height: 1;
	font-weight: bold;
	margin: 0 0 0 15px;
}

.shelfBrowseButton:hover {
	text-decoration: none;
}

.shelfBrowseButton img {
	margin: 0 0 0 10px;
	vertical-align: middle;
}

/* =circulation form
----------------------------------------------- */
.circulation {
	padding: 15px;
}

.circulation hr {
	background: #CCC9AB;
	border-color: #CCC9AB;
}

.circulation hr.secondary {
	background: #E3E0BE;
	border-color: #E3E0BE;
}

.circulation .label, .circulation label {
	margin: 0.25em 0;
	font-weight: normal;
}

.circulation select {
	width: 165px;
}

.circulation .openHold {
  margin-top: 1em;
}

.circulation #holds {
	display: none;
	margin-top: 1em;
}

.circulation #holds h4 {
  margin-bottom: 0;
}

.circulation #holds select {
	margin: 0.5em 0;
}

.circulation .branchInfo {
	display: none;
	margin: 1em 0 0 0;
}
.circulation .branchInfo.open {
	display: block;
}

.branchInfo .value {
	font-weight: bold;
	font-size: 1.16em;
}

.branchInfo hr.secondary {
  margin: 0.5em 0;
}

span.on_order {
	font-size: 1.5em;

}

/* =in page subnav
----------------------------------------------- */
ul.subNav {
	margin: 0 0 5px 0;
	padding: 0;
	float: none;
}

ul.subNav li {
	font-size: 1em;
	margin-left: -1px;
	padding: 5px 5px 4px;
	background-color: #f2f2f2;
	border: 1px solid #e2e2e2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

ul.subNav li.active {
	background: #FFFFFF;
	border: 1px solid #e2e2e2;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
}

ul.subNav li a {
	margin: 0;
	padding: 0;
}

.userContentNav li {
	white-space: nowrap;
}

#userContent .userContent {
	margin: 0;
	border-bottom: 1px solid;
	padding: 0 0 1em 0;
	word-wrap: break-word;
}

.userContent .messaging {
	margin-top: 1em;
}

#userContent .userContent .creator {
	padding: 0;
	margin: 1em 0 0 0;
}

#userContent .userContent .creator .userBlock {
	float: left;
}

#userContent .userContent .creator .date {
	margin: 0 0 0 15px;
	float: left;
	text-align: center;
	line-height: 18px;
}

#userContent .userContent .creator .ratingBlock {
	float: left;
	margin: 0 0 10px 15px;
	height: 25px;
	padding: 3px 0 0 0;
}

#userContent .userContent .creator .flag {
	float: right;	
}

/* =Suggest for purchase popup
----------------------------------------------- */
p.label.suggest, textarea#reason_body {
  width: 525px;
}

div.actions div.ratingBlock {
	margin: 0;
}

.disabledButton {
  display:block;
  font-size:0.916em;
  line-height:19px;
  margin:0pt;
  padding:3px 0pt;
}

.disabledButton img {
  margin-top:-2px;
  vertical-align:middle;
  opacity: .3;
}

.bibItemDetails {
  width: 280px;
  float: left;
}

.expand .url_list li {
  margin:0.5em 0 0 0;
}

.expand .url_list a {
  text-decoration: underline;
}

#multihold_submit img {
	vertical-align: middle;
}

.google_book img {  
	height:28px;
	float:right;
}  

.novelistMessage {
	font-style: italic;   
}