@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("juick.com") {

#hlinks img { 
 display: none !important; 
} 

body { 
  font-family: arial, sans-serif !important;
  font-size: 85%; 
}

html, 
#pagetabs li, 
#content,
#hlinks { 
  background: #fff !important; 
}

#cse-search-box .inp {
border: 2px solid #fff !important;
}

#cse-search-box .subm {
display: none !important;
}

html { 
  color: #000 !important;
}

h1, 
h2, 
a { 
  color: #00690D !important; 
}

#hlinks, 
#lcol h2, 
#rcol h2 { 
  border-bottom: 1px solid #00690D !important;
}

#content { 
  border-width: 0px !important;
  border-top: 1px solid #00690D !important; 
}

#content li { 
  border-width: 0px !important; 
}

#pagetabs li { 
  border-left: 1px solid #00690D !important;
  border-right: 1px solid #00690D !important;
  border-top: 1px solid #00690D !important;
}

strong { 
  border: #4F7A54 1px solid !important; 
}

#lcol, 
#rcol, 
.page, 
#content small, 
#small, 
#footer,
#userinfo .status { 
  color: #4F7A54 !important; 
}

a { 
  text-decoration: underline !important; 
}

a:hover { 
  text-decoration: none !important; 
  color: #4F7A54 !important;
}

}