@charset "utf-8";
/* Banner */
#promotion {
/*  margin-bottom: 5px;*/
}

/* Donate */
#donate {
  height: 184px;
  border-top: 1px solid #CCC;
  padding-bottom: 10px;
}
#donate ul {
  height: 82px;
  margin: 0 8px;
  border-top: 1px dashed #CCC;
  border-bottom: 1px dashed #CCC;
}
#donate li {
  padding: 3px 5px;
}
#donate li span {
  float: right;
}
#donate p {
  padding: 7px 10px;
}
/*  Scroller  */
.Scroller-Container {
  width: 160px;
  padding: 0 0 30px 5px;
  position: absolute;
  top: 0px;
  left: 0;
}
.Scrollbar-Up {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #E3E1E1 url(../images/btn_arrow_up.gif) no-repeat center center;
  font-size: 0px;
  border: 1px solid #D3D2D2;
  border-top-color: #FFF;
  border-left-color: #FFF;
  top: 15px;
}
.Scrollbar-Track {
  width: 15px;
  height: 338px;
  position: absolute;
  top: 32px;
  background: #EEE;
  border: 1px solid #D3D2D2;
  border-top-color: #FFF;
  border-left-color: #FFF;
}
.Scrollbar-Handle {
  position: absolute;
  width: 15px;
  height: 30px;
  background: #E3E1E1;
  border: 1px solid #D3D2D2;
  border-top-color: #FFF;
  border-left-color: #FFF;
}
.Scrollbar-Down {
  position: absolute;
  top: 372px;
  width: 15px;
  height: 15px;
  background: #E3E1E1 url(../images/btn_arrow_down.gif) no-repeat center center;
  font-size: 0px;
  border: 1px solid #D3D2D2;
  border-top-color: #FFF;
  border-left-color: #FFF;
}
#Scrollbar-Container {
  position: absolute;
  top: 10px;
  right: 18px;
}

/* Intro */
#intro {
  height: 300px;
  padding: 0 0 0 230px;
}
#intro h2 {
  text-indent: -9999px;
  background: url(../images/title_whatis.gif) no-repeat;
  height: 17px;
  margin: 0 0 10px -220px;
}
#intro .content {
  line-height: 160%;
  text-indent: justify;
  margin: 0 0 10px -220px;
}
#intro #blueshop {
  background: url(../images/bg_blueshop.gif) no-repeat;
  height: 269px;
  margin: 0 0 0 -230px;
  color:#333;
}
#intro #blueshop .textleft {
  line-height: 160%;
  color: #666;
  width: 250px;   height: 125px;
  padding: 70px 10px 0 135px;
  float: left;
  position: relative;
}
#intro #blueshop .textright {
  line-height: 160%;
  color: #fff;
  text-align: justify;
  width: 216px;
  padding: 70px 15px 0;
  float: left;
  position: relative;
}
#intro #blueshop .more {
  color: #fff;
  text-decoration: underline;
  position: absolute;
  top: 45px;    right: 30px;
}
#intro #blueshop .nowtry {
  text-indent: -9999px;
  display: block;
  width: 155px;   height: 42px;
  position: absolute;
  bottom: -60px;    right: 85px;
}
#intro #blueshop .nowdownload {
  text-indent: -9999px;
  display: block;
  width: 188px;   height: 42px;
  position: absolute;
  bottom: -72px;    right: 17px;
}
#intro #blueshop a:hover.more {
  color: #333;
}
#intro #blueshop .textleft .more {
  color: #39c;
}

/* global-showcase */
#global-showcase {
  background: url(../images/bg_case.png) repeat-x;
  height: 239px;
  border: 1px solid #CCC;
  margin-top: 7px;
}
#global-showcase h3 {
  font: bold 12px Arial;
  margin: 10px 0 8px 15px;
}
#global-showcase #showcase-info {
  padding: 0 15px;
}
#global-showcase #showcase-info #showcase-info-title {
  display: block;
  margin-bottom: 5px;
}
#global-showcase #showcase-info #showcase-info-title a {
  border-bottom: 1px dotted #CCC;
}
#global-showcase #showcase-info #showcase-info-title a:hover {
  border-bottom: 1px dotted #FF6C00;
}
#global-showcase #showcase-info {
  line-height: 140%;
  width: 430px;
  float: left;
}
#global-showcase .showcase-list {
  width: 160px;
  padding: 2px 0 0 10px;
  margin-top: 0;
  float: left;
}
#global-showcase .showcase-list li {
  float: left;
  margin: 1px 8px 8px 1px;
}
#global-showcase .showcase-list li a {
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #fff;
}
#global-showcase .showcase-list li a:hover {
  border: 1px solid #666;
}
#global-showcase .showcase-info-intro {
  text-align: justify;
  margin: 8px 0;
}

.yui-navset {padding:5px;}
#news-tab {margin:5px 5px 5px 10px;}
#news-tab a {font-weight:bold;}
