
 img {
    display: none;
    }
/* ******************************************* */
/* ************ layout *********** */
/* ******************************************* */
.span-6, div.span-6 {
    display: none;
    }
    
.span-18, div.span-18 {
    width: 940px;
    padding: 0px 0px 0px 10px;
    }
    
#header {
    height: auto;
    margin: 0px;
    padding: 0px;
    position: relative;
    background-image: url('');   
    }

#logo {    
    display: none;
    }
    
#webTitle {
    font-size: 150%;
    display: block;
    position: relative;
    font-weight: bold;    
    color: rgb(19,87,142); 
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 10px;
    z-index: 0;   
    }

#webTitle a {
    text-decoration: none;
    color: rgb(191,14,39);
    }

    

      
/* ******************************************* */
/* ************ menu *********** */
/* ******************************************* */

#menuTop, #menuLeft {
      display: none;
      }
      
   
#userStatusBox {
      display: none;
      }

.btnRegister {
      display: none;
      }
                  
/* ******************************************* */
/* ************ flash*********** */
/* ******************************************* */
      
.flash {
    display: none;
}
/* ******************************************* */
/* ************ links and buttons*********** */
/* ******************************************* */ 
 
.detailLink {
      display: none;
      }      
           
.navigation {
      display: none;
      }     

.btnBid, .btnEnter, .btnBidDetail {
      display: none;
      } 
      
.icons a .help {
    display: none;
}  

/* ******************************************* */
/* ************ left column *********** */
/* ******************************************* */
#leftColumn {
  display: none;
}
/********************* section and article titles ****************************/

 
.sectionTitle, .articleTitle {
    display: block;
    padding: 2px 3px 2px 5px;
    margin: 0px 0px 8px 0px;
    font-size: 100%;
    font-weight: bold;
    background-color: white;
    border: none;      
    }


 /********************* footer ****************************/

#footer {
    text-align: left;
    display: block;
    margin: 20px 0px 0px 10px;
    padding: 4px 0px 20px 0px;
    color: black;
    font-size: 90%;
    border-top: solid 1px black;
    
    }

#menuFooter {
  display: none;
}

