/**
 * Copyright(c) 2008-2009, gamegoldfast.com Inc. Some rights reserved.
 */

/* begin quick buy now */
#min_center .quick_buy{
  background: url(../images/quickbuy.jpg) no-repeat;
  width: 511px;
  height: 254px;
  position: relative;
}

.quick_buy .quick_buy_form{
  position: absolute;
  top: 50px;
  left: 45px;
}

.quick_buy_form .buy_form_title{
  font: bold .75em Tahoma, Arial, sans-serif;
  margin-bottom: 5px;
  margin-left:10px;
}

.quick_buy_form ul{
  margin-left: 10px;
}

.quick_buy_form li{
  margin-bottom: 5px;
  padding: 1px 0;
}

.quick_buy_form li select{
  width: 180px;
}

.quick_buy_form .btn_buy{
  background: url(../images/button.png) no-repeat;
  border: 0;
  height: 23px;
  width: 69px;
  color: #fff;
  font: .75em Tahoma, Arial, sans-serif;
  padding-bottom: 3px;  
  margin-left: 110px;
  cursor: pointer;  
}
/* hot game list */

#min_center .hot_game_list{
  /*border: #ccc 1px solid;*/
  margin-top: 5px;
  padding: 1px;
  width: 511px;
}

#min_center .hot_game,.last_news{
  font-size: .75em;  
  border-top: #949597 1px solid;
  border-right: #949597 1px solid;
  border-left: #949597 1px solid;
  padding: 1px;
}

#min_center .hot_game .game_title{
  height: 34px;
  color: #fff;
  font-weight: bold;
  padding: 4px 0 0 35px;
  background: url(../images/hotgames.jpg) repeat-x;
}

.hot_game li{
  float: left;
  width: 168px;
  background-color: #fff;
  text-align: center;
  padding-bottom: 10px;
  height: 120px;
}

.hot_game_list .cnt_h_bottom,.last_news_list .cnt_h_bottom{
  display: block;
  overflow: hidden;
  position: relative;
  width: 511px;
  height: 8px;
  margin: 0;
  top:-1px;
}

.hot_game_list .cnt_h_bottom img,.last_news_list .cnt_h_bottom img{
  position: absolute;
  left: 0;
  top: -26px;
  border: 0;
}






.comment{
  padding: 5px;
  border: #ccc 1px solid;
  margin: 5px 0;
  font-size: .75em;
  line-height: 180%;
  width: 500px;
}

.comment h1{
	font-weight: bold;
}
/* last news */

#min_center .last_news_list{
  /*border: #ccc 1px solid;*/
  margin-top: 5px;
  padding: 1px;
  width: 511px;
}

#min_center .last_news{
  font-size: .75em;
  padding: 1px;
}

#min_center .last_news .last_news_title{
  /*background: url(../images/nav.png) no-repeat left -265px;*/
  background: url(../images/hotnews.jpg) repeat-x;
  height: 34px;
  color: #fff;
  font-weight: bold;
  padding: 4px 0 0 35px;
}

.last_news li{
  padding: 0 0 5px 10px;
  background-color: #fff;
  position: relative;
}

.last_news li span{
  margin-right: 20px;
  position: absolute;
  right: 0;
  color: #666;
}