/**
 * Farbcodes: *
	#de1920
	body.site-ng	{ color: #167cbc; }
	body.site-360	{ color: #51c551; }
	body.site-ps3	{ color: #de1920; }
	body.site-psp	{ color: #f49e32; }
	body.site-vita	{ color: #cb7832; }
	body.site-wii	{ color: #3d92ea; }
	body.site-wiiu	{ color: #1d72ca; }
	body.site-ds	{ color: #62b9d8; }
	body.site-3ds	{ color: #2f829a; }
	body.site-ost	{ color: #939393; }
	body.site-div	{ color: #684fec; }
	body.site-ipod	{ color: #85cee9; }
	body.site-mov	{ color: #b3b3b3; }
*/
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	text-align: center;
	background-color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 8pt;
	color: #333;
	position: relative;
}

h1,h2,h3,h4,h5,h6,p,em {
	font-weight: normal;
	margin: 0;
}
table { font-size: inherit; }
a {
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	color: #de1920;
	position: relative;
}
a.act { color: #1a1a1a; }
a.Important:hover { text-decoration: underline;}
img { border: 0; }

body.site-ng	a, body.site-ng		.coloured,
body.ngn		a, body.ngn			.coloured { color: #167cbc; }
body.site-360	a, body.site-360	.coloured { color: #51c551; }
body.site-ps3	a, body.site-ps3	.coloured { color: #de1920; }
body.site-psp	a, body.site-psp	.coloured { color: #f49e32; }
body.site-vita	a, body.site-vita	.coloured { color: #cb7832; }
body.site-wii	a, body.site-wii	.coloured { color: #3d92ea; }
body.site-wiiu	a, body.site-wiiu	.coloured { color: #1d72ca; }
body.site-ds	a, body.site-ds		.coloured { color: #62b9d8; }
body.site-3ds	a, body.site-3ds	.coloured { color: #2f829a; }
body.site-ost	a, body.site-ost	.coloured { color: #939393; }
body.site-div	a, body.site-div	.coloured { color: #684fec; }
body.site-ipod	a, body.site-ipod	.coloured { color: #85cee9; }
body.site-mov	a, body.site-mov	.coloured { color: #b3b3b3; }
.uncoloured,
html body a .uncoloured { color: #333; color: #333 !important; }
.lightgrey,
html body a .lightgrey { color: #898989; }

body a.button { color: #fff; }

.script { display: none; }


/*p, .p { display: inline-block; }*/

.l    { float: left; }
.r    { float: right; }
.t-l  { text-align: left; }
.t-c  { text-align: center; }
.t-r  { text-align: right; }
.cf   { clear: both; }
.h    { display: none; }
.b    { font-weight: bold; }
.rel  { position: relative; }
.abs  { position: absolute; }
.c    { margin-left: auto; margin-right: auto; }
.oh   { overflow: hidden; }

.w20  { width: 20px; }
.w30  { width: 30px; }
.w40  { width: 40px; }
.w55  { width: 55px; }
.w60  { width: 60px; }
.w70  { width: 70px; }
.w80  { width: 80px; }
.w90  { width: 90px; }
.w90f { width: 90px; width: 90px !important; }
.w100 { width: 100px; }
.w110 { width: 110px; }
.w120 { width: 120px; }
.w140 { width: 140px; }
.w150 { width: 150px; }
.w160 { width: 160px; }
.w168 { width: 168px; }
.w185 { width: 185px; }
.w190 { width: 190px; }
.w202 { width: 202px; }
.w220 { width: 220px; }
.w242 { width: 242px; }
.w250 { width: 250px; }
.w270 { width: 270px; }
.w290 { width: 290px; }
.w330 { width: 330px; }
.w380 { width: 380px; }
.w400 { width: 400px; }
.w418 { width: 418px; }
.w440 { width: 440px; }
.w464 { width: 464px; }
.w475 { width: 475px; }
.w600 { width: 600px; }
.w620 { width: 620px; }
.w685 { width: 685px; }
.w688 { width: 688px; }
.w798 { width: 798px; }
.w870 { width: 870px; }
.h18  { height: 18px; }
.h20  { height: 20px; }
.h24  { height: 24px; }
.h90  { height: 90px; }
.h660 { height: 660px; }
.p1t  { padding-top: 1px; }
.p2t  { padding-top: 2px; }
.p2v  { padding-top: 2px; padding-bottom: 2px; }
.p4   { padding: 4px; }
.p4t  { padding-top: 4px; }
.p4r  { padding-right: 4px; }
.p2tr { padding-top: 2px; padding-right: 2px; }
.p4tr { padding-top: 4px; padding-right: 4px; }
.p4b  { padding-bottom: 4px; }
.p4l  { padding-left: 4px; }
.p4r  { padding-right: 4px; }
.p4v  { padding-top: 4px; padding-bottom: 4px; }
.p7h  { padding-left: 7px; padding-right: 7px; }
.p8v  { padding-top: 8px; padding-bottom: 8px; }
.p8b  { padding-bottom: 8px; }
.p8h  { padding-left: 8px; padding-right: 8px; }
.p8t  { padding-top: 8px; }
.p8r  { padding-right: 8px; }
.p8l  { padding-left: 8px; }
.p10t { padding-top: 10px; }
.p10b { padding-bottom: 10px; }
.p10h { padding-left: 10px; padding-right: 10px; }
.p16l { padding-left: 16px; }
.p10v { padding-top: 10px; padding-bottom: 10px; }
.p20l { padding-left: 20px; }
.p20t { padding-top: 20px; }
.p20v { padding-top: 20px; padding-bottom: 20px; }
.p30l { padding-left: 30px; }
.p30v { padding-top: 30px; padding-bottom: 30px; }
.p45v { padding-top: 45px; padding-bottom: 45px; }
.m4r  { margin-right: 4px; }
.m4b  { margin-bottom: 4px; }
.m4v  { margin-top: 4px; margin-bottom: 4px; }
.m8r  { margin-right: 8px; }
.m8v  { margin-top: 8px; margin-bottom: 8px; }
.m8b  { margin-bottom: 16px; }
.m10v { margin-top: 10px; margin-bottom: 10px; }
.m12r { margin-right: 12px; }
.m16t { margin-top: 16px; }
.m16b { margin-bottom: 16px; }
.m20r { margin-right: 20px; }
.m20b { margin-bottom: 20px; }
.m24r { margin-right: 24px; }
.m30t { margin-top: 30px; }
.m32r { margin-right: 32px; }
.mh24 { min-height: 24px; }
.hr   {
	clear: both;
	border-top: 1px solid #dfdfdf;
	margin: 5px 0;
}
.hr hr { display: none; }
.t-r   { text-align: right; }

.black { color: #1a1a1a; }
.markup { background-color: #ff0; }
.bordered {
	border: 1px solid #dfdfdf;
	line-height: 1px;
}

th, td {
	vertical-align: top;
}



#Modal { text-align: left;}
#Modal p { margin: 1em 0; }


.ArticleContent { line-height: 2em; }
.ArticleContent .row { padding-bottom: 2em; }
.ArticleContent .column { float: left; }
.mcolumns-2.first,
.columns-2 .first { margin-right: 4%; }
.columns-3 .column { margin-right: 3%; }
.columns-3 .last { margin-right: 0; }
.columns-4 .column { margin-right: 2%; }

.mcolumns-2 {
	float: left;
	width: 48%;
}

#content { line-height: 1.6em; }



/*#Comments h3 { color: #1a1a1a; }*/
.Comment {
	border-top: 1px solid #dfdfdf;
	margin: 1em 0 2em 0;
	color: #666;
	line-height: 2em;
}
.Comment .CommentTitle { display: block; position: relative; font-style: normal; font-size: 10pt; padding: 0 0 6px 0; }
.Comment .CommentTitle a,
.Comment .CommentTitle .Author { font-weight: bold; }
.Comment .CommentTitle span { color: #000; }
.Comment input {
	border: 1px solid #dfdfdf;
	width: 2em;
	text-align: right;
}
.Comment .Like,
.Comment .Dislike {
	position: absolute;
	top: 0;
	right: 0;
}


.EditorActions {
	padding: 0;
	margin: 0;
	line-height: normal;
}
.EditorActions a.button {
	background-color: #f2f2f2;
	color: #1a1a1a;
	display: block;
	float: left;
	margin-left: 4px;
}
.EditorActions a.button.active,
.EditorActions a.button:hover {
	background-color: #424242;
	color: #fff;
}
.Editor .rte {
	min-height: 100px;
	border: 1px solid #dfdfdf;
	outline: 0;
	padding: 4px;
	overflow: auto;
}
.Editor textarea {
	display: none;
}
.Forumpost .rte {
	min-height: 150px;
}
.quotetop,
.quotemain,
.citate {
	border-left: 2px solid #bbb;
	padding-left: 10px;
}
.citate blockquote { margin-left: 0; }
.citate strong { color: #383838; }
.citate strong { color: #383838; }
.quotetop {
	padding-bottom: 10px;
	font-weight: bold;
}


/*.RatingTable { margin: 1em 0; }
.RatingTable .Rating,
.RatingTable .Rating div { width: 150px; height: 12px; }
.RatingTable .Rating { background-color: #eee; margin: 0 20px; }
.RatingTable .Rating div { background-color: #85cee9; }
*/
input, select, textarea, button { outline: 0; }



#bg {
	min-height: 100%;
	background-image: url(/img/ui/next-gamer.header.png);
	background-position: top center;
	background-repeat: no-repeat;
}
* html #bg { height: 100%; }
.sitebranded #bg { background-position: center -50px; }

#fw {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 105px 0;
	position: relative;
	z-index: 1;
}
#header {
	height: 205px;
	position: relative;
}
.sitebranded #header { height: 155px }
#header ul,
#header ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 2;
}
#header ul,
#header ul li,
#header ul li a {
	display: block;
	float: left;
}
#header ul {
	border-bottom: 1px solid #909090;
	width: 100%;
	padding: 0 0 1px 0;
	background-image: url(/img/ui/nav-top-bg.png);
}
#header ul li {
	position: relative;
	color: #aaa;
}
#header ul li a:hover {
	background-image: url(/img/ui/nav-top-bg.png);
	background-position: 0 -24px;
}
#header ul li,
#header ul li a {
	height: 24px;
	line-height: 24px;
}
#header ul li a {
	display: block;
	padding: 0 10px;
	white-space: nowrap;
	border-left: 1px solid #474747;
	border-right: 1px solid #090909;
	color: #fff;
}
#header ul li:first-child a { border-left: none; }
#header ul li:last-child a { border-right: none; }
#header ul li a.NextGamer {
	background-image: url(/img/ui/next-gamer.93.24.png);
	width: 93px;
	padding: 0;
	background-position: 0 -24px;
	text-indent: -10000em;
}


#header ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 2px 0 0 0;
	width: auto;
}
#header ul li ul li {
	clear: both;
}
#header ul li ul li,
#header ul li ul li a {
	width: 100%;
}
#header ul li ul,
#header ul li ul li a,
#header ul li:hover ul li a {
	background-image: none;
	border: none;
}
#header ul li:hover ul {
	display: block;
}
#header ul li:hover ul li {
	background-image: none;
}
#header ul li:hover ul li a {
	background-image: url(/img/ui/black.60.png);
	border-width: 0 1px 1px 1px;
	border-color: #b5b5b6;
	border-style: solid;
}
#header ul li:hover ul li a:hover {
	background-color: #167cbc;
	background-image: none;
}


#header ul li#MiniNews {
	height: 24px;
	padding: 0 10px;
	overflow: hidden;
	position: relative;
	width: 360px;
	color: #167cbc;
	display: none;
}
#MiniNews .items {
	position: absolute;
	left: 45px;
	height: 20000em;
}
#MiniNews .items a {
	float: left;
	clear: both;
	border: none;
	padding: 0 5px;
}
#MiniProfile {
	height: 24px;
	padding: 0;
/*	overflow: hidden;*/
	position: relative;
	width: 285px;
	text-align: right;
}
*+html #MiniProfile { border-right: 1px solid #1a1a1a; }
#header ul li#MiniProfile ul {
	left: auto;
	right: 67px;
}

#MiniProfile .itemframe {
	position: relative;
	height: 26px;
	overflow: hidden;
}
#MiniProfile .items {
	position: absolute;
	right: 0;
	height: 20000em;
	width: 330px;
}
*+html #MiniProfile .items { border-right: 1px solid #1a1a1a; }

#MiniProfile .items .item {
	float: right;
	clear: both;
	border: none;
/*	padding: 0 5px;*/
	color: #167cbc;
	width: 235px;
}
*+html #MiniProfile .items .item { border-right: 1px solid #1a1a1a; }

#header ul li#MiniProfile {
	display: block;
	float: right;
/*	padding: 0 10px;*/
/*	border: 1px solid #0f0;*/
}
#header ul li#MiniProfile .items a {
	display: block;
	border: none;
	padding: 0 7px;
	float: right;
}

#header ul li#MiniProfile .items a.register {
	color: #e60000;
	margin-right: 5px;
}
#header ul li#MiniProfile .items a.register:hover { color: #ff7e88; }
#MiniProfile input {
/*	border: 1px solid #ccc;*/
	border: none;
	background-color: transparent;
	width: 70px;
	height: 16px;
	height: 16px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #fff;
}
#MiniProfile button {
/*	border: 1px solid #ccc;*/
/*	background-color: #167cbc;*/
	border: none;
	background-color: transparent;
	color: #eee;
/*	padding: 1px 3px;*/
	padding: 0 3px;
	margin: 0;
	height: 17px;
	line-height: 15px;
	font-size: 11px;
}
#MiniProfile .items .white { color: #fff; }
#header #MiniProfile .Iconify {
	display: block;
	padding: 0 24px 0 5px !important;
	margin: 0 4px;
	background-image: url(/img/ui/miniprofile.red.20111203.png);
	background-position: 100% 0px;
	background-repeat: no-repeat;
}
#MiniProfile .Iconify span { display: none; }
#header #MiniProfile .NewWorld { background-position: 100% -24px; }
#header #MiniProfile .Money { background-position: 100% -48px; }
#header #MiniProfile .Messages { background-position: 100% -72px; }
#header #MiniProfile .Friends { background-position: 100% -96px; }
#header #MiniProfile .Groups { background-position: 100% -120px; }

#header #MemberLoginForm .Label,
#header #MemberLoginForm .Input,
#header #MemberLoginForm .Button {
	display: block;
	float: right;
	margin-right: 4px;
	line-height: 1px;
}

#header #MemberLoginForm .Label {
	line-height: 24px;
}
#header #MemberLoginForm .Input,
#header #MemberLoginForm .Button {
	border: 1px solid #ccc;
	margin-top: 3px;
	height: 16px;
}
#header #MemberLoginForm .Button {
	background-color: #167cbc;
}


h1,
h1 a {
	display: block;
	float: left;
	width: 1000px;
	height: 180px;
 	opacity: 0.01;
	-moz-opacity: 0.01;
	filter:alpha(opacity=01);
}
body.landing h1,
body.landing h1 a,
body.sitebranded h1,
body.sitebranded h1 a {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	text-indent: -10000em;
}

body.sitebranded h1,
body.sitebranded h1 a {
	display: block;
	width: 270px;
	height: 56px;
	text-indent: -10000em;
	color: #eee;
}
body.sitebranded h1 a {
	padding: 37px 0;
	background-image: url(/img/db/225x-max-trans/img/ui/next-gamer-where-the-future-begins.white.png);
	background-repeat: no-repeat;
	background-position: center left;
}
* html body.sitebranded h1 a {
	margin-top: 33px;
	padding-top: 0;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/db/225x-max-trans/img/ui/next-gamer-where-the-future-begins.white.png', sizingMethod='image');
}
#sitebrandingOpener {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
* html #sitebrandingOpener { position: absolute; }
#sitebrandingOpenerHeader {
/*	display: block;*/
	display: hidden;
	float: right;
	height: 130px;
	width: 727px;
}
#sitebrandingOpenerSkyscraper {
	display: block;
	width: 202px;
	height: 615px;
	margin-bottom: 20px;
}
.sitebranded #frame {
	background-color: transparent;
	background-image: url(/img/ui/bg_white.png);
	background-position: 0 700px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	position: relative;
}
.sitebranded #frameinner {
	position: absolute;
	z-index: -1;
	height: 1px;
	top: 10px;
	width: 1000px;
	background-color: #fff;
}
.sitebranded .Leaderboard {
	width: 728px;
	height: 95px;
	margin: 20px 0 0 0;
	overflow: hidden;
	float: right;
}



/* iPhone / mobile webkit */
@media screen and (max-device-width: 480px) {
	body.sitebranded #bg {
		background-size: 200% auto;
		background-color: #fff;
	}
	body.sitebranded #frame {
		background-color: transparent;
		background-image: none;
	}
	body.sitebranded #footer,
	body.sitebranded vmlframe\:roundrect {
		background-color: transparent;
		background-image: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}
/* iPad / mobile webkit */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body.sitebranded #bg {
		-webkit-background-size: 200% auto;
		background-color: #fff;
	}
	body.sitebranded #frame {
		background-color: transparent;
		background-image: none;
	}
	body.sitebranded #footer,
	body.sitebranded vmlframe\:roundrect {
		background-color: transparent;
		background-image: none;
		border-radius: 0px;
		-webkit-border-radius: 0px;
	}
}





#footer {
	clear: both;
/*	padding: 105px 0 22px 105px;*/
	padding: 65px 0 22px 105px;
}
body.forum #footer {
	padding-left: 0;
}

#footer ul,
#footer ul li {
	float: left;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer ul li {
	width: 100px;
	margin: 0 10px 0 0;
	line-height: 22px;
	min-height: 22px;
}
* html #footer ul li { height: 22px; }
#footer ul li a,
#footer ul li strong {
	display: block;
	color: #1a1a1a;
	font-weight: bold;
}
#footer ul li a:hover {
	color: #484848;
}
#footer ul li ul li { clear: both; }
#footer ul li ul li a {
	color: #aaa;
	font-weight: normal;
}
#footer ul li ul li a:hover {
	color: #167cbc;
}
#footer li.rss {
	background-image: url(/img/ui/rss.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 90px;
}
#footer li.rss li a {
	font-weight: bold;
}


#frame {
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	min-height: 700px;
/*	color: #1a1a1a;*/
	color: #666;
}
* html #frame { height: 700px; }


/* Rounded corners */
vmlframe\:roundrect {
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #666;
	display: block;
	width: 100%;
/*	min-height: 400px;*/
/*	height: 100%;*/
	margin-top: -20px;

	/* IE-specific */
	behavior: url(#default#VML);
	background-color: transparent\9;
}



div.nav-main ul,
div.nav-main ul li,
div.nav-main ul li a {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
div.nav-main {
	padding: 6px 0 0 0;
	height: 60px;
}
div.nav-main ul {
/*	float: left;*/
	clear: both;
}
div.nav-main ul li {
	float: left;
}
div.nav-main ul li a {
	padding: 2px 8px;
	color: #777;
}
div.nav-main ul li a.disabled,
div.nav-main ul li a.disabled:hover {
	color: #ccc;
	cursor:default;
}
div.nav-main ul li:first-child a { padding-left: 0; }
div.nav-main ul li:last-child a { padding-right: 0; }
div.nav-main ul li a:hover,
div.nav-main ul li a.act { color: #1a1a1a; }

body.forum div.nav-main { height: 30px; }


div.sites h2 {
	display: block;
	margin: 0;
	padding: 94px 16px 0 0;
	min-height: 36px;
	text-align: right;
	font-size: 16px;
	color: #de1920;
	text-transform: uppercase;
}
* html div.sites h2 { height: 36px; }
body.site-ng	div.sites h2,
body.ngn		div.sites h2 { color: #167cbc; }
body.site-360	div.sites h2 { color: #51c551; }
body.site-ps3	div.sites h2 { color: #de1920; }
body.site-psp	div.sites h2 { color: #f49e32; }
body.site-vita	div.sites h2 { color: #cb7832; }
body.site-wii	div.sites h2 { color: #3d92ea; }
body.site-wiiu	div.sites h2 { color: #1d72ca; }
body.site-ds	div.sites h2 { color: #62b9d8; }
body.site-3ds	div.sites h2 { color: #2f829a; }
body.site-ost	div.sites h2 { color: #939393; }
body.site-div	div.sites h2 { color: #684fec; }
body.site-ipod	div.sites h2 { color: #85cee9; }
body.site-mov	div.sites h2 { color: #b3b3b3; }



div.sites ul,
div.sites ul li,
div.sites ul li a {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
div.sites ul {
	padding: 0 16px 0 0;
}
div.sites ul li {
	float: right;
	clear: both;
	text-align: right;
}
div.sites ul li a {
	color: #999;
	font-weight: bold;
/*	line-height: 2em;*/
	height: 2em;
}
* html div.sites ul li a { width: 90px; }
div.sites ul li a:hover,
div.sites ul li a.act {
	color: #1a1a1a;
}



h3 {
	font-size: 2.2em;
	font-variant: small-caps;
	color: #1a1a1a;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.5em;
	color: #484848;
}
h5,
.h5 {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.3em;
	color: #de1920;
}
h6,
.h6 {
	font-size: inherit;
	font-weight: bold;
	margin: 3px 0;
}
h6.serif,
.h6-serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 5px 0 3px 0;
	font-style: italic;
}

body.site-ng	h5, body.site-ng	.h5,
body.ngn		h5, body.ngn		.h5 { color: #167cbc; }
body.site-360	h5, body.site-360	.h5 { color: #51c551; }
body.site-ps3	h5, body.site-ps3	.h5 { color: #de1920; }
body.site-psp	h5, body.site-psp	.h5 { color: #f49e32; }
body.site-vita	h5, body.site-vita	.h5 { color: #cb7832; }
body.site-wii	h5, body.site-wii	.h5 { color: #3d92ea; }
body.site-wiiu	h5, body.site-wiiu	.h5 { color: #1d72ca; }
body.site-ds	h5, body.site-ds	.h5 { color: #62b9d8; }
body.site-3ds	h5, body.site-3ds	.h5 { color: #2f829a; }
body.site-ost	h5, body.site-ost	.h5 { color: #939393; }
body.site-div	h5, body.site-div	.h5 { color: #684fec; }
body.site-ipod	h5, body.site-ipod	.h5 { color: #85cee9; }
body.site-mov	h5, body.site-mov	.h5 { color: #b3b3b3; }

body.site-ng	h6, body.site-ng	.h6,
body.ngn		h6, body.ngn		.h6 { color: #167cbc; }
body.site-360	h6, body.site-360	.h6 { color: #51c551; }
body.site-ps3	h6, body.site-ps3	.h6 { color: #de1920; }
body.site-psp	h6, body.site-psp	.h6 { color: #f49e32; }
body.site-vita	h6, body.site-vita	.h6 { color: #cb7832; }
body.site-wii	h6, body.site-wii	.h6 { color: #3d92ea; }
body.site-wiiu	h6, body.site-wiiu	.h6 { color: #1d72ca; }
body.site-ds	h6, body.site-ds	.h6 { color: #62b9d8; }
body.site-3ds	h6, body.site-3ds	.h6 { color: #2f829a; }
body.site-ost	h6, body.site-ost	.h6 { color: #939393; }
body.site-div	h6, body.site-div	.h6 { color: #684fec; }
body.site-ipod	h6, body.site-ipod	.h6 { color: #85cee9; }
body.site-mov	h6, body.site-mov	.h6 { color: #b3b3b3; }

div.Gallery h4 {
	padding: 4px 0 4px 8px;
	margin: 4px 0;
	border-bottom: 1px solid #dfdfdf;
}
div.Gallery ul {
	padding: 4px 0 4px 4px;
}
div.Gallery ul,
div.Gallery ul li,
div.Gallery ul li a,
div.Gallery ul li a span.img {
	margin: 0;
	display: block;
	list-style: none;
	float: left;
	color: #484848;
}
div.Gallery ul li,
div.Gallery ul li a,
div.Gallery ul li a span.img {
	width: 160px;
	height: 90px;
}
div.Gallery ul li,
div.Gallery div.Detail {
	padding: 5px;
	background-image: url(/img/ui/gallery.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
div.Gallery ul li		{ background-position: 0 0; }
div.Gallery div.Detail	{
	margin: 8px 0 0 4px;
	background-position: 0 -99px;
	text-align: center;
}
div.Gallery ul li a,
div.Gallery ul li a span.img {
	background-position: center center;
	background-repeat: no-repeat;
}
div.Gallery div.Detail,
div.Gallery div.Detail a {
	display: block;
	width: 670px;
	height: 377px;
}
/*div.Gallery div.Detail a,*/
div.Gallery ul li a {
	text-indent: -10000em;
}

div.GallerySimilar ul li {
	height: auto;
	background-image: url(/img/ui/gallery_preview.png);
	margin-bottom: 8px;
	padding-bottom: 0;
}
div.GallerySimilar ul li a {
/*	height: auto;*/
	text-indent: 0;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 8px;
}
div.GallerySimilar ul li a span.img {
	margin-bottom: 8px;
}
div.GallerySimilar ul li a {
	height: auto;
}
div.GallerySimilar ul li a:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}



div.Greybox {
/*	background-color: #f0f0f0;*/
	background-color: #e8e8e8;
	border-width: 1px 0;
	border-style: solid;
	border-color: #dadada;
	margin: 8px 0 16px 0;
}
div.GreyboxPager {
	margin: 4px 0 16px 0;
	line-height: 16px;
	padding: 10px;
	text-align: center;
}
div.Greybox .browse {
	display: block;
	height: 20px;
	background-image: url(/img/ui/pager-large.png);
	background-repeat: no-repeat;
}
div.Greybox .disabled,
div.Greybox .browse:hover {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
div.Greybox .left {
	float: left;
	padding: 0 0 0 28px;
	background-position: top left;
}
div.Greybox .right {
	float: right;
	padding: 0 28px 0 0;
	background-position: 100% -30px;
}

div.Metainfo {
	padding: 6px 4px;
}
div.Metainfo h5,
div.Metainfo .h5 {
	display: inline-block;
	float: left;
}
div.Metainfo p,
div.Metainfo .p {
	display: block;
}
/*div.Metainfo .h5,*/
div.Metainfo p {
	line-height: 1.5em;
	color: #656565;
}
div.Metainfo p.cf {
	color: #666;
}
.p big {
	font-size: 13px;
}



div.Overview a {
	display: block;
	color: #666;
}
div.Overview a:hover {
/*	background-color: #f0f0f0;*/
	background-color: #e8e8e8;
}
div.Overview strong {
	color: #656565;
}
div.Overview big {
	text-transform: uppercase;
}
div.ArticlesTop a {
	padding: 1px 1px 5px 1px;
	margin: 12px 0;
}
div.ArticlesTop a:hover {
/*	background-color: #f0f0f0;*/
	background-color: #e8e8e8;
}
div.ArticlesTop span.h5 {
	font-style: normal;
}

div.Author {
	color: #b7b7b7;
	text-align: right;
	margin-top: -4px;
}


div.Pager a,
div.Top a,
a.Blind {
	display: block;
	min-width: 7px;
	height: 17px;
	text-align: center;
	line-height: 18px;
	float: left;
	color: #fff;
	background-color: #333;
	margin-right: 4px;
/*	margin-top: 4px;*/
	margin-bottom: 0;
	padding: 0 5px;
	font-size: 10px;
}
a.Blind { margin-top: 0; }
.Overview div.Pager a,
/*.Overview div.Top a,*/
.Overview a.Blind,
.Forumtable div.Pager a,
.Forumtable div.Top a,
.Forumtable a.Blind {
	margin-right: 0;
	margin-left: 4px;
}
.Forumtable div.Pager a,
.Forumtable div.Top a,
body.forum div.Pager a,
body.forum div.Top a {
	margin-top: 4px;
}



div.Pager a.prev,
div.Pager a.next,
div.Top a,
a.Blind {
	font-size: 1.4em;
	line-height: 17px;
	min-width: 17px;
	padding: 0;
	background-image: url(/img/ui/arrows.png);
	background-repeat: no-repeat;
}
div.Pager a.prev { background-position: 0px 0px; }
div.Pager a.next { background-position: 0px -20px; }
div.Top a { background-position: 0px -40px; }
a.BlindUp { background-position: 0px -60px; }
a.BlindDown { background-position: 0px -80px; }
div.Pager a:last-child {
	margin-right: 0;
}
div.Top a {
	font-size: 1em;
	line-height: 18px;
	position: relative;
}
div.Pager a:hover,
div.Top a:hover {
	background-color: #b9b9b9;
}
div.Pager a small {
	font-size: 8pt;
	line-height: 1.75em;
	padding: 0 4px;
}
div.Pager a.disabled,
div.Top a.disabled {
	background-color: #b9b9b9;
	cursor: default;
}
div.Pager a span,
div.Top a span {
	display: none;
	text-indent: -10000em;
}
div.Pager a .PagerJumpMenu {
	background-color: #999;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 2px 4px;
	z-index: 10;
}
div.Pager a .PagerJumpMenu span,
div.Pager a .PagerJumpMenu input {
	display: block;
}
div.Pager a .PagerJumpMenu input { width: 40px; }



.BlockHeader div.Pager {
	margin: 0;
}
.BlockHeader div.Pager a {
	background-color: transparent;
	color: #167cbc;
	padding: 0;
	margin-top: 1px;
	height: auto;
	line-height: inherit;
}
.BlockHeader div.Pager a.PagerJump { padding: 0 5px; }
.BlockHeader div.Pager a.prev,
.BlockHeader div.Pager a.next {
	background-image: url(/img/ui/arrows_blue.png);
	height: 17px;
}
.BlockHeader div.Pager a:hover,
.BlockHeader div.Pager a.disabled {
	color: #bbb;
}



ul.Listing,
ul.Listing li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.Listing {
	clear: both;
	padding: 8px 0;
	margin: 4px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e6e6e6;
}
.Listing a {
	display: block;
	width: 100%;
	clear: left;
	line-height: 1.6em;
}
.Listing a:hover {
/*	background-color: #f0f0f0;*/
	background-color: #e8e8e8;
}
.Listing a span {
	color: #636363;
}
body.zone-podcasts .Listing a span {
	display: block;
}

.Listing a span.r { display: block; }
.Listing a strong {
	display: block;
	width: 48px;
	padding-right: 8px;
	float: left;
	text-align: right;
	text-transform: uppercase;
	font-size: 1.15em;
	color: #636363;
}
.Listing a em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
/*	color: #636363;*/
/*	color: #167cbc;*/
}

div.Filter span,
div.Filter a {
	padding-right: 4px;
	margin: 4px 0;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #636363;
	font-size: 1.25em;
}
div.Filter span,
div.Filter a {
	padding-left: 4px;
	border-left: 1px solid #595959;
}
div.Filter *:last-child {
	border-right: 1px solid #595959;
}
div.Filter a:hover,
div.Filter a.act {
/*	background-color: #f0f0f0;*/
	background-color: #e8e8e8;
}
div.Filter a.act {
	color: #333;
}
div.GenreFilter {
	position: relative;
	float: left;
}
div.GenreFilter a {
	border-right: 1px solid #595959;
}
div.GenreFilter div.Genres {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	padding: 4px;
	z-index: 4;
/*	margin-top: -4px;*/
	background-color: #ededed;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
}
div.GenreFilter div.Genres a {
	border: none;
	width: 100%;
	padding: 0 4px;
	margin: 0 -4px;
}
div.GenreFilter div.Genres a.act {
	color: #333;
}
div.GenreFilter div.Genres a:hover {
	background-color: #aaa;
}
div.GenreFilter:hover div.Genres {
	display: block;
}

div.nav-product { margin: 8px 0 16px 0; }
div.nav-product table { width: 100%; }
div.nav-product table,
div.nav-product table tr,
div.nav-product table tr td,
div.nav-product table tr td a {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.nav-product table tr td { padding-left: 2px; }
div.nav-product table tr td.first { padding-left: 0; }
div.nav-product table tr td a {
/*	float: left;*/
	display: block;
	text-align: center;
/*	background-color: #f0f0f0;*/
	background-color: #e8e8e8;
	color: #333;
	padding: 2px 6px 1px 6px;
	margin: 0;
	font-size: 0.9em;
}
div.nav-product table tr td a:hover,
div.nav-product table tr td a.act {
	background-color: #333;
	color: #fff;
}
div.nav-product table tr td a.disabled,
div.nav-product table tr td a.disabled:hover {
/*	background-color: #f0f0f0;*/
	background-color: #e8e8e8;
	color: #999;
	cursor: default;
}



div.Readerreviews {
	color: #737373;
}
div.Readerreviews h3 {
	font-size: 14px;
	color: #1ca5fb;
	margin: 6px 0;
}
div.Readerreviews p {
	line-height: 180%;
	margin: 2em 0;
}
div.Readerreviews a.r {
	margin-top: 4px;
}

.Readerreview {
	padding: 4px 0;
	color: #737373;
	margin: 0;
}
.Readerreview strong {
	color: #212121;
	width: 170px;
}
.Rating {
/*	float: right;*/
}
.Rating span,
.Rating input {
	font-size: 22px;
	color: #1ca5fb;
}
.Rating span small {
	display: block;
	float: left;
	font-size: 16px;
	padding: 0.2em 0.2em 1em 0;
	font-variant: small-caps;
}
div.Readerreviews .hr { margin: 0; }
div.Readerreviews p { margin-top: 0; }
div.Readerreviews p.Readerreview { margin: 0; }
div.Readerreviews p.Readerreview a {
	display: block;
	color: #999;
	padding: 5px 0;
}
div.Readerreviews p.Readerreview a:hover {
/*	background-color: #f7f7f7;*/
	background-color: #e8e8e8;
}

#Readerreview input { color: inherit; }

div.Readerreviews p.Notice {
	color: #bfbfbf;
	margin-bottom: 0;
}

div.Readerreviews .rte,
.Rating input,
.Fazit input  {
	border: 1px solid #dfdfdf;
	outline: 0;
	overflow: auto;
}
.Rating input {
	text-align: right;
}
.Fazit { padding: 0 8px 0 0; }
.Fazit input {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	font: inherit;
	font-weight: bold;
	line-height: normal;
}
.Readerreviews .Rating input {
	display: inline-block;
	width: 50px;
	min-height: 1em;
	overflow: hidden;
}





.GameInfos tr td,
.GameInfos tr th {
	padding: 4px 0;
	vertical-align: top;
}
.GameInfos tr th {
	color: #999;
	padding-right: 12px;
	font-weight: normal;
	text-align: left;
}



.RegisterForm {
	width: auto;
}
.RegisterForm th {
	font-weight: normal;
	color: #666;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
/*	border: 1px solid #f00;*/
}
.RegisterForm td {
	padding-left: 8px;
	vertical-align: top;
/*	border: 1px solid #0f0;*/
}
.RegisterForm th,
.RegisterForm td {
	padding-top: 4px;
}

.RegisterForm td input,
.RegisterForm td select {
	border: 1px solid #dfdfdf;
	color: #167cbc;
	margin: 0;
}
.error,
.error-message,
.RegisterForm td input.error,
.RegisterForm td select.error {
	background-color: #fcc;
}


.message {
	background-color: #cfc;
}


.RegisterForm td div.focusMessage {
	color: #bfbfbf;
	display: none;
}
.flag,
a.button,
button.Solid {
/*	display: block;*/
	background-color: #333;
	color: #fff;
	border: none;
	padding: 2px 6px;
	margin: 2px;
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	cursor: default;
}
a.button,
button.Solid { cursor:pointer; }
button.Solid { margin: 2px; }
a.button:hover,
button.Solid:hover {
	background-color: #b9b9b9;
}

.flag,
a.button-light {
	background-color: #f2f2f2;
	color: #1a1a1a !important;
}
a.button-light {
	border: none;
	cursor: pointer;
	padding: 2px 6px;
	font-family: inherit;
	font-size: inherit;
	text-align: center;
}
a.button-light:hover {
	background-color: #333;
	color: #fff !important;
}

.Buttonlist .button,
.Buttonlist .button-light {
	display: block;
/*	width: 100%;*/
	text-align: center;
	line-height: normal;
}



.RegisterForm label a {
	color: inherit;
	border-bottom: 1px dashed #b9b9b9;
}
.RegisterForm label a:hover {
	color: #167cbc;
	border-color: #167cbc;
}
.PictureEditor:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
.PictureEditorPreloader {
	background-position: top left;
	background-repeat: no-repeat;
}





/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/ 
div.Scrollable { 
	/* required settings */ 
	position:relative; 
	overflow:hidden; 
	width: 680px; 
	height: 100px; 
	margin: 0 0 0 4px;
} 
/* 
	root element for scrollable items. Must be absolutely positioned 
	and it should have a extremely large width to accomodate scrollable items. 
	it's enough that you set width and height for the root element and 
	not for this element. 
*/ 
div.Scrollable ul { 
	/* this cannot be too large */ 
	width:20000em; 
	position:absolute;
	padding: 0;
} 
/* 
	a single item. must be floated in horizontal scrolling. 
	typically, this element is the one that *you* will style 
	the most. 
*/ 
div.Scrollable ul li { 
	float:left; 
} 
/* you may want to setup some decorations to active the item */ 
div.Scrollable ul li.active a { 
	border: 1px solid #fff;
	margin: -1px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}



/* Highslide */
.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide img {
	border: 1px solid #D0D0D0;
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-active-anchor img {
	visibility: visible;
	border-color: #808080 !important;
}
.highslide-image {
	border: none;
}
.highslide-caption {
	background-color: #222222;
	color: #cccccc;
	padding: 5px;
}
.highslide-loading {
	color: black;
	border: 1px solid black;
	background-color: white;
	background-image: url(/img/libs/highslide/loader.white.gif);
}

.highslide-controls {
	position: static !important;
	margin-bottom: 0;
	width: 195px !important;
}
.highslide-gallery ul li {
	width: 106px;
	height: 106px;
	border: 1px solid #D0D0D0;
	background: #EDEDED;
	margin: 2px;
}





/****** JQUERY ADDON ******/
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .2em; text-indent: -9999999px; }
.ui-button-text-icon .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .2em 1em .2em 2.1em; }


/****** JQUERY UPLOADIFY ******/
.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 1px solid #dfdfdf;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 4px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border: 1px solid #dfdfdf;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}




/****** Search ******/
.SearchNav a,
.SearchThin input {
	display: block;
	padding-right: 22px !important;
	background-image: url(/img/ui/search.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.SearchThin input {
	width: 80px;
}
.SearchLayer {
	position: absolute;
	display: none;
	min-width: 350px;
	height: 50px;
	overflow: hidden;
	z-index: 3;
}
* html .SearchLayer { width: 350px; }
.SearchLayer .SearchFw {
	min-width: 25px;
	height: 50px;
	background-image: url(/img/ui/search.png);
	background-repeat: repeat-x;
	float: left;
}
* html .SearchLayer .SearchFw { width: 25px;  }

.SearchLayer .Begin   { background-position: 0 -100px; }
.SearchLayer .End     { background-position: 0 -150px; }
.SearchLayer .Stretch { background-position: 0  -50px; }
* html .SearchLayer .Stretch { width: 300px; }
*+html .SearchLayer .Stretch { width: 300px; }


.SearchLayer form {
	display: block;
	padding: 4px 0;
	float: left;
	clear: both;
}

.SearchLayer input,
.SearchLayer button {
	background: none;
	border: none;
	padding: 0;
	line-height: normal;
	padding: 2px 0;
	width: 80px;
	float: left;
	clear: both;
}
.SearchLayer button {
	width: 100%;
	color: #fff;
	text-align: center;
}
* html .SearchLayer button { width: 300px; }
*+html .SearchLayer button { width: 300px; }



.SearchLayer button:hover { color: #eee; cursor: pointer; }
.SearchNav a.SearchLayerClose {
	float: right;
	background-image: none;
	width: 14px;
	height: 14px;
	padding: 0;
	margin-top: 35px;
}
.SearchResults a strong {
	width: auto;
}
.SearchResult {
	padding: 10px 0 ;
	clear: both;
}
.SearchResultPos {
	float: left;
	width: 30px;
}
.SearchResultExtract {
	float: left;
	width: 410px;
}
.SearchNav button { display: none; }



/****** Podcasts ******/
body.zone-podcasts table th,
body.zone-podcasts table td {
	vertical-align: top;
}



/****** Forum ******/
.Forumtable {
	width: 100%;
	margin: 25px 0 0 0;
	clear: both;
}
.BlockContent .Forumtable { margin-top: 0; }

.Forumpost .Forumtable {
	margin-top: 0;
	background-image: url(/img/ui/forum_post_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0;
}
.Forumtable th,
.Forumtable td {
	border-left: 1px solid #dfdfdf;
	padding: 10px 15px;
	vertical-align: top;
}
.BlockContent .Forumpost .Forumtable { background-position: -7px -10px; }
.BlockContent .Forumtable th,
.BlockContent .Forumtable td {
	padding: 5px 7px;
}
.BlockContent .Forumtable th.w380 {
	width: 210px;
}

.Forumtable th:first-child,
.Forumtable td:first-child {
	border-left: none;
	padding-left: 2px;
}
.Forumtable th:last-child { padding-right: 0; }
.Forumtable td:last-child { padding-right: 2px; }
.Forumtable thead th { border-bottom: 1px solid #bbb; }
.Forumtable tbody:last-child tr:last-child td { border-bottom: 1px solid #dfdfdf; }
.Forumtable tfoot tr td { border-top: 1px solid #dfdfdf; }

body.forum .Forumpost .Forumtable .EditorContent {
/*	min-height: 110px;*/
}

body.forum .Forumpost .Forumtable .EditorContent a,
body.forum .Forumpost .Download a,
.Forumtable td a h5 { color: #167cbc; }
body.forum .Forumpost .Forumtable .EditorContent a:hover,
body.forum .Forumpost .Download a:hover,
.Forumtable td a { color: #898989; }

body.forum .Forumpost .Forumtable thead th,
body.forum .Forumpost .Forumtable tfoot td { border-left: none; }
.Forumtable thead th {
	height: 21px;
	line-height: 21px;
}

/*.Forumtable tbody tr:hover,*/
.Forumboardtable tbody tr:hover {
/*	background-color: #f0f0f0;*/
	background-color: #e8e8e8;
	cursor: pointer;
}

body.forum h4 a,
body.forum h5 a,
.Forumtable a { color: #666; }
.Forumtable a.Subforum {
	text-decoration: underline;
	color: inherit;
}


body.forum .Breadcrumbs {
	display: block;
/*	margin: 30px 0 20px 0;*/
	color: #898989;
}
body.forum .Breadcrumbs a { color: inherit; }
body.forum .Breadcrumbs a:hover { color: #167cbc; }
body.forum h5 span { font-style: normal; }
.Threadicon {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 30px;
	background-image: url(/img/ui/forum_threadicons.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
.ThreadiconActive		{ background-position: 0px    0px; }
.ThreadiconPollActive	{ background-position: 0px  -60px; }
.ThreadiconPoll			{ background-position: 0px  -90px; }
.ThreadiconActivePopular	{ background-position: 0px -120px; }
.ThreadiconPopular		{ background-position: 0px -150px; }
.ThreadiconMoved			{ background-position: 0px -180px; }
.ThreadiconClosed		{ background-position: 0px -210px; }

body.forum .Statistics {
	clear: both;
	margin: 30px 0;
}
body.forum .Statistics .Col {
	width: 242px;
	float: left;
}
/*body.forum .Statistics .Col .l { color: #1a1a1a; }*/
body.forum .Statistics .Col .r { text-align: right; }
body.forum .Statistics h5,
body.forum .Statistics a {
	font-style: normal;
	color: #333;
}
body.forum .Statistics a:hover { color: #898989; }


.Memberrating {
	float: right;
	padding: 2px 10px;
}
.Memberrating input {
	font-weight: bold;
}




.nicEdit-Panel {
	background-color: #f2f2f2;
	border-top: 1px solid #dfdfdf;
/*	border-bottom: 1px solid #dfdfdf;*/
}
.nicEdit-Panel .btn {
	float: right;
	background-color: #efefef;
	border-left: 4px solid #fff;
	width: 20px;
	text-align: center;
	cursor: pointer;
}
.Emoticons {
	border: 1px solid #DFDFDF;
	height: 150px;
	padding: 4px;
	overflow: hidden;
	position: relative;
	overflow-y: scroll;
	background-color: #fff;
}
.Emoticons button {
	background: transparent;
	padding: 8px;
	margin: 0;
	border: 0;
	cursor: pointer;
}
.Emoticons button:hover {
	background-color: #efefef;
}
.Emoticons .items {
	position: absolute;
	height: 20000em;
}
.Emoticons .items .item {
	float: left;
	clear: both;
	border: none;
	padding: 4px;
	height: 100px;
}


#content .Input {
	border: 1px solid #dfdfdf;
	width: 320px;
}
#content .Input input {
	background-color: transparent;
	border: none;
	width: 100%;
}




.Forumtable .Uploads a { color: #167cbc; }
.Forumtable .Uploads a:hover { color: #999; }
body.forum .Download,
body.forum .Assets {
	background-color: #efefef;
	padding: 10px 20px;
	margin: 2px 0;
	float: left;
}
body.forum .Download a {
	display: block;
	float: left;
	padding-left: 24px;
	background-image: url(/img/ui/download_document.png);
	background-position: top left;
	background-repeat: no-repeat;
	
}
body.forum .Download .remove {
	float: right;
	height: 16px;
	background-image: url(/img/libs/silk_mod/cross.gif);
	background-position: top right;
	margin-left: 8px;
}
body.forum .Assets .Download {
	padding: 0;
	background-color: transparent;
}
body.forum .UploadNote {
	color: #e60000;
}
body.forum .strippedImage {
	font-weight: bold;
}



/****** NGN Landing page ******/
body.landing {
	color: #888;
}
body.landing h1,
body.landing h1 a {
	display: block;
	margin: 0;
	padding: 0;
	width: 259px; 
	height: 52px;
}
body.landing h1 {
	background-image: url(/img/landing/next-gamer.png);
}
body.landing h2 {
	width: 362px;
	height: 52px;
	margin: 0 0 15px;
	padding: 0;
	background-image: url(/img/landing/registrieren-kostenlos-und-voller-moeglichkeiten.png);
	text-indent: -10000em;
}
.landingHeader {
	background-color: #e7e7e7;
	color: #444444;
}
.landingContent {
	background-color: #f3f3f3;
	color: #a9a9a9;
}
.landingContent a {
	color: #a9a9a9;
	text-decoration: underline;
}
.landingContent label {
	color: #167cbc;
	display: block;
	padding: 2px 0;
}
body.landing a {
	color: #444;
}
body.landing  .LoginArea a.register,
body.landing  .LoginArea a.login { display: none; }
body.landing  .LoginArea .Label,
body.landing  .LoginArea .Input,
body.landing  .LoginArea .Button {
	float: right;
}
body.landing  .LoginArea .Label {
	line-height: 22px;
}
body.landing  .LoginArea .Input input {
	width: 80px;
	margin: 0 2px;
}
body.landing  .LoginArea .Button button {
	background-color: #1a1a1a;
	border: none;
	color: #fff;
}


/****** NGN ******/
.ngn h3 {
	font-variant: normal;
	font-size: 16px;
}
.ngn h3:first-letter,
.ngn h3.first-letter {
	font-size: 24px;
	text-transform: uppercase;
}

.ngn .ProfilePicture {
	border: 1px solid #e0e0e0;
	line-height: 0;
}
.ngn .UpgradeBoyGirl {
	line-height: inherit;
}


.ngn table.Infotable,
.ngn table.Statstable { width: 100%; }
.ngn table.Infotable th,
.ngn table.Statstable th {
	font-weight: normal;
	color: #848484;
	vertical-align: top;
}
.ngn table.Infotable th { width: 130px; }
.ngn table.Statstable td { text-align: right; }

.ngn .Blogentry {
	display: block;
	padding: 2px 0;
	color: #848484;
}
.ngn .Blogentry:hover { background-color: #f2f2f2; }
.ngn .Blogentry .h6-serif { margin-bottom: 0; }
.ngn .Blogentry strong { color: #666; }


.BlockHeader {
	border-top: 1px solid #e0e0e0;
	background-color: #f2f2f2;
	clear: both;
	width: 100%;
}
.BlockHeader h4 {
	font-size: 1.2em;
	color: inherit;
	float: left;
	margin: 0 8px 2px 2px;
}
.BlockHeader .r {
	margin: 0 8px 2px 0;
}
.BlockContent {
	padding: 10px 0 20px 0;
}

.BlockContent input,
.BlockContent textarea {
	width: 98.5%;
	border: 1px solid #ccc;
	background-color: #fff;
}
.BlockContent textarea { min-height: 50px; }


.Thingies,
.ThingiesSmall,
.ThingiesLarge,
.AvatarSmall {
	display: block;
	width: 62px;
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
/*	height: 115px;*/
/*	overflow: hidden;*/
}
.Thingies .ThingiesImage,
.ThingiesSmall .ThingiesImage,
.ThingiesLarge .ThingiesImage,
.AvatarSmall .AvatarImage {
	display: block;
	height: 75px;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	border: 1px solid #e0e0e0;
}
.AvatarSmall .AvatarName {
	height: 40px;
	overflow: hidden;
}

.AvatarSmall { overflow: hidden; }
.AvatarSmall span { float: left; }
.ThingiesSmall {
	width: 45px;
	margin: 0 7px 8px 0;
	height: auto;
}
.ThingiesSmall .ThingiesImage { height: 45px; }

.Thingies {
	width: 90px;
	margin: 0 3px 20px 0;
	height: auto;
}
body.ngn .Thingies { color: #c1c1c2; }
a.ThingiesHover:hover { background-color: #e8e8e8; }
.ThingiesDisabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

.Thingies .ThingiesImage { height: 90px; }

.ThingiesLarge {
	width: 180px;
	margin: 0 10px 20px 0;
	height: auto;
}
.ThingiesLarge .ThingiesImage { height: 180px; }


.BlockContent .last-in-row { margin-right: 0; }



#Achievements {
	position: fixed;
	top: 0;
	left: 50%;
	margin: 24px 0 0 290px;
	z-index: 10;
	background-image: url(/img/ui/achievements.png);
	background-position: 1000px 1000px;
	background-repeat: no-repeat;
}
.Achievement {
	display: none;
	width: 200px;
	cursor: pointer;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}
.AchievementInner {
	background: #f3f3f3;
	border: 1px solid #e2e2e2;
	margin-top: 10px;
	padding: 8px;
	min-height: 40px;
	text-align: left;
}
.AchievementPic {
	border: 1px solid #e2e2e2;
	width: 45px;
	height: 45px;
	margin-right: 10px;
	float: left;
	background-image: url(/img/ui/achievements.png);
	background-repeat: no-repeat;
}
.Achievement-5Seconds .AchievementPic { background-position: 0px 0px; }



.BlockTabs table {
	border-collapse: collapse;
	border: none;
	width: 100%;
	margin: 4px 0;
}
.BlockTabs table tr td {
	padding-left: 4px;
}
.BlockTabs table tr td a {
	background-color: #f2f2f2;
	color: #1a1a1a;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
.BlockTabs table tr td a.active,
.BlockTabs table tr td a:hover {
	background-color: #424242;
	color: #fff;
}

.BlockTabs table tr td:first-child,
.BlockTabs table tr td.first-child {
	padding-left: 0;
}
.BlockTabs-8 table tr td { width: 12.5%; }


.Blogheader {
	width: 688px;
	height: 135px;
	position: relative;
}
.Blogheader .BlogTitle,
.Blogheader .BlogSubtitle {
	position: absolute;
	background-color: #fff;
	padding: 1px 10px;
	z-index: 100;
}
.Blogheader .BlogTitle {
	top: 80px;
	font-size: 14px;
}
.Blogheader .BlogSubtitle {
	top: 100px;
	font-size: 12px;
}


.im-widget {
	display: block;
/*	background-image: ;*/
	background-repeat: no-repeat;
/*	padding-left: 20px;*/
}
.im-widget-aim		{ background-position:   0px   0px; }
.im-widget-icq		{ background-position:   0px   0px; }
.im-widget-yahoo	{ background-position:   0px   0px; }
.im-widget-msn		{ background-position:   0px   0px; }
.im-widget-skype	{ background-position:   0px   0px; }





/****** Blog Datepicker ******/
body.ngn #BlogDatePicker * {
	padding: 0;
	background-color: transparent;
	background-image: none;
	border: none;
}
body.ngn #BlogDatePicker a:hover,
body.ngn #BlogDatePicker .ui-state-hover,
body.ngn #BlogDatePicker .ui-state-active { background-color: #eee; }
body.ngn #BlogDatePicker span,
body.ngn #BlogDatePicker a { text-align: center; }
body.ngn #BlogDatePicker table { margin: 10px 0 0 0; }
body.ngn #BlogDatePicker .ui-datepicker-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	font-weight: inherit;
	color: #484848;
	border-top: 1px solid #e0e0e0;
	background-color: #f2f2f2;
}
body.ngn #BlogDatePicker .ui-datepicker-header a {
	width: 20px;
	height: 20px;
}
body.ngn #BlogDatePicker .ui-datepicker-title {
	line-height: normal;
	padding: 2px 0;
}
body.ngn #BlogDatePicker .ui-corner-all { border-radius: 0 0; }
body.ngn #BlogDatePicker .ui-datepicker-prev,
body.ngn #BlogDatePicker .ui-datepicker-next {
	background-image: url(/img/ui/pager-small.png);
	background-repeat: no-repeat;
	top: 0;
}
body.ngn #BlogDatePicker .ui-datepicker-prev { background-position:   0px 0px; left: 0; }
body.ngn #BlogDatePicker .ui-datepicker-next { background-position: -20px 0px; right: 0; }
body.ngn #BlogDatePicker .ui-datepicker-prev:hover { background-position:   0px -20px; }
body.ngn #BlogDatePicker .ui-datepicker-next:hover { background-position: -20px -20px; }



#NgnMemberLastVisitors .Greybox {
	height: 125px;
	padding: 0;
	margin-top: 4px;
	clear: both;
	color: #167cbc;
	border-top: 0;
	border-bottom: 1px solid #dadada;
	background-color: #f0f0f0;
}
#NgnMemberLastVisitors .prevVisitor,
#NgnMemberLastVisitors .nextVisitor {
	display: block;
	padding: 50px 0;
}
#NgnMemberLastVisitors .browse {
	display: block;
	width: 28px;
	overflow: hidden;
	text-indent: -10000em;
	padding: 0;
}
#NgnMemberLastVisitors .itemcontainer {
	position: relative;
	overflow: hidden;
	width: 400px;
	height: 125px;
	padding-top: 7px;
}
#NgnMemberLastVisitors .items {
	position: absolute;
	width: 20000em;
}
#NgnMemberLastVisitors .items div {
	float:left;
}
#NgnMemberLastVisitors .items a {
	float: left;
	border: none;
	padding: 0;
	margin: 1px;
	width: 80px;
	height: 125px;
	text-align: center;
}

.ui-autocomplete {
	text-align: left;
	max-width: 630px;
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden; /* prevent horizontal scrollbar */
	padding-right: 20px; /* add padding to account for vertical scrollbar */
}


.ngn-profileicon {
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(/img/ui/ngn_profileicons.red.png);
	background-repeat: no-repeat;
}
.ngn-profileicon-messages			{ background-position: 0px    0px; }
.ngn-profileicon-heads				{ background-position: 0px  -20px; }
.ngn-profileicon-arrows				{ background-position: 0px  -40px; }

.ngn-profileicon-contact_xboxlive	{ background-position: 0px  -60px; }
.ngn-profileicon-contact_psn		{ background-position: 0px  -80px; }
.ngn-profileicon-contact_wiimate	{ background-position: 0px -100px; }
.ngn-profileicon-contact_ngn		{ background-position: 0px -120px; }


table.NgnMessagelist {
	border-collapse: collapse;
}
/*table.NgnMessagelist h4*/
table.NgnMessagelist tr td {
	border-top: 1px solid #dfdfdf;
	vertical-align: top;
}
table.NgnMessagelist tr td:first-child { border-right: 1px solid #dfdfdf; }
table.NgnMessagelist { border-bottom: 1px solid #dfdfdf; }
table.NgnMessagelist .ngn-profileicon {
	position: absolute;
	display: none;
}

table.NgnMessagelist .msg-unread {
	color: #167cbc;
	font-weight: bold;
}
table.NgnMessagelist .msg-isreply .ngn-profileicon-arrows { display: block; z-index: 2; }
table.NgnMessagelist .msg-unread .ngn-profileicon-messages { display: block; z-index: 3; }


/*table.NgnMessagelist .ngn-profileicon-heads { display: none; }*/
/*table.NgnMessagelist .msg-unread .ngn-profileicon-heads { display: block; }*/


.MessageRow { cursor: pointer; }

table.Foldertable { width: 1%; }
table.Foldertable td {
	text-align: center;
	padding: 4px 2px;
	min-width: 82px;
	width: 12%;
	overflow: hidden;
}
table.Foldertable td:first-child { padding-left: 0; }
table.Foldertable td:last-child { padding-right: 0; }
table.Foldertable td a {
	display: block;
	background-color: #f2f2f2;
	color: #333;
	min-width: 82px;
	max-width: 83px;
	overflow: hidden;
}
table.Foldertable td a.addeditFolder {
	color: #bbb;
	background-color: #fafafa;
}
table.Foldertable td a:hover,
table.Foldertable td a.act {
	color: #fff;
	background-color: #1a1a1a;
}
table.Foldertable td input {
	width: 80px;
	padding: 1px 0 1px 0;
	margin: 0;
	border: none;
	line-height: 1em;
	background-color: #fff;
	border: 1px dashed #167cbc;
	color: #167cbc;
}

body.ngn table th h4 { font-size: 1.2em; }

body.ngn table td .Rating span,
body.ngn table td .Rating input {
	font-size: 17px;
}



.Loader {
	display: none;
	z-index: 10;
	position: absolute;
	background-color: #fff;
	background-image: url(/img/ui/ajaxload_message.gif);
	background-repeat: no-repeat;
	background-position: 50% 60px;
	width: 100%;
	height: 100%;
	min-width: 300px;
	min-height: 200px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}





.NgnGallery {
	width: 688px;
/*	overflow-x: hidden;*/
}
.NgnGallery ul {
	width: 720px;
}
.NgnGallery ul,
.NgnGallery ul li,
.NgnGallery ul li.Element a {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.NgnGallery ul li {
	float: left;
	margin: 0 25px 10px 0;
}
.NgnGallery ul li.error,
.NgnGallery ul li.cf {
	width: 688px;
	height: auto;
	margin: 0 0 10px 0;
}
.NgnGallery ul li.Element,
.NgnGallery ul li.Element a {
	width: 210px;
	height: 90px;
}
.NgnGallery ul li.Element a {
	padding: 4px 0 4px 4px;
	background-image: url(/img/ui/ngn_gallery.png);
	background-position: -100px 0px;
	color: #666;
}
.NgnGallery ul li.Element a:hover { background-position: -100px -100px; }

.NgnGallery ul li.Element h4 {
	font-style: normal;
	font-weight: bold;
}
.NgnGallery ul li.Element h6 {
	display: block;
	height: 2.8em;
	overflow: hidden;
}
.NgnGallery ul li * {
	line-height: 1.25em
}
.NgnGallery .Thumbnail {
	display: block;
	float: left;
	width: 84px;
	height: 84px;
	margin: 3px;
	background-repeat: no-repeat;
	background-position: top center;
}
.NgnDetail {
	background-image: url(/img/ui/ngn_gallery.png);
	background-repeat: no-repeat;
	background-position: 0 -200px;
	width: 688px;
	height: 568px;
}
.NgnDetail #NgnPicture {
	width: 600px;
	height: 450px;
	padding: 4px 44px 0 44px;
	position: relative;
}
#NgnPicture .face {
	display: block;
	position: absolute;
	background-image: url(/img/ui/picture_personmarker.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 1px solid #167cbc;
	width: 30px;
	height: 30px;
/*	margin-left: -15px;*/
}
#NgnPicture .detectedFace {
	opacity: 0.66;
	-moz-opacity: 0.66;
	filter:alpha(opacity=66);
}
#NgnPicture .detectedFace:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

#NgnPicture .face:hover {
	background-position: 0 -30px;
	border-color: #fff;
}
#NgnPicture .faceDescription {
	display: none;
	width: 200px;
	margin-top: 100%;
	background-color: #ddd;
	border: 1px solid #167cbc;
	padding: 4px 10px;
	position: relative;
	z-index: 10;
	text-align: left;
}
#NgnPicture .face:hover .faceDescription { display: block; }

#facePanel {
	background-color: #fff;
	border: 1px solid #167cbc;
	position: absolute;
}


.NgnGalleryPager {
	float: left;
	width: 608px;
	height: 104px;
	overflow: hidden;
	position:relative;
}
.NgnGalleryPager .items {
	width: 80000em;
	position:absolute;
	padding-top: 8px;
}
.NgnGalleryPager ul {
	width: auto;
	float: left;
}
.NgnGalleryPager ul li.Element {
	width: 102px;
	height: 102px;
	float: left;
	margin: 0;
}
.NgnGalleryPager ul li.Element a {
	width: 90px;
	height: 90px;
	padding: 4px;
	background-position: 0 0;
}
.NgnGalleryPager ul li.Element a:hover,
.NgnGalleryPager ul li.active a {
	background-position: 0 -100px;
}
.NgnGalleryPager ul li.Element a:hover span,
.NgnGalleryPager ul li.active a span {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

.NgnGalleryNav {
	float: left;
	display: block;
	width: 40px;
	height: 110px;
}
.NgnGalleryNav:hover {
	background-color: #f0f0f0;
	opacity: 0.33;
	-moz-opacity: 0.33;
	filter:alpha(opacity=33);
}


.Like,
.Dislike {
	display: block;
	background-color: #daffd9;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 8pt;
	padding: 0;
	margin: 0 0 2px 0;
	text-align: center;
	width: 68px;
}
.Dislike { background-color: #ffd9d9; }
a.Like:hover {
	background-color: #0f0;
	color: #000;
}
a.Dislike:hover {
	background-color: #f00;
	color: #fff;
}
.LikePanel .LikePanelLiked,
.LikePanel .LikePanelDisliked,
.alreadyLiked .LikePanelNeutral,
.alreadyDisliked .LikePanelNeutral { display: none; }
.alreadyLiked .LikePanelLiked { display: block; }
.alreadyDisliked .LikePanelDisliked { display: block; }



.ui-autocomplete-category {
	background-color: #167cbc;
	color: #fff;
	clear: both;
	font-weight: bold;
	padding: 4px;
}
#SearchResultsList .ui-autocomplete {
	width: 320px;
	padding: 0;
}

.NgnAuszug thead th { border-bottom: 1px solid #ddd; }
.NgnAuszug tfoot td { border-top: 1px solid #ddd; }
.NgnAuszug tbody td .coloured {
	display: block;
	position: relative;
}
.NgnAuszug tbody td .coloured .loader,
.NgnAuszug tbody td .coloured .details {
	position: absolute;
	z-index: 100;
	display: none;
	left: 20px;
	width: 300px;
	min-height: 20px;
	border: 1px solid #167cbc;
	padding: 7px;
}
.NgnAuszug tbody td .coloured .loader {
	background-image: url(/img/ui/ajaxload_message.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	border-color: #ccc;
}
.NgnAuszug tbody td .coloured .details {
	background-color: #efefef;
	color: #666;
}
.NgnAuszug tbody td a:hover .loader,
.NgnAuszug tbody td a:hover .details { display: block; }


.UpgradeBoyGirl {
	height: 413px;
	background-image: url(/img/ui/boy_girl.png);
	position: relative;
}
.UpgradeGirl { background-position: -200px 0; }

.Upgrade {
	width: 1px;
	height: 1px;
	padding: 22px;
	border: 1px solid #dfdfdf;
	position: absolute;
	background-color: #fff;
}
.Upgrade:hover { border-color: #167cbc; }

.Upgrade-Intelligenz	{ left:  20px; top:  23px; }
.Upgrade-Staerke		{ left: 147px; top:  75px; }
.Upgrade-Charisma		{ left:   6px; top: 163px; }
.Upgrade-Ausdauer		{ left: 147px; top: 254px; }
.Upgrade-Glueck			{ left:   6px; top: 326px; }

.UpgradeDescription {
	display: none;
	width: 400px;
	background-color: #ddd;
	border: 1px solid #167cbc;
	padding: 4px 10px;
	position: relative;
	z-index: 10;
	text-align: left;
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter:alpha(opacity=95);
	color: #666;
}
.Upgrade:hover .UpgradeDescription { display: block; }


.Switch-enabled .Switch-enable { display: none; }
.Switch-disabled .Switch-disable { display: none; }



.ngil { color: #575757; }


.Widget {
	width: 100%;
	width: 160px;
	margin: 20px 0;
}
.Widget h3 {
	display: block;
	width: 100%;
	text-indent: -10000px;
	height: 25px;
	background-image: url(/img/ui/widget_header.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.Widget h3.groups { background-position: 0 -25px; }
.Widget h4 {
	font: inherit;
	background-color: #f2f2f2;
	color: #1a1a1a;
	font-size: 9px;
	display: block;
	padding: 3px 2px;
	font-weight: bold;
}
.Widget ul,
.Widget ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.Widget ul li {
	border-top: 1px solid #dfdfdf;
	padding: 4px 0;
}
.Widget ul li:hover {
	cursor: pointer;
	background-color: #e8e8e8;
}
.Widget ul li p a {
	color: #444;
}

.Progressbar {
	width: 201px;
	height: 22px;
	line-height: 22px;
	border-left: 1px solid #167cbc;
	background-image: url(/img/ui/progressbar.png);
	background-repeat: no-repeat;
	background-color: #dfdfdf;
	text-align: center;
	color: #1a1a1a;
	font-weight: bold;
}


.Payment label span {
	color: #f00;
}
.PaymentRow {
	min-height: 22px;
}



.flashBtn {
	position: relative;
	overflow: hidden;
}
.flashBtn .flashCtrl {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 18px;
	overflow: hidden;
	opacity: 0.01;
	-moz-opacity: 0.01;
	filter:alpha(opacity=01);
}



/****** Social / Facebook ******/
#header .fb-like {
	position: absolute;
	top: 48px;
	left: 572px;
}
body.sitebranded #header .fb-like {
	top: 57px;
	left: 150px;
}



/****** Slider ******/
#Slider {
	width: 688px;
	height: 292px;
	background-image: url(/img/ui/slider.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 4px;
	margin: 0 0 16px -2px;
}
#Slider a {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
#Slider #Slides {
	height: 187px;
	width: 678px;
	margin: 0 4px;
	overflow: hidden;
	position: relative;
	border: 1px solid #000;
}
#Slider #Slides div { width: 20000px }
#Slider a:hover,
#Slider .act a { border-color: #167cbc; }
#Slider #Slides a {
	width: 678px;
	height: 187px;
}
#Slider #Slides a:hover span,
#Slider #Slides a:hover strong,
#Slider #Slides a.act span,
#Slider #Slides a.act strong {
	background-color: #eee;
}


#Slider #Slides em {
	position: absolute;
	bottom: 20px;
	width: 100%;
	font-style: normal;
}
#Slider #Slides span,
#Slider #Slides strong {
	display: block;
	float: right;
	clear: both;
	background-color: #fff;
	padding: 1px 10px;
}
#Slider #Slides span {
	line-height: normal;
	font-size: 12px;
	color: #777;
}
#Slider #Slides strong {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
#Slider #Slides span.sites,
#Slider #Slides strong { margin-bottom: 1px }


#Slider ul,
#Slider ul li {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
}
#Slider ul li {
	width: 164px;
	float: left;
	padding-top: 3px;
	margin: 0 4px;
}
* html #Slider ul li { margin: 0; padding: 2px 4px }
#Slider ul li a {
	width: 162px;
	height: 90px;
	border: 1px solid #000;
}
#Slider ul li a span {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 22px;
	line-height: 22px;
	padding-left: 4px;
	color: #fff;
	width: 500%;
	background-image: url(/img/ui/black.60.png);
}
* html #Slider ul li a span { background: #666 }
#Slider ul li a:hover span,
#Slider ul li.act a span {
	background-color: #666;
	background-image: none;
}
* html #Slider ul li a:hover span { background: #167cbc }
* html #Slider ul li.act a span { background: #167cbc }



#SlideManager {
	text-align: left;
	padding: 20px;
}
#SlideManager th,
#SlideManager td {
	line-height: 22px;
}
#SlideManager input { width: 640px }
#SlideManager .Slide {
	padding: 10px;
	margin: 0 0 10px 0;
	background-color: #eee;
}
#SlideManager h3 { margin: 10px 0 }
#SlideManager .SlideEditing { background-color: #fcc; }
#SlideManager .SlideDisabled {
	color: #888;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
