@charset "utf-8";
/* CSS Document */

.topicHeader{font-size:16px;
	color:#7d120c;}

div.dollar{
	color:#900;
	border-left: 1pt solid rgb(184, 176, 171);
	padding: 0px 15px;}

div.blurb{}

div.bookTitle{}

div.format{color:#999;}

div.bookTitle a{text-decoration:none;
	color:#2222CC;}

div.bookTitle a:hover{text-decoration:underline;
	color::#7d120c;}

.previewTable{margin:auto; 
	margin-top:20px;}

.previewTable th{font-size:14px;
	color:#7d120c;
	font-weight:bold;}

.previewTable td{padding:5px;}

.previewTable td.scrollLeft{background-image:url(/images/scroll-left.gif);
	background-repeat:no-repeat;
	background-position:center 50px;
	width:25px;
	cursor:pointer;}

.previewTable td.scrollRight{background-image:url(/images/scroll-right.gif);
	background-repeat:no-repeat;
	background-position:center 50px;
	width:25px;
	cursor:pointer;}
	
	
	
		#slideshow, #slideshow2 {
			overflow:scroll;
			overflow-y:hidden;
			max-width:100%;
		}
		

		
		
		#screen2 {
			display:inline-block;
			position:relative;
		}
		
		#screen2 .prev {float:left;}
		#screen2 .next {float:right;}
	
	
		#slideshow, #slideshow2 {
			overflow:hidden;
			width:95%;
			display:inline-block;
		}
		
		#slideshow ul, #slideshow2 ul {
			list-style:none outside none;
			list-style-image:none;
			padding-top:10px;
			padding-left:10px;
			margin:0;
			height:320px;
			white-space:nowrap;
			vertical-align:top;
			/* width:4000px; */
			/* width:500%; */
			font-size:0;
		}
		
		#slideshow li, #slideshow2 li {
			list-style:none outside none;
			margin:0 3px;
			padding:0;
			width:250px;
			height:300px;
			list-style-image:none;
			cursor:pointer;
			/* float:left; */
			display:inline-block;
			border: 1px solid rgba(0, 0, 0, 0.2);
			vertical-align:top;
		}
				
		.bookTitle{
			width: 100%;
	    white-space: normal;
			font-weight:500;
			text-align:center;}

		
		.publications{
			background-color:rgb(245, 245, 245);}

		.abstract{
			height:100%;
			overflow:auto;
			white-space:normal;
			text-align:left;
			font-size: 1rem;
			font-weight: 400;
			display: block;
			color:#45382B;
			line-height: 1.6;
			padding:0px 15px;
			padding-top:1em;
			border-left:1pt solid rgb(184, 176, 171);}
		
		.pubScroller{
			margin-top:75%; 
			vertical-align:top; 
			display:inline-block;}
				

.clear {
	clear:both;
	height:0;
	width:0;
}

td.bookSearchEntry{cursor:pointer; border-bottom:1pt solid #CCC;}
td.bookSearchEntry:hover{background-color:#CCC;}


#topDetails{
	/* border:1pt solid #AED2EE; */
	border-radius:3px;
	margin-top:10px;
	margin-bottom:20px;
  width: 250px;
}
	
#topDetails th{
	padding: 5px;
	font-size: 0.9em !important;
	color: #666;
	white-space: nowrap;
	text-align: right;
	vertical-align: middle;}
	
#topDetails td{	
	font-size:small;
	padding-right:5px;}
	
.priceTD{color: #900;
	font-size: 1.4em !important;
	letter-spacing: -1px;
	font-weight: bold;}
	
.onSale, .onSaleLeft{
	position:absolute;
	background-size: 160px auto;
  	background-repeat: no-repeat;
	width:160px;
	height:100%;
}

.onSale{
	pointer-events: none;
	top:-5px;
	right:-4px;
	background-image:url(/images/bookstore/saleRibbon.png);}

.onSaleLeft{
	top:-5px;
	left:-4px;
	background-image:url(/images/bookstore/saleRibbonLeft.png);}
	

.details{
	display: inline-block;
	min-width: 200px;
	vertical-align: top;}

.purchase{ 
	box-shadow: 0 0 0 4px rgba(0,0,0,.1); 
	border-radius: 3px; 
	padding: 10px 14px!important;
}

.morecontent span {
    display: none;
}


/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 670px){
	
	.boxTitle{
		 font-size: 4vw;
	}
	
	.homepageSub2{padding:0;}
}

.advSearchTR img {
  max-width: 100px;
  max-height: 100px;
}
