/*   subscribe - FAQ     */
/* ===================== */

.faqQ {display:block;}
.faqA {margin:0 10px;}

.faqT {
    border-bottom:1px dotted #bbb;
    padding-bottom:5px;
    color:#3A4D5C; 
}

.faqT p {
    font-weight:normal;
    font-size:10px;
    cursor:pointer;
    float:right;
    margin:0;
}

.faqA ul li {
    background:url(/images/pointer_blue.png) no-repeat left 4px;
    padding-left:10px;
    margin:5px 0;
}



/*       archive     */
/* ================= */

.arch {
    text-align:center;
    margin:10px 28px 10px 0;
    width:130px;
    float:left;
}

.last {margin:10px 0;}

.archT {
    font-size:13px;
    color:#555;
}

.arch img {
    border:1px solid #bbb;
    margin:5px 0;
    padding:2px;
}

.arch a {
    text-transform:uppercase;
    font-weight:bold;
    color:#3C5269; 
}

.arch_clear {
    background:url(/images/sep_list.png) no-repeat center bottom;
    margin:20px 0;
    clear:both;
}



/*          records         */
/* ======================== */

.pdf_d, .pdf_o {
    background:url(/images/pdf_download.png) no-repeat left top;
    font-size:10px;
    margin:0 10px;
    cursor:pointer;
    height:22px;
    width:90px;
    border:none;
    color:#fff;
}

.pdf_o {background-position:left -22px;}

.nInfo {
    border:3px solid #000;
    margin-bottom:20px;
}

.nInfo .inner {
    border:1px solid #656565;
    background:#3D3D3C;
    padding:10px;
    text-align:center;
}

.nInfo .sideR {
    float:right;
    margin-right:10 0px;
}

.nInfo .inner .cover {
    border:1px solid #fff;
    padding:2px;
    width:120px;
    margin:0 auto;
}

.nInfo .inner .warning {
    background:url(/images/sep_list_short.png) no-repeat center top;
    padding-top:10px;
    color:#ddd;
}

.nInfo a {color:#F2982E;}

.cat_header {
    background:#eee;
    padding:7px 10px;
}

.cat_header a {
    font-size:12px;
    color:#2b2b2b;
    font-weight:bold;
    text-transform:uppercase;
    padding:0 0 5px 25px;
    background:url(/images/catheader_btn.png) no-repeat left top;
}

.cat_header a:hover {
    background-image:url(/images/catheader_btn_on.png);
    color:#444;
}

.cat_header p {
    background:url(/images/sep_catheader.png) repeat-y left center;
    height:16px;
    padding-left:10px;
    cursor:pointer;
    float:right;
    margin:0;
}

.reg {
    background:url(/images/reg.gif) no-repeat left top;
    float:left;
    width:14px;
    height:14px;
    margin-right:5px;
}

.records_nav {
	width:590px;
	margin:20px auto;
}

.records_nav li {
	float:left;
	display:block;
	padding:0 10px 10px 10px;
	background:url(/images/navigation.png) repeat-x left bottom;
        cursor: pointer;

}

.records_nav li.sel {
	color:#9B000A;
	background:url(/images/navigation_pointer.png) no-repeat center bottom;
}



