#catalogContainer {
        width:auto;
        height:auto;
        margin-bottom:5px;
}
#catalogHeader {
        position:relative;
        width:auto;
        height:50px;
}
#viewCatalogTitle {
        clear:both;
        position:relative;
        width:auto;
        height:30px;
}
#auctionCatalogTitle {
        position:absolute;
        top:0px;
        left:0px;
	width:150px;
        font-size:18px;
        font-weight:bold;
        color:#2294d3;
}

#auctionCatalogSubtitle {
        position:absolute;
        top:7px;
        left:150px;
        font-size:12px;
        font-weight:normal;
        color:#000000;
}
#auctionCatalogSubtitle2 {
        position:absolute;
        left:0px;
        bottom:2px;
        font-size:12px;
        font-weight:bold;
        color:#000000;
}
#auctionCatalogViews {
        margin-top:15px;
        font-size:12px;
        font-weight:normal;
        color:#000000;
}
#downloadCatalogBtn {
        position:absolute;
        bottom:2px;
        right:0px;
}
#viewCatalog {
        float:left;
        width:900px;
        margin:0px auto 0px 15px;
        height:auto;
}
#viewCatalog .noBorder {
        border:0px;
}
#viewCatalog th {
        padding:3px 0px 3px 3px;
        border-top:1px solid #c0c0c0;
        border-left:1px solid #c0c0c0;
        border-bottom:1px solid #c0c0c0;
        background:#4d88ae;
        color:#ffffff;
}
#viewCatalog #thEnd {
        border-right:1px solid #c0c0c0;
}
#viewCatalog a#getCatalog {
        color:#0068b3;
        text-decoration:underline;
}
#viewCatalog th a {
        display:block;
        width:auto;
        height:auto;
        color:#ffffff;
        text-decoration:none;
}

#viewCatalog .tdStart {
	border:0px;
}
#viewCatalog td {
        padding:3px;
        border-bottom:1px solid #c0c0c0;
        border-left:1px solid #c0c0c0;
}
#viewCatalog .tdEnd {
        border-right:1px solid #c0c0c0;
}
.sortArrow {
        float:right;
        margin-top:3px;
        margin-right:5px;
        margin-left:5px;
}




#downloadHeaderTable {
	margin:-20px auto 0px auto;width:auto;
}
#headerContainer {
	border:1px solid #c0c0c0;padding:5px 0px 5px 0px;width:675px;
}
#headerCenter {
	margin:0px auto;text-align:left;width:575px;
}
#headerText {
	font-family:Arial;font-weight:bold;font-size:16px;float:left;
}
#headerTextTop {
	color:#be0000;
}
#headerTextBottom {
	color:#848484;
}
#headerDownloadBtn {
	margin-top:15px;margin-left:60px;float:left;
}
#lastUpdateContainer {
	text-align:right;padding:0px 0px 2px 0px;width:675px;
}
#lastUpdateCenter {
	margin:0px auto;text-align:right;
}

#statsContainer {
	position:relative;margin-top:15px !important;margin-top:0px;height:20px;
}
#statsShowing {
	position:absolute;bottom:0px;left:0px;color:#000;width:200px;
}
#statsExport {
	position:absolute;bottom:0px;right:0px;float:right;text-align:right;
}

