/*
** The first part of this file handles presentation: color, fonts, etc.
**
** All styles related to layout (those that, if changed, may reposition,
** unalign, ruin the desired look), are in the second half of this file. Modify
** these at your own risk! (and only then with much testing!)
*/

/** Presentation **/

.pagenav {
	border: 1px solid #BFC666;
	color: #000000;
	background: #BFC666;
}
.pagenav span {
    font-size: 11px;
    font-family: Verdana, Aria, Helvetica, sans-serif;
    background: #BFC666;
    height:100%;
}
.pagenav .pgnav_left {
	text-align: center;
	color: #000000;  /** Page 1 of 1 text **/   
}	  
.pagenav .pgnav_page {
    text-align: center;
	font-weight:bold;
    background: #e4e7ca;
}  
.pagenav .pgnav_mydwnld {
    text-align: center;
}
.pagenav .pgnav_viewall {
    text-align: center;
    color: #000000; /** This is the view all font color (active) **/
    font-weight: bold;
}
.pagenav .inactive {
    color: #000000;  /** This is the view all font color (inactive) **/
}
#catthumbheader {
    background: #eaeaea;
    color: #000000;
    vertical-align: middle;
}


/** Layout **/

.pagenav {
    position: relative;
    width: 600px;
    height: 17px;
    clear: both;
}
.pagenav span {
    position: relative;
    float:left;
    padding:3px 3px 0 3px;
}
.pagenav .pgnav_mydwnld {
    position: relative;
    float: right;
    margin-right: 5px;
    border:none;
}
#catthumbheader {
    text-indent: 10px;
    height: 18px;
    width: 610px;
}



/*
Deprecating...
*/





/*
** The first part of this file handles presentation: color, fonts, etc.
**
** All styles related to layout (those that, if changed, may reposition,
** unalign, ruin the desired look), are in the second half of this file. Modify
** these at your own risk! (and only then with much testing!)
*/

/** Presentation **/

#pagenav {
	border: 1px solid #BFC666;
	color: #000000;
	background: #BFC666;
}
#pagenav span {
    font-size: 11px;
    font-family: Verdana, Aria, Helvetica, sans-serif;
    background: #BFC666;
    height:100%;
}
#pagenav .pgnav_left {
	text-align: center;
	color: #000000;  /** Page 1 of 1 text **/   
}	  
#pagenav .pgnav_page {
    text-align: center;
	font-weight:bold;
    background: #e4e7ca;
}  
#pagenav .pgnav_mydwnld {
    text-align: center;
}
#pagenav .pgnav_viewall {
    text-align: center;
    color: #000000; /** This is the view all font color (active) **/
    font-weight: bold;
}
#pagenav .inactive {
    color: #000000;  /** This is the view all font color (inactive) **/
}
#catthumbheader {
    background: #eaeaea;
    color: #000000;
    vertical-align: middle;
}
/** Layout **/
#pagenav {
    position: relative;
    width: 600px;
    height: 17px;
    clear: both;
}
#pagenav span {
    position: relative;
    float:left;
    padding:3px 3px 0 3px;
}
#pagenav .pgnav_mydwnld {
    position: relative;
    float: right;
    margin-right: 5px;
    border:none;
}
#catthumbheader {
    text-indent: 10px;
    height: 18px;
    width: 610px;
}









.kiw-pagenav {
    border: 1px solid #BFC666;
    color: #000000;
    background: #BFC666;
    width: 600px;
    height: 21px;
    font-size: 11px;
    vertical-align: middle;
    padding-top: 2px;
    clear: both;
}
.kiw-pagenav span {
    float: left;
    vertical-align: middle;
    margin-left: 5px;
    line-height: 170%;
}
.kiw-pagenav .pagenav-page {
    margin-right: 10px;
}
.kiw-pagenav .pagenav-current {
    font-weight: bold;
    background: #e4e7ca;
}
.kiw-pagenav .pagenav-viewall {
    font-weight: bold;
}
.kiw-pagenav .pagenav-next,
.kiw-pagenav .pagenav-prev {
    padding-right: 5px;
}
.kiw-pagenav .pagenav-rsslink {
    font-size: 11px;float:right;vertical-align: top;
}
.kiw-pagenav .pagenav-rsslink img {
    vertical-align: middle;
}

