/* author-red.css - en_US_alibris - 7.213.082 - 2025/05/28 09:35 */
		td.leftHide { display: none; }
		
		#author-page {
      		width: 100%;
      		padding: 10px 10px 25px 0px;
      	}
      	
      	#author-page .hidden {
      		display: none;
      	}
      		
      	#author-page .author-bio {
      		background: url('/images/author-pages/bio_bg.png') no-repeat bottom center;
      		padding-bottom: 2em;
      	}	
      	
      	#author-page .book-tour {
      		margin: 2em 0;
      	}
      	
      	#author-page ol.pagination {
      		text-align: center;
      		padding: 10px 0px 20px 0px;
      		list-style: none;
      		display:block;
      		
      	}
      	
      	#author-page ol.pagination li {
      		display: inline;
      		margin-right: 1.2em;
      	}
      	
      	#author-page ol.pagination li a {
      		color: #369;
      		text-decoration: none;
      		font-size: 1.1em;
      		border: 1px solid #666;
      		padding: 2px 5px;
      	}
      	
      	#author-page ol.pagination li a:hover, #author-page ol.pagination li a:active, #author-page ol.pagination li a.active {
      		color: #fff;
      		background-color: #369;
      	} 
      	
      	#author-page ol.pagination li a span {
      		display: none;
      	}
      	
      	#author-page ol.pagination li a.prev-next {
      		border: none;
      	}
      	
      	#author-page ol.pagination li a.inactive, #author-page ol.pagination li a.inactive:hover {
      		color: #ccc;
      		background-color: transparent;
      	}

		#author-page h1 {
			color: #69c;
			font-size: 24px;
			margin: 0;
			padding: 0 0 2px;
			font-family: Helvetica, Arial, Verdana, sans-serif;
			}
     
     	#author-page h2 {
     		color: #000;
     		font-size: 18px;
     	}
     	
     	#author-page #selected-works h2 a {
     		margin-left: 1.25em;
     		font-size: 12px;
     		text-decoration: underline;
     	}
     	
     	#author-page h3 {
     		color: #333;
     		font-size: 14px;
     	}
     	
     	#author-page h4 {
     		color: #666;
     	}
     	
     	#author-page .support-info {
     		float: left;
     		width: 195px;
     		max-width: 195px;
     	}
     	
     	#author-page .support-info.taxonomy {
     		float: right important;
     		position: relative;
     		top: 60px;
     	}
     	
		#author-page .support-info.taxonomy h2 {
     		margin-left: -4px;
     	}
     	
     	#author-page .selected-works-tall {
     		float: left;
     		width: 710px;
     		background: none;
     	}
     	
     	#author-page .selected-works-short {
     		float: left;
     		width: 710px;
     		
     	}     	
     	
     	#author-page ul.review-list {
     		margin-left: 0;
     		padding-left: 0;
     		overflow: auto;
     		margin-bottom: 2em;
     	}
     	
     	#author-page ul.review-list li {
     		width: 270px;
			float: left;
			display: inline;
			margin-right: 20px;
			margin-left: 0;
			margin-bottom: 1.5em;
			padding-left: 0;
			list-style: none;
			overflow: hidden;
			line-height: 1.2em;
			border-bottom: 1px dotted #ccc;
			min-height: 210px;
     	}
     	
     	#author-page ul.review-list li img {
     		margin-left: 7px;
     	}
     	
     	#author-page ul.primaryList li {
			width: 150px;
			height: 180px;
			float: left;
			display: inline;
			margin-right: 8px;
			list-style: none;
			overflow: hidden;
			text-align: center;
		}
		
		#author-page .browse-more a {
			font-weight: bold;
			
			color:#000;
		}
		
		#author-page p.browse-more {
			margin-left:0px;
			margin: 0px 0 20px 5px;
		}
		
		#author-page ul.author-list, #author-page ul.subject-list {
			margin-left: 0;
			padding-left: 0;
			line-height:1.5;
		}
		
		#author-page ul.author-list a, #author-page ul.subject-list a {color:#383838;font-size:14px;font-family:arial,helvetica}
		
		#author-page ul.author-list li, #author-page ul.subject-list li {
			list-style: square inside; color: #369;
			border-bottom: 1px dotted #E6E6CC;
			padding-top: .5em;
			margin-left: 0;
			padding-left: 0;
			line-height:1.5;
		}
		#author-page ul.author-list li:last-child, #author-page ul.subject-list li:last-child {border-bottom: 0px!important;}
		
		#author-page .author-news {
			margin: 0 auto;
			text-align: center;
		}
		
		#author-page .reviews-section {
			border-top: 1px dotted #ccc;
			margin-top: 2em;
			margin-left: 2em;
		}
		
		#author-page .panel img {
			margin: 0 auto;
			height: 120px;
			width: auto;
		}
		
		#author-page .panel img.wide {
			height: 72px;
			width: auto;
			padding-right: 10px;
		}
		
		#author-page .panel .bookTitle {
			font-size: 1em;
			text-align: center;
			vertical-align: baseline;
		}
		
		#author-page .panel .price-from {
			font-size: .9em;
			text-align: center;
			vertical-align: baseline;
		}
		
		#author-page .panel .bookTitle a {
			color: #e22e13;
			text-decoration: none;
		}
		
		#author-page .clear {
			clear: both;
		}
		#selected-works .selected-works-new {
			margin-bottom:30px;
		}
		#selected-works .selected-works-new h2 {
			float:left;
		}		
		#selected-works .selected-works-new a.see-all {
			float:right;
			margin:20px 30px 0 0;
		}		
		#selected-works .selected-works-new .clear {
			clear:both;
		}
		#selected-works .selected-works-new .selection {
			padding:30px 0;
		}
		#selected-works .selected-works-new .thumbnail {
			float:left;
			width:67px;
			margin-right:10px;
		}
		#selected-works .selected-works-new .thumbnail img {
			height:70px;
			width:auto;
		}
		#selected-works .selected-works-new .details {
			float:left;
			width:590px;
			margin-right:30px;
		}	
		#selected-works .selected-works-new .selection .details dl,
		#selected-works .selected-works-new .selection .details dt,
		#selected-works .selected-works-new .selection .details dd {
			margin:0;
			padding:0;
			line-height:18px;
		}		
		#selected-works .selected-works-new .selection .details dt {
			font-weight:bold;
		}
		#selected-works .selected-works-new .selection .details p {
			margin-bottom:2px;
			padding:0;
		} 
		#selected-works .selected-works-new .selection .details ul {
			margin:0 0 5px 0;
			padding:0;
			line-height:18px;
		}     
		#selected-works .selected-works-new .selection .details li {
			list-style-type:disc;
			list-style-position: inside;
			padding:0;
			margin:0;
			font-weight:bold;
		}
		#selected-works .selected-works-new .selection a.all {
			font-size:11px;
			text-decoration:underline;
		}    
		

#author-page.subjects ul.primaryList a:hover { text-decoration: underline }
#author-page.subjects span.bookTitle { margin-bottom: 3px;font-size:18px;display:inline-block;}
#author-page.subjects span.bookTitle:hover { text-decoration: underline }
#author-page.subjects p.author {
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    width:160px;
}
#author-page.subjects p.author span {
    font-family:arial,helvetica;
    color: #A80000;
    font-weight: bold;
   
}
#author-page.subjects .author-bio p.breadcrumb {
    font-size: 11px;
    margin: -10px 0 10px 0;
}

#author-page.subjects p.breadcrumb {
    font-size: 11px;
    margin: -10px 0 10px 0;
    color: #909AA1;
    padding: 0px;
    background-color: transparent;
}

#author-page.subjects p.breadcrumb a { color: #909AA1 }
#author-page.subjects p.breadcrumb { color: #909AA1 }
#author-page.subjects p.breadcrumb a strong { font-weight: normal !important }
#author-page.subjects p.breadcrumb  strong:last-child { font-weight: bold }
		
#author-page.subjects p.bookTitle,
#author-page p.bookTitle { margin-bottom: 3px }
#author-page .panel a .bookTitle {
    font-size: 16px;
    font-weight:normal;
    vertical-align: baseline;
    color:#000!important;
}

#author-page ul.primaryList li { height: 230px }
#author-page.subjects ul.primaryList li { height: 240px }
#author-page .panel .bookTitle { font-weight: bold }
#author-page p.author span {
    color: #A80000;
    font-weight: bold;
}
.arrow-e {
    border-style: dashed;
    border-color: transparent;
    border-width: 0.53em;
    display: -moz-inline-box;
    display: inline-block;
    
    font-size: 100px;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
}
#author-page p.author .arrow-e,
#author-page.subjects p.author .arrow-e {
    border-left-width: 1em;
    border-left-style: solid;
    border-left-color: #336699;
    left: 0.4em;
    font-size: 8px;
    top:-2px;
}


#author-page .you-might-like {padding:5px 0;clear:both;}


#author-page.subjects { position: relative;margin:0px 15px; }
#author-page.subjects .author-bio {
    background: none;
    padding-bottom: 1em;
}

#author-page.subjects .row .col .author-bio {
	width:800px;margin:20px 0 0 20px;
}


#author-page.subjects .author-bio p.breadcrumb {
    font-size: 11px;
    margin: -15px 0 10px 0;
    color: #909AA1;
}

#author-page.subjects .author-bio.taxonomy p.breadcrumb {
	
}

#author-page.subjects .author-bio p.breadcrumb a { color: #909AA1 }

#author-page.subjects .row .col .author-bio h2 {
    font-size: 38px;
}

#author-page.subjects h1 {
    color: #000;
    font-weight: normal;
    font-size: 30px;
    margin: 8px 0 10px -1px;
    position: relative;
}

#author-page.subjects.taxonomy h1 {
    left: -240px;
    margin-top: -10px;
    margin-bottom:0px;
}
#author-page.subjects .support-info {
    top: -8px;
    right: 0px;
}
#author-page.subjects .support-info.taxonomy {
    position: relative;
    top: 85px;
    right: 15px;
}
#author-page.subjects .support-info h2 {
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 5px 10px;
    background: #369;
}
#author-page.subjects .support-info ul.author-list { margin: 5px 0; }
#subject-evergreen {
    width: 850px;
    line-height: 18px;
    padding-bottom: 1.3em;
    margin-bottom: 1.5em;
    border-bottom:1px solid #ccc;
}

#subject-evergreen a {font-weight:bold;}

#subject-evergreen h2 { margin: 0px }
#subject-evergreen.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#subject-evergreen p {
    margin: 0;
    padding: 14px 0 0 0;
    font-size:14px;
    line-height:1.5;
    font-family:arial,helvetica;
}
#subject-evergreen .product-container { margin: 22px 0 0 0 }
#subject-evergreen .product-img {
    float: left;
    margin: 0px 20px 10px 0;
    border: 1px solid #666;
    height: 187px;
}
#subject-evergreen ul.shop-link {
    margin: 15px 0 0 0;
    padding: 0;
    font-size:14px;
}
#subject-evergreen ul.shop-link li {
    background: none;
    margin: 0;
    padding: 0 0 2px 0px;
    font-family:arial,helvetica;
}

#author-page.subjects .selected-works-tall {
    background: none;
    margin-left: 0px;
    padding-left:0px;
}
#author-page.subjects .selected-works-tall.taxonomy {
    margin-left: -4px;
}
#author-page.subjects ul.primaryList { margin-left: 0 }
#author-page.subjects ul.primaryList li {
    width: 157px;
    text-align: left;
    margin: 0 20px 0 5px;
}
#author-page.subjects ul.primaryList li:nth-of-type(4n+0) { margin-right: 0 }
#author-page.subjects .panel .bookTitle { text-align: left;display:block;width:165px; }
#author-page.subjects .panel img { border: 1px solid #CCC }
#author-page.subjects #short-bio {
	font: 14px arial, helvetica;
    line-height: 18px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    line-height: 1.5;
    margin-top: -8px;
}

#author-page.subjects .panel a:hover {text-decoration:none;}
#author-page.subjects .panel a:hover span, #author-page.subjects .panel p.author a:hover 
{text-decoration:underline;}

#author-page.subjects ul.primaryList li a:hover {color:#000;}
#author-page.subjects ul.primaryList li span {color:#000;}

#author-page.subjects #full-bio {
	font: 14px arial, helvetica;
    line-height: 18px;
	margin-bottom: 5px;
    padding-bottom: 10px;
    line-height: 1.5;
    margin-top: -8px;
}

#author-page.subjects .support-info .subject-list li a.selected-link {
    color: #eb3d22;
}

#author-page.subjects h3 {
    margin: -5px 0 10px 0;
    padding: 0;
    font-size: 38px;
    color: #000;
    width:800px;
}

#author-page.subjects .carousel h3 {
	font-size: 38px;
	margin: 0px 0 15px 0;
	padding: 0px;
	width:auto;
}

#author-page.subjects ul.author-list li,
#author-page.subjects ul.subject-list li {
    list-style: none inside;
    color: #369;
    border-bottom: 1px dotted #ccc;
    padding: 4px 0;
    margin-left: 0;
    padding-left: 5px;
}
#author-page.subjects ul.author-list li:first-child,
#author-page.subjects ul.subject-list li:first-child { padding-top: 5px }
.scroll { height: 214px !important }

#author-page .horizontal-ad {text-align:center;margin:20px 0;}



#author-page.subjects .container {
	width: 100%;
	border:0px;
	margin-bottom:25px;
}
     	
#author-page.subjects .selected-works-short {
	float: left;
   	width: 710px;
    background: none;
    margin-left: 12px;
} 

#author-page h2.works-head {
	margin:10px 0px 20px 20px;
	margin-bottom:20px;
	font-size: 24px;
}


#author-page {}



#author-page .col-sm-9 {width:100%}
#author-page .row .col-sm-6 {width:80%;margin-top:10px;}

#author-page .row {padding-top:0px;margin-left:0px;margin-right:0px;}
#author-page .row .col {flex: 1 0 auto; }
#author-page.subjects h1 {font-family:Georgia, "Times New Roman", Times, serif;font-size:40px;}

#author-page.subjects .support-info  {padding-top:15px;}

#author-page.subjects .primary-area .support-info {padding-right:10px;margin-top:-15px;}

#author-page .container {margin:0px;padding:0px;}
#author-page.subjects .support-info h2 {background:#000;color:#fff !important;text-transform:capitalize;}

#author-page.subjects .support-info .subject-list li:last-child {border-bottom:0px;}
#author-page.subjects .support-info .subject-list li a, 
#author-page.subjects .support-info .subject-list li form {color:#383838;font-size:14px;font-family:arial,helvetica;}
#author-page.subjects .support-info .subject-list {margin:5px 0 10px 0;}
#author-page .panel img {height:187px;margin-bottom:10px;}

#author-page.subjects .support-info .subject-list li {margin:5px 0;}

#author-page.subjects input[type=checkbox], #author-page.subjects input[type=radio] { margin: -1px 2px 0 0;vertical-align: middle; }


#author-page.subjects .selected-works-tall {width:882px;}
#author-page.subjects ul.primaryList {border:0px;}
#author-page.subjects ul.primaryList li {height:360px;width:200px;}
#author-page .panel .bookTitle a {color:#000;font-size:18px;font-weight:normal;}
#author-page.subjects p.author a {font-size:14px;line-height:1.5;font-family:arial,helvetica;}
#author-page.subjects ul.primaryList li p.author a:hover {color:#f86b36;}
#author-page.subjects p.author a.buy {color:#000;}
#author-page.subjects ul.primaryList li p.author a.buy:hover {color:#000;}
#author-page.subjects p.author a.buy.ebook {color:#136AC7;}
#author-page.subjects p.author a.buy.ebook span {color:#136AC7;}
#author-page p.author .arrow-e, #author-page.subjects p.author .arrow-e {border-left-color: #000;}

#author-page ol.pagination li a {border:none;font-family:Arial, Helvetica, sans-serif;color:#000;font-size:14px;}
#author-page ol.pagination li a:hover, #author-page ol.pagination li a:active, #author-page ol.pagination li a.active {background-color:#000;}
#author-page .you-might-like h2 {text-align:center;font-size:38px;margin: 0px 0px 44px;text-transform:capitalize;}


#author-page.subjects .container ul.path {
	font-size:14px;
	display:inline-block;
	margin: 0px;
	padding: 0px;
	clear:left;
	font-family:arial,helvetica;
}
#author-page.subjects .container ul.path li{
	float:left;
	font-size:14px;
	padding-left:5px;
}
#author-page.subjects .container ul.path li:first-child {
	padding-left:0px;
}
#author-page.subjects .container ul.path li:first-child img {
	margin:-5px 2px 0px 0px;
}
#author-page.subjects .container ul.path li:after {
	content: "/"
}
#author-page.subjects .container ul.path li:last-child {
}
#author-page.subjects .container ul.path li:last-child:after {
	content: ""
}
#author-page.subjects .container ul.path a{
	font-size: 14px ;
	padding: 0px 5px 0px 0px
}


#author-page.subjects .author-bio.taxonomy ul.path {position:relative;margin-left:-240px}
#author-page.subjects  .panel {border:1px solid #fff;border-radius:0px;box-shadow:0px;-webkit-box-shadow:none;}