#yooBox li {
  color: #000;
  width: 199px;
  position: absolute;
  list-style-type: none;
  list-style-position: inside;
}

#yooBox ul {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  height: 490px;

}

#yooBox .yItemBG {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#FFFFFF none repeat scroll 0 0;
  border-left:1px solid #C8C8C8;
  border-right:1px solid #C8C8C8;
  padding:0 1px;
}

#yooBox .yItemBottomL {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background: transparent url(img/yItemBottomLeftHover.png) no-repeat scroll 0 100%;
}

#yooBox .yItemBottomR {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(img/yItemBottomRightHover.png) no-repeat scroll 100% 100%;
  padding:0 10px;
}

#yooBox .yItemBottomM {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(img/yItemHover.png) repeat-x scroll 0 100%;
  height:10px;
}

#yooBox .yItemMain {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(img/yItemBottomMiddleHover.png) repeat-x scroll 0 100%;
  height:210px;
}

.yContent {
  font-size:95%;
  line-height:125%;
  overflow:hidden;
  padding:18px 10px 0;
}

.yContentTi {
  color: #3f3f3f;
  font-size: 11pt;
  font-weight: normal;

}

.yContentTe {
  color: #000;
  font-size: 8pt;
  margin-top: 5px;
}

.yContentPi {
  height: 120px;
  text-align: center;
}

.yHeader {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(img/yHeaderLeft.png) no-repeat scroll 0 0;
  color:#646464;
  font-size:100%;
  font-weight:bold;
  line-height:25px;
  margin:0;
  padding:0;
}

span.yHeaderRight {
  background:transparent url(img/yHeaderRight.png) no-repeat scroll 100% 0;
  padding:0 10px;
  display: block;
}

span.yHeaderMiddle {
  background:transparent url(img/yHeaderMiddle.png) repeat-x scroll 0 0;
  height:25px;
  display: block;
}

