ul.links  {
    clear: both;
    font-family: Helvetica, Arial, sans-serif;
    list-style-type: none;
    position: relative;
    margin:0 auto;
}

ul.links  li {
    position: relative;
    z-index: 200;
    /*padding: 0 5px;*/
    line-height: 1.5;
    float: left;
}

ul.links {
    font:bold 14px Arial;
}

ul.links    a:link, ul.links     a:visited , ul.links    a:active{
	color: #fff;
	text-decoration: none;
	 font:bold 14px Arial;
	 margin: 0 9px;
}  

ul.links    a:hover{
	color: #fff;
} 

ul.links div.ahover {
    background: #FFAB00 url('up.png') no-repeat center bottom;
    padding-bottom: 10px;
}

ul.comics li:hover {
    color: #134;
}

div.ahover {
    position: absolute;
}

ul.comics div.ahover {
    background: #adf;
    border: 2px solid #cef;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

ul.comics li {
    clear: left;
    color: #222;
}

ul.comics {
    font-size: 1.1em;
}

ul.cards {
   list-style-type: none;
}

ul.cards a:link, ul.cards a:visited , ul.cards a:active, ul.cards a:hover{
	text-decoration:none;
}

ul.cards img{
   float:left;
   border:0px;
}

ul.cards .helpTxt{
   color:#555;
}

ul.cards li {
    color: #ff6600;
    background: #fff;
    text-align: left;
	padding:10px;
    margin: 10px;
    height: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 3px solid #ccc;
	font:normal 12px arial;
	cursor:pointer;
}


ul.cards li:hover {
    color: #f43;
}

ul.cards div.ahover {
    background: #f43;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #555;
}

ul.letters {
    font-size: 2em;
    font-weight: bold;
    width: 10em;
}

ul.letters li {
    color: #abb;
}

ul.letters li:hover {
    color: #fff;
}

ul.letters div.ahover {
    background: #344;
}

.firebugHighlight {
    z-index: 2147483647;
    position: absolute;
    background-color: #3875d7;
}

.firebugLayoutBoxParent {
    z-index: 2147483647;
    position: absolute;
    background-color: transparent;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px dashed #BBBBBB;
}

.firebugRulerH {
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 14px;
    background: url(chrome://firebug/skin/rulerH.png) repeat-x;
    border-top: 1px solid #BBBBBB;
    border-right: 1px dashed #BBBBBB;
    border-bottom: 1px solid #000000;
}

.firebugRulerV {
    position: absolute;
    top: 0;
    left: -15px;
    width: 14px;
    height: 100%;
    background: url(chrome://firebug/skin/rulerV.png) repeat-y;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #000000;
    border-bottom: 1px dashed #BBBBBB;
}

.overflowRulerX > .firebugRulerV {
    left: 0;
}

.overflowRulerY > .firebugRulerH {
    top: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.firebugLayoutBoxOffset {
    z-index: 2147483647;
    position: absolute;
    opacity: 0.8;
}

.firebugLayoutBoxMargin {
    background-color: #EDFF64;
}

.firebugLayoutBoxBorder {
    background-color: #666666;
}

.firebugLayoutBoxPadding {
    background-color: SlateBlue;
}

.firebugLayoutBoxContent {
    background-color: SkyBlue;
}

/*.firebugHighlightGroup .firebugLayoutBox {
    background-color: transparent;
}

.firebugHighlightBox {
    background-color: Blue !important;
}*/

.firebugLayoutLine {
    z-index: 2147483647;
    background-color: #000000;
    opacity: 0.4;
}

.firebugLayoutLineLeft,
.firebugLayoutLineRight {
    position: fixed;
    width: 1px;
    height: 100%;
}

.firebugLayoutLineTop,
.firebugLayoutLineBottom {
    position: absolute;
    width: 100%;
    height: 1px;
}

.firebugLayoutLineTop {
    margin-top: -1px;
    border-top: 1px solid #999999;
}

.firebugLayoutLineRight {
    border-right: 1px solid #999999;
}

.firebugLayoutLineBottom {
    border-bottom: 1px solid #999999;
}

.firebugLayoutLineLeft {
    margin-left: -1px;
    border-left: 1px solid #999999;
}
