/*****************************************************
* Browse
*****************************************************/

#column-mid {
	width: 600px;	
}

#column-right {
	width: 160px;
}

.browse #column-mid li.game span {
	width: 225px;	
}

.browse #column-mid ol {
	margin: 0 0 20px 0;	
}

#browse-filters {
	float: left;	
	width: 600px;
	padding: 6px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ffd37f;
	background: #fef2dc;
}

#browse-filters li {
	float: left;
	margin: 0 0 0 10px;
	padding: 4px;
}

#browse-filters li.selected {
	background: #ffd37f;
	padding: 4px 10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#browse-filters li.selected a {
	color: #2E2415;
}

#browse-filters-close {
	float: left;	
	width: 600px;
	padding: 6px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ffd37f;
	background: #fef2dc;
}

#browse-filters-close li {
	float: left;
	margin: 0 0 0 4px;
	padding: 4px;
}

#browse-filters-close li.selected {
	background: #ffd37f;
	padding: 4px 4px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#browse-filters-close li.selected a {
	color: #2E2415;
}


.browse .score-list {
	position: relative;
	top: -5px;
	width: 400px;
	float: left;	
}

.browse .score-list li {
	width: 390px;
	float: left;	
}

.browse .score-list .game {
	margin: 0;
	padding: 5px;
}

.browse #column-mid .score-list li.game span {
	width: auto;	
}

.browse #column-mid .score-list li.game .score {
	font-size: 12px;
}

.browse #column-mid .score-list li.game .score-wrap {
	width: 345px;	
}

.browse #column-mid #recently-played, .browse #column-mid #top-scores  {
	width: 400px;
	margin: 0 auto;
	float: none;	
}

.browse #column-mid .score-list .username {
	padding: 1px 0 0 0;	
}

.browse #column-mid #top-scores #browse-filters {
	width: 400px;	
}

.browse #column-mid #recently-played .score-wrap {
	width: auto;	
}

.browse #column-mid #recently-played ul {
	margin: 10px 0 0 0;	
}

.browse #column-mid #recently-played .game-title {
	padding: 9px 0 0;
}

.score-list .game-title {
  font-weight: normal;
  padding: 2px 0 0;
  width: 100%;	
  font-size: 12px;
  position: relative;
}

.score-list .thumb, .score-list .thumb img {
  width: 30px;
  height: 30px;
}

.score-list .username {
  display: block;
  float: left;
  clear: both;
  width: auto;	
}

.score-list .score {
  color: #457300;
  display: block;
  float: right;
  width: auto;
}

.score-list .alt {
  background: #fff3dd;	
}

.game-title em.setting-hard, .game-title em.setting-easy {
  display: inline-block;
  width: 30px;
  height: 11px;	
  background-image: url(../image/nav-sprite.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  margin: 0 0 0 3px;
}

.setting-hard { background-position: -171px -311px; }
.setting-easy { background-position: -171px -290px; }


#games-az #browse-filters {
	width: 590px;
	padding-left: 10px;
}

#games-az #browse-filters .seeall {
	margin: 0 10px 0 0;	
}

#games-az #browse-filters li {
	margin: 0 0 0 1px;
}

#top-games li.description {
	float: right;
	font-size: 11px;
	padding-right: 10px;
}

li.description {
	float: left;
	font-size: 11px;
	padding-right: 10px;
}
