

.option_container {
  width: auto;
  height: auto;
  float:left;
}

.o_frame_up {
  clear: both;
  float: left;
  width: 296px;
  height: 10px;
  background: url('../pics/option_frame_up.gif') no-repeat;
  font-size: 2px;
}

.o_frame_main {
  clear: both;
  float: left;
  width: 296px;
  height: auto;
  background: url('../pics/option_frame_main.gif') repeat-y;
    cursor: pointer;
  cursor: hand;
}

.o_frame_main a {
  text-decoration: none;
}

.o_frame_down {
  clear: both;
  float: left;
  width: 296px;
  height: 10px;
  background: url('../pics/option_frame_down.gif') no-repeat;
  font-size: 2px;
}


.option_title {
  height: auto;
  width: auto;
  float: left;
  font-family:  "Trebuchet MS", "arial black", sans-serif; 
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  color: #FFFFFF;
  text-decoration:none;
  padding-left: 0px;
  text-align: left;
  clear: right;
}

.option_title a {
  color: #FFFFFF;
  text-decoration:none;
}


.option_text {
  float: right;
  width: 204px;
  height: 132px;
  font-size: 11px;
  color: #CCCCCC;
  text-decoration:none;
  margin: 8px 10px 0px 0px;
  text-align: justify;
}

.option_text a {
  color: #CCCCCC;
  text-decoration:none;
}


.option_pic {
  clear: both;
  float: left;
  width: 62px;
  height: 170px;
  margin: 0px 10px 0px 10px;
}

.option_pic img {
  border: none;

}

.option_link {
  clear: right;
  width: 190px;
  font-size: 12px;
  height: 12px;
  font-weight: bold;
  text-align: right;
  text-decoration:none;
  float: right;
  margin-right: 10px;
}

.option_link a {
  color: #CCCCCC;
  text-decoration:none;
}

.option_link a:hover {
 color: #FFCC00;
 text-decoration:none;
}

