/* srs-red.css - en_US_alibris - 7.214.009 - 2025/07/09 11:18 */
#srs-pages {
      		width: 100%;
      	}
      	
      	#srs-pages .error {
      		width: 500px;
      		color: #900;
      		border: 1px solid #900;
      		background-color: #ffc;
      		padding: 1.25em;
      	}
      	
      	#srs-pages #feedbackError {
      		display: none;
      	}
      	
      	#srs-pages em {
      		color: #333;
      	}
      	
      	
      	#srs-pages ul.rating {
      		list-style: none;
      		position: relative;
      		width: 100px;
      		height: 20px;
      		background: transparent url(https://www0.alibris-static.com/images/srs/stars-voting.gif) no-repeat -100px 0;
      		padding: 0;
      		left: 1em;
      		top: 10px;
      		margin-left: 0;
      		overflow: hidden;
      	}
      	
      	#srs-pages ul.rating li {
      		margin: 0;
      		padding: 0;
      		float: left;
      	}
      	
      	#srs-pages ul.rating li a {
      		display: block;
      		position: absolute;
      		width: 20px;
      		height: 20px;
      		text-indent: -1000px;
      		overflow: hidden;
      		z-index: 20;
      	}
      	
      	
      	#srs-pages ul.poor {
      		background-position: -80px 0;
      	}
      	
      	#srs-pages ul.fair {
      		background-position: -60px 0;
      	}
      	
      	#srs-pages ul.average {
      		background-position: -40px 0;
      	}
      	
      	#srs-pages ul.high {
      		background-position: -20px 0;
      	}
      	
      	#srs-pages ul.best {
      		background-position: 0 0;
      	}
      	
      	
      	#srs-pages ul.rating a.poor {
      		left: 0;
      	}
      	
      	#srs-pages ul.rating a.fair {
      		left: 20px;
      	}
      	
      	#srs-pages ul.rating a.average {
      		left: 40px;
      	}

		#srs-pages ul.rating a.high {
      		left: 60px;
      	}

		#srs-pages ul.rating a.best {
      		left: 80px;
      	}
      	
      	#srs-pages ul.rating li a:hover {
      		background: transparent url(https://www1.alibris-static.com/images/srs/stars-voting.gif) repeat-x left top;
      		left: 0;
      		z-index: 1;
      		color: #fff;
      	}
      	
      	#srs-pages ul.rating a.poor:hover {
      		width: 20px;
      	}
      	
      	#srs-pages ul.rating a.fair:hover {
      		width: 40px;
      	}
      	
      	#srs-pages ul.rating a.average:hover {
      		width: 60px;
      	}
      	
      	#srs-pages ul.rating a.high:hover {
      		width: 80px;
      	}
      	
      	#srs-pages ul.rating a.best:hover {
      		width: 100px;
      	}
      	      	      	
      	#srs-pages .hidden {
      		display: none;
      	}
      		
      	#srs-pages .item-detail {
       		overflow: hidden;
       		padding-top: 1em;
      		padding-bottom: 2em;
      		background: none;
			width:100%;
			border-bottom:1px solid #666;
      	}	

		#srs-pages .item-detail.clearfix:after {
			content: ".";
			display: block;
			clear: both;
			visibility: hidden;
			line-height: 0;
			height: 0;
		}
 
		#srs-pages .item-detail.clearfix {
			display: inline-block;
		}
		
      	#srs-pages .feedback-form p {
			max-width:700px;
			margin-top:5px;
		}
	
	  #srs-pages .feedback-form p.rating-label {
			float:left;
			color:#666666;
			font-weight:bold;
		}
      	
      	#srs-pages .feedback-form ol {
      		padding-left: 0;
      		margin-left: 0;
      		list-style-position: inside;	
      	}
      	
      	#srs-pages .feedback-form li {
      		margin-bottom: 10px;
      		font-size:16px;
      	}
      	
      	#srs-pages .feedback-section {
       		overflow: hidden;
       		padding-top: 1em;
      		padding-bottom: 2em;
          	}	
          	
        #srs-pages .feedback-form input[type="radio"] {
        	padding-right: 1em;
        	padding-left: 1.5em;
        }
        
        #srs-pages .feedback-form label {
        	width: auto;
        	height: 25px;
        	line-height: 25px;
     		padding-right: 50px;
     		padding-top: .5em;
     		padding-bottom: .5em;
			font-weight:normal;
        }
      	
      	#srs-pages .feedback-form label.positive {
      		width: 115px;
      		height: 36px;
      		background: transparent url(https://www2.alibris-static.com/images/srs/smiley-positive.png) no-repeat 70% 8px;
      	}
      	
      	#srs-pages .feedback-form label.neutral {
      		width: 115px;
      		height: 36px;
      		background: transparent url(https://www3.alibris-static.com/images/srs/smiley-neutral.png) no-repeat 70% 8px;
      	}
      	
      	#srs-pages .feedback-form label.negative {
      		width: 120px;
      		height: 36px;
      		background: transparent url(https://www4.alibris-static.com/images/srs/smiley-negative.png) no-repeat 70% 8px;
      	}
      	
      	#srs-pages .item-detail-area {
      		width: 170px;
      		overflow: hidden;
      		text-align: center;
      		float: left;
      	}
      	
      	#srs-pages .item-detail img {
      		margin-left: 5px;
      		height: 120px;
      		width: auto;
      		-webkit-box-shadow: rgba(201, 201, 201, 0.75) -5px 5px 5px;
      		-moz-box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 5px;
      	}
      	
      	#srs-pages .item-detail-text {
      		float: left;
      		width: 660px;
      		padding-left: 20px;
      	}
      	
      	#srs-pages .seller-snapshot {
       		width: 170px;
      		float: left;
      	}
      	
      	#srs-pages .seller-snapshot-details {
      		border: none;
      		margin: 0;
      	}
      	
      	#srs-pages .seller-snapshot-details p {
      		padding: 0;
      		margin: 0;
      		margin-bottom: 0px;
      		line-height: 1.5;
      		font-size: 14px;
      		color: #666;
      	}
      	
      	#srs-pages .seller-snapshot-details p.last {
      		margin-bottom: 10px;
      	}
      	
      	
      	
      	#srs-pages .seller-rating {
      		 width: 105px;
    height: 25px;
    text-indent: -9999px;
    background: url(https://www0.alibris-static.com/images/red/star_rating.png) 0 0 no-repeat;
    margin:0px 0 -18px -5px;
    display: inline-block;
    float: left;
      	}
      	
      	#srs-pages .seller-rating .stars-5 {
      		background-position: 0 0;
      	}
      	
      	#srs-pages .seller-snapshot-details .stars-4 {
      		background-position: 0 -23px;
      	}
      	
      	#srs-pages .seller-snapshot-details .stars-3 {
      		background-position: 0 -46px;
      	}
      	
      	#srs-pages .seller-snapshot-details .stars-2 {
      		background-position: 0 -69px;
      	}
      	
      	#srs-pages .seller-snapshot-details .stars-1 {
      		background-position: 0 -92px;
      	}
      	
      	#srs-pages .seller-snapshot-details .stars-0 {
      		background-position: 0 -115px
      	}
 
 	    #srs-pages .seller-snapshot-details .stars-nr {
      		background-position:0 -138px;
			text-indent:-9999px;
      	}
      	
      	
      	
      	#srs-pages .feedback-form {
      		float: left;
      		width: 80%;
      		padding-left: 20px;
      	}
      	
      	#srs-pages .feedback-form textarea {
      		display: block;
      		margin-top: 5px;
      		margin-bottom: 0;
      		width: 500px;
			height: 120px;
			border: 2px solid #ccc;
			padding: .5em 0;
			font-family: Helvetica, Arial, sans-serif;
			background: url(https://www1.alibris-static.com/images/srs/textarea-bg.png) repeat-x bottom center;
      	}
      	
      	#srs-pages p.buyer-attribution {
      		padding-top: 0;
      		margin-top: 0;
      	}	
      	
     	#srs-pages .label {
     		font-weight: bold;
     		font-size:16px;	
     		color:#000;
     		padding-left:0px;
     	}
      	
      	#srs-pages p {font-size:16px;color:#000;}
      		#srs-pages p.author {color:#eb3d22;}
      	
      	#srs-pages p.date-info {
      		margin: 0;
      		line-height:1.5;
      		font-size:16px;	
      	}
      	
      	#srs-pages p.right {
      		width: 40%;
      		text-align: right;
      		font-weight: bold;
      		color: #666;
      		line-height: 1.5em;
      		margin-bottom: .5em;
      		float: left;
      		margin-top: 1em;
      		font-size: 12px;
      	}
      	
      	#srs-pages p.last {
      		margin-bottom: 2em;
      	}
      	
      	
		#srs-pages h1 {
			color: #000;
			font-size: 40px;
			margin: 0;
			padding: 0 0 2px;
			text-transform:capitalize;
			}
     	
     	#srs-pages h2 {
     		color: #000;
     		font-size: 18px;
     		margin: 0;
     		padding: 0;
     	}
     	
     	#srs-pages h3 {
     		color: #000;
     		font-size: 18px;
     		font-weight: bold;
     		margin: 0;
     		padding-bottom: .75em;
     		text-transform:capitalize;
     	}
     	
     	#srs-pages h2 > a {
     		margin-left: 1.25em;
     		font-size: 12px;
     		text-decoration: underline;
     	}
     	
     	#srs-pages h4 {
     		color: #666;
     	}
		
		#srs-pages .comment-limit, #srs-pages .input-required {
			color: #999;
			font-size: 12px;
		}
		
		#srs-pages .clear {
			clear: both;
		}
		
		#srs-pages hr {
			border: 0;
			width: 0;
			margin: 0;
			padding: 0;
		}
		
		#srs-pages .rating-description {
			position: relative; 
			top: -10px; 
			left: 130px; 
			color: #999; 
			font-size: 11px;
		}
		
		
		
		#srs-pages .orange-button { font-size: .9em; font-family: Helvetica, Verdana, Arial, sans-serif; color: #583D00; font-weight: bold; border: none; width: 140px; height: 
			30px; background: transparent url(https://www2.alibris-static.com/images/srs/orange-button.png) no-repeat 0 0; cursor: pointer; } 
			
		
		
		#srs-pages .condition {
		background:transparent url(https://www3.alibris-static.com/images/flow/icon-item-condition.png) no-repeat scroll 0 1px;
		height:33px;
		overflow:hidden;
		padding-left:50px;
		width:400px;
		font-size:14px;
		}
		
		#srs-pages .usedbook {
		background-position:0 -33px;
		}



#srs-pages .condition.newgame {
    float: left;
    width: 100%;
    padding-left: 49px;
    background: url(https://www4.alibris-static.com/images/flow/game-conditions.png)  no-repeat;
    height: 33px;
    overflow: hidden;
    background-position: 0 2px;
	display:block;
	margin:5px 0;
}

#srs-pages .condition.usedgame {
    float: left;
    width: 100%;
    padding-left: 49px;
    background: url(https://www0.alibris-static.com/images/flow/game-conditions.png) no-repeat;
    height: 33px;
    overflow: hidden;
    background-position: 0 -33px;
	margin:5px 0;
}


#srs-pages .newmovie { background-position: 0 -66px }
#srs-pages .usedmovie { background-position: 0 -99px }
#srs-pages .newmusic { background-position: 0 -132px }
#srs-pages .usedmusic { background-position: 0 -165px }



		
		
		#storefront-body #seller-feedback {
			width: 705px;
			margin-top:10px;
		}
		
		 h2 {
			color: #000;
			font-size: 1.1em;font-family:arial,helvetica;
		}
		
		#seller-feedback .ratings {
			width: 60%;
		}
		
		#seller-feedback h3 {
			font-size: 1em;
			color: #333;
			font-weight: normal;
			text-align: right;
			font-family:arial,helvetica;
		}
		
		#seller-feedback ul.ratings li {
			vertical-align: baseline;

		}
		
		#seller-feedback h3 em.best {
			background: url(https://www1.alibris-static.com/images/srs/star-ratings-all.png) no-repeat 0 0;
			width: 90px;
			height: 19px;
			display: inline-block;
		}
		
		#seller-feedback h3 em.high {
			background: url(https://www2.alibris-static.com/images/srs/star-ratings-all.png) no-repeat -23px 0;
			width: 90px;
			height: 19px;
			display: inline-block;
		}
		
				

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

		#seller-feedback {
		  border-bottom:1px dotted #ccc;
		  margin-bottom:10px;
		}
		
		#seller-feedback ul {
		  list-style-type:none;
		}
		
		#seller-feedback ul li {
		  margin-bottom:10px;
		}
    
    	#seller-feedback .seller-ratings h3, #storefront-body .store-info h3 {
      		width:210px;
      		padding:0 100px 0 0;
      		margin:0 30px 0 0;
      		background: url(https://www3.alibris-static.com/images/srs/star-ratings-all.png) no-repeat right top;
      		font-weight:normal;
      		display:block;
      		float:left;
      		text-align:right;
      		height:20px;
      		font-size:20px;
      		
		}
		#seller-feedback .seller-ratings {padding: 12px;}
				
		#storefront-body .store-info h3 {
			text-align: left;
			padding: 0;
			margin: 0;
			width: 225px;
		}
		
		#seller-feedback .seller-ratings h3,
		#storefront-body .store-info h3 {
			padding: 0 100px 0 0;
			margin: 0 30px 0 0;
			background: url(https://www4.alibris-static.com/images/red/star_rating.png) no-repeat right top;
			font-weight: normal;
			display: block;
			float: left;
			text-align: right;
			height: 25px;
}

#seller-feedback .seller-ratings h3 {padding: 3px 120px 0 0;margin: 0 30px 0 0;width:315px;font-size:16px;}

#storefront-body .store-info h3 {
text-align: left;
padding: 0;
margin: 0;
width: 300px;
font-family:arial;
}
#seller-feedback li.first h3 { font-weight: bold }

#seller-feedback h3.stars-5,
#storefront-body .store-info h3.stars-5 { background-position: right -8px top 0px  }
#seller-feedback h3.stars-4,
#storefront-body .store-info h3.stars-4 { background-position: right -8px top -23px }
#seller-feedback h3.stars-3,
#storefront-body .store-info h3.stars-3 { background-position: right -8px top -46px }
#seller-feedback h3.stars-2,
#storefront-body .store-info h3.stars-2 { background-position: right -8px top -69px }
#seller-feedback h3.stars-1,
#storefront-body .store-info h3.stars-1 { background-position: right -8px top -92px }
#seller-feedback h3.stars-0,
#storefront-body .store-info h3.stars-0 { background-position: right -8px top -115px  }
#seller-feedback h3.stars-nr,
#storefront-body .store-info h3.stars-nr { background-position: right -8px top -140px }


.seller-rating {
background: transparent url(https://www0.alibris-static.com/images/red/star_rating.png) no-repeat;
display: block;
width: 105px;
height: 23px;
text-indent: 100px;
line-height: 23px;
color: #999;
font-size: 11px;
text-transform: uppercase;
}

.stars-6 {
background-position: 0 0;
}

.stars-5 {
background-position: right 0px
}

.stars-4 {
background-position: right -23px
}

.stars-3 {
background-position: 0 -46px;
}

.stars-2 {
background-position: 0 -69px;
}

.stars-1 {
background-position: 0 -92px;
}

.stars-0 {
background-position: right -115px
}

.stars-nr {
background-position: right -140px
}


.add-wish img {margin:0;padding:0;} 
		
		
		
		#seller-feedback li.first h3 {
		  font-weight:bold;
		}	
			
		#seller-feedback h3.stars-5, #storefront-body .store-info h3.stars-5 {
		  background-position: right 0;
		}	
		
		#seller-feedback h3.stars-4, #storefront-body .store-info h3.stars-4 {
		  background-position: right -23px;
		}		

		#seller-feedback h3.stars-3, #storefront-body .store-info h3.stars-3 {
		  background-position: right -46px;
		}	
		
		#seller-feedback h3.stars-2, #storefront-body .store-info h3.stars-2 {
		  background-position: right -69px;
		}	
		
		#seller-feedback h3.stars-1, #storefront-body .store-info h3.stars-1 {
		  background-position: right -92px;
		}
		
		#seller-feedback h3.stars-0, #storefront-body .store-info h3.stars-0 {
		  background-position: right -115px;
		}		

		#seller-feedback h3.stars-nr, #storefront-body .store-info h3.stars-nr {
		  background-position: right -140px;
		 
		}	

		#storefront-body .comments {
		  border-bottom:none;
		}
		
		#storefront-body .comments h2 { 
	    float:left; 
	    margin:0 30px 0 0;
	    padding:0;
	  }
		
		#storefront-body .comments ul.comments-list li {
		 float:left;
		 border-right:1px solid #000;
		 padding:1px 10px;
		}	
		#storefront-body .comments ul.comments-list li.last {
		  border:none;
		}		

    #storefront-body .comments h4 {
      clear:both;
    }

    #storefront-body .comments p {
      margin:10px 0 2px 10px;
      padding:0;
    }
    
    #storefront-body .comments p.comment {
      margin-left:10px;
      height:20px;
      padding-left:30px;
    }
    
    #storefront-body .comments p.comment.positive {
			background: url(https://www1.alibris-static.com/images/srs/smiley-positive.png) no-repeat left top;
    }
    #storefront-body .comments p.comment.negative {
			background: url(https://www2.alibris-static.com/images/srs/smiley-negative.png) no-repeat left top;
    }			
    #storefront-body .comments p.comment.neutral {
			background: url(https://www3.alibris-static.com/images/srs/smiley-neutral.png) no-repeat left top;
    }			
    #storefront-body .comments p.comment.positive span {
      color:#339900;
      font-weight:bold;
    }
    #storefront-body .comments p.comment.negative span {
      color:#990000;
      font-weight:bold;
    }
    #storefront-body .comments p.comment.neutral span {
      color:#666;
      font-weight:bold;
    }

    #storefront-body .comments .comment-summary {
		  border-bottom:1px dotted #ccc;
		  padding-bottom:5px;
		  max-width:680px;
		  _width:680px; 
		  word-wrap: break-word;
		  *overflow:hidden;
		}
		
	#storefront-body .mark-comment-wrap {
		display:block;text-align:right;margin:10px 0;	
	}
			
	#storefront-body .comments a.mark-comment {
		text-align:right;
		display:inline;
	}	

    #storefront-body .comments  p.note-show {
		  font-weight:bold;
      color:#990000;
      margin-bottom:10px;
	}		
		
					
					

		
		
#storefront-body .comment-summary .seller-response {
  border-left:3px solid #666;
  margin:20px 0 0 40px; 
  width:500px
}
#storefront-body .comment-summary .seller-response p.first {
  font-weight:bold;
}
#storefront-body .comment-summary .cs-response {
background-color:#FFFFCC;
border:2px solid #FF9900;
margin:20px 0 10px 40px;
padding:2px 10px 10px 10px;
width:500px;
}

#storefront-body .comment-summary .cs-response p {
  width:480px;
  word-wrap: break-word;
}


#storefront-body .comment-summary .cs-response p.first {
  font-weight:bold;
  font-style:italic;
}
	
p.seller-since {
	margin-top: .5em;
	font-family:arial,helvetica;
}	


	.page-intro-storefront .seller-callout {
		margin:10px 0 20px 0;
	}
	.page-intro-storefront .seller-callout p {
		font-size:14px;
		margin:0 0 10px 0;
	}
	.page-intro-storefront .seller-callout h2 {
		border:1px solid #ccc;
		padding:10px;
		width:645px;
		-webkit-box-shadow: 5px 5px 5px #CCCCCC;
		-moz-box-shadow: 5px 5px 5px #CCCCCC;
		box-shadow: 5px 5px 5px #CCCCCC;
		color:#6699CC;
	}
	.page-intro-storefront .seller-callout h2 a {
		color:#6699CC;
	}

	p.breadcrumb {background-color:#fff;padding:0px;margin-top:10px;}
	
	#search-area p {font-family:arial,helvetia;font-size:12px;line-height:1.5;}
	
	
	
	#search-area p.spotlight-price {font-size:14px;}
	
	
	
	#store-front, #store-front a, #store-front p {line-height:1.5!important;font-size:12px!important;}
	#search-results td p a strong {font-size:14px!important;display:block!important;line-height:1.5;}
	#search-results td p a:first-child:hover {}
	
	#store-front .wish p a strong {margin:5px 0;font-size:12px!important;}
	#store-front p.price {font-weight:bold;font-size:14px!important;}
	#search-results td p.author {margin-bottom:5px;}
	
	#search-results td p:first-child a:hover {color:#eb3d22;}
	a.tb:hover {text-decoration:underline;}
	
	#search-results td p a.title:hover {color:#000!important;}
	
	span.smallgreytype.other-copies {display:block;}
	#search-results td p span.smallgreytype.more-like a {display:block;margin-top:-10px;}
	
	.featured-box {border:none;}