/* CSS for Index.htm */

@media only screen and (max-width: 600px) {
 .cdaflags table td:nth-child(1), .cdaflags table td:nth-child(3) {display: none;}
 hr {width: 50px;}
}

.icomic {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 21pt;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1px;
  color: #800000;
  text-shadow: 4px 4px 5px #C0C0C0;
}
select.ifind {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:10pt;
  color:#800000;
  background-color:#FFEEDD;
}
a.ibuysell {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11pt;
  font-weight: bold; 
  text-decoration: underline;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  padding: 5px; 
} 
a.ibuysell:link {color: #000000; background-color: #EEEEEE;} 
a.ibuysell:visited {color: #000000; background-color: #EEEEEE;} 
a.ibuysell:hover {color: #FF0000; background-color: #CCCCCC;}
a.ibuysell:active {color: #FF0000; background-color: #FFFFFF;} 

/* was white Nov 13 */
a.largegolda {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: bolder;
  text-decoration: none;
  letter-spacing: 3px;
  padding-right: 20px;
  padding-left: 20px;
}
a.largegolda:link {color:#F4CC7C;}
a.largegolda:visited {color:#F4CC7C;}
a.largegolda:hover {color:#F4CC7C;text-decoration:underline;}
a.largegolda:active {color:#CCCCCC;}

a.listred {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1px;
  padding-left: 2px;
}
a.listred:link {color:#FF0000;}
a.listred:visited {color:#FF0000;}
a.listred:hover {color:#AA0000;}
a.listred:active {color:#800000;}

a.nodecor {
  text-decoration: none;
}

.isubtitle {
  font-size:11pt;
  font-weight: bold;
  background-color:#FFDDCC;
}

.reghigh { 
  font-size: 10pt;
  color: #800000;
  line-height: 140%;
} 

.iprice {
  font-size: 9pt;
  font-weight: bold;
  color: #FF0000;
  letter-spacing: 1px;
  text-decoration: none;
}

.listmar {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14pt;
  color: #800000; 
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 2px;
}

.ifeature {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #FF0000;
  text-decoration: none;
  letter-spacing: 4px;
}

.bible {
  font-family: Courier New, Courier, Mono;
  color: #990000;
  font-size: 10pt;
  letter-spacing: 0px;
}

@media only screen and (max-width: 500px) and (min-width: 380px){
 .buysells table {width: 90%;}
 a.listred {font-size: 12pt;}
 .listmar {font-size: 12pt;}
}
@media only screen and (max-width: 379px) {
 .buysells table {width: 85%;}
 a.listred {font-size: 11pt;}
 .listmar {font-size: 11pt;}
}

