#tpl13b {list-style-type:none;}
#tpl13b li {
    float:left;
    margin-right:4px;
    margin-bottom:10px;
    font:normal 9px Arial, Verdana, Helvetica, sans-serif;
    width: 150px;
    padding-bottom: 4px;
}
#tpl13b img {
    display:block; border:1px solid black;
}
#text.tpl20 {
        width: 760px;
/*        height: 280px;*/
        top: 10px;
        position:absolute;
        margin-left:216px;
        padding: 10px;
        float: right;
}
#text.tpl20 a {border:0;}
#tpl13b a {border:0;}
#tpl13b a:hover {border-bottom:1px solid;}
#text h1 {margin-left:14px; margin-bottom:0;}
p {margin-left:5px;}
#text.tpl20 a.tpl13b-category {border:0;border-right:1px solid gray; padding:0 10px;}

a.tpl13b-category.on{
    font-weight: bold;
}

.sections {margin-left:20px;}

/* pager links */
.pages{ display:none; }
#page-1{
    /* ensures page 1 gets displayed if jscript is off */
    display:block;
}
.pager {
    clear:both;
    color:black;
    position: absolute;
    top: 395px;
    right: 10px;
}
.pager span {
    cursor: pointer;
    margin-right:3px;
    font-size:13px;
}
.pager span.on{
    color:red;
}

#introImage {
    float:left;
    margin-right:15px;
}


/* hires message */
#hiresMessage {
    clear:both;
    color:red;
    position: absolute;
    top: 395px;
    left: 25px;
}

/*fancyzoom*/
.fancyzoom-box{
    display:none;
}
a#zoom_close{
    float:right;
}
#zoom_table{
    /*background-color: #000;*/
}


/*nyroModal lightbox */
div.mg-lightbox-container{
    display:none;
    padding: 25px;
/*padding-bottom:1px;*/
}
div.mg-lightbox{
    background-color:#111;
    padding: 25px 10px;
    /*overflow: hidden;*/
    
}
div.mg-lightbox p{
    float: left;
    font-size:10px;
    color: #FFF;
line-height:120%;
margin-top:10px;
}
div.mg-lightbox a{
    float: right;
    font-size:11px;
    color: #DDD;
}

div.mg-lightbox .funstuff-lightbox-caption{
/*
    float: left;
    font-size:11px;
    color: #FFF;
*/
    margin-left:10px;
    width: 375px;
    padding-bottom: 10px;
}

/* nyroModal css */
div#nyroModalWrapper {
        background: #111;
        border: 1px solid #777;
}
div#nyroModalLoading {
        border: 0px solid #777;
        /*width: 150px;
        height: 150px;*/
        text-indent: -9999em;
        /*background: #000 url(/resources/images/interface/nyro/ajaxLoader.gif) no-repeat;*/
        opacity: 0.1;
        filter: alpha(opacity=10);
        background-position: center;
}
/* this is for the close button and text in the nyroModal lightbox */
a#closeBut {
        padding: 10px;
        position: absolute;
        display: block;
        top: -6px;
        right: -6px;
        width: 24px;
        height: 24px;
        /* uncomment below text-indent if you want to hide the text, i.e. 'close' */
/*        text-indent: -9999em;*/
        text-indent: -3.5em;
        background: url(/resources/images/interface/nyro/close-light.png) no-repeat top right;
        outline: 0;
        color: #FFF;
        text-decoration: none;
        text-transform: lowercase;
        font-weight: bold;
        font-size:12px;
        padding-top:12px;
}


