﻿@charset "utf-8";
/* CSS Document */
/* v21.0 */
/* -------------------------------- */
/* Font Definitions                 */
/* -------------------------------- */
@font-face {
	font-family: "HelveticaNeueThCn";
	src: url('/Library/fonts/HelveticaNeueLTStd-ThCn.otf') format('opentype');
}
@font-face {
	font-family: "HelveticaNeueLtCn";
	src: url('/Library/fonts/HelveticaNeueLTStd-LtCn.otf') format('opentype');
}
@font-face {
	font-family: "HelveticaNeueLtCnO";
	src: url('/Library/fonts/HelveticaNeueLTStd-LtCnO.otf') format('opentype');
}
@font-face {
	font-family: "Helvetica LT Std Cond";
	src: url('/Library/fonts/HelveticaLTStd-BoldCond.otf') format('opentype');
}
@font-face {
	font-family: "HelveticaNeueLt Std Med";
	src: url('/Library/fonts/HelveticaNeueLTStd-Hv.otf') format('opentype');
}
@font-face {
	font-family: "HelveticaNeueBdCn";
	src: url('/Library/fonts/HelveticaNeueLTStd-Hv.otf') format('opentype');
}

a {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
}

a:visited {
	color: #000099;
}
#aboutComicBase {
	text-align:center;
}


#WhatsNewMainPoints ul {
	margin-bottom:1em;
}

#WhatsNewMainPoints li {
	list-style-type:none;
	display:inline-block;
	padding:1em;
	vertical-align:top;
	width:50%;
}
#WhatsNewMainPoints h2 {
padding-top:1em;
font-size:1.6em;
font-size:1.6em;
text-transform:uppercase;
}

#AddComicsCoverImage {
margin-bottom:1em;
margin-top:1em;
margin-right:2em;
}

#lblCombinedNotes {
line-height:140%;
font-size:0.9em;
}

#lblIssueName {
margin:0;
padding:0;
}

#lblPubNameAndYears  h2{
margin:0;
padding:0;
color:#888;
}

#lblPubNameAndYears a {
font-size:0.7em;
color:#888;
font-weight:normal;
}
fieldset#issueDetails, #AddComicsCoverImage {
display: inline-block;
vertical-align:top;
}
fieldset#issueDetails {
margin-top:1em;
line-height:120%;
}

.AddComicNotes {
margin-top:0.5em;
margin-bottom:0.5em;
width:100%;
}

.alignTop {
vertical-align:top}


.black_overlay {
	display: block;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.7;
	opacity: .70;
	filter: alpha(opacity=70);
}
.white_content {
	display: block;
	position: fixed;
	top: 25%;
	left: 10%;
	width: 80%;
	height: 30.0em;
	padding: 16px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 16px solid darkgray;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

.closeBox {float:right}

.lightboxImage {float:left; display:block;
}

.lightboxSetImage {
float:left; display:block;
width:252px;
margin-bottom:1em;}

.lightboxPrice {
width:252px;
text-align:center;
}

.wrappable  {display: inline;}
.lightboxText {
	vertical-align:top;
	word-break: break-word;
	text-overflow: ellipsis;
	overflow-wrap: break-word;
	text-wrap: unrestricted;
	clear:none;
}

figcaption {
	font-size:0.8em;
	text-align: center;
	font-weight:bold;
	font-style:italic;
	margin-top:1em;
	margin-bottom:2em
}

figure {
margin-top:1em;
margin-bottom:1em;
text-align: center}

.floatingNote {    
	position: fixed;
    z-index: 1004;
	 top: 0px;
	 left:0;
	-webkit-animation: fade .5s;
    animation: fade .5s;
    opacity: 1;
	 padding-top:3px; padding-bottom:3px;
	 width:100%;
	overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
	}	



form {
	margin: 0;
	padding: 0
}

label {
	font-family: "Trebuchet MS", "Franklin Gothic Medium", Impact, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom:0;
	vertical-align: baseline
}
label input[type="file"] {
	position:fixed;
	top:-1000px;
	}
	
.icon{
margin-right:5px;
margin-bottom:5px;
float:left;
 width:28px;
  height:28px;
  background-color:#f5f5f5;
  border:1px solid #ccc;
  box-shadow:0 0 2px #ccc;
  position:relative;
  border-radius:5px;
}
.btn-primary {
padding: 5px 12px 6px 12px;
margin-top:1px}

.btn {padding:5px 12px 6px 12px}



#comicLookupArea input#txtThingToFind {
font-size:0.8em;
width:15em;
padding: 0.5em;
border-radius:5px;
margin-bottom:1em;
}

.camera4{
  display:block;
  width:70%;
  height:50%;
  position:absolute;
  top:30%;
  left:15%;
  background-color:#000;
  border-radius:2px;
}
.camera4:after{
  content:"";
  display:block;
  width:5px;
  height:5px;
  border:2px solid #fff;
  position:absolute;
  top:15%;
  left:25%;
  background-color:#000;
  border-radius:5px;
}
.camera4:before{
  content:"";
  display:block;
  width:50%;
  height:3px;
  position:absolute;
  top:-16%;
  left:25%;
  background-color:#000;
  border-radius:3px;
}
article {
	padding-bottom: 2em;
	padding-top: 0.1em;
	clear: both;
	border-top: silver 1px solid;
	color: #333;
}

article:first-of-type  {
	border-top:none}
	
.autocomplete_completionListElement li {
list-style-type:none;
font-size:0.8em;
margin-bottom:0.3em;
margin-top:0.3em;
color:#202020;
}

.autocomplete_completionListElement {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	height: 16.1em;
	list-style-type: none;
	overflow: auto;
	padding-left:0.5em;
}
#BadgeList  {
	padding:0;
	margin:0;
}

#BadgeList li {
	list-style-type:none;
	padding:0.6em;
	display:inline-block;
}
.BasicOverviewBlock {
	width:100%;
	background-color:darkgray;
	padding:1em;
	color:white;
	background-image:url(/images/ProductPages/CB2015R2/Overview-Comic-Collage-graphic.jpg);
}

#ProductPageProHero img {

}

.ProOverviewBlock {
	width:100%;
	padding:1em;
	color:black;

}

#ArchiveOverviewDescription, #ProOverviewDescription {
	max-width:500px;
}



#BigFatureBullets {
	 margin-left: 0;
padding:1.2em;
}

#BigFeatureBullets ul {
margin-bottom:1em;
margin-left:0;
}

#BigFeatureBullets li {
	line-height:150%;
font-size:1.1em;
list-style-type: disc;
padding-bottom:0em; 
padding-top:0;
}



#FeaturesPanel h1 {font-size:1.5em}
#TopLineFeatures {
clear:both;
padding:1em;
color:ghostwhite;

 margin-left: 0;
 background-image:url(/images/ProductPages/CB2015R2/Features-Laptop-graphic.jpg);
}

#TopLineFeaturesPro {
padding:1em;
	margin-top:1em;
	color:#404040;
	margin-left:0;
}
#TopLineFeaturesBlu {
	padding:1em;
	margin-top:1em;
	color:#404040;
	margin-left:0;
}

.techHeader {
	background-color:WhiteSmoke ;
	vertical-align:top;
	font-weight:bold;
}

#TechSpecsPanel {
	padding:1em;
}

#TechSpecs td {
	padding:1em;
}
#TopLineFeatures h2 {
padding-top:0;
font-style:italic;}

.ProductIntro {
font-size:0.8em;
max-width:500px;
}

.ProductIntroBlu {
font-size:1em;
color:#404040;
}

#TopFeaturePoints {
 margin-left: 0;
padding:1.2em;


}

#TopFeaturePoints {
padding-top:0;}

#TopFeaturePoints li {
max-width:500px;}

#ContentFeatures {
padding:1em;
}


#CollectionManagement,#MobileFeaturesSection, #ContentFeatures  {
padding:1em;
clear:both;
}


#CollectionManagement  img,#MobileFeaturesSection img, #ContentFeatures img{
float:left;
margin-right:2em;
margin-bottom:2em;
}

#SpecialFeatures {
clear:both}


body {
	padding: 0px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/blue-black-gradiant.png);
	background-color: #7aa1c7;
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
#bottom-links {
	text-align: center;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: 0px 0px 0px #204675;
	-webkit-box-shadow: 0px 0px 0px #204675;
	-moz-box-shadow: 0px 0px 0px #204675;
	border: solid 0px #204675;
}
#bottom-links ul {
	margin: 0px;
	padding: 0px;
}
#bottom-links li {
	margin: 0;
	padding: 0;
	display: inline-block;
	list-style-type: none;
}
#bottom-links a {
	font-weight: bold;
	font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
	font-style: normal;
	font-size: 1.1em;
	color: silver;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	margin: 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0px 0px 0px #999;
}
#bottom-links a:hover {
	background: #EBEBEB;
	color: #191919;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0px 0px 0px #FFFFFF
}

#bragBoxes{
	width:19em;
	float:right;
	margin-left:1em;
	font-size:0.9em;
	padding-top:1em;
}

#ComicBaseStats {font-size:0.8em; 
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#ComicBaseStats h2 {font-size:1.5em}

#TopContributors {font-size:0.9em; 
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#TopContributors  tbody {
font-size:1.1em;}


#bragBoxes a {
	color:#0000AA;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}



.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}



input[type=radio] { 
margin-right:.5em;
}

input[type=checkbox] { 
margin-right:.3em;
}



/* color styles 
---------------------------------------------- */



/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: white;
	background: #014680;
}
.blue:visited {
	color: #d9eef7;
}


/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

#cart {
	color: white;
	display: inline;
	padding: 0px
}
#cartAndSearch {
	font-size: 0.9em;
	text-align: right;
	width: 280px;
	padding-top: 16px;
	float: right
}

#cartAndSearch a {
	color:whitesmoke
}

#cartAndSearch a:hover {
	color:whitesmoke
}

/* Holiday version for color of cart number/link 
#cartAndSearch a {
	color:whitesmoke
}

#cartAndSearch a:hover {
	color:whitesmoke
}

*/



.caption {
font-size:0.8em; font-style:italic; font-weight:bold; text-align:center}

.centeredButtons {
text-align:center}


.leftButtons {
text-align:left}

.columnbox h2 {
padding:0px;
margin:0;
}

#ComicBaseStats {
	border:1px silver solid;
	padding:1em;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin-top:0em;
}

#TopContributors {
	border:1px silver solid;
	padding:1em;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin-top:1em;
}

#newInCBStrip {
	border:1px silver solid;
	padding:1em;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	margin-top:1em;
}

#newInCBStrip  ul {
	padding-left:2em;
}
#ComicBaseStats h2, #TopContributors h2, #newInCBStrip  h2{
	margin:0px;
	padding-top:0px;
	font-weight:bold;
}
.contact-line {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	padding-bottom: 9px;
}


.contentWrapper {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
}

#moreLink {
	padding-top:1em;
}

#copyright-notice {
	text-align: center;
	clear: both;
}
footer {
	padding: 1em;
	clear:both;
	margin-top:1em;
}

.EndorsementQuote {
	width:100%;
	text-align:left;
	margin-bottom:2em;
	color:Wheat;
	padding-left:3em;
	font-style:italic;
}

.EndorsementQuoteDark {
	text-align:left;
	padding-top:1em;
	padding-left:2em;
	margin-bottom:3em;
	color:lightslategrey;
	font-size:110%;
	font-style:italic;
}

.EndorsementQuoteDarkBlu{
	width:100%;
	text-align:center;
	color:steelblue;
	font-style:italic;
	padding-left:2em;
	padding-top:1em;
	padding-bottom:0;
	margin-bottom:0;
	font-size:1.6em;
}

.formfield-RArequired {
	font-weight:bold;
	text-align:right;
	}
	
	
.formfield-required {
	font-weight:bold;
}

.formfield-small {
font-size:0.7em}

	
.explanation {
	font-weight:normal;
	font-size:0.8em;
	margin-left:1.5em;
	margin-bottom:0.8em;
	}
	
.fullWidthPicture {
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
}


.grid {
	font-size:0.9em;
	width:100%;
	border:0;
}
.grid  table{
	font-size:0.9em;
	width:100%;
	border:0;
}
h1 {
	font-family: "Helvetica LT Std Cond", Helvetica, Arial, sans-serif;
	font-size: 2em;
	margin-top: 20px;
	padding-bottom: 3px;
	padding-top: 0px;
	margin-top: 0.8em;
	margin-bottom: 3px;
font-weight:bold
}

#newsPreviews h1 {font-size:1.2em; font-family: "Helvetica LT Std Cond", Helvetica, Arial, sans-serif; margin-top:0; padding-top:0px; margin-bottom:0; padding-bottom;0; line-height:1.05}
#newsPreviews h2 {margin-top:0; padding-top:0px; margin-bottom:0; padding-bottom;0; line-height:1.05}
#newsPreviews h3 {font-size:0.9em; font-style:italic; color:darkgray}
#newsPreviews p {margin-top:0; padding-top:0px; line-height:1.2}
#newsPreviews .left-graphic {padding-top:0.2em; padding-bottom:1em}
#topStory td > .left-graphic {padding-top 1em}
#newsPreviews .topStoryGraphic { max-width:50%; }

#newsPreviews {padding-top:1em}

h2 {
	font-family: "Helvetica LT Std Cond", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	padding-bottom: 0.5em;
	padding-top: 1em;
	margin-top: 0px;
	margin-bottom: 3px;
	font-weight:bold;
}

h2.subhead {
	font-family: "HelveticaNeueBdCn", "Helvetica LT Std Cond", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333;
}

.subhead h2{
	font-family: "HelveticaNeueBdCn", "Helvetica LT Std Cond", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #080834;
	padding-bottom: 0.8em;
	padding-top:0px;
	margin-bottom: 3px;
}

h3 {
	font-family: "Helvetica LT Std Cond", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: slate;
	font-weight:bold;
	padding:0px;
	margin:0;
}
header {
}
.Header {
	font-family: "Trebuchet MS", "Franklin Gothic Medium", Impact, Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bolder;
	color: #0a519e;
}
img, object, embed, video {
	max-width: 100%;
	border: 0px;
	-o-transition: all 0.5s ease 0;
	-moz-transition: all 0.5s ease 0;
	-webkit-transition: all 0.5s ease 0;
	transition: all 0.5s ease 0;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
	border: 0px;
}

.MLEmail {margin-left:1.5em; margin-top:1em; width:20em;
font-size:0.7em}

.overridden_price {text-decoration: line-through; font-size:0.9em}

.special_price {color:darkgreen; font-size:0.9em; font-weight:bold;}

.special_price_details
{
    color: darkgreen;
    font-size: 0.9em;
	font-weight:bold;
}

.price {font-size:0.9em}

.sale_ends {color:darkgray}

.squibProductCode {display:none}


#AccountFields input, select, #ContactInfoFields  input, select, #PasswordFields input, select {
margin-bottom:0.7em;
font-size:1em;
}

#AccountFields label {
font-weight:normal;
padding-right:0.3em;
float:left;
width:3.5em;
text-align:left;
font-size:1em;
padding-top:0.2em;
font-family:"Helvetica LT Std Cond"
}


#ContactInfoFields label, #PasswordFields label {
font-weight:normal;
padding-right:0.3em;
float:left;
width:10em;
text-align:left;
font-size:1em;
padding-top:0.2em;
font-family:"Helvetica LT Std Cond"
}
.highlight {
color:red;
font-weight:bold;
}
#LoginPage a {
	font-weight: normal;
	color: #0000AA;
	font-size: 0.8em;
}

#LoginPanes {
	display: inline-block;
	padding: 0;
}

#LoginPanes h2 {
padding-bottom:1em;
}

#LoginPage ul {
	margin-left: 1em;
}

#LoginPage input {
line-height: normal;
}

#LoginPage li {
	width: 24em;
	display: inline-block;
	vertical-align: top;
	font-size:14px;
}

#LoginPage {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857;
color: #333;
}

#LoginPage label {
	margin-bottom:5px;
	font-size: 14px;
	line-height: 1.42857;
}

li#ReturningUsers {
width:28em;
	padding-right: 6em;
	margin-bottom:2em;
}




.ctl00_MainLogo {
	height: auto;
	max-width: 100%;
	width: auto\9; /* ie8 */
}
.mainContent {
	padding: 15px;
}
#MainLogoArea {
	display: inline
}

.MainPoints li {
	font-size:0.9em;
}


#menu-bar {
	margin: 0;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 26px;
	line-height: 100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: 0px 0px 0px #0c0016;
	-webkit-box-shadow: 0px 0px 0px #0c0016;
	-moz-box-shadow: 0px 0px 0px #0c0016;
	border: solid 0px #0c0016;
	position: relative;
	z-index: 999;
}


/* Halloween colors are #0c0016 -- 204675 for normal */


.ProGradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}
.grayGradient {
	background: rgb(43,43,43); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(43,43,43,1) 0%, rgba(223,223,223,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,43,43,1)), color-stop(100%,rgba(223,223,223,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(223,223,223,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(223,223,223,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(223,223,223,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(43,43,43,1) 0%,rgba(223,223,223,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */

}

.ExpressGradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7fbfc+0,b9cae9+100,b9cae9+100 */
background: rgb(247,251,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(247,251,252,1) 0%, rgba(185,202,233,1) 100%, rgba(185,202,233,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,251,252,1)), color-stop(100%,rgba(185,202,233,1)), color-stop(100%,rgba(185,202,233,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(247,251,252,1) 0%,rgba(185,202,233,1) 100%,rgba(185,202,233,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(247,251,252,1) 0%,rgba(185,202,233,1) 100%,rgba(185,202,233,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(247,251,252,1) 0%,rgba(185,202,233,1) 100%,rgba(185,202,233,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(247,251,252,1) 0%,rgba(185,202,233,1) 100%,rgba(185,202,233,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#b9cae9',GradientType=0 ); /* IE6-9 */


}
.productArticle {
	margin:1em;
	
}

.BigCheck {font-size:1.0em}

#ProductTopBlock {
Color:white;
padding-top:2em;
padding-bottom:2em;
padding-right:1em;
padding-left:1em;
}

#ProductTopBlockDark {
Color:black;
padding-top:2em;
padding-bottom:2em;
padding-right:1em;
padding-left:1em;
}

#account-menu {
	width: 20em;
	margin: 0px 0px 0px 0px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 26px;
	line-height: 100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: 0px 0px 0px #204675;
	-webkit-box-shadow: 0px 0px 0px #204675;
	-moz-box-shadow: 0px 0px 0px #204675;
	border: solid 0px #204675;
	z-index: 10;
}
#menu-bar li, #account-menu li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	list-style-type: none;
	text-align: left;
}
#menu-bar a, #account-menu a {
	font-weight: bold;
	font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
	font-style: normal;
	font-size: 1.1em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 4px 9px 4px 8px;
	margin: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 0px 0px 0px #000000;
}
#menu-bar .active a, #menu-bar li:hover > a {
	background: #EBEBEB;
	color: #191919;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0px 0px 0px #FFFFFF;
}
#account-menu .active a, #account-menu li:hover > a {
	background: #EBEBEB;
	color: #191919;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 0px 0px 0px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
	background: none;
	border: none;
	color: #666;
	-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#account-menu ul li:hover a, #account-menu li:hover li a {
	background: none;
	border: none;
	color: #666;
	-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#menu-bar ul a:hover, #account-menu ul a:hover {
	background: #04ACEC !important;
	color: #FFFFFF !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0px 0px 0px #FFFFFF;
}

#menu-bar2 ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu-bar ul {
	background: #EBEBEB;
	display: none;
	margin: 0;
	padding: 0;
	width: 220px;
	position: absolute;
	top: 26px;
	left: 0;
	border: solid 1px #B4B4B4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px #222222;
	-moz-box-shadow: 2px 2px 3px #222222;
	box-shadow: 2px 2px 3px #222222;
}
#account-menu ul {
	background: #EBEBEB;
	display: none;
	margin: 0;
	padding: 0;
	width: 160px;
	position: absolute;
	top: 26px;
	left: 0;
	border: solid 1px #B4B4B4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px #222222;
	-moz-box-shadow: 2px 2px 3px #222222;
	box-shadow: 2px 2px 3px #222222;
}
#menu-bar li:hover > ul, #account-menu li:hover > ul {
	display: block;
}
#menu-bar ul li, #account-menu ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#menu-bar ul a, #account-menu ul a {
	padding: 10px 10px 10px 10px;
	color: #424242 !important;
	font-size: 12px;
	font-style: normal;
	font-family: arial;
	font-weight: normal;
	text-shadow: 0px 0px 0px #FFFFFF;
}
#menu-bar ul li:first-child > a, #account-menu ul li:first-child > a {
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}
#menu-bar ul li:last-child > a, #account-menu ul li:last-child > a {
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
#menu-bar:after, #account-menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#menu-bar, #account-menu {
	display: inline-block;
}
html[xmlns] #menu-bar, html[xmlns] #account-menu {
	display: block;
}
* html #menu-bar, account-menu {
	height: 1%;
}

#left-feature   {
	padding-right:1em;
	padding-left:1em;
	margin-right:1em;
	text-align:center;
	float:left;
}

.left-graphic {
	padding-right: 15px;
	padding-bottom: 10px;
	float: left;
}
li {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-left: 0px;
	margin-left: -0.5em;
	list-style-type: square;
	line-height: 130%;
	font-size: 0.8em;
}

.UserGuide ol li {list-style-type:decimal;}

.UserGuide h2 {font-weight:bold}

#mainContent {
	padding:1em}
	
.ctl00_MainLogo {
	text-align: center;
	padding-bottom: 0.8em;
}



.ComicBaseEditionBlock  {
	list-style:none;
	display:inline-block;
	vertical-align:top;
	width:170px;
	margin-right:5px;
	margin-left:5px;
}


.BarcodeProductsBlock {
	list-style:none;
	display:inline-block;
	vertical-align:top;
	width:550px;
	margin-right:5px;
	margin-left:5px;
}
.upgradeLine {font-size:0.8em;}
.priceButton {padding-top:0.25em;}

.selectedProduct {
	border: 2px solid cornflowerblue;
	border-radius:25px;
}
	
.ProductTabs  li {
display: inline;
list-style:none;
border:1px solid silver;
margin-top:2em;
padding:1em;
}

 #ProductNameAndTag  h1 {
width:100%;
text-align:left;
margin-bottom:0;
font-size:2.0em;
padding:0;
margin-top:0;}

h2.ProductTagline  
{margin:0; padding-top:1em; padding-bottom:0.25em; color:Goldenrod; text-align:left;width:100%; font-style:italic; font-size:1.4em}

#ProductPageMasterImage {
	width:35%;
	margin-bottom:2em;
	margin-left:2em;
	margin-right:2em;
}

#ProductPageMasterImageBlu {
	float:left;
	width:35%;
	margin-bottom:2em;
	margin-left:2em;
	padding-top:2em;
	margin-right:2em;
}

#ProductPageEditionLogo {
text-align:center;
margin-bottom:1em;}

#ProductPricingLeft {
margin-right:1.4em;
width:160px;}

#ProductPricingRight {
width:180px;

}

#ProductPricingButtons {
display:inline-block;
	line-height:100%;
padding-bottom:3em;}

.PriceBlock {
	display:inline-block;
	margin-bottom:0.5em;
}

.BigPriceDollar, .BigPriceCents {
font-weight:bold;
font-size:0.9em;
color:black;
	vertical-align:text-top;
}
.ReducedPriceDollar, .ReducedPriceCents {
font-weight:bold;
font-size:0.9em;
color:black;
	vertical-align:text-top;
}
.SalePriceDollar, .SalePriceCents {
font-weight:bold;
font-size:0.9em;
color:darkgreen;
	vertical-align:text-top;
}
.FromPrice{font-size:0.7em;
	vertical-align:text-top;
}

.BigProductPrice {
font-size:2em;
	vertical-align:text-top;
	line-height:100%;
font-weight:bold}
.SaleProductPrice {
font-size:2em;
	vertical-align:text-top;
	line-height:100%;
	color:darkgreen;
font-weight:bold}

.ReducedProductPrice {
font-size:1.5em;
text-decoration:line-through;
	vertical-align:text-top;
	line-height:100%;
font-weight:bold}
.ProductTab {
	background:WhiteSmoke;
	font-weight:bold;
}

.ProductTab a:hover {text-decoration:none}

.ProductTab-Selected a:hover {text-decoration:none}

.ProductTab-Selected  {
font-weight:bold;
color:white;
background:cornflowerblue};
}

#ProductPageEditionLogo {
text-align:center;
width:100%;
margin-bottom:1em}




.ProductTabs  ul {
margin-left: .4em;
margin-top:2em;
margin-bottom:0.68em;
padding:0
}

.UserGuide ul li {
	list-style-type:square;
}

#mainNav  {
	display: inline;
	float: none;
	text-align: left;
}

#mainNav a {
	color:whitesmoke;
}

#mainNav a:hover {
	color:black;
}


/*  Holiday version - These are the menu text colors for the top menu
#mainNav a {
	color:whitesmoke;
}
*/

#mobileHeader {
	background:whitesmoke;
	font-family:"HelveticaNeueLt Std Med";
	font-size:0.9em;
	padding-left:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
	
	
ul#MyCollection {
display: inline-block;
margin:0;
width:100%;
padding:0;
}

#ComicBaseEditionsList
{
display: inline-block;
margin-top:2em;
width:100%;
padding:0;
}

#EditionQuestion {
	margin-bottom:3em;

}
#FindYourComicBase {
		padding-top:2em;
}

.noMargin {
	padding:0;
	margin:0;
}

.indentedPriceBlock {
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.productSelectorImage {
	padding-right:0.5em;
	
}
.productFeatures {
	margin-top:0em;
	margin-left:0;
	margin-bottom:1em;
	padding-left:2em;
	padding-right:1em;
	height:220px;
	
}

.barcodeFeatures {
	margin-top:0em;
	font-size:1.1em;
	margin-left:0;
	margin-bottom:1em;
	padding-left:2em;
	padding-right:1em;
	height:206px;
	
}
.learnMoreLink {
font-size:1.2em}



#GotQuestions {
	padding-top:2em;
	margin-bottom:2em;
	margin-top:2em;
	border-top:1px solid silver;
}

#HeroProductGraphic {
	padding-right:3em;
	padding-bottom:3em;
	float:left;
}

#WorldAtFingertips {
	background-image: url(/images/ProductPages/CB2015R2/mini-collage-wide.jpg);
	background-repeat: no-repeat;
	clear:both;
}
#HandleWithEase {
	background-image: url(/images/ProductPages/CB2015R2/Products_Page_Graphic_02.jpg);
	background-repeat: no-repeat;
}

#ProfessionalStrengthList, #HandleWithEaseList {
	max-width:500px;
}

.topQuestionShade {
	padding:2em;
	border:1px solid #c8e2fc;
	border-radius:10px;
background: #f2f9fe; /* Old browsers */
background: -moz-linear-gradient(top,  #f2f9fe 0%, #bcdcfc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bcdcfc), color-stop(100%,#bcdcfc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2f9fe 0%,#bcdcfc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2f9fe 0%,#bcdcfc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2f9fe 0%,#bcdcfc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f2f9fe 0%,#bcdcfc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fe', endColorstr='#bcdcfc',GradientType=0 ); /* IE6-9 */

}

#MyCollection li {
	list-style-type:none;
	text-align:center;
	display:inline-block;
	padding-left:0;
	margin:0;
	width:45%;
	vertical-align:top;
}

.newsbox {
	border:1px solid silver;
	padding:1em;
}
	
#newsletterBottom {
	padding: 1em;
	border: silver 1px solid;
	background-color: WhiteSmoke;
}
p {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0.9em;
	font-size: 0.9em;
	line-height: 130%;
}

.productPrice {
font-weight:bold;
padding-top:1em;
}

.productPreview {
float:right;
width:20em;
padding:1em;
text-align:center;
font-size:0.8em;
}

.infobox h3 {
padding:0px;
margin:0px;

}


#otherProducts {
text-align:center;
padding:1em;
border:1px solid silver;
margin-bottom:1em;
}

#otherProducts  li{
	list-style-type:none;
	text-align:center;
	display:inline-block;
	padding-right:2em;
}

#otherProducts  img{
	padding-bottom:.7em;
	padding-top:1em;
}


.ProductRecommendations ul {
	margin-top:1em;
	margin-left:0;
clear:both;
}
.ProductRecommendations li {	list-style-type:none;
	text-align:center;
	width:220px;
	display:inline-block;
	vertical-align:top;
	padding:1em;}
	
.PictorialFeatureGrid ul {
margin-top:1em;
clear:both;
}

.ProductFeature  p {
padding-top:1em;
line-height:140%}

.PictorialFeatureGrid li {
	list-style-type:none;
	text-align:left;
	width:33%;
	display:inline-block;
	vertical-align:top;
	padding:1em;

}


#PriceBlock {
	font-size:0.8em;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:0px;
	margin-left:0px;
	text-align:center;
	margin-bottom:1em;
}

#PriceBlock #upgradePricingBlock {
	text-align:left;
	}
	
#PriceBlock  .productPhysicalDescription{
	font-weight:bold;
}

#PriceBlock  .newPrice {
	font-weight:bold;
	font-size:1.3em;
}

#PriceBlock  .upgradePricingHead {
	font-style:italic;
	font-weight:bold;
	padding-top:1em;
	margin:0px;
	padding-left:0px;
}

.quote-l {
	font-family: "Trebuchet MS", "Franklin Gothic Medium", Impact, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	font-style: italic;
	background-image: url(http://www.comicbase.com/images/pullquote02.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: auto;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	float: left;
}
.quote-r {
	font-family: "Trebuchet MS", "Franklin Gothic Medium", Impact, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	font-style: italic;
	background-image: url(../images/pullquote02.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: auto;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-align: center;
	float: right;
}
.right-graphic {
	margin-left: 12px;
	margin-bottom: 12px;
	float: right;
}
#search {
	display: inline;
	padding-left: 30px;
	padding-right: 10px;
}
#search input[type="text"] {
	background: url('/images/navigation/search-dark.png') no-repeat 10px 6px #444;
	border: 0 none;
	font: bold 0.8em Helvetica, Arial, Sans-serif;
	color: #EEE;
	width: 100px;
	padding: 6px 15px 6px 35px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
#search input[type="text"]:focus {
	background: url('/images/navigation/search-dark.png') no-repeat 10px 6px #fcfcfc;
	color: #6a6f75;
	width: 150px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
small {
	font-family: "HelveticaNeueLtCn", Helvetica, Arial;
	font-size: 0.70em;
}
.tagline {
	display: table;
	width: 100%;
	border-top: 2px solid;
	border-bottom: 2px solid;
}

#tagline {
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-left:1em;
	margin-right:1em;
	border-top: 2px solid;
	border-bottom: 2px solid;
	font-weight:bold;
}

#publishDate{
	float:right;
	padding-right:1em;
}

.squib {
padding-top:1.5em; font-size:0.8em; padding-right:1em; padding-bottom:1em;}
.subnavigation li {
list-style-type:none;
display:inline;
margin-right:1em;
padding-left:0;
margin-left:0;
}

ul.subnavigation  {
padding:0;
}


#summaryCharges {
	width:12em;
	font-size:0.8em;
	text-align:right;
}

	
#summaryChargeFields  label {
	width:7em;
	float:left;
	text-align:right;
	font-weight:bold;
}

#TechTips h2 {
margin-bottom:0;
padding-bottom:0;
}

#TechTips ul {
margin:0;
padding:0;
}

#TechTips a {
font-weight:bold;
}
#TechTips li {
	list-style-type:none;
	padding-bottom:0.1em;
	margin:0;
	font-size:0.9em;
	}
	
/* Holiday version */
.topHeader {
	background-color: #204675;
	margin: 0px;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}
*/	
/*Thanksgiving version
.topHeader {
	background-color: #5d1600;
	margin: 0px;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}	
*/

/* Halloween version 
.topHeader {
	background-color: #0c0016;
	margin: 0px;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}
*/
	
/* Regular version 
.topHeader {
	background-color: #204675;
	margin: 0px;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}
*/

.topHeader a {
	color: white;
}

#TopContributors td {
font-size:0.8em;
}
#TopContributors table {
width:100%;
}

#topMenuIcon {
	display: none;
}

#TitleList {
	font-family:"Calibri", "Times New Roman", Times, serif;
	padding:1em}


#TitleList ul {
	padding:0em;}
	
#TitleList ul li {float:left;
width:100%;
margin:0px;
padding:0.2em;
list-style-type:none
}

#TitleList br {clear: left}


#TitleList li a {
	font-weight:normal;
	font-size:0.8em;
	color:darkblue}
	
#TitleList li a:hover {
	text-decoration:underline}
	
#TitleList h1 {
	font-size:1.5em;
	font-weight:bold}
		
#TitleList h2 {
	font-size:1.1em; 
	margin:0px; 
	padding:0px;
	font-weight:bold}
	
#TitleList hr {
	padding:0px; margin:0px;}
	
#topBannerAd {
height:110px;
}

ul {
margin-top:0px; padding-top:0px
}


.Wallpaper  h2{
padding:0;
margin:0;
}

.toggleMenu {
    display:  none;
    padding: 0px;
}
.nav {
    list-style-type: none;
     *zoom: 1;
}

.nav:before, .nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style-type: none;
	margin:0;
	padding:0;
	border:1px solid black;
}
.nav a {
    padding: 10px 15px;
}

.nav a:hover {
	color:black;
	background:whitesmoke;
	text-decoration:none;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;}


.nav > li > ul > li a:hover {
background:lightgray;
text-decoration:none;

}

.nav > li > ul > li  {
width:25em;
font-size:1em;
font-weight:normal;
}
.nav li {
    position: relative;
	padding:0; 
	margin:0;
	list-style-type:none;
}
.nav > li {
    float: left;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
z-index:9999;
    position: absolute;
    left: -9999px;	
	border: solid 1px #B4B4B4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px #222222;
	-moz-box-shadow: 2px 2px 3px #222222;
	box-shadow: 2px 2px 3px #222222;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: whitesmoke;
    position: relative;
    z-index:100;
    border-top: solid 1px white;
	color: #424242 !important;
}
.nav li li li a {
    background:whitesmoke;
    z-index:200;
    width:14em;
}

#scanInstructions {
Margin-top:1em;
text-align:center;
width:18em;
display:inline-block;
}

#scanInstructions ul {
text-align:left;
font-size:0.8em;

}

.visibilityHidden {
visibility:hidden
}

.watermarked {
	color:grey
}

.required  {
	font-weight: bold
}

.warning {
padding:1em;
color:green}

.watermarked_psw {
	color: White;
	height:22px;
	width:7.3em;
	border: solid 1px #a9a9a9;
	text-indent:2px;
	text-align:right;
	background-image:url(/images/password_watermark.png);
	background-repeat:no-repeat;
}

/* ----------------- */
/* What's New Classes */
/* ------------------ */
#topLine {
width:100%;
color:#EAEAEA;
background-color:#0a1318;
background-repeat:no-repeat;
display:inline-block;
margin-bottom:2em;
}

.inverseTease {
font-weight:bold;
color:#EAEAEA;
text-transform:uppercase;
padding-left:0.5em;
}


#WhatsNewHeadlineText {
display:inline-block;
width:20em;
padding:1em;
}

#WhatsNewHeadlineText2021 {
display:inline-block;
width:100%;
color:white;
padding:1em;
}


#WhatsNewMainPoints, #HowToGetIt {
display:inline-block;
width:100%;
background-color:#092045;
color:white;
padding:1em;
}
#WhatsNewMainGraphic {
text-align:left;
width:60%;
display:inline-block;
vertical-align:top;
}

#MyComicsSection, #RedesignedCoverDisplay, #NewSidekickSection, #WhatsNewLiveReports, #GradingNotes, #PriceLockField, #HowToGetIt {
clear:both}

#NewSidekickSection, #WhatsNewArchiveEdition, #WhatsNewBarcodeSection {
width:30%;
vertical-align:top;
display:inline-block;
margin-right:1em;
}

@media all and (max-width:800px) {
	#NewSidekickSection, #WhatsNewArchiveEdition, #WhatsNewBarcodeSection {
	width:45%;
	vertical-align:top;
	display:inline-block;
	margin-right:1em;
	}
}

@media all and (max-width:600px) {
	#NewSidekickSection, #WhatsNewArchiveEdition, #WhatsNewBarcodeSection {
	width:100%;
	vertical-align:top;
	display:inline-block;
	margin-right:1em;
	}
	
	#mainNav a {
	color:black;
}
}




#MyComicsSection h1, #RedesignedCoverDisplay h1, #NewSidekickSection h1, #LiveReportsSection h1, #GradingNotes h1, #PriceLockField h1, #HowToGetIt h1{
	margin:0;
	padding:0;
}


#WhatsNewTopTab {
background-color: #21b0d1;
width:16.0em;
border: 5px solid #21b0d1;
border-radius-top-right:5px;
border-radius-top-left:5px;
}


.Tease {
color:black;
font-weight:bold;
text-transform:uppercase;
padding:0;
margin:0;
}

.contentProducts  h1, .contentProducts  h2{
padding:0;
margin;0;
}


.carousel .item {-webkit-transition: opacity 1.25s; -moz-transition: opacity 1.25s; -ms-transition: opacity 1.25s; -o-transition: opacity 1.25s; transition: opacity 1.25s;}
.carousel .active.left {left:0;opacity:0;z-index:2;}
.carousel .next {left:0;opacity:1;z-index:1;}



@media all and (max-width:911px) {
	#WhatsNewHeadlineText {
		display:block;
		width:100%;
	}


	#WhatsNewMainGraphic {
		text-align:center;
		width:100%;
		display:block;
		vertical-align:top;
	}
}


/* ------------------*/
/* Full size screens */
/* ------------------*/
@media all and (max-width:572em) {
	#TitleList ul li {
		width:35em;
	}
}

@media all and (min-width:600px) {
	#copyright-notice p:after {
		content: "Comic titles and artwork are \2122  and \00A9  their respective owners";
	}
	#ctl00_MainLogo img {
		width: 270px
	}
}
/* ------------------*/
/* 800px wide */
/* ------------------*/

@media all and (max-width:800px) {
	#topBannerAd {
		height:88px;
	}

}




@media all and (max-width:62em) {
	#TitleList ul li {
		width:30em;
	}
}

@media all and (max-width:52em) {
	#TitleList ul li {
		width:25em;
	}
	.PictorialFeatureGrid li {
		width:320px;
		
	}

}





@media all and (max-width:42em) {
	#TitleList ul li {
		width:20em;
	}
}


/* ----------------------*/
/* Sub-Tablet (sub-600 wide) */
/* ----------------------*/

@media all and (max-width:599px) {

#WhatsNewMainPoints li {
	list-style-type:none;
	display:inline-block;
	padding:1em;
	vertical-align:top;
	width:100%;
	margin-bottom:1em;
}

	#BigFeatureBullets ul {
		clear:both;
	}
	#BigFeatureBullets li {
		clear:both;
	}


	.EndorsementQuote {
		position:relative;
		left:0;
	}


	#cartAndSearch {
		width: 250px;
	}

	#ctl00_MainLogo img {
		width: 35%;
		padding-top: 2%;
	}

	#AccountFields label, #ContactInfoFields label, #PasswordFields label {
		width:100%;
		padding-top:0.3em;
		text-align:left;
		padding-left:0.2em;
		padding-bottom:0.2em;
	}

	#AccountFields input, select, #ContactInfoFields  input, select, #PasswordFields input, select {
		width:100%
	}

	#bragBoxes{
		display:none;
	}
	#topBannerAd {
		display:none;
	}


	#topMenuIcon  {
		display: inline;
	}

   .active {
        display: block;
    }
    .nav > li {
        float: none;
		background:ghostwhite;
    }
	.nav a {
	color:black;
	}
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li  .parent {
        background-image: url("http://www.comicbase.com/images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
	
	.nav > li  > ul  a {
		background:whitesmoke;
	}
	
	
	.nav > li  > ul  > li {
		background:whitesmoke;
		width:100%;
	}
	
	.nav li li li a{
		width:100%;
		background:white;
	}
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	
	.MainPoints li {
		clear:both;
		font-size:0.9em;
		margin-left:1em;
		padding-left:0em;
}



	
	#left-feature {
		width:100%;
		padding-bottom:3em;
	}

	#PriceBlock #upgradePricingBlock {
		text-align:center;
	}

	

	ul#MyCollection  {
	padding:0;
	}
	
#MyCollection  li {
	padding:0;
	margin-bottom:2em;
	width:100%;
}

#MyCollection  select {
width:14em;
}

	
}


 


/* -----------------*/
/* iPhone landscape */
/* -----------------*/


@media all and (max-width:480px) {
	#cartAndSearch {
		width: 105px;
		padding-left: 0px;
		margin-left: 0px;
		margin-top:-10px;
	}

	.form-control {z-index:1000}
	
	#newsPreviews .left-graphic.topStoryGraphic {
	max-width:100%;
	width:100%;
	clear:both;
	float:none;
	padding-right:0;
	}
		
	#ctl00_MainLogo img {
		width: 120px;
		padding-top: 0.0em;
		padding-left:0px;
	}

	.notOnPhone, #bottom-links .notOnPhone {
		display: none;
	}
	#search {
		display: inline;
		padding-left: 5px;
		padding-right: 5px;
	}
	#search input[type="text"] {
		width: 0px;
		padding: 6px 15px 6px 24px;
	}
	#search input[type="text"]:focus {
		width: 60px;
	}
}





/* ----------------*/
/* iPhone portrait */
/* ----------------*/

@media all and (max-width:320px) {
#ProductPageMasterImage {
	float:none;
	text-align:center;
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:2em;
}

h1 {
	font-size: 1.5em;
	margin-top: 20px;
	padding-bottom: 3px;
	padding-top: 0px;
	margin-top: 0.8em;
	margin-bottom: 3px;
}
/*.left-graphic {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 1em;
	float: none;
	clear: both;
} */
.notOnPhone, #bottom-links .notOnPhone {
	display: none;
}
.right-graphic {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 1em;
	float: none;
	clear: both;
}
#copyright-notice {
	font-size: 0.8em;
}
#copyright-notice p:after {
	content: '';
}

#comicLookupArea input#txtThingToFind {
font-size:0.79em;
height:17px;
width:14em;
padding-bottom:5px;
padding-top:5px;
}

}
