<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;
  }
}
*/

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

 .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;}

.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;
}

.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: auto;
	z-index:10002;	/* Any value above all content */
}
/*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{
	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;	
} */
.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; }
}

/* 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; }
}

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

	.bulkDiscount {
		display:none;
	}
	.KryptonRight {
		display:none;
	}
	.TweetButtton {
		display:none;
	}
	#headerLogo {
		margin-left: 5px;
		height: 50px;
		width: 101px;
	}
}

/* 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 }

/*!
 * jQuery UI CSS Framework 1.11.2
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
#ui-datepicker-div {
	background-color: yellow;
	border-color: black;
	border-width: 2px;
}

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	background-color: red;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	  background-color:blue;
	  display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
</pre></body></html>