html, body {
    /*background: #B5C5E2;*/
    /*background-color: #dae8e7;*/
    color:#000;
    margin:0px;
    padding:0px;
}
body {text-align:center;}
body, td, th {  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif/*Arial, Helvetica, sans-serif*/; font-size: 12pt; font-style: normal; font-weight: normal}
.amper {font-family:"Lucida Grande", Verdana, Helvetica, sans-serif;}
#top {
    /*background:#FFF url(http://www.ibm.com/i/v16/t/template-background-930.gif) repeat-y 50% 0px;*/
    /*background: #FFD1A3;*/
    margin:0px auto;
    margin-top:20px;
    margin-bottom:70px;
	width:860px;
/*    min-width:860px;*/
/*	float: center;*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow: 6px 8px 6px #666;
    -webkit-box-shadow: 6px 8px 6px #666;
    box-shadow: 6px 8px 6px #666;
/*	border-left: 1px solid #4682b4;*/
}

#top.popup{
    width:670px;
    margin-top:0px;
	margin-bottom:15px;
}

#top.liquid {
    min-width:860px;
    width: 99%;
    margin-left:0;
}

#top #content #contentInner .scroll{
	/*height:auto;*/
	height:600px !important;
	width:auto;
	overflow:auto;
	text-align:left;
    margin:5px 10px;
	/*border:1px solid #CCC;*/
}
/*===== colors =============*/

body,
select,
textarea,
input[type="text"],
input[type="file"],
input[type="checkbox"],
input[type="password"],
input[type="radio"]{
    background-color:#dae8e7;
}

/*==== content background color =======*/
#masthead{background-color: #66a2d4;}
#content,
#footer,
#universal-nav ul li.selected,
.fbcolor{
	/*background-color: #a4c8e5;*/
	background-color: #ADD8E6;
}
/*==== navigation background color ===*/
#navigation,
#universal-nav li:hover,
#universal-nav li.selected:hover,
div#universal-nav div.unav-menu{
	/*background-color: #c1ddf0;*/
	background-color: #b0c4de;/*#87CEFA;*/
}
/* ie 6 bug needed to bring this out seperate */
input[type="submit"],input[type="reset"],button,a.buttonLook{
	background-color: #b0c4de;
}

/*div#universal-nav div.unav-menu li.has-child:hover,*/
div#universal-nav div.unav-menu li.has-child a:hover{
    background: #fff url('http://goldfuss-auction.com/images/mh-submenu-marker-right.gif') no-repeat 98% center;
}

/*div#universal-nav div.unav-menu li:hover,*/
div#universal-nav div.unav-menu li a:hover,
/*div#universal-nav div.unav-menu li.has-child li:hover,*/
div#universal-nav div.unav-menu li.has-child li a:hover{
    /*background-color: #fff;*/
	background: #fff url();
    color:#000;
}


.fbcolor{
    -moz-border-radius-bottomright:10px;
    -webkit-border-bottom-right-radius:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-right-radius:10px;  
	height:20px;
}
/*===== end colors =========*/

/*===== background images ========*/
#navigation,
#content,
#footer{
    background-image:url('http://goldfuss-auction.com/images/contentLeftSide.png'); 
    background-repeat: repeat-y;
    background-position: left top;
}
#navigationInner,
#contentInner,
#footerInner{
    background-image:url('http://goldfuss-auction.com/images/contentRightSide.png'); 
    background-repeat: repeat-y;
    background-position: right top;
}
/*===== end background images ====*/

/*===== corner radius ============*/
#top,
#masthead{
    -moz-border-radius-topleft:15px;
    -webkit-border-top-left-radius:15px;
    -moz-border-radius-topright:15px;
    -webkit-border-top-right-radius:15px;	
}
#top,
#footer,
#footerInner{
    -moz-border-radius-bottomleft:15px;
    -webkit-border-bottom-left-radius:15px;
    -moz-border-radius-bottomright:15px;
    -webkit-border-bottom-right-radius:15px; 
}
/*===== end corner radius ========*/

/* masthead styles begin ================================================= */
#masthead {
    position: relative;
    background-image: url("http://goldfuss-auction.com/images/blackGrad.png");
    background-repeat: repeat-x;    
    color: #f3d282;/*#edcb7b;*/
    width:100%;
    height:118px;
}
#naaLogo{
    position: absolute;
    display: none;
    top: 27px;
    left: 460px;
}
#nysaaLogo{
    position: absolute;
    top: 28px;
    left: 519px;
}
#FBLogo{
    position: absolute;
    display: none;
    top: 28px;
    left: 600px;
}
#FBLogo img:hover{
    -moz-box-shadow: 3px 3px 7px #111;
    -webkit-box-shadow: 3px 3px 7px #111;
}
#FBLogo:hover{
    top: 29px;
    left: 601px;
}
#PARLogo{
    position: absolute;
    top: 28px;
    left: 600px;
}
#gaLogo{
	position: absolute;
	top:10px;
	left:8px;
}
#mastFootNav{
	float:right;
	color:#ffffff;
	margin-right:10px;
	margin-top:0px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	line-height:180%;
}

#mastFootNav a{
	color:#ffffff;
	text-decoration: none;
}
#mastFootNav a:hover{
    text-decoration: underline;
}
#mastPhone{
	float:right;
	margin-top:-2px;
	margin-right:10px;
	font-size: 22pt;
	font-weight: bold;
	font-family: Times,serif;
	text-shadow: 4px 4px 6px #111;
}
/*   navigation  begin ===================================================== */
#navigation{
    position: absolute;
    top: 86px;
    left: 0px;
    height:auto;
    width:100%;
}
#navigationInner{
    height:32px;
    width:100%;
    /*color: #333;*/
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    font-size: 15pt;  
    font-weight: normal;
    linefeed-treatment:ignore;
    white-space-treatment: ignore;
    all-space-treatment: collapse;
}
#universal-nav {
    /*position: relative;*/
    width:100%;
    height: 27px;
    margin-top:0px;
    border-bottom: 3px outset #4682b4;
    border-top: 2px inset #4682b4;
    clear:left;
    /*color:#333;*/
    text-align:center;
    white-space:nowrap;
    z-index: -1;
   /* -moz-box-shadow: 4px 0px 6px #666;
    -webkit-box-shadow: 4px 0px 6px #666;
    box-shadow: 4px 0px 6px #666;*/
}
#universal-nav ul {
    margin:0px;
    margin-top: 1px;
    padding:0px;
    white-space:nowrap;
    list-style-type: none;
    display:block;
    linefeed-treatment:ignore;
    white-space-treatment: ignore;
    all-space-treatment: collapse;
    z-index: 6;
}
#universal-nav ul li {
    position: relative;
    display:inline;
    color:#333;
    padding-top:0px;
    /*line-height:26px;*/
    white-space:nowrap;
    border-right:2px ridge;
    border-left: 1px solid transparent;
    z-index:3;
}
#universal-nav ul li.rightEnd{
    border-right:0px none;
}

#universal-nav ul li.selected{
    color:#000;
    /*border-left: 1px solid #777;*/
    padding-bottom: 6px;
    padding-top:1px;
    z-index:1;
  }

#universal-nav ul li a,
#universal-nav ul li a:hover,
#universal-nav ul li a:visited {
    white-space:nowrap;
    text-decoration:none;
    padding-left:7px;
    padding-right:5px;
    color:#333;
   /* padding:4px 13px 3px 14px;*/
}

#universal-nav ul li a:hover {
    color:#000;
    padding-bottom: 6px;
}

#universal-nav ul li.selected a,
#universal-nav ul li.selected a:hover,
#universal-nav ul li.selected a:visited {
    color:#000;
}

#universal-nav ul li:hover {
    color:#000;
    padding-bottom: 6px; 
    /*border:1px solid #777;
    border-top:0px none;*/
    border-left: 1px solid #777 ;
    border-bottom: 1px solid #777;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;	
    -moz-box-shadow: 3px 3px 5px #666;
    -webkit-box-shadow: 3px 3px 5px #666;
    box-shadow: 3px 5px 3px #666;
}

/*#universal-nav ul li.selected:hover{color:#000;/*background-color: #c1ddf0;}*/
/*li#unav-home a {padding-left:5px;}*/

div#universal-nav li.unav-has-child {
    background-image:url(http://goldfuss-auction.com/images/mh-submenu-marker-down.gif);
    background-position:98% 11px;/*50%;*/
    background-repeat:no-repeat;
    border-left:transparent solid 1px;
}
div#universal-nav li.unav-has-child:hover {
    z-index:9 !important;
    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;    
    -moz-box-shadow: 3px 5px 5px #666;
    -webkit-box-shadow: 3px 5px 5px #666;
    box-shadow: 3px 5px 5px #666;	
    border-left:#777 solid 1px;
}
/* ======== navigation dropdown menues ==============*/
div#universal-nav div.unav-menu {
    margin-top:6px;
    padding-bottom:3px;
    border: solid 1px #777;
    border-top:0px none;
    display:none;
    float:none;
    position:absolute;
    width:auto;
    height:auto;
    text-align : left;
    font-size: 11pt;
    color:#000;
    z-index:59 !important;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-box-shadow: 3px 3px 5px #666;
    -webkit-box-shadow: 3px 3px 5px #666;
    box-shadow: 3px 3px 5px #666;
    linefeed-treatment:ignore;
    white-space-treatment: ignore;
    all-space-treatment: collapse;
}

div#universal-nav div.unav-menu ul li{
    display:block;
    line-height:18px;
    color:#000;
    padding: 0px;
    text-align : left;
    white-space:nowrap;
    border: 0px solid;
}

div#universal-nav div.unav-menu ul li hr{
    margin-top:1px;
    margin-bottom: 1px;
    width: 95%;
	text-align: center;
/*	border: 1px solid #000;*/
/*	border-color:transparent;*/
    /*border: none;
	background-color: #000;*/
	color: #000;
}

div#universal-nav div.unav-menu ul li div.unav-menu{
  margin-top:0px;
  top:-2px;
  border-top: solid 1px #777;
  position: absolute;
}

/* Fix IE. Hide from IE Mac \*/
* html div#universal-nav div.unav-menu ul li { float: left; }
* html div#universal-nav div.unav-menu ul li a { height: 1%; }
/* End */

/*
div#universal-nav div.unav-menu ul li div ul li a,
div#universal-nav div.unav-menu ul li div ul li a:visited{
  padding-right:8px;
}

div#universal-nav div.unav-menu ul li div ul li a:hover{
  padding-right:3px;
}
*/


div#universal-nav div.unav-menu ul li li{
  list-style-type:none;
}

div#universal-nav div.unav-menu ul li.has-child{
  background-image: url('http://goldfuss-auction.com/images/mh-submenu-marker-right.gif');
  background-repeat:no-repeat;
  background-position:98% center;
}  

div#universal-nav div.unav-menu ul li a,
div#universal-nav div.unav-menu ul li a:hover,
div#universal-nav div.unav-menu ul li a:visited{
    padding:0px 5px;
    display:block;
    color:#000;
    text-decoration:none;
}

/*div#universal-nav div.unav-menu ul li:hover,*/
div#universal-nav div.unav-menu ul li a:hover{
    -moz-box-shadow: 4px 3px 5px #666;
    -webkit-box-shadow: 4px 3px 5px #666;
    box-shadow: 4px 3px 5px #666;
    margin-left:1px;
	margin-right:-1px;
}

div#universal-nav div.unav-menu ul li:hover{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;  
}

/*   navigation  end ===================================================== */
/* masthead styles end =================================================== */
/* footer styles begin =================================================== */
#footer{
	width:100%; 
   /* background: url("/images/contentLeftSide.png") repeat-y;*/
    /*background-image: url("/images/contentLeftSide.png");
    background-repeat: repeat-y;*/
}
#footerInner{
    height:auto !important;
    padding-top:10px;
    padding-bottom:10px;
    line-height:20px;   
    font-family:Arial, Helvetica, sans-serif;
}
#footerInner a,
#footerInner a:hover,
#footerInner a:visited{
     color: blue;
}
.copyright {  font-family: "Times New Roman", Times, serif; font-size: 10pt; font-style: italic; font-weight: bold;}
.footerNav {margin-left:40px;}
* html .footerNav {margin-left:0px;}
/* footer styles end ===================================================== */
/* content styles begin ================================================== */
#content { 
    position: relative;
    width:100%;
    padding: 0px 0px;
}
#contentInner{
    min-height:500px;   
    height:auto !important;
    height:500px;
    width:100%;
    padding: 10px 0px;
    /*text-align: left; */
    color: #000;
    /*font-size: 14pt; */
    font-style: normal; 
    font-weight: normal;
    text-align:center;
}
#contentInner p, 
#contentInner ol,
#contentInner h3/*,
#contentInner div/*,
#contentInner table.lots,
#contentInner table table,
#contentInner div.results*/{
    text-align:left;
    margin:10px 42px;
} 
/*
#contentInner table.lots{
    width:89%;
}

#contentInner table table.auction-info,
#contentInner table table.lots{
    width: 98%;
	margin: 0 auto;

} 
*/

#contentInner p div{
  margin: 0;
}

#contentInner div p{
  margin: 0;
}

#contentInner table h3{
    margin:10px 0px;
}

#contentInner .center {
    text-align:center;
} 
#contentInner ul{
   text-align:left;
}
#contentInner ul.topLevel {
   margin:5px 42px;
   padding:0px 42px;
} 

#contentInner table.center{
  text-align:center; 
  margin-left:auto; 
  margin-right:auto;
}

table.center tr, table.center td{
  text-align:left;
}

table.center tr.center, table.center td.center{
  text-align:center;
}

#contentInner table#pictures img, #contentInner table#pictures  td #applet, table#pictures img,table#pictures  td #applet{
    -moz-box-shadow: 3px 3px 6px #666;
    -webkit-box-shadow: 3px 3px 6px #666;
    box-shadow: 3px 3px 6px #666;
	margin-bottom:5px;
	margin-right:5px;
}
#contentInner table#pictures td{
    text-align:center;
}

table#images td img{
    -moz-box-shadow: 5px 5px 6px #666;
    -webkit-box-shadow: 5px 5px 6px #666;
    box-shadow: 5px 5px 6px #666;
	margin-bottom:5px;
	margin-top:4px;
}

#watchlink{
  z-index:8;
}

/* ================ auction information ==================================== */
.auctionblock {
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: url(http://goldfuss-auction.com/images/whiteGrad.png) repeat-x;
	clear:left;
	padding: 7px;
	margin:0px auto;
	margin-top: 10px;
	margin-bottom: 25px;
	text-align:left;
	width:88%;
	/*border-top: 1px solid #000;*/
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
        -webkit-border-bottom-right-radius:10px; 
        -moz-box-shadow: 5px 7px 6px #666;
        -webkit-box-shadow: 5px 7px 6px #666;
         box-shadow: 5px 7px 6px #666;        
}


* html .auctionblock .itemdesc, * html .contactblock .contactdesc { /* IE 3px jog hack*/
	height: 1%;
}

.itemimage {
	width:150px;
	height:auto;
	float:left;
	border: 1px solid black;
	margin-right: 15px;
}

.itemdesc {
	margin-left: 160px;
	/*border-bottom: 2px solid #333;*/
}


.itemdesc h1{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 80%;
	/*font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
}

.itemdesc h2, .itemdesc h4{
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	/*font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
}

#contentInner .itemdesc h3 {
	margin: 0px;
	font-size: 15px;
	font-weight: normal;
	/*font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
}

.itemdesc h4{
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0px 0px 0px;
}

.itemextdesc {
	width: 55%;
	float: left;
}
.auctionblock .itemdesc .itemextdesc ul {
        list-style-type: none;
	margin: 0px;
	/*padding; 0px;*/
	padding: 5px 5px 0px 5px;
	font-size: 14px;
	font-weight: normal;
	/*font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
}

.itemextloc {
	width: 40%;
	float:right;
}

.itemextfooter {
	clear:both;
	padding: 8px 0 0 0;
}
.itemextfooter h4 {
	margin: 0px;
	font-size: 13px;
}
.itemextfooter a {
	border-left: 1px solid black;
	padding-left: 5px;
	/*color: #BF2227;*/
	font-weight: bold;
}

.itemdescheader{
    border-bottom: 2px solid #333;
}


/* ================ auction information ends =============================== */

/* ================ forms =======================================*/
input[type="submit"],input[type="button"],input[type="reset"],button,a.buttonLook/*,.bigform .field span input[type="submit"]*/ {
    display: inline-block;
    padding: 2px 10px 3px;
    color: #000;
    text-decoration: none;
    /*line-height: 1;*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow: 2px 3px 3px #999;
    -webkit-box-shadow: 2px 3px 3px #999;
    /*text-shadow: 0 -1px 1px #222;*/
    border-bottom: 1px solid #222;
    position: relative;
    cursor: pointer;
	margin-bottom: 4px;
}

a.buttonLook{
    padding: 2px 10px 3px;
	font-size: 13px;
    -moz-box-shadow: 2px 3px 3px #999;
    -webkit-box-shadow: 2px 3px 3px #999;
	border-bottom: 2px outset #aaa;
	border-right: 2px outset #aaa;
	border-top: 2px outset #ddd;
	border-left: 2px outset #ddd;
	font-family:  Helvetica, sans-serif;
	margin-bottom: 4px;
}

input[type="submit"]:hover,/*input[type="button"]:hover,*/input[type="reset"]:hover,button:hover,a.buttonLook:hover/*,.bigform .field span input[type="submit"]:hover*/{
    text-shadow: 1px 2px 1px #888;
    padding-left:11px;
    padding-right: 9px;
    /*padding-top: 3px;
    padding-bottom: 2px;*/
}

input[type="submit"][disabled]:hover{
  text-shadow: 0px 0px 0px #ccc;
  padding: 2px 10px 3px;
}

input[type="submit"]:active,/*input[type="button"]:active,*/input[type="reset"]:active,button:active,a.buttonLook:active/*,.bigform .field span input[type="submit"]:active*/{
    -moz-box-shadow: -1px -2px 3px #999;
    -webkit-box-shadow: -1px -2px 3px #999;
    text-shadow: 0px 0px 0px #888;
    border-bottom: 1px solid #eee;
    padding-left:9px;
    padding-right: 11px;
}

input[type="submit"][disabled]:active{
   padding: 2px 10px 3px;
   text-shadow: 0px 0px 0px #ccc;
    -moz-box-shadow: 2px 3px 3px #999;
    -webkit-box-shadow: 2px 3px 3px #999;
    border-bottom: 1px solid #222;
}
/*
.bigform .field span input[type="submit"]{
	width:auto;
	color:#000;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px; font-style: normal; font-weight: normal
}
*/
a.buttonLook:active{
   border-right: 2px inset #ddd;
   border-bottom: 2px inset #ddd;
   border-left: 2px inset #aaa;
   border-top: 2px inset #aaa;   
}

input[disabled], 
input[readonly], 
select[disabled], 
select[readonly], 
checkbox[disabled], 
checkbox[readonly], 
textarea[disabled], 
textarea[readonly]{
 background-color: #ccc;
 color: #000;
 cursor: default;
} 

select,
textarea,
input[type="text"],
input[type="password"],
input[type="file"]{
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
  padding-left:2px;
}

input:focus, textarea:focus, select:focus {
    -webkit-box-shadow:0px 0px 5px #666;
    -moz-box-shadow:0px 0px 5px #666;
    box-shadow:0px 0px 5px #666;
    background: -moz-linear-gradient(left 0deg, #dae8e7, #ffffff);
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#dae8e7), to(#ffffff))
	
/*    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);*/
}


#contentInner form div.field{
    text-align:left;
	margin:5px 42px;
	/*border-bottom: 1px solid #000;*/
}

#contentInner form div.field label{
	clear:left;
	display:block;
	float:left;
	font-weight:bold;
	width:170px;
}
#contentInner form div.field span.radio label{
   clear:none;
   width:auto;
   display:inline;
   font-weight:normal;
   float: none;
}

#contentInner form div.field div.field-note{ 
   font-size: 9pt;
}
/*
.bigform div.field .field-note{
   padding: 4px;
   min-height: 0px;
   margin: 5px 0px;
   width: 310px;
}
*/
/* ================== forms end ======================================*/

/* =================== slide out ===================================== */

#sideTab, #sideTabB{
  background-color: #ADD8E6;
  width:20px;
  height:50px;
  margin-top:20px;
  float:right;
  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius:10px; 
  background-image: url('http://goldfuss-auction.com/images/mh-submenu-marker-right.gif');
  background-repeat:no-repeat;
  background-position:center center;
}

#sideTab{
  margin-top:90px;
}

#slideOut, #slideOutB {
  width:325px;
  /*height:600Px;*/
  height:80px;
  position: fixed;
  left: -310px;
  top: 110px;
  z-index:12;
  background-color: transparent;
  display:none;
}

#slideoutContent, #slideoutContentB{
  background-color:#fff;
  width:300px;
  height:600px;
  margin:0px; 
  margin-left:5px;
  float:left;
}

#slideoutContentB{
   height:300px;
}

#likeContainer{
  position:relative;
  z-index:0;
}

#slideOut2, #slideOut2B {
  width:325px;
  height:80Px;
  position: absolute;
  left: -15px;
  top: 80px;
  z-index:-1;
  background-color: transparent;
}
/* =================== slide out end ================================= */

#map{
  width: 90%; 
  height: 500px; 
  text-align:center; 
  margin-left:auto; 
  margin-right:auto;
}


iframe#iframe2{
    -moz-box-shadow: 2px 3px 3px #888;
    -webkit-box-shadow: 2px 3px 3px #888;
}

img {border:0px;}           
.header {  /*font-family: Arial, Helvetica, sans-serif;*/ 
    font-size: 16pt; 
    font-style: normal; 
    font-weight: bold; 
    color: #000;
    /*text-shadow: 3px 3px 3px #999;*/
 }
.largebold { font-size: 14pt; font-weight: bold;}
.large { font-size: 14pt;}
.slightsmall {  font-size: 10pt;}
.verysmall { font-size: 8pt;}
.smheader { /*font-family: Arial, Helvetica, sans-serif;*/ font-size: 12pt; font-style: normal; font-weight: bold; color: #3333CC }
.center {text-align:center;}
b, strong {  font-weight: bold}
h3 { font-weight: bold ; font-size: 14pt}
.small { font-size: 9pt}
.Verylarge { font-size: 19pt;}
.titleLarge { font-size: 21pt;}
/*a { font-family: Arial, Helvetica, sans-serif; }
a:hover { font-family: Arial, Helvetica, sans-serif; }
a:link { font-family: Arial, Helvetica, sans-serif; }
a:visited { font-family: Arial, Helvetica, sans-serif; }*/
.error { color: #FF0000;}
.message { color: #00008B;}
.ast { color: #ff2100; }
hr.navSep {margin: 0; width: 95px; text-align: center}
a.prev_arrow,
a.next_arrow {font-size: 11pt;
              background:#FFF;
              border:none;
              color:#000;
              text-decoration: none;}
a.prev_arrow {background:url('http://goldfuss-auction.com/images/arrow_sprites.gif') no-repeat 0px 0px;
              text-align:left;
              padding:0px 0px 0px 15px;}
a.next_arrow {background:url('http://goldfuss-auction.com/images/arrow_sprites.gif') no-repeat 30px -24px;
              text-align:right;
              padding:0px 15px 0px 0px;}
              
a.prev_arrow:active{padding:1px 0px 0px 15px;}  
a.next_arrow:active{padding:1px 15px 0px 0px;}
.formLayer {
  position:absolute; 
  visibility:hidden; 
  top:390px; 
  left:170px; 
  z-index:1; 
  width:600px;
  height: auto; 
  background-color: #FFD1A3;
  layer-background-color: #FFD1A3;  
  font-family:Arial, Helvetica, sans-serif; 
  font-weight:normal; 
  font-size:12pt
 }
.inputsize {
font-family: Arial, Helvetica, sans-serif;
font-size:12pt}

#wait{
  position: absolute;
  display:none;
  width:auto;
  height:auto;
  padding: 5px;
  opacity: 1;
  z-index:15;
  background-color:#dae8e7;
  -moz-border-radius: 38px;
  -webkit-border-radius: 38px;
}

#backgroundcover{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#dae8e7;
opacity: 0.7;
border:1px solid #cecece;
z-index:12;
}

#upgrade{
    display:none;
}
.3a{
	color:ffffff;
	text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

.printOnly{
  display:none;
}
/*
#watchlink{
  top: -135px;
}
*/
