<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
*/
.magnify {width: 100%; margin: 0px auto; position: relative; cursor: none}

/*Lets create the magnifying glass*/
.large {
	width: 275px; height: 275px;
	position: absolute;
	border-radius: 10%;
	
	/*Multiple box shadows to achieve the glass effect*/
	box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	
	/*hide the glass by default*/
	display: none;
}

/*To solve overlap bug at the edges during magnification*/
.small { display: block; }

.jumbotron {
	padding: 10px;
	margin-bottom: 10px;
	background-image: url('/images/js_bannerlinkedimage.jpg');
	background-repeat: repeat;
 }
 /* Sale, Discount and Magnifier logo positioning*/
 .saleLogo, .offerLogo, .discountLogo {
	position:absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.clearfix {
    overflow: auto;
}

#offerReply {
	width: 100%; height: 275px;
	padding: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat; 
	}
	
#offerMade{
	color:white; background-color:black;
}
	/**
* cf is a contraction of clearfix
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

 .newstockLogo {
	position:absolute;
	top: 0;
	left: 1;
	z-index: 101;
}

.magLogo  {
	position:absolute;
	bottom: 0;
	left: 1;
	z-index: 102;
}
.mxyzptlk, .add-button {background-color: orange; 
      color: #000000;
	  }
  .mxyzptlk + .tooltip &gt; .tooltip-inner {
      background-color: #73AD21; 
      color: #FFFFFF; 
      border: 1px solid green; 
  }
 .krypton_title {
	    display: block;
    margin-left: auto;
    margin-right: auto
 }
 
h5 {font-size: 1em;}

.title {font-weight:bold; color:blue;}

.price {font-weight:bold; color:red;}

.oldprice {font-weight:bold; color:red; text-decoration: line-through;}

.varianttype {font-style:italic;}

.grade {font-weight:bold; color:green;}

.webinfo {height:3px; color:black; background-color:black; width:50%;}

.container-grades {	width:60%;   
					margin-left: auto;
					margin-right: auto;
					text-align:center;}

.KryptonHiLite {font-weight:bold; font-style:italic; color:red;}

.OtherHiLite {font-weight:bold; font-style:italic; color:green;}

.DiscountHiLite {font-weight:bold; color:red;}

.KryptonLeft {float: left; margin: 5px;}
.KryptonCentre {margin: 0 auto;}
.KryptonRight, .KryptonR {float: right; margin: 5px;}
#offer {font-weight:bold; color:black; width:25%}
#largeimg {float:left;}
#popup-header {text-align: center;}
.Welcome1 {font-weight:bold; font-style:italic; color:green; font-size:large;}
.Welcome2 {font-weight:bold; font-style:normal; color:red; font-size:large;}
.TestInfo {font-weight:bold; font-style:italic; color:green; font-size:large;}
.RWSales {font-weight:bold; font-style:italic; color:red; font-size:large;}
.RWHoliday {font-weight:bold; font-variant:small-caps; color:blue; font-size:large; border:double; border-style:solid; border-width:medium; background-color:pink;}
body { padding-top: 0em; }

.pagination-centered {
    text-align: center;
}

.totalsText {
	font-size:1.5em; 
	margin-top:1px; 
	text-align:right;
}
.discountText {
	font-size:1em; 
	font-weight:bold; 
	margin-top:2px; 
	color:green; 
}

div.caption {
height: 8em;
overflow: auto;
padding: 3px;
text-align: center;
}

.container {
text-align: center;
border: 1px;
padding-top: 0;
}

.offersubmit {
text-align: center;
}

.navbar {
	margin-bottom:20px;
}

.btn-mini {
    font-size: 1em;
	padding: 5px;
	margin-top: 5px;
    }

.btn-primary {
    color:red;
    }
	
.btn-success {
    color:black;
    }

.titlesearch {
padding: 0;
margin: 0;
}
.cartpic{
max-width: 50px;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
      width: 70%;
      margin: 0 auto;
  }
#headerLogo {
	margin:0;
	padding:0;
	border:0;
	float:left;
	margin-left:15;
}

#checkoutLogo {
	margin:0;
	padding:0;
	border:0;
	float:left;
	margin-left:15;
}



#titleList {
	text-align: left;
}

#krypton_cart_button{
	font-size:1.5em;
	color:white;
}

#mainWrapper{
	min-height: 800px;
	margin-top: 4em;
}

  /* some styling for triggers */
 
  #triggers img {
  cursor:pointer;
  margin:0 5px;
  background-color:#fff;
  border:1px solid #ccc;
  padding:2px;

  -moz-border-radius:4px;
  -webkit-border-radius:4px;

  }

    /* styling for elements inside overlay */
  .comic_details {
  position:absolute;
  top:15px;
  right:15px;
  font-size:1em;
  color:#fff;
  }

  .comic_details h3 {
  color:#aba;
  font-size:15px;
  }
  
/* get rid of those system borders being generated for A tags */
a:active {
    outline:none;
}

:focus {
    -moz-outline-style:none;
}

/*Popup content container */
.popup-content{
	background-color:#000;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;	
	color:#FFF;
	display:none;
	height:100%;
	max-width:500px; 
	padding:0 10px 10px 10px;
	position:fixed;
	overflow: hidden;
	z-index:10002;	/* Any value above all content */
}
/*Offer content container */
.offerpopup{
	background-color:#000;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;	
	color:#FFF;
	display:none;
	height:100%;
	max-width:500px; 
	padding:0 10px 10px 10px;
	position:fixed;
	overflow: auto;
	z-index:10003;	/* Any value above all content */
}
#offerMade {margin-top:5px; background-color: yellow; color: black; font-weight:bold; font-size:large;}
#offer {text-align: center; font-weight:bold; font-size:large;}
/*Popup content heading */
.popup-content h2{
	font-size:1.2em;
	font-weight:bold;
	padding: 10px;
}
/*Popup close button positioning */
.popup-content &gt; div + div{text-align:right;} /* div:last-child Not compatible with IE 7 IE 8  http://caniuse.com/#search=last-child */
.popup-content table {margin-bottom:0px;}
#overlay-bg, #offer-bg{
	/*background-color:#000;*/
	background-color:rgba(0,0,0,0.6);  /* Not compatible with IE 7 IE 8 */
	height:100%;
	display:none;
	left:0;
	margin:auto;
	/*opacity:0.6; Not compatible with IE 7. Limited IE 8:  http://caniuse.com/#search=opacity */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50); /* IE 7 */	
	position:fixed; 
	top:0;
 	width:100%;
 	z-index:10001;
  }
  /*
  .popup-popup{
	background-color:#000;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;	
	display:none;
	height:100%;
	max-width:500px; 
	padding:0 10px 10px 10px;
	position:fixed;
	overflow: auto;
	z-index:10003;	
} */
  .popup-popup-info{
	overflow: auto;
} 
.popupWriter, .popupArtist, .popupCoverDate, .popupTitle, .popupPlot {font-size: 1.2em; text-align: center;font-style:italic; color:yellow;}
.popupPlotText {font-style:italic; color:white; font-size: 1.2em;}
/* End of New Bit */


/* the overlayed element */
.simple_overlay {

    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#333;

    width:75%;
    min-height:200px;
    border:1px solid #666;
	overflow:visible;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
.simple_overlay {
      width:40%;
    min-height:400px;  
}
.overlay_pic { height:350px; }
}
/* Not a large desktop */
@media (max-width: 1199px) {
.large { display: none;}
}
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
.simple_overlay {
      width:50%;
    min-height:200px;  
}
.overlay_pic { height:300px; }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.simple_overlay {
        width:60%;
		height:60%;
	}
	.overlay_pic { 
		height:500px;
		float: left;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.container-grades {width:96%;}
.simple_overlay {
        width:70%;
    min-height:200px;
}
.overlay_pic { height:200px; }
.minipic { width:35%;}
#offerbanter { font-size: 0.7em;}

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	#krypton_cart_button {
		font-size:0.6em;
	}
	.container-grades {width:96%;}
	.simple_overlay {
		width:80%;
		min-height:200px;
		font-size:0.6em;
	}
	
	.totalsText {
		font-size: 0.7em;
	}
	
	.overlay_pic { height:150px; }
	
	

	.bulkDiscount {
		display:none;
	}
	.KryptonRight {
		display:none;
	}
	.TweetButtton {
		display:none;
	}
	#headerLogo {
		margin-left: 5px;
		height: 50px;
		width: 101px;
	}
	/* #offerbanter { font-size: 0.6em;} */
	.minipic { width:25%;}
}
/* New logo to increment number for discounts */
.DiscountLogo {
    background-image:url('/images/Multi-Buy-Banner-For-All.png');
    background-position: 0 0;
    right:-15px;
    top:-15px;
    height:60px;
    width:60px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url('/images/overlay_close.png');
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:36px;
    width:36px;
}

.table-striped  th {
text-align:center;
}

.hiddenbtn {
visibility:hidden;
}

.cartButton {
margin:1em;
padding:1em;
}

#footer { clear:both }


</pre></body></html>