#content div.list-filter
{
	position: relative;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#616775), to(#474950));
	background: -moz-linear-gradient(top, #616775, #474950);
	background: -o-linear-gradient(top, #616775, #474950);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#616775', endColorstr='#474950');
	border-top: 1px solid #727684;
	color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 100%;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	z-index: 3;
	max-height: 38px;
}

#content div.list-filter
{
	float: left;
	padding: 0 0px;
}

#content div.list-filter strong,
#content div.list-filter div
{
	position: relative;
	display: block;
	float: left;
	clear: none;
	padding: 6px 0;
}

#content div.list-filter strong
{
	padding-top: 9px;
	padding-right: 8px;
	padding-left: 10px;
}

#content div.list-filter div a.selected
{
	font-size: 14px;
	display: block;
	background-image: url(../../img/EurogamerPage/sprites.png);
	background-position: 0px -570px;
	border-top: 1px solid #575b65;
	background-repeat: no-repeat;
	border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
	color: #000000;
	height: 24px;
	min-width: 100px;
	padding: 6px 10px 0 18px;
	margin-top: -3px;
	text-shadow: none;
}

#content div.list-filter div ul
{
	background: white;
	position: absolute;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	margin: 12px 0 0 0;
	padding: 5px 0;
	display: none;
}

#content div.list-filter div ul li img
{
	position: absolute;
	top: -15px;
	left: 10px;
}

#content div.list-filter div ul li a
{
	display: block;
	padding: 1px 9px;
	color: #808080;
	text-shadow: none;
	white-space: nowrap;
}

#content ul.list li
{
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	font-weight: normal;
}

#content ul.list li:nth-child(even)
{
	background-color: #f7f8fb;
}

#content ul.list li:last-child
{
	margin-bottom: 10px;
}

/* --- Game item --------------------------------- */

#content ul.list li:nth-child(even)
{
	background-color: #f7f8fb;
}

#content ul.list li.game
{
	min-height: 70px;
}

#content ul.list li.game img
{
	position: absolute;
	width: 50px;
	max-height: 70px;
	left: 10px;
	top: 10px;
}

#content ul.list li.game h2,
#content ul.list li.game p
{
	margin-left: 70px;
	margin-right: 60px;
}

#content ul.list li.game p:last-child
{
	margin-top: 5px;
}

#content ul.list li.game p a.tool
{
	margin-bottom: 10px;
}

#content ul.list li.game p a.tool.follow
{
	float: left;
}

#content ul.list li.game p span.links
{
	float: left;
	padding: 4px 0 0 4px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
#content ul.list li.game p span.score
{
	font-weight: bold;
	font-size: 14px;
	color: #d0d0d0;
	margin: 0;
	padding: 0;
	top: 15px;
	right: 10px;
	font-weight: normal;
}

#content ul.list li.game p span.score big
{
	color: black;
	font-size: 22px;
	font-weight: bold;
	padding-right: 2px;
}

/* ---- Thread ----------------------------------- */

#content ul.list li.thread div.details,
#content ul.list li.thread-header
{
	width: 100%;
	font-size: 11px;
}

#content ul.list li.thread div.details h2 {
	padding-left: 10px;
}

#content.forum .content ul.list li.thread-header span.col1 {
	border-left: none;
}

#content.forum div.content ul.list span.col1
{
	padding-left: 26px;
}

#content.forum div.content ul.list span.col2,
#content.forum div.content ul.list span.col3,
#content.forum div.content ul.list span.col4 {
	padding-left: 10px;
}

#content ul.list li.thread-header {
	padding: 0 0 0 0;
	border-bottom: 1px solid #e0e0e0;
}

#content ul.list li.thread p {
	line-height: 15px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#content ul.list li.thread p span,
#content ul.list li.thread-header span
{
	display: block;
	float: left;
	color: black;
	font-family: Verdana, sans-serif;
	margin: 0 0 0 0;
}

#content ul.list li.thread-header span {
	border-left: 1px solid #e0e0e0;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content ul.list li.thread p span a
{
	color: #8b909a;
}

#content ul.list li.thread p span:nth-child(1),
#content ul.list li.thread-header span:nth-child(1)
{
	width: 27%;
	border-left: none;
}

#content ul.list li.thread p span:nth-child(2),
#content ul.list li.thread-header span:nth-child(2)
{
	width: 23%;
}

#content ul.list li.thread p span:nth-child(3),
#content ul.list li.thread-header span:nth-child(3)
{
	width: 33%;
}

#content ul.list li.thread p span:nth-child(4),
#content ul.list li.thread-header span:nth-child(4)
{
	width: 8%;
}

/* ---- Faded style for old/read threads --------- */

#content ul.list li.thread.last-sticky
{
	border-bottom: 4px solid #e4e6eb;
}

#content ul.list li.thread h2
{
	color: #808080;
	font-size: 14px;
	padding-right: 10px;
}

#content ul.list li.thread h2 img
{
	width: 12px;
	height: 12px;
}

#content ul.list li.thread h2 .icon-circle:before
{
	text-shadow: 0 -1px 1px #83a134;
	font-size: 0.7em !important;
	color: #9fcc22 !important;
}

#content ul.list li.thread h2 .icon-circle.read:before
{
	opacity: 0.2;
}

#content ul.list li.thread h2 span.paging
{
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #8b909a;
	font-weight: normal;
	background-image: url(../../img/EurogamerPage/Forum/paging.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding-left: 13px;
	margin-left: 4px;
}

#content ul.list li.thread h2 span.paging a
{
	color: #808080;
}

#content ul.list li.thread h2 span.paging a.last
{
	font-weight: bold;
}


/* ---- Users ------------------------------------ */

#content ul.list li.user
{
	min-height: 64px;
}

#content ul.list li.user img
{
	position: absolute;
	left: 10px;
	top: 12px;
	width: 64px;
	height: 64px;
}

#content ul.list li.user h2,
#content ul.list li.user p
{
	margin-left: 84px;
	clear: left;
}

#content ul.list li.user p:last-child
{
	margin-top: 4px;
}

#content ul.list li.user p:last-child > span
{
	padding-top: 3px;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

#content ul.list li.user p:last-child a.tool
{
	margin-right: 7px;
}

#content ul.list li.user p > span
{
	display: block;
	font-weight: normal;
}

#content ul.list li.user p span span,
#content ul.list li.user p span a
{
	display: inline;
	float: none;
}

#content ul.list li.more a.tool
{
	display: block;
	float: none;
	margin: 10px 0;
}

/* ---- Giveaways -------------------------------- */

#content ul.list li.giveaway
{

}

#content ul.list li.giveaway h2,
#content ul.list li.giveaway p
{
	margin-left: 10px;
	margin-right: 10px;
}

#content ul.list li.giveaway p:nth-child(2)
{
	margin-bottom: 5px;
}

#content ul.list li.giveaway p span.status
{
	color: red;
}

#content ul.list li.giveaway p span.status.active
{
	color: green;
}

#content ul.list li.giveaway p span.key
{
	font-weight: bold;
	color: black;
}

#content ul.list li.giveaway p span.key span
{
	font-weight: normal;
}

/* ---- Group ---------------------------------------------- */

#content ul.list li.group
{
	min-height: 78px;
}

#content ul.list li.group img
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 60px;
	height: 80px;
}

#content ul.list li.group h3,
#content ul.list li.group p
{
	margin-left: 80px;
}

#content ul.list li.group p span
{
	display: block;
	clear: both;
	color: #808080;
	font-weight: bold;
}

/* ---- Forum category ------------------------------------- */

#content ul.list li.forum-category img
{
	position: absolute;
	top: 12px;
	left: 15px;
	max-height: 16px;
	max-width: 20px;
}

#content ul.list li.forum-category h2,
#content ul.list li.forum-category p
{
	margin-left: 38px;
	margin-right: 10px;
}

#content ul.list li.forum-category h2
{
	font-size: 16px;
}

#content ul.list li.forum-category h2 span
{
	font-size: 11px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #c0c0c0;
}

#content ul.list li.forum-category p
{
	float: left;
	clear: none;
	font-size: 11px;
	line-height: 1.4;
	font-family: Verdana, sans-serif;
	width: 48%;
	margin: 0;
	padding: 0;
}

#content ul.list li.forum-category p.description
{
	color: #303030;
}

#content ul.list li.forum-category p
{
	margin-left: 38px;
}

#content ul.list li.forum-category p span
{
	color: #c0c0c0;
}

#content ul.list li.forum-category p.details
{
	float: right;
	width: 42%;
	margin-top: -16px;
	margin-left: 0;
	margin-right: 10px;
}

/* ---- Forum parent category ------------------------------ */

#content ul.list li.forum-category .tool.open,
#content ul.list li.forum-category .tool.close
{
	position: absolute;
	top: 14px;
	right: 10px;
	width: 60px;
}

#content ul.list li.forum-category.indent1
{
	background-color: #808080;
	color: white;
	font-weight: bold;
	border-top: 1px solid #727684;
	text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.5);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#616775), to(#474950));
	background: -moz-linear-gradient(top, #616775, #474950);
	background: -o-linear-gradient(top, #616775, #474950);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#616775', endColorstr='#474950');
	z-index: 4;
	padding: 10px 0;
	margin-top: 15px;
	border-radius: 2px 2px 0 0; -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0;
}

#content ul.list li.forum-category.indent1:first-child
{
	margin-top: 0;
}

#content ul.list li.forum-category.indent1 h2
{
	margin: 0 10px;
	padding: 0;
	font-size: 18px;
}

#content ul.list li.forum-category.indent1 h2 span
{
	display: block;
	position: absolute;
	top: 10px;
	left: 56%;
	color: white;
}

#content ul.list li.forum-category.indent1 h2 a
{
	color: #89D5FF;
}

#content ul.list li.forum-category.indent3,
#content ul.list li.forum-category.indent4,
#content ul.list li.forum-category.indent5,
#content ul.list li.forum-category.indent6
{
	padding: 8px 0;
}

/* ---- Sub-sub category ------------------------------ */

#content ul.list li.forum-category.indent3 h2
{
	font-size: 14px;
}

#content ul.list li.forum-category.indent3 img
{
	width: 14px;
	margin-top: -3px;
	margin-left: 24px;
}

#content ul.list li.forum-category.indent3 h2,
#content ul.list li.forum-category.indent3 p.description
{
	padding-left: 24px;
}

#content ul.list li.forum-category.indent3 p.description
{
	width: 40%;
}

/* ---- Sub-sub-sub category ------------------------------ */

#content ul.list li.forum-category.indent4 h2
{
	font-size: 14px;
}

#content ul.list li.forum-category.indent4 img
{
	width: 14px;
	margin-top: -2px;
	margin-left: 46px;
}

#content ul.list li.forum-category.indent4 h2,
#content ul.list li.forum-category.indent4 p.description
{
	padding-left: 46px;
}

#content ul.list li.forum-category.indent4 p.description
{
	width: 40%;
}

/* ---- Sub-sub-sub-sub category ------------------------------ */

#content ul.list li.forum-category.indent5 h2
{
	font-size: 13px;
}

#content ul.list li.forum-category.indent5 img
{
	width: 14px;
	margin-top: -3px;
	margin-left: 68px;
}

#content ul.list li.forum-category.indent5 h2,
#content ul.list li.forum-category.indent5 p.description
{
	padding-left: 68px;
}

#content ul.list li.forum-category.indent5 p.description
{
	width: 40%;
}

/* ---- Sub-sub-sub-sub-sub category ------------------------------ */

#content ul.list li.forum-category.indent6 h2
{
	font-size: 13px;
}

#content ul.list li.forum-category.indent6 img
{
	width: 14px;
	margin-top: -3px;
	margin-left: 88px;
}

#content ul.list li.forum-category.indent6 h2,
#content ul.list li.forum-category.indent6 p.description
{
	padding-left: 88px;
}

#content ul.list li.forum-category.indent6 p.description
{
	width: 40%;
}

/* ---- Forum special categories (following/mod mode) ------ */

#content ul.list li.forum-category.special h2,
#content ul.list li.forum-category.special p
{
	margin-left: 10px;
}

/* ---- Article (new style) -------------------------------- */

#content div.content ul.list li.article,
#content div.content ul.list li.article *
{
	box-sizing: border-box;
}

#content div.content ul.list li.article
{
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	border: 0;
	background-color: #e8eaf0;
	padding: 1rem;
	padding-left: 190px;
	padding-right: 8px;
}

#content div.content ul.list li.article .image
{
	position: absolute;
	display: block;
	width: 215px;
	border: 1px solid #d5d6dc;
	top: .5rem;
	left: .5rem;
	bottom: .5rem;
	border-radius: .25rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	overflow: hidden;
}

#content div.content ul.list li.article div
{
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: .5rem;
	border: 1px solid #d5d6dc;
	background-color: white;
	border-radius: .2rem;
	min-height: 5.5rem;
}

#content div.content ul.list li.article .comment-count
{
	position: absolute;
	bottom: .5rem;
	right: .75rem;
}

#content div.content ul.list li.article div .title,
#content div.content ul.list li.article div .subtitle
{
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	padding-right: 2.75rem;
}

#content div.content ul.list li.article div .title
{
	font-size: 18px;
	padding-bottom: 3px;
}

#content div.content ul.list li.article div .subtitle
{
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.2;
	margin-bottom: .75rem;
}

#content div.content ul.list li.article div .rating
{
	position: absolute;
	right: .75rem;
	top: .75rem;
	width: 2rem;
	height: auto;
}

#content div.content ul.list li.article + li.article
{
	padding-top: .5rem;
}

#content div.content ul.list li.article + li.article .image
{
	top: 0;
}

/* ---- Tags ------------------------------------- */

.tagset
{
	display: block;
	float: left;
	clear: left;
	padding: 0;
	margin: .75em 0 0 0;
	line-height: 1;
}

.tagset > .tag
{
	display: block;
	float: left;
	margin: 0;
	padding: 4px;
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.15);
	font-size: 10px;
	font-family: Verdana, sans-serif;
	line-height: 11px;	
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	background-color: #e7e9f0;
	color: #808080;
	text-shadow: 0 1px 0px white;
}

.tagset > .tag:first-of-type
{
	border-radius: .2rem 0 0 .2rem;
}

.tagset > .tag:last-of-type
{
	border-radius: 0 .2rem .2rem 0;
}

.tagset > .tag:only-of-type
{
	border-radius: .2rem;
}

.tagset > .tag.essential,
.tagset > .tag.recommended
{
	border-color: rgba(0,0,0,.1);
	font-weight: bold;
	color: white;
	text-shadow: none;
	background-color: #d8ae33;
}

.tagset > .tag.recommended
{
	background-color: #7e7e7e;
}