/* skipta colors */

h1 small {
  color : #99C;
}
.pghead {
  background : #558;
}
.navigation {
  background : #335;
}
.navigation ul {
  border-left-color: #558;
}
.navigation ul li {
  border-right-color: #558;
}
.navigation ul li a {
  color : #bbc;
}


/* title gimmik */

h1 i {
  border-left : 1px dotted #aaa;
  margin : 0 2px;
}


/* popup */

.pop {
  position : absolute;
  top : 50px;
  left : 0;
  background : #eee;
  border : 2px solid #888;
  padding : 8px;
}
.pop .f_group {
  margin : 0;
}
.pop .close {
  position : absolute;
  top : -2px;
  right : -2px;
  overflow : hidden;
  text-indent : -9999em;
  width : 19px;
  height : 19px;
  background : url(../i/close.gif) 0 100% no-repeat;
}

.pop .fi_txt label {
  margin-right : -120px;
}
.pop .fi_btn {
  margin-right : 0;
}

/* js things */

i.h {
  border : 1px solid blue;
  overflow : hidden;
  width : 1px;
  letter-spacing : -20em;
}
u.u {
  border-bottom : 2px dotted red;
  margin-bottom : -2px;
  text-decoration : none;
}
u.g {
  text-decoration : none;
  background : #ff0;
}
