.sangame-container .sg-list .sg-ads, .sangame-container .sg-event-list .sg-event {
  background-color: #ebebeb; 
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cacaca;
  margin: 0;
  padding: 4px;
}

.sangame-container .sg-list .sg-ads .images {
    float: left;
    padding-right: 5px;
    max-width: 32px;
    max-height: 32px;
}

.sangame-container .sg-event-list .sg-event .images {
    float: left;
    background: url(images/red_dot.png) no-repeat 0 4px transparent;
    display: block;
    height: 16px;
    width: 16px;
}

.sangame-container .sg-event-list .sg-event .info {display:none}

.sangame-container .sg-list .sg-ads h3, .sangame-container .sg-event-list .sg-event h3, .sangame-container em {
  	font-style: normal!important;
  	font-weight: normal!important;
  	text-decoration: none!important;
}


.filelist_paging, .sangame-container .sg-event-more, .sangame-container .sg-more {
  background-color: #8cbcdd;
  font-size: x-small;
  padding: 2px 4px 3px 4px;
  border-top: 1px solid #8cbcdd;
  border-bottom: 1px solid #8cbcdd;
  border-right: 2px solid #8cbcdd;
  border-left: 2px solid #8cbcdd;
}
.filelist_paging span {
  background-color: #f9d9b0;
  border: 1px solid #f9bc6d;
  padding: 0px 5px 0px 5px;
  color: #8f6c3f;
}
.filelist_paging a {
  background-color: #f0f7fc;
  border: 1px solid #6cb2e4;
  padding: 0px 5px 0px 5px;
  color: #2b485c;
  text-decoration: none;
}
.filelist_paging a:hover {
  background-color: #fff4e5;
  border: 1px solid #f9d9b0;
  color: #8f6c3f;
}