/* #### GENERAL ######## */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #d6d6d6 url(bg-body.jpg) 50% 0 repeat-x;
	/*background: #d6d6d6;*/
	color: #474747;
	font: 62.5% Arial, Helvetica, sans-serif;
}

#wrapper {
	/*background: url(bg-wrapper.jpg) 50% 0 no-repeat;*/
}

p, h1, h2, h3, h4, h5, h6, ul, ol, dl {
	margin: 0 0 1em 0;
}
ul,
ol {
	list-style-type: none;
}
a {
	color: #0982af;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img,
fieldset {
	border: 0;
}

/* #### GENERAL > UTILITIES ######## */

.fR {
	float: right !important;
}
.fL {
	float: left !important;
}
.aR {
	text-align: right !important;
}
.aL {
	text-align: left !important;
}
.aC {
	text-align: center !important;
}
.lB {
	display: block !important; /* line break */
}
.nM {
	margin: 0 !important;
}
.cB {
	clear: both !important;
}
.dN {
	left: -8484px;
	position: absolute;
}

/* #### GENERAL > CLEARFIX ######## */

#header:after,
#nav-main:after,
#nav-sub:after,
#main:after,
#breadcrumbs:after,
.c:after,
.m1:after,
.m2:after,
.m3:after,
.t1:after,
.t2:after,
.m1 ul:after,
.m2 ul:after,
.m3 ul:after,
.m1 ul li:after,
.m2 ul li:after,
.m3 ul li:after,
.pagination:after,
.alphabet:after,
.controls:after,
#side .m-narrow ul li a:after,
#buttons:after,
form div:after,
.share:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* #### GENERAL > FORMS ######## */

input,
select,
textarea {
	font-size: 10px;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
legend {
	display: none;
}
/* input[type="text"] */
input.typeText {
	background: #f4f4f4 url(input-text-bg.gif) repeat-x;
	border: 1px solid #c7c7c7;
	padding: 2px;
}
/* input[type="submit"] */
input.typeSubmit {
	background: #095f90 url(input-submit-bg.gif) repeat-x;
	border-top: 1px solid #6fb2d1;
	border-right: 1px solid #065c88;
	border-bottom: 1px solid #07486d;
	border-left: 1px solid #3c8cb4;
	color: #fff;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 7px;
}
input.typeSubmit:hover {
	background: #0b9bc9;
}
textarea {
	background: #fff url(textarea-bg.gif) repeat-x;
	border: 1px solid #c7c7c7;
	padding: 2px;
}

/* #### LAYOUT ######## */

#container {
	margin: 0 auto;
	width: 960px;
}

/* #### LAYOUT > HEADER ######## */

#header h1 {
	background: url(icon-online.png) 0 50% no-repeat;
	float: left;
	font-size: 1.1em;
	margin: 2px 7px 0;
	padding: 3px 20px 3px 15px;
	color:#FFF;
}
#header h6 a {
	float:left;
	background: url(logo_header.png) no-repeat;
	_background: url(logo_header.gif) no-repeat;
	/* border-right: 1px solid #4e4e4e; */
	display: block;
	height: 70px;
	overflow: hidden;
	text-indent: -8484px;
	width: 188px;
}

/* #### LAYOUT > HEADER > MAIN NAVIGATION ######## */

#nav-main {
	background: url(nav-main-bg.png);
}
#nav-main ul {
	float: right;
	margin: 9px 0 3px;
	padding: 0 0 0 0;
	width: 765px;
	font-size:9px;
}
#nav-main ul li {
	float: left;
	margin: 0 2px 5px 0;
}
#nav-main ul li .home{
	float: left;
	margin: 0 2px 5px 0;
	width:50px;
}
#nav-main ul li a {
	display: block;
	float:left;
}
#nav-main ul li a span {
	color: #fff;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 -2px 0 2px;
	padding: 5px 4px 4px 4px;
}

#nav-main ul li span {
	color: #fff;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 -2px 0 2px;
	padding: 5px 2px 2px 2px;
	float:left;
}

#nav-main ul li a:hover,
#nav-main ul li a:hover span {
	color: #00c0ff;
	text-decoration: none;
}
#nav-main ul li.active a,
#nav-main ul li.active a span {
	background: url(header-li-bg.gif) 0 50% no-repeat;
	cursor: default;
}
#nav-main ul li.active a span {
	background-position: 100% 50%;
}
#nav-main ul li.active a:hover,
#nav-main ul li.active a:hover span {
	color: #fff;
}

/* #### LAYOUT > HEADER > SUB NAVIGATION ######## */

#nav-sub {
	background: url(nav-sub-bg.png) 0 100% no-repeat;
	padding: 0px 6px 0px 20px;
	margin: 0 0 6px;
	_float:left;
	_padding-left:0px;
	_padding-right:0px;
}
#nav-sub ul,
#nav-sub li {
	float: left;
	margin: 0;
}
#nav-sub ul {
	float: left;
	margin: 0px 0px 0 0;
}
#nav-sub li {
	color: #fff;
	font-size: 1.0em;
	padding: 10px 0px 3px 0;
}
#nav-sub a,
#nav-sub p {
	/* color: #fff; */
	color: #fff;
}
#nav-sub .avatar {
	margin-right: 6px;
}
#nav-sub .session {
	float: right;
	margin-right: 20px;
	display: inline;
}
#nav-sub .session form {
	float: left;
}
#nav-sub .session p {
	background: url(nav-sub-session-li-bg.gif) 100% 50% no-repeat;
	float: left;
	font-size: 1.1em;
	margin: 2px 0 0;
	padding: 3px 10px 3px 10px;
	display: inline;
}
#nav-sub .session li.first {
	background: none;
}
#nav-sub form#quickLogin input.typeText {
	height: 17px;
	padding: 3px 10px 0;
	vertical-align: middle;
}
#nav-sub form#quickLogin input.typeSubmit {
	height: 21px;
	padding: 2px 5px;
	vertical-align: middle;
}
#nav-sub form#quickSearch {
	float: right;
	background: #e2e0e0;
}
#nav-sub form#quickSearch input {
	background: #e2e0e0;
	border: 0;
	margin: 0;
	padding: 0;
}
#nav-sub form#quickSearch input.typeText {
	margin-top: 5px;
	padding: 0 10px;
	vertical-align: top;
}
#nav-sub form#quickSearch input.typeSubmit {
	background: url(icon-search.gif) 50% 0 no-repeat;
	text-indent: -8484px;
	overflow: hidden;
	height: 22px;
	width: 25px;
}
#nav-sub p.visitors {
	background: url(icon-online.png) 0 50% no-repeat;
	float: left;
	font-size: 1.1em;
	margin: 2px 0 0;
	padding: 3px 20px 3px 15px;
}

#nav-sub h1.visitors {
	background: url(icon-online.png) 0 50% no-repeat;
	float: left;
	font-size: 1.1em;
	margin: 2px 0 0;
	padding: 3px 20px 3px 15px;
}


/* #### LAYOUT > HEADER > EXTRA NAVIGATION (forum) ######## */

#nav-extra {
	background: #fff;
	padding: 10px 20px;
}
#nav-extra ul {
	margin: 0;
}
#nav-extra li {
	color: #fff;
	display: inline;
	font-size: 1.1em;
	margin-right: 40px;
}
#nav-extra li a {
	color: #fff;
}

/* #### LAYOUT > BREADCRUMBS ######## */

#breadcrumbs {
	background: url(breadcrumbs-bg.png);
	clear: both;
	margin: 0 0 10px;
}
#breadcrumbs.sticked {
	/* border-bottom: 1px solid #d0d1d1; */
	border-bottom: 1px solid #575757;
	margin: 0;
}
#breadcrumbs em {
	display: none;
}
#breadcrumbs a,
#breadcrumbs span {
	background: #181818 url(breadcrumbs-li-bg.png) 0 50% no-repeat;
	color: #444;
	display: block;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 10px 10px 30px;
}
#breadcrumbs a:hover {
	color: #00baff;
}
#breadcrumbs .home {
	background-image: none;
	padding-left: 20px;
}
#breadcrumbs span {
	background-color: transparent;
}
#breadcrumbs a {
	color: #f8f7f7;
	font-weight: bold;
}

/* #### LAYOUT > ADS ######## */

#featuredLinks {
	background: #fff;
	float: left;
	/*margin: 0 0 10px;*/
	padding: 10px 10px 8px;
	width: 169px;
	_padding-bottom:10px!important; /* THIS ONE FIXING THE 2PX MISSING FROM THE LEFT BOX (NEAR THE 728x90)*/ 
}
#featuredLinks h2 {
	font-size: 1.2em;
	margin: 0 0 0.5em;
	text-transform: uppercase;
}
#featuredLinks ul {
	margin: 0;
	width: 169px;
}
#featuredLinks ul li {
	background: url(featuredLinks-li-bg.gif) no-repeat;
	padding: 4px 0 0;
	margin: 0 0 2px;
}
#featuredLinks ul li a {
	background: url(featuredLinks-li-bg.gif) 0 100% no-repeat;
	color: #16438b;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 10px 3px;
	text-transform: uppercase;
}
#featuredLinks {
	min-height: 93px;
}
#advertisement {
/*	min-height: 91px;*/
}
#advertisement {
	background: #fff url(advertisement-bg.gif) 12px 15px no-repeat;
	float: right;
	text-align: right;
	/*margin: 0 0 10px;*/
	padding: 10px;
	width: 750px;
}
#flash,
#ad {
	background: #fff;
	margin: 0 0 10px;
	height:250px;
	width:300px;
}
#main.odd #ad {
	background: url(m-bg_odd.gif) 0 100% repeat-x;
	margin: 0;
}
#flash {
	margin: -8px 0 10px;
}
#ad {
	padding: 10px;
}
#ad.sticked {

}
#advertisement em,
#ad em {
	left: -8484px;
	overflow: hidden;
	position: absolute;
}

/* #### LAYOUT > MAIN ######## */

#main {
	clear: both;
}
#main.odd {
	background: #fff;
	margin: 0 0 10px;
}

/* #### LAYOUT > CONTENT ######## */

#content {
	float: left;
	width: 630px;
}
#main.odd #content {
	border-right: 1px solid #e8e8e8;
	width: 639px;
}
#main.odd #content.odd {
	border-right: 0;
	border-left: 1px solid #e8e8e8;
	width: 639px;
}
#main.odd #content.wide {
	border: 0;
	width: 960px;
}

/* #### LAYOUT > SIDE ######## */

#side {
	/* float: right; */
	float: left;
	margin-left: 10px;
	width: 320px;
}
#main.odd #side {
	margin-left: 0;
}

/* #### LAYOUT > FOOTER ######## */

#footer {
	background: #086187;
	clear: both;
}
#footer h1 {
	background: url(logo_footer.png) no-repeat;
	display: block;
	float: left;
	height: 130px;
	margin: 0;
	overflow: hidden;
	text-indent: -8484px;
	width: 140px;
}
#psu,
#onPsu {
	float: left;
	padding: 5px 30px;
	margin: 25px 0 10px;
}
#psu h2,
#onPsu h2 {
	color: #fff;
	font-size: 1.1em;
	text-transform: uppercase;
}
#psu {
	padding-left: 20px;
	width: 444px;
}

#psu a{
	color:white;
text-decoration:underline;
}
#psu p.copyright {
	color: #fff;
	font-size: 1.1em;
}
#psu p.usage {
	color: #a4a4a4;
	font-size: 1em;
}
#onPsu {
	border-left: 1px solid #4a4c4d;
	width: 350px;
}
#onPsu ul {
	float: left;
	margin-right: 40px;
}
#onPsu ul li {
	display: block;
	min-height: 14px;
}
#onPsu ul li a {
	color: #adadad;
	font-size: 1.1em;
}
#affiliates {
	background: #093548;
	clear: both;
	padding: 10px 20px;
}
#affiliates h2,
#affiliates ul,
#affiliates ul li,
#affiliates ul li a {
	display: inline;
	color: #94bae8;
}
#affiliates h2 {
	font-weight: normal;
	margin: 0 2px 0 0;
}
#affiliates h2,
#affiliates ul li a {
	font-size: 1.1em;
}
#affiliates ul li {
	border-right: 1px solid #94bae8;
	padding: 0 5px 0 0;
	margin-right: 2px;
}
#affiliates ul li.last {
	border: 0;
}

/* #### LAYOUT > FOOTER ######## */












/* #### buttons ######## */

#buttons {
	margin: 0 0 10px;
}
#buttons li a {
	display: block;
	height: 53px;
	overflow: hidden;
	text-indent: -8484px;
	width: 153px;
}
#buttons li {
	float: left;
	margin: 0 6px 0 0;
}
#b-reviews  {
	background: url(reviews.gif);
}
#b-cheats  {
	background: url(guides.gif);
}
#b-bluray  {
	background: url(tournaments.gif);
}
#b-trophies  {
	background: url(newsletter.gif);
}
#buttons #b-trophies {
	margin-right: 0;
}

/* #### MODULES - KAYAN: CHANGED m2 THAT HED ONLY MARGIN:0 WITH MORE PARMETERS ######## */

.m1 ul,
.m2 ul {
margin:0;
padding-bottom:5px;
}
#content .c ul.list {
	font-size: 1.2em;
	margin-bottom: 1em;
}
#main.odd .m3 {
	background: url(m-bg_odd.gif) 0 100% repeat-x;
	margin: 0;
}
#content .t1 {
	background: url(m-title-bg_content.png) no-repeat;
}
#side .t1 {
	background: url(m-title-bg_side.png) no-repeat;
}
#main .m3 .t1 {
	background: none;
} 
#side .c {
	background: #fff;
}

#side .c img {border:3px solid #555;}
#main.odd .c {
	background: none;
	border: 0;
}
#main.odd #content .c {
	padding: 0 20px 20px;
}
.m1,
.m2,
.m3 {
	margin: 0 0 10px;
}
.m1 .m1,
.m2 .m2,
.m3 .m3 {
	margin: 0;
}
.m1 .c{
	border-top: 1px solid #d0d1d1;
}
.c p {
	font-size: 1.2em;
	line-height: 1.5em;
}
.c .c {
	border-top: 0;
} 
.t1 h2,
.t1 h3 {
	color: #fff;
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
} 
#main.odd #content .t1 h2 {
	font-size: 1.6em;
	padding: 20px 20px 10px;
}
#main.odd #side .t1 h2 {
	font-size: 1.4em;
}
#main.odd .t1,
#main.odd .t1 h2,
#main.odd .t1 h3 {
	color: #0982af !important;
}
#main.odd .m-narrow .t1 h2 {
	color: #fff !important;
}
.t1 .rss {
	float: left;
	margin: 9px -2px 0 10px;
}
#main.odd .t1 .rss {
	float: left;
	margin: 21px -12px 0 20px;
}
.t1 .rss a {
	background: url(m-title-rss.gif) no-repeat;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -8484px;
	width: 16px;
}
.t1 .more {
	float: left;
	margin: 9px 10px 0 10px;
}
#main.odd #content .t1 .more {
	float: left;
	margin: 21px 20px 0 -12px;
}
.t1 .more a {
	background: url(m-title-more.png) no-repeat;
	display: block;
	height: 17px;
	overflow: hidden;
	text-indent: -8484px;
	width: 17px;
}
.t1 .more a:hover {
	background-position: 0 -17px;
}
#main.odd .t1 .more a {
	background: url(m-title-more.png) 0 -34px no-repeat;
}
#main.odd .t1 .more a:hover {
	background-position: 0 -17px;
}
.t1 .visitors,
.t2 .visitors {
	background: url(icon-online.png) 0 2px no-repeat;
	float: right;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 10px 0 0;
	padding-left: 15px;
}
.t1 .visitors {
	color: #fff;
}
.t1 .info {
	clear: both;
	color: #fff;
	float: left;
	font-size: 1.1em;
	margin: -6px 0 0;
	padding: 0 10px 6px 10px
}
.t2 h3 {
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 10px;
	text-transform: uppercase;
}
#side h3 {
	font-size: 1.1em;
	text-transform: uppercase;
}
li {
	position: relative;
}
#side li {
	background: url(m-ul-li-bg.gif) 0 100% no-repeat;
}
#side li.last,
#main.odd li.last {
	background: none;
}
.m1 li a.image,
.m3 li a.image,
ul li p.date {
	left: 10px;
	position: absolute;
	top: 10px;
}
.avatar img {
	background: #fff;
	border: 1px solid #999;
	margin: -2px 0;
	padding: 1px;
	vertical-align: middle;
}

/* #### MODULES > MENU ######## */

.menu {
	background: url(m-menu-bg.png);
	padding: 0 10px;
}
.menu ul {
	margin: 0;
}
.menu ul li {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 2px -1px 0;
}
.menu ul li a {
	background: url(m-menu-li-a-bg.png) 0 0 no-repeat;
	color: #fff;
	display: block;
	float: left;
	padding: 0 0 0 10px;
}
.menu ul li a span {
	background: url(m-menu-li-a-span-bg.png) 100% 0 no-repeat;
	display: block;
	padding: 6px 10px 4px 0;
}
.menu ul li.active a {
	background-image: url(m-menu-li-a-bg_active.png);
	color: #474747;
	cursor: default;
	margin: 0;
}
.menu ul li.active a:hover {
	text-decoration: none;
}
.menu ul li.active a span {
	background-image: url(m-menu-li-a-span-bg_active.png);
	padding: 6px 10px 5px 0;
}
#content .m-browse .c {
	padding: 10px 0 10px;
}
#main.odd #content .m-browse .c {
	padding: 0 0 20px;
}
#main.odd #content .m-browse .t1 h2 {
	padding-bottom: 0;
}
#content .m-browse .c ul {
	margin-right: 10px;
	padding: 0 0 15px;
	max-height: 715px;
	position: relative;
	overflow: auto;
}
#content .m-browse .c ul.odd {
	max-height: 100%;
	overflow: inherit;
}
#content .m-browse .c ul ul {
	margin: 0;
	padding: 0;
	overflow: inherit;
}
.m-browse .c ul li {
	float: left;
	padding: 15px 3px 5px 20px;
	width: 125px;
}
.m-browse .c ul li.row {
	clear: both;
}
.m-browse .c ul li h3 {
	clear: both;
	font-size: 1.1em;
	margin-bottom: 0.2em;
}
.m-browse .c ul li li {
	float: none;
	padding: 0;
	width: auto;
}
.m-browse .c ul li a.image {
	display: block;
	float: left;
	left: 0;
	margin: 0 0 5px;
	position: relative;
	top: 0;
}
.m-browse .c ul li a.image img {
	border: 1px solid #d7d7d7;
	padding: 2px;
}
.m-browse .c ul li a.image img.game {
	border: 0;
	margin: 0 0 1px;
	padding: 0;
}

/* #### PSU CONTENT / LATEST UPDATES / CHEATS / ARTICLE LIST ######## */

.m-latestUpdates ul li {
	background: #fff url(m-ul-li-bg.gif) 180px 100% no-repeat;
	clear: both;
	/*min-height: 151px;*/
	padding: 10px 10px 10px 180px;
}
.m-articleList .c {
	margin: 5px 10px 10px;
}
.m-articleList ul li {
	padding: 10px 20px 10px 80px;
	min-height: 54px;
}
.m-latestUpdates ul.odd li {
	background: #fff;
	margin-bottom: 1px;
}
#main.odd .m-latestUpdates ul li {
	padding-right: 20px;
}
#main.odd #content .m-latestUpdates .c {
	padding: 0 0 0 10px;
}
.m-cheats ul li {
	background: #fff url(m-ul-li-bg.gif) 114px 100% no-repeat;
	padding-left: 115px;
	min-height: 110px;
	padding: 10px 10px 10px 114px;
}
.m-latestUpdates .c ul li h3,
.m-cheats .c h3,
.m-articleList .c h3 {
	color: #16438b;
	font-size: 1.8em;
	margin: 0 0 0.5em;
}
.m-latestUpdates .c ul li h3 a,
.m-cheats .c h3 a,
.m-articleList .c h3 a {
	color: #16438b;
}
.m-cheats .c h4 {
	font-size: 1.2em;
	margin: 0;
}
.m-latestUpdates .c ul li p {
	font-size: 1.2em;
	line-height: 1.6em;
}
.m-cheats .c p {
	font-size: 1.2em;
	line-height: 1.2em;
}

/* #### ARTICLE / VIDEO / IMAGE ######## */

.m-article,
.m-video,
.m-image {
	margin: 0 0 10px;
}
#main .m-article h1,
#main .m-article .t1,
#main .m-video .t1,
#main .m-image .t1 {
	color:#FFF;
	background: #0982af;
	padding: 15px 20px;
}
#main .m-video .t1 {
	background: #000;
}
#main .m-image .t1 {
	background: #6790a6;
}
.m-article .t1 h1,
.m-video .t1 h1,
.m-image .t1 h1 {
	color: #fff;
	float: left;
	font-size: 3em;
	font-weight: normal;
	margin: 0;
	width: 520px;
}
.m-article .t1 .digg {
	float: right;
	margin: -5px -10px -5px 0;
}
.m-video .t1 .hd {
	float: right;
	margin: -5px -5px -5px 0;
}
.m-video .t1 .hd a {
	background: url(video-hd.gif) no-repeat;
	display: block;
	height: 38px;
	overflow: hidden;
	text-indent: -8484px;
	width: 52px;
}
.m-article .c,
.m-video .c,
.m-image .c{
	background: #fff;
	/*padding: 20px;*/
}
.m-article .c p {padding:0 10px 0 10px;margin:0px!important;}
.m-article .c p,
.m-video .c p,
.m-image .c p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-bottom
}
.m-article .c p.first {
	font-weight: bold;
}
.m-article .c .image,
.m-article .c .video,
.m-video .c .video,
.m-image .c .image {
	text-align: center;
	margin: 0 0 10px;
}
.m-image .c .image p {
	text-align: center;
	width: 100%;
	background: #000;
}
.m-article .c .image em.caption {
	background: #000;
	color: #e2e2e2;
	display: block;
	font-style: normal;
	padding: 10px 15px;
	text-align: left;
}
#content .share {
	margin-top: 0px;
}
#head .m-video .share {
	margin: 20px 165px 0;
}
#head .m-image .share {
	float: left;
	margin: 10px 0 0;
}
#content .share p,
#head .share p,
#content .share ul li,
#head .share ul li {
	display: block;
	float: left;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
}
#content .share ul,
#head .share ul {
	float: left;
	margin: 0;
}
#content .share p,
#head .share p,
#content .share ul li,
#head .share ul li {
	text-align: center;
}
#content .share p,
#head .share p,
#content .share ul li a,
#head .share ul li a {
	display: -moz-inline-block;
	display: inline-block;
	font-weight: bold;
	padding: 2px 0;
}
#content .share ul li,
#head .share ul li {
	background: url(share-li-bg.png) 100% 0 no-repeat;
	padding: 9px 10px;
}
#content .share ul li.digg,
#head .share ul li.digg {
	width: 85px;
}
#content .share ul li.digg a,
#head .share ul li.digg a {
	background: url(icon-digg.gif) 0 50% no-repeat;
	padding-left: 22px;
}
#content .share ul li.n4g,
#head .share ul li.n4g {
	width: 95px;
}
#content .share ul li.n4g a,
#head .share ul li.n4g a {
	background: url(icon-n4g.gif) 0 50% no-repeat;
	padding-left: 24px;
}
#content .share ul li.email,
#head .share ul li.email {
	background: url(share-li_last-bg.png) 100% 0 no-repeat;
	width: 223px;
}
#content .share ul li.email a,
#head .share ul li.email a {
	background: url(icon-email.gif) 0 50% no-repeat;
	padding-left: 22px;
}
#content .share p,
#head .share p {
	background: url(share-p-bg.png) no-repeat;
	color: #fff;
	font-size: 1.1em;
	margin: 0;
	padding: 9px 10px 11px 15px;
	text-align: left;
	text-transform: uppercase;
	width: 101px;
}
.m-image .c ul.controls {
	float: right;
	margin-top: 10px;
}
.m-image .c ul.controls li {
	float: left;
	max-width: 155px;
}
.m-image .c ul.controls li a {
	float:left;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 9px 10px;
}
.m-image .c ul.controls li.prev a {
	background: url(controls-images-prev.gif) no-repeat;
	border-right: 1px solid #e1e1e1;
	padding-left: 43px;
	/* width: 79px; */
}
.m-image .c ul.controls li.next a {
	background: url(controls-images-next.gif) 100% 0 no-repeat;
	padding-right: 43px;
	text-align: right;
	/* width: 76px; */
}
.m-image .c ul.images {
	clear: both;
	margin: 0 -6px 0;
}
.m-image .c ul.images li {
	float: left;
	height: 94px;
	text-align: center;
	margin: 10px 0 -20px;
	padding: 23px 0 0;
	width: 133px;
}
.m-image .c ul.images li.active {
	background: #0982af url(images-li_active-bg_vieving.gif) no-repeat;
}
.m-image .c ul.images li .image {
	border: 1px solid #d9d9d9;
	background: #fff;
	display: inline-block;
	margin: 0;
	padding: 2px;
}

/* #### DETAILS ######## */

.m-details .c {
	padding: 0 20px 20px;
}
.m-details .c dl {
	float: left;
	margin: 0 0 10px 19px;
	width: 290px;
}
.m-details .c dl.first,
.m-details .c dl.last {
	margin-left: 0;
	clear: both;
}
.m-details .c dt,
.m-details .c dd {
	border-top: 1px solid #e0e0e0;
	display: block;
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 3px 0 2px;
	width: 140px;
}
.m-details .c dd {
	width: 150px;
}
.m-details .c dt {
	clear: both;
	font-weight: bold;
}
.m-details .c dt.first,
.m-details .c dd.first {
	border: 0;
}
.m-details .c dl.last {
	width: 599px;
}
.m-details .c dl.last dd {
	width: 459px;
}

/* #### GAME ######## */

.m-game {
	background: #fff;
	margin: 0;
	min-height: 250px;
	height: 25em;
	position: relative;
}
.m-game .bg {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}
.m-game .t1 {
	background: url(game-title-bg.png);
	padding: 20px 20px 15px 175px;
	position: relative;
	z-index: 1;
}
.m-game .t1 h1 {
	color: #fff;
	float: left;
	font-size: 3em;
	font-weight: normal;
	margin: 0;
	text-shadow: 1px 1px 1px #054a64;
}
.m-game .c {
	padding: 10px 20px 0 175px;
	position: relative;
	z-index: 1;
}
.m-game .c .action li {
	clear: left;
	float: left;
	margin: 0 0 10px;
}
.m-game .c .action li a {
	background: #095f90 url(input-submit-bg.gif) repeat-x;
	border-top: 1px solid #6fb2d1;
	border-right: 1px solid #065c88;
	border-bottom: 1px solid #07486d;
	border-left: 1px solid #3c8cb4;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	min-width: 120px;
	padding: 3px 7px;
	text-align: center;
}
.m-game .c .action li a:hover {
	background: #0b9bc9;
}
.m-game .image {
	left: 20px;
	position: absolute;
	top: 20px;
	z-index: 1;
}
.m-game .menu {
	background: url(game-menu-bg.png);
	bottom: 0;
	left: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}
.m-game .menu ul {
	margin: 0;
	width: 960px;
}
.m-game .menu ul li {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 -8px 0 20px;
	padding: 13px 0;
}
.m-game .menu ul li.active {
	background: url(game-menu-li_active-bg.png) 50% 100% no-repeat;
}
.m-game .menu ul li.active a {
	background: none;
	color: #fff;
}
.m-game .menu ul li a {
	background: none;
	color: #fff;
	padding: 0;
}
.m-game .game {
	position: relative;
	z-index: 2;
}

/* #### BROWSE VIDEOS / BROWSE IMAGES ######## */

.m-browse .c {
	background: #fff;
	padding: 20px;
}

/* #### REVIEW ######## */

.m-review {
	border: 5px solid #bdd4e1;
	float: right;
	margin: 85px 10px 10px 10px;
	padding: 10px;
	width: 270px;
}
#main.odd .m-review {
	float: none;
	margin: 0 0 10px;
	width: auto;
}
#main.odd .m-review .t1,
#main .m-article .m-review .t1 {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 8px;
	padding: 0 0 8px;
}
#main.odd .m-review .t2,
.m-article .m-review .t2 {
	font-size: 1.2em;
	font-weight: bold;
}
#main.odd .m-review p, 
.m-article .m-review p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 0.5em;
}
#main.odd .m-review p strong, 
.m-article .m-review p strong {
	font-size: 1.091em; /* 11px to 12px */
}
.m-review .image {
	float: left;
}
.m-review .score {
	float: right;
	width: 140px;
}
#main.odd .m-review .score {
	float: left;
}
.m-review .add {
	background: url(icon-more.gif) 0 40% no-repeat;
	font-weight: bold;
	padding-left: 16px;
}
.m-review .summary {
	border-top: 1px solid #e0e0e0;
	clear: both;
	padding: 8px 0 0;
}
#main.odd .m-review .summary {
	border: 0;
	clear: none;
	padding: 0;
}
.m-review .pros p {
	color: #33941c;
}
.m-review .cons p {
	color: #b53836;
}
#main.odd .m-review .summary,
#main.odd .m-review .pros,
#main.odd .m-review .cons {
	float: right;
	width: 420px;
}
.m-review .more {
	border-top: 1px solid #e0e0e0;
	clear: both;
	padding: 10px 0 0;
	text-align: right;
}
#main.odd .m-review .more p,
.m-article .m-review .more p {
	margin: 0;
}
.m-review ul {
	margin: 0 0 1em;
}
.m-review ul li {
	background: url(icon-online_small.gif) 0 4px no-repeat;
	font-size: 1.1em;
	padding-left: 12px;
}
.m-review .cons ul li {
	background: url(icon-offline_small.gif) 0 4px no-repeat;
}
.m-review .more a.metacritic {
	background: url(icon-metacritic.gif) 100% 50% no-repeat;
	padding-right: 18px;
}
.reviewScore {
	margin: 0;
}
.reviewScore dd {
	background: url(rating-bg.gif) 0 2px no-repeat;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 38px;
	font-size: 33px;
	text-align: center;
	letter-spacing: -2px;
	text-indent: 0px;
	text-indent: 0;
	width: 59px;
}

.reviewScore1 dd {
	background:none no-repeat;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 38px;
	font-size: 33px;
	text-align: center;
	letter-spacing: -2px;
	text-indent: 0px;
	text-indent: 0;
	width: 59px;
}
.scorePsu img {border:0px !important;background-repeat:no-repeat;eight:36px;width:59px;}
.m-review .reviewScore {
	margin: 0 0 10px;
}
.m-review .reviewScore dt.scorePsu {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 3px;
}
.m-review .reviewScore dt.scoreUser {
	font-size: 1.1em;
	margin: 6px 0 3px;
}

/* #### COMMENTS ######## */

.m-comments .c {
	background: #fff;
	padding: 20px;
}
.m-comments .c form {
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	margin: 0 0 20px;
	padding: 10px;
}
.m-comments .c form p {
	font-size: 1.4em;
	font-weight: bold;
}
.m-comments .c form textarea {
	height: 146px;
	margin: 0 0 10px;
	width: 564px;
}
.m-comments .c ol li {
	background: url(comments-li-bg.gif) 102px 37px no-repeat;
	margin: 0 0 20px;
	padding: 0 0 0 110px;
}
.m-comments .c ol li ul li {
	margin: 0;
	padding: 0;
}
.m-comments .c ol li div {
	border: 6px solid #eee;
	padding: 8px 15px;
}
.m-comments .c ol li div h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 3px;
}
.m-comments .c ol li div p {
	font-size: 1.2em;
	line-height: 1.5em;
}
.m-comments .c ol li div ul.action {
	margin: 0;
	float: none;
}
.m-comments .c ol li div ul.action li {
	display: inline;
}
.m-comments .c ol li div ul.action li.edit {
	border-right: 1px solid #3f536d;
	margin-right: 4px;
	padding-right: 4px;
}
.m-comments .c ol li div li.link {
	position: absolute;
	right: 21px;
	top: 14px;
}
.m-comments .c ol li div li.link a {
	color: #0a77a5;
	font-size: 1.2em;
	font-weight: bold;
}
.m-comments .c ol li .image {
	border: 1px solid #d7d7d7;
	left: 0;
	padding: 2px;
	top: 0;
	margin: 0;
}

/* #### QUICK REGISTER ######## */

.m-quickRegister .c {
	padding: 10px;
}
.m-quickRegister .c form p {
	font-size: 1.2em;
	font-weight: bold;
}
.m-quickRegister form br {
	display: none;
}
.m-quickRegister .group-text,
.m-quickRegister .group-checkbox {
	clear: both;
	margin: 0 0 5px;
}
.m-quickRegister .group-submit {
	clear: both;
}
.m-quickRegister .c label {
	float: left;
	font-size: 1.1em;
	padding: 3px 0 0;
	width: 73px;
}
.m-quickRegister .c .group-text input {
	float: right;
	width: 215px;
}
.m-quickRegister .group-submit {
	float: right;
}

.m-quickRegister .group-submit label {
	font-weight: bold;
	margin: 3px 12px 0 0;
	width: auto;
}
.m-quickRegister .group-submit input.typeCheckbox {
	float: left;
	margin: 6px 5px 0;
}
.m-quickRegister .group-submit input.typeSubmit {
	float: left;
}

/* #### NEW RELEASES / EVENTS CALENDAR ######## */

.m-newReleases .c ul {
	margin: 0 0 10px;
}
.m-eventsCalendar .m3 {
	margin: 0;
}
.m-eventsCalendar .c .c{
	background: #fff url(m-bg_odd.gif) 0 100% repeat-x;
	padding: 10px 0;
}
.m-eventsCalendar .c ul {
	margin: 10px;
}
#content .m-eventsCalendar .c ul.launches {
	padding: 30px 0 10px;
}
.m-newReleases .c ul li,
.m-eventsCalendar .c ul li {
	padding: 10px 10px 10px 132px;
	min-height: 40px;
}
.m-newReleases .c ul li li,
.m-eventsCalendar .c ul li li {
	min-height: 1px;
}
.m-newReleases .c ul li.first,
#side .m-newReleases .c ul.calendar li.first,
.m-eventsCalendar .c ul li.first,
#content .m-eventsCalendar .c ul.calendar li.first {
	padding-top: 0;
}
.m-newReleases .c ul li.first .date,
.m-newReleases .c ul li.first .image,
.m-eventsCalendar .c ul li.first .date,
.m-eventsCalendar .c ul li.first .image {
	top: 0;
}
#side .m-newReleases .c ul li,
#content .m-eventsCalendar .c ul li {
	background-position: 73px 100%;
}
#main #side .m-newReleases .c ul li.last {
	background: url(m-ul-li-bg.gif) 0 100% no-repeat;
}
.m-newReleases .c ul ul,
#side .m-newReleases .c ul.calendar,
.m-eventsCalendar .c ul ul {
	margin: 0;
}
#side .m-newReleases .c ul.calendar li.last,
#content .m-eventsCalendar .c ul.calendar li.last {
	background: none;
}
.m-newReleases .t2 .visitors,
.m-eventsCalendar .t2 .visitors {
	font-weight: normal;
}
.m-eventsCalendar .t2 {
	clear: both;
}
.m-eventsCalendar .t2 h3 {
	font-size: 1.4em;
	padding-left: 20px;
}
#content .m-eventsCalendar .calendar h4 {
	top: 0;
	position: absolute;
	left: 10px;
}
#content .m-eventsCalendar .calendar p.date {
	top: 30px;
}	
.m-newReleases .c ul li a.image,
.m-eventsCalendar .c ul li a.image {
	left: 73px;
}
#side ul.calendar li {
	padding: 10px 10px 10px 73px;
}
#content ul.calendar li {
	padding: 0 10px 10px 87px;
}
.m-newReleases .sponsored,
.m-eventsCalendar .sponsored {
	margin: 0;
}
#side .m-newReleases .c ul li h4,
#content .m-eventsCalendar .c ul li h4 {
	font-size: 1.4em;
	margin: 0;
	padding: 0 0 3px;
	text-transform: uppercase;
}
#side .m-newReleases .c ul.calendar li h4,
#content .m-eventsCalendar .c ul.calendar li h4 {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 6px;
}
#content .m-eventsCalendar .c ul.calendar li h4 {
	font-size: 1.4em;
}
.m-newReleases p,
.m-eventsCalendar p {
	color: #a6a6a6;
	font-size: 1.1em;
	font-weight: bold;
}
.m-newReleases .date,
.m-eventsCalendar .date {
	background: url(date-bg.gif) no-repeat;
	color: #fff;
	display: block;
	height: 38px;
	font-size: 12px;
	overflow: hidden;
	padding-top: 3px;
	text-align: center;
	text-indent: 0px;
	text-indent: 0;
	width: 41px;
}
.m-eventsCalendar .calendar .date {
	background: url(date_big-bg.gif) no-repeat;
	font-size: 24px;
	height: 55px;
	padding: 0;
	width: 55px;
}
.m-eventsCalendar .calendar .date span {
	display: block;
	margin: -2px 0 -10px;
}
.m-newReleases .date abbr,
.m-eventsCalendar .date abbr {
	border: 0;
	display: block;
	text-transform: uppercase;
}
.m-eventsCalendar .calendar .date abbr {
	font-size: 16px;
}

/* #### EVENTS CALENDAR > CONTROLS ######## */

.m-eventsCalendar .controls {
	background: #fff url(m-pagination-bg.gif) 0 100% repeat-x;
	border-bottom: 1px solid #d0d1d1;
	padding: 10px 20px;
}
.m-eventsCalendar .controls ul {
	float: left;
	margin: 0;
}
.m-eventsCalendar .c .c .controls {
	background: #e9e9e9;
	border: 0;
	margin: 10px 0 -10px;
}
.m-eventsCalendar .controls ul li {
	display: block;
	float: left;
	margin: 0;
	min-height: 1px;
	padding: 0;
}
.m-eventsCalendar .controls ul li a {
	color: #0982af;
	display: block;
	font-weight: bold;
	position: relative;
}
.m-eventsCalendar .controls ul li span {
	color: #919191;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding: 2px 0;
	margin: 2px 0 0; 
}
.m-eventsCalendar .controls ul li a span {
	color: #0982af;
}
#main .m-eventsCalendar .controls ul li.current {
	background: url(controls-calendar-current.gif) 0% 50% no-repeat;
	margin: 0 25px;
	padding: 0;
}
.m-eventsCalendar .controls ul li.current span {
	background: url(controls-calendar-current.gif) 100% 50% no-repeat;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0 20px;
	padding: 3px 20px 3px 0;
}
.m-eventsCalendar .controls ul li.prev a span {
	background: url(controls-calendar-prev.gif) 0 50% no-repeat;
}
.m-eventsCalendar .controls ul li.prev span {
	background: url(controls-calendar-prev_inactive.gif) 0 50% no-repeat;
	padding-left: 20px;
}
.m-eventsCalendar .controls ul li.next a span {
	background: url(controls-calendar-next.gif) 100% 50% no-repeat;
}
.m-eventsCalendar .controls ul li.next span {
	background: url(controls-calendar-next_inactive.gif) 100% 50% no-repeat;
	padding-right: 20px;
}
.m-eventsCalendar .controls form {
	margin-top: 1px;
	float: right;
}

/* #### FORUM DISCUSSIONS ######## */

.m-forumDiscussions .c ul li {
	padding: 10px 10px 10px 97px;
	min-height: 72px;
}
#side .m-forumDiscussions .c ul li {
	background-position: 97px 100%;
}
.m-forumDiscussions .c ul li.last {
	background: none;
}
#side .m-forumDiscussions h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 3px;
	text-transform: none;
}
.m-forumDiscussions h3 span {
	color: #a6a6a6;
	font-size: 0.917em; /* 12px to 11px */
	font-weight: normal;
}
.m-forumDiscussions a.extra {
	color: #0982af;
	font-size: 1.1em;
	text-decoration: underline;
}

/* #### FORUMS ######## */

.m-forums .c {
	margin: 5px 20px 10px;
}
.m-forums ul li {
	padding: 5px 0 10px;
}
.m-forums ul li p {
	font-weight: bold;
	margin: 0 0 5px;
}

/* #### LATEST REVIEWS / LATEST NEWS / PLAYLIST ######## */

.m-latestReviews .c ul li,
.m-latestNews .c ul li,
.m-playlist .c ul li {
	padding: 10px 10px 10px 97px;
	min-height: 80px;
}
.m-playlist .c ul li {
	padding: 10px 10px 10px 150px;
}
.m-latestNews .c ul li,
.m-playlist .c ul li {
	min-height: 70px;
}
#side .m-latestReviews .c ul li,
#side .m-latestNews .c ul li {
	background-position: 97px 100%;
}
#side .m-playlist .c ul li {
	background-position: 131px 100%;
}
.m-latestReviews .c ul li.last,
.m-latestNews .c ul li.last,
.m-playlist .c ul li.last {
	background: none;
}
.m-playlist .c ul li a.image {
	top: 11px;
}
.m-playlist .c ul li a.image img {
	background: #fff;
	border: 1px solid #d7d7d7;
	padding: 2px;
}
#side .m-latestNews .c ul li.active,
#side .m-playlist .c ul li.active {
	background: #0982af url(m-ul-li_active-bg_reading.png) 100% 0 no-repeat;
	margin-top: -1px;
	padding-right: 40px;
}
#side .m-latestNews .c ul li.first.active,
#side .m-playlist .c ul li.first.active {
	margin-top: 0;
}
#side .m-playlist .c ul li.active {
	background: #0982af url(m-ul-li_active-bg_viewing.png) 100% 0 no-repeat;
}
.m-latestNews .c ul li.active div,
.m-playlist .c ul li.active div {
	background: url(m-ul-li-image-bg.png) no-repeat;
	left: -29px;
	height: 90px;
	position: absolute;
	top: 0;
	width: 30px;
	z-index: 1;
}
/*
.m-latestNews .c ul li.active div {
	background: url(m-ul-li-image-bg.png) no-repeat;
	width: 110px;
}
*/
.m-latestNews .c ul li.active *,
.m-playlist .c ul li.active * {
	color: #fff !important;
}
#side .m-latestReviews .c h3,
#side .m-latestNews .c h3,
#side .m-playlist .c h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 3px;
	text-transform: none;
}
/*
#side .m-latestNews h3 {
	font-size: 1.4em;
}
*/
.m-latestReviews .reviewScore dt {
	font-size: 1px;
	text-indent: -8484px;
	overflow: hidden;
}
.m-latestReviews .reviewScore dd {
	float: right;
}

/* #### RELATED INFORMATION ######## */

.m-relatedInformation .c ul li {
	padding: 10px 10px 10px 10px;
	min-height: 80px;
}
.m-relatedInformation .c ul li {
	min-height: 185px;
}
.m-relatedInformation .c ul li.last {
	background: none;
}
#side .m-relatedInformation .c ul li h3 {
	font-size: 1.2em;
	text-transform: none;
} 
.m-relatedInformation .c ul li div {
	position: relative;
	padding-left: 151px;
}
.m-relatedInformation .c ul li div a.image {
	left: 0;
	top: 0;
}
.m-relatedInformation .c ul li dl.details dt,
.m-relatedInformation .c ul li dl.details dd {
	color: #3d3d3e;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 3px;
}
.m-relatedInformation .c ul li dl.details dd {
	font-weight: normal;
}
.m-relatedInformation .c ul li dl.details dd .up {
	background: url(icon-up.gif) 0 1px no-repeat;
	display: inline-block;
	text-indent: -8484px;
	width: 12px;
}

.m-relatedInformation .c ul li dl.details dd .down {
	background: url(icon-down.gif) 0 1px no-repeat;
	display: inline-block;
	text-indent: -8484px;
	width: 12px;
}

/* #### VIDEOS ######## */

.m-videos .c ul li {
	padding: 0 10px 10px 97px;
	/* 
	min-height: 67px;
	*/
}
#side .m-videos .c ul li {
	background-position: 97px 100%;
}
#side .m-videos .c ul li.first {
	padding: 10px;
	background-position: 0 100%;
}
.m-videos .c ul li.last {
	background: none;
}
.m-videos .c ul li .image img {
	border: 1px solid #d9d9d9;
	padding: 2px;
}
#side .m-videos h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 3px;
	text-transform: none;
}
#side .m-videos .first h3 {
	padding: 0 0 3px;
}
.m-videos .first .image {
	padding: 10px 0;
	text-align: center;
}

/* #### SEARCH ######## */

#main.odd #head .m-search {
	background: #e9e9e9;
}
#main.odd #content .m-searchResults .t1 h2 {
	color: #343434;
	font-size: 1.4em;
	text-transform: none;
}
#main.odd #content .m-searchResults .c {
	padding: 0;
}
.m-searchResults .results {
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 20px 0 20px;
}
.m-search .t1 h1 {
	color: #474747;
	font-size: 1.8em;
	margin: 0;
	padding: 10px 20px;
}
.m-search .c {
	padding: 0 20px 10px;
}
.m-search .c form .typeText,
.m-search .c form .typeSubmit {
	font-size: 1.8em;
	font-weight: bold;
	padding: 10px 15px;
}
.m-search .c form .typeText {
	background: #fff url(input-text-bg_odd.gif) repeat-x;
	width: 780px;
}
.m-search .c form .typeSubmit {
	padding: 9px 10px;
}
.m-search .c form p,
.m-search .c form ul {
	float: left;
	margin: 15px 0 0;
}
.m-search .c form li {
	float: left;
}
.m-search .c form .typeCheckbox,
.m-search .c form label {
	vertical-align: middle;
}
.m-search .c form p {
	font-weight: bold;
	margin-right: 8px;
}
.m-search .c form li {
	font-size: 1.2em;
	margin: 0 8px;
}

/* #### NARROW SEARCH RESULTS ######## */

#side .m-narrow {
	margin: 20px 0 20px 20px;
	width: 289px;
}
#side .m-narrow .t1 {
	background: #509fc4 url(m-title-bg_narrow.gif) no-repeat;
}
#main.odd #side .t1 h2 {
	color: #fff;
	font-size: 1.2em;
}
#main.odd #side .m-narrow .c {
	background: url(m-bg_narrow.gif) repeat-y;
	border-bottom: 3px solid #509fc4;
}
#side .m-narrow ul {
	margin: 0;
}
#side .m-narrow ul li {
	background: none;
	clear: both;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	min-height: 20px;
	padding: 6px 20px;
	position: relative;
}
#side .m-narrow ul li.active {
	background: #0982af;
}
#side .m-narrow ul li.active div {
	background: url(m-ul-li_active-bg_narrow.png) no-repeat;
	height: 32px;
	position: absolute;
	right: -14px;
	top: 0;
	width: 14px;
}
#side .m-narrow ul li.active a {
	color: #fff;
}
#side .m-narrow ul li a {
	display: block;
}
#side .m-narrow ul li a small {
	font-size: 0.75em; /* 16px to 12px */
}
#side .m-narrow ul li span {
	display: block;
	float: left;
}
#side .m-narrow ul li em {
	display: block;
	font-style: normal;
	float: right;
}

/* #### WALLPAPERS / SCREENSHOTS / RELATED IMAGES ######## */

.m-wallpapers,
.m-screenshots,
.m-relatedImages {
	display: block;
}
.m-wallpapers .c,
.m-screenshots .c,
.m-relatedImages .c {
	padding: 5px 10px;
}
#side .m-wallpapers .c ul li,
#side .m-screenshots .c ul li,
#side .m-relatedImages .c ul li {
	background: none;
	/*float: left;*/
	list-style:square;
	margin: 0 0 10px 13px;
}
#side .m-wallpapers .c ul li.row,
#side .m-screenshots .c ul li.row,
#side .m-relatedImages .c ul li.row {
	margin-left: 0;
}
#side .m-wallpapers .c ul li.first,
#side .m-screenshots .c ul li.first,
#side .m-relatedImages .c ul li.first {
	margin: 0 0 15px;
}
.m-wallpapers .c ul li .image,
.m-screenshots .c ul li .image,
.m-relatedImages .c ul li .image {
	left: 0;
	position: relative;
	top: 0;
}
.m-wallpapers .c ul li .image img,
.m-screenshots .c ul li .image img,
.m-relatedImages .c ul li .image img {
	border: 1px solid #d7d7d7;
	padding: 2px;
}
.m-wallpapers .c ul li.first .image img,
.m-screenshots .c ul li.first .image img,
.m-relatedImages .c ul li.first .image img {
	border: 0;
	margin: 0 -1px;
	padding: 0;
}

/* #### THEMES ######## */

.m-themes .c ul li {
	padding: 0 10px 10px 97px;
	/* 
	min-height: 67px;
	*/
}
#side .m-themes .c ul li {
	background-position: 97px 100%;
}
#side .m-themes .c ul li.first {
	padding: 10px;
	background-position: 0 100%;
}
.m-themes .c ul li.last {
	background: none;
}
.m-themes .c ul li .image img {
	border: 1px solid #d9d9d9;
	padding: 2px;
}
#side .m-themes h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 10px 0 3px;
	text-transform: none;
}
#side .m-themes .first h3 {
	padding: 0 0 3px;
}
.m-themes .first .image {
	padding: 10px 0;
	text-align: center;
}
#side .m-themes .c ul.more {
	/* background: #252829; */
	background: #e9e9e9;
	border: 0;
	padding: 10px;
}
#side .m-themes .c ul.more li {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
}
#side .m-themes .c ul.more li a {
	background: url(m-title-more.png) 100% 0% no-repeat;
	display: block;
	padding: 2px 22px 1px 0;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
}
#side .m-themes .c ul.more li a:hover {
	background-position: 100% -17px;
}

/* #### DETAILS ######## */

#main ul.details {
	margin: 0;
}
#main #side ul.details { 
	margin: 2px 0 0;
}
#main ul.details li {
	background: none;
	clear: none;
	display: block;
	font-size: 1.1em;
	margin: 0;
	min-height: 1px !important;
	padding: 0;
}
#side ul.details li.posted,
#side ul.details li.download {
	padding: 2px 0 2px 3px; 
}

#content .c ul.details li.posted,
#content .c  ul.details li.download, .postednews{
	padding: 2px 10px 2px 23px !important;
}



#content ul.details li.added {
	padding: 2px 0;
}
#content ul.details li a {
	float: left;
}
#main ul.details li.posted a,
#main ul.details li.added a {
	float: none;
}

/* #### DETAILS (VARIATIONS) ######## */

#main .m-latestReviews ul.details {
	float: left;
	width: 150px;
	_width:140px!important;
}
#main .m-browse ul.details {
	clear: both;
}
#main .m-relatedImages ul.details {
	margin-bottom: 10px;
}

/* #### DETAILS > POSTED ######## */

#content ul.details li.posted {
	background: url(icon-posted.png) 0 30% no-repeat;
	color: #8f8f8f;
}


#side  ul.details li.posted {
	/*background: url(icon-posted.png) 0 30% no-repeat;*/
	color: #000;
}

.c #side ul.details li.posted {
	color: #474747;
}

/* #### DETAILS > POSTED (VARIATIONS) ######## */

#main #side .m-videos ul li.first ul.details li.posted {
	padding-right: 8px;
}
#main .m2 ul.details li.posted {
	border: 0;
	color: #474747;
	float: left;
	font-weight: bold;
}
#main .m-video ul.details li.posted {
	color: #a6a6a6;
}
#main .m-image ul.details li.posted,
#main .m-forums ul.details li.posted {
	color: #474747;
}
#main .m-comments ul.details li.posted {
	background: none;
	color: #a6a6a6;
	padding: 0 0 4px;
}

/* #### DETAILS > ADDED ######## */

#main ul.details li.added {
	display: block;
	margin: 0;
}

/* #### DETAILS > NUMBER ######## */

#main #content ul.details li.number {
	display: block;
	margin: 0;
	padding: 2px 0;
}

/* #### DETAILS > DOWNLOAD ######## */

#main ul.details li.download {
	background: url(icon-download.gif) 2px 40% no-repeat;
}

/* #### DETAILS > DOWNLOAD (VARIOATIONS) ######## */

#main #side .m-themes ul.details li.download {
	background-position: 0 40%;
	padding-left: 17px;
}
#main #side .m-playlist ul li.active ul.details li.download {
	background-image: url(icon-download_action.gif);
}

/* #### DETAILS > SIZE ######## */

#main ul.details li.size {
	background: url(icon-size.gif) 0 40% no-repeat;
	display: block;
	margin: 0;
	padding: 2px 0 2px 5px;
}

/* #### DETAILS > LINK ######## */

#main ul.details li.link {
	font-weight: bold;
	padding: 2px 0;
}

/* #### DETAILS > COMMENTS ######## */

#main .m2 ul.details li.comments {
	float: right;
}
#main ul.details li.comments a {
	/*background: url(icon-comments.png) 0 30% no-repeat;*/
	color: #0982af;
	display: block;
	margin: 0;
	padding: 2px 0 2px 3px;
}
#main .m-video ul.details li.comments a {
	color: #00b9fe;
}
#main .m-image ul.details li.comments a {
	color: #026990;
}

/* #### DETAILS > SEE ######## */

#main #side .m .c ul li ul.details li.see a {
	background: url(icon-more.gif) 0 50% no-repeat;
	display: block;
	margin: 0;
	padding: 2px 0 2px 17px;
}
#main ul.details li.comment {
	/*background: url(icon-comment.gif) 0 30% no-repeat;*/
	display: block;
	padding: 2px 0 2px 3px;
}
#main ul.details li.more a {
	background: url(icon-read.gif) 100% 50% no-repeat;
	color: #16438b;
	display: block;
	font-weight: bold;
	padding: 2px 10px 2px 0;
}

/* #### DETAILS > VIEWS ######## */

#main ul.details li.views {
	border: 0;
	display: block;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
}
#main .m-video .c ul.details li.views {
	color: #fff;
}
#main .m-image .c ul.details li.views {
	color: #474747;
}
#main .m2 ul.details li.views span {
	font-size: 1.166em; /* 12px to 14px */
}
#main .m-image .c ul.details li.action {
	float: right;
	padding: 0;
}
#main .m-image .c ul.details li.action a {
	background: #5f9009 url(input-action-bg.gif) repeat-x;
	border-top: 1px solid #b0d16f;
	border-right: 1px solid #598606;
	border-bottom: 1px solid #486d07;
	border-left: 1px solid #8ab63c;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin: -4px 0;
	padding: 3px 7px;
	text-align: center;
}

/* #### DETAILS (VERTICAL) ######## */

#main .m-latestUpdates ul.details li,
#main .m-cheats ul.details li,
#main .m-gameReview ul.details li,
#main .m-articleList ul.details li,
#main .m-forums ul.details li {
	border-right: 1px solid #d1d1d1;
	float: left;
	margin-right: 18px;
	padding-right: 18px;
}
#main .m-videos li.first ul.details li,
#main .m-themes li.first ul.details li {
	border-right: 1px solid #d1d1d1;
	float: left;
	margin-right: 8px;
	padding-right: 8px;
}
#main .m-video ul.details li,
#main .m-image ul.details li,
#main .m-article ul.details li {
	border-right: 1px solid #d1d1d1;
	float: right;
	margin-right: 18px;
	padding-right: 18px;
}
#main .m-latestUpdates ul.details li.more,
#main .m-cheats ul.details li.more,
#main .m-gameReview ul.details li.more,
#main .m-articleList ul.details li.more,
#main .m-forums ul.details li.posted,
#main .m-videos li.first ul.details li.comments,
#main .m-themes li.first ul.details li.download,
#main .m-video ul.details li.views,
#main .m-image ul.details li.views,
#main .m-article ul.details li.views,
#main .m-video ul.details li.action,
#main .m-image ul.details li.action {
	border: 0;
	margin-right: 0;
	padding-right: 0;
}
#main .m-video ul.details li.action,
#main .m-image ul.details li.action {
	margin-left: 18px;
	padding-left: 18px;
}
/* #### DETAILS < M2 (IMAGE, VIDEO) ######## */

#main .m2 ul.details {
	background: #e9e9e9;
	margin: -20px -20px 20px;
	padding: 10px 20px;
}
#main .m-video ul.details {
	background: #1f1f1f;
}
#main .m-video .c ul.details li {
	border-color: #484848;
}
#main .m-image ul.details {
	background: #aac3d1;
}
#main .m-image .c ul.detauls li {
	border-color: #d0dde5;
}
#main .m-image .c ul.details li.action a span.download {
	background: url(icon-download_action.gif) 0 50% no-repeat;
	padding-left: 15px; 
}
#main .m-image .c ul.details li.action a:hover {
	background: #5f9009;
}

/* #### LAUNCHES ######## */

#main ul.launches li {
	background: none;
	font-size: 1.2em;
	padding: 2px 0;
}
#main ul.launches li span {
	background: url(launches-bg.png) 100% 0 no-repeat;
	color: #fff;
	display: block;
	float: left;
	font-size: 0.833em; /* 12px to 10px */
	font-weight: bold;
	height: 14px;
	margin: 0 10px 0 0;
	padding: 1px 0 0 3px;
	overflow: hidden;
	text-transform: uppercase;
	width: 46px
}
#main .m-eventsCalendar ul.launches li {
	background: url(m-ul-li-bg.gif) 0 0 no-repeat;
	font-size: 1.4em;
	font-weight: bold;
	padding: 6px 0;
}
#main .m-eventsCalendar ul.launches li.first {
	background: none;
}
#main .m-eventsCalendar ul.launches li span {
	background: none;
	font-size: 0.857em;
	height: 16px;
	margin-bottom: -1px;
	padding: 2px 0 0 8px;
}
#main ul.launches li.game span {
	background-color: #5cad33;
}
#main ul.launches li.psn span {
	background-color: #406a8d;
}
#main ul.launches li.event span {
	background-color: #e1b533;
}

/* #### PAGINATION / ALPHABET ######## */

.pagination,
.alphabet {
	background: #e9e9e9;
	padding: 10px;
}
#main.odd .pagination,
#main.odd .alphabet {
	background: none;
}
/*
#main.odd #content.odd .pagination {
	background: #e9e9e9;
}
*/
.pagination ul,
.alphabet ul {
	float: right;
	margin: 1px 0 0;
}
.alphabet ul {
	float: left;
}
.pagination ul li,
#main .alphabet ul li {
	background: none;
	clear: none;
	float: left;
	font-size: 1.2em;
	margin: 0 0 1px;
	min-height: 1px;
	padding: 0;
}
.pagination ul li.gap {
	color: #748191;
	padding: 0 2px;
}
.pagination ul li a,
#main .alphabet ul li a {
	background: url(pagination-next.gif) 0 50% no-repeat;
	color: #fff;
	display: block;
	font-weight: normal;
	margin: 0 1px;
	min-width: 12px;
	padding: 4px 5px 3px;
	text-align: center;
}
.pagination ul li.prev a,
.pagination ul li.next a,
#main .alphabet ul li.prev a,
#main .alphabet ul li.next a {
	font-weight: bold;
	padding: 4px 10px 3px;
}
.pagination ul li.prev a {
	background: url(pagination-prev.gif) 0 50% no-repeat;
	padding-left: 20px;
}
.pagination ul li.next a {
	background: url(pagination-next.gif) 100% 50% no-repeat;
	padding-right: 20px;
}
.pagination ul li.prev a:hover {
	background: url(pagination-prev_hover.gif) 0 50% no-repeat;
}
.pagination ul li.next a:hover {
	background: url(pagination-next_hover.gif) 100% 50% no-repeat;
}
.pagination ul li.active a,
#main .alphabet ul li.active a {
	background: url(pagination-li_active.gif) 0 50% no-repeat !important;
	cursor: default;
	font-weight: bold;
}
.pagination ul li a:hover,
#main .alphabet ul li a:hover {
	background: url(pagination-next_hover.gif) 0 50% no-repeat;
	font-weight: bold;
	text-decoration: none;
}
#main .alphabet {
	background: #fff url(m-pagination-bg.gif) 0 100% repeat-x;
	border-bottom: 1px solid #d0d1d1;
	padding: 5px 10px;
}
#main .alphabet ul li a {
	background: none;
	color: #0982af;
	font-weight: bold;
	margin: 0 1px 0 0;
	min-width: 13px;
	padding: 3px 4px;
	text-align: center;
}
#main .alphabet ul li.active a {
	background: #474747;
	color: #fff;
}
#main .alphabet ul li.active a:hover {
	background: #474747;
	color: #fff;
	cursor: default;
}
#main .alphabet ul li a:hover {
	background: #0982af;
	color: #fff;
}

/* #### PAGINATION / ALPHABET (VARIATIONS) ######## */

#main.odd .m-latestUpdates .pagination li {
	padding-right: 0;
}
#content .m-cheats .alphabet ul li a {
	min-width: 11px;
}
#content #psuContent .alphabet {
	border-top: 0;
	border-bottom: 1px solid #d0d1d1;
}
/*
#content .m-latestUpdates .pagination {
	padding-left: 180px;
}
*/
#content .m-comments .pagination {
	background: none;
	padding: 0;
}
/*
#content .m-cheats .pagination {
	padding-left: 115px;
}
*/
.m-comments .c .pagination {
	background: #fff;
	padding: 0;
}
.m-comments .c .pagination {
	margin-left: 110px;
}
#content .m-article .c .pagination ul,
#content .m-article .c .pagination li,
#content .m-article .c .pagination li.active,
#content .m-article .c .pagination li a,
#content .m-article .c .pagination li.active a,
#content .m-article .c .pagination li.active a:hover {
	background: none;
	display: inline;
	float: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#content .m-article .c .pagination {
	background: none;
	text-align: center;
}
#content .m-article .c .pagination li,
#content .m-article .c .pagination li.active {
	font-size: 1.4em;
	padding: 0 8px;
}
.m-article .c .pagination li a {
	color: #0982af;
	text-decoration: underline;
}

/* #### LEGEND > ######## *//*

.c - content (helps with margin / padding)

.m-mName (for any odds that cannot be definied layout)

.m1 - module type 1 (with transparent header)
.m2 - module type 2 (with solid, big header - like on article, video and image pages)
.m3 - module type 3 (variation of module type 1 on pages with white background)

.t1 - title 
.t2 - subtitle

 *//* #### < LEGEND ######## */
 
 
 /* MGD STUFF */
 
 /* story */
 #MGD_Warpy {padding:15px;background:#fff;}
 #MGD_Story {_height:100%;font-size:12px;}
 /* story ends */
 
 /*TABLES */
 #left_table {float:left;border-right:1px solid #FFF;padding-left:5px;_width:297px;}
  #title_wrapper{background:#FFF;}
  #title_row {font-weight:bold;padding-top:5px;width:300px;height:20px;}
  #title_row .icon {float:left;width:30px;}
  #title_row .name {float:left;width:90px;}
  #title_row .bonus {float:left;width:40px;text-align:center;}
  #title_row  .max {float:left;width:40px;text-align:right;}
  #title_row .rank {float:left;width:60px;text-align:center;}
  #title_row .link {float:left;width:30px;text-align:right;}
/* --------------------------------------------------------------------*/
 #rows_wrapper {font-size:10px;background:#FFF;color:#000;border-bottom:1px solid #a6a6a6;width:350px;height:30px;}
  #rows_wrapper .icon {float:left;width:30px;padding-top:6px;padding-left:4px;}
  #rows_wrapper .name{float:left;width:90px;padding-top:9px;}
  #rows_wrapper .bonus{float:left;width:40px;padding-top:9px;}
  #rows_wrapper .max {float:left;width:35px;padding-top:9px;}
  #rows_wrapper .rank {float:left;width:60px;text-align:center;padding-top:9px;}
  #rows_wrapper .link {float:left;width:77px;text-align:center;padding-top:0px;}
	#rows_wrapper .link  img{padding-top:3px;}
  #rows_wrapper .num {float:left;width:13px;padding-top:9px;padding-left:2px;}
/* --------------------------------------------------------------------------*/
 #right_table {float:right;width:312px;}
 
 
 
 .m-article .c p, .m-video .c p, .m-image .c p {padding-bottom:10px;}


#innero ul,ol
{
font-size:12px;
list-style-image:none;
list-style-position:outside;
list-style-type:square;
margin:0;
padding-bottom:10px;
padding-left:30px;
}


#innero ul li
{
padding-top:10px;
}



#visit_button
{
	background:url(visit_bg.png) no-repeat;
	padding-top:3px;
	letter-spacing:0px!important;
	font-size:12px!important;
	color:#FFF;width:59px;
	height:20px;
	border:0px solid black;
	margin-top:2px;
} 
#visit_button a {color:#FFF;}




 
/*NEW TABLE */
#ntWrapper {clear:both;margin:18px 15px 15px;float:left;_width:355px!important;width:353px;}
body#innerPage #ntWrapper {clear:both;float:left;width:auto;}
.ntRow{height:30px;border-bottom:1px solid #ccc;font-size:11px;}
						.ntNum{float:left;width:12px;text-align:center;padding-top:9px;padding-left:2px;}
						.ntIcon{float:left;width:30px;padding-top:6px;padding-left:4px;}
						.ntName{float:left;width:91px;padding-top:9px;}
						.ntBonus{float:left;width:40px;padding-top:9px;text-align:center;}
						.ntMax{float:left;width:50px;padding-top:9px;text-align:center;}
						.ntReview{
							float:left;
							padding-left:5px;
							padding-top:9px;
							text-align:left;
							width:50px;
						}
						.ntVisit{float:right;width:60px;text-align:center;background:url(visit_bg.png) no-repeat;
									letter-spacing:0px!important;
									font-size:12px!important;
									color:#FFF;
									height:24px;
									padding-right:5px;
									line-height:24px;
									margin-top:2px;
								}
						.ntVisit a {color:#FFF!important;font-weight:bold;}
						
						.rulesme
				{
					width:320px;
					-moz-background-clip:border;
					-moz-background-inline-policy:continuous;
					-moz-background-origin:padding;
					background:#FFFFFF none repeat scroll 0 0;
					min-height:140px; 
padding-bottom:10px;
				}
				.rulesme h2 {_font-size:18px!important;}
				.rulesme p
				{
					font-size:1.1em;
					padding:10px;  
margin:0;

					_padding-left:0px!important;
					_width:170px!important;
				}
				.ButtonContain {float:right;margin-right:10px;}
				.buttonPlacer {text-align:center;font-weight:bold;}
				
				
				
				
				
				
	#bonit h1{
		font-size:18px;
		margin-bottom:10px;
		margin-left:0;
		margin-top:0;
		padding:6px !important;
		text-indent:4px;
	}			
				
				
	/************************************** INNER PAGE *******************************/			
				


body#innerPage #content{width:425px;}
body#innerPage #side {width:300px;}

#thirdCol{
float:left;
padding-right:11px;
padding-top:10px;
width:212px;
}			
				
		
#thirdCol .t1 {
background:transparent url(m-title-bg_side.png) no-repeat scroll 0;
}


#thirdCol .c {
background:#FFFFFF none repeat scroll 0;
}



#thirdCol .c ul li {
background:transparent none repeat scroll 0;
list-style-image:none;
list-style-position:outside;
list-style-type:square;
margin:0 0 10px 13px;
}

	.readMore a{
	font-size:11px;
	text-decoration:underline;
	}
	
	.readMore{
	color:#0982AF;
	}
				

.heighter .heightr1{ 
height:125px; 
}				
 

	.alea{
					margin-left:15px;
					margin-right:10px;
					position:relative;
					top:-30px;
					}
					
					.alea img, .ccm img{
					border:none !important;
					}
					
					.seperate1{
					border:medium none !important
					}
					  
					.ccm{ 
					margin-left:15px;
					position:relative;
					top:-30px;
					}
				