body {
   margin: 0;
   padding: 0;
   font-size: 75%; /* about 10px if browser size is set at default (16px) */
   font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
   color: #000;
   line-height: 150%;
}
   a img { border: 0; }
    
form {
    padding: 0px;
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
   margin: 0;
   padding: 0;
   background-color: transparent;
}
   h2, h3 {
      margin-bottom: 0.3em;
      padding-bottom: 0.2em;
      color: #0098Fd;
      text-transform: uppercase;
      letter-spacing: 0.1em;
   }
      h2 { font-size: 1.4em; }
#beta {
    display:none;
}
#colors {
    display:none;
}
#colors a {
    display:none;
}
.searchBox {
    display:none;
}
.searchBoxOver {
    display:none;
}
.searchBoxOver #searchBoxWrapper  #textBox {
     display:none;;
}
    #searchBoxWrapper {
        display:none;
    }
    #searchBox #searchBoxWrapper #textBox {
        display:none;
        
    }
    #searchBox #searchBoxWrapper #submit {
        display:none;
    }
#wrapper {
    width: 100%;
}
    
    #header {
    	width: 100%;
    }
        #header h1 a {
            display:none;
        }
        #header #menu {
            display:none;
        }
            #header #menu li {
                display:none;
            }
            
    #promo {
        display:none;
    }
    #content { 
        position: relative;
        padding-top: 20px;
    }
    
        #content #leftCol {
            display:none;
        }
            
         #content #rightCol {
            width: 100%;
        }
        #content #rightCol div.profile {
            position: relative;
        }
        #content #rightCol div.profile div.stars{
            position: absolute;
            top: 0px;
            right: 0px;
            width: 100px;
        }
        #content #rightCol a {
        	color: #0098Fd;
        }
        #content #rightCol h2 {
        	font-family: Georgia, New York, Serif;
        	font-weight: normal;
        	font-size: 2em;
        	text-transform: none;
        }
    #ftr {
        display:none;
    }   
    
#title {
	display:none;
}

div.hr hr {
	display: none;
}
div.hr {
	border-top: 1px solid #333;
	height: 1px;
	width: 700px;
	margin: 20px auto 20px auto;
}
#contactInfo {
    margin-top: 20px;
    margin-bottom: 10px;
}
#contactInfo td {
    padding: 2px 10px;
}
#contactInfo td.key  {
    font-weight: bold;
    text-align: right;
    border-right: 1px solid #CCC;
}
#content #rightCol a.btn {
    display:none;
}
#content #rightCol span.warn {
    display:none;
}

#content #rightCol div.review {
    margin: 10px 0px;
    padding: 10px 0px;
}
#content #rightCol div.review span.ftrLnks {
    display:none;
}

#content #rightCol div.review h4 {
    font-family: Georgia, New York, Serif;
    color: #000;
    font-size: 1.7em;
    font-weight: normal;
}
#content #rightCol div.review h5 {  
    font-size: .9em;
    color: #666;
    font-weight: normal;
    text-tranform: normal;
    padding-bottom: 7px;
}
#login {
    display:none;
}