table {
	width: 95%;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px !important;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding: 11px 15px 12px 15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child {
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr {
	text-align: center;
	padding-left:20px;
}
table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table td {
	padding:8px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}


#game-menu ul.sub-menu2 {
	width: 200px;
	background-color: #000;
	top: 100%;
	position: absolute;
	z-index: 100 !important;
}

#game-menu ul.sub-menu2 a {
	font-size: 11px;
	line-height: 2px !important;
	margin-bottom: 0px !important;
	padding: 12px !important;
}

#game-menu ul.sub-menu2 li {
	display: block;
	float: none;
	border-bottom: 1px solid #2D2D2D;
}

#game-menu ul.sub-menu2 li:last-child {
    border-bottom: none;
}

#game-menu li ul.sub-menu2 {
	display: none;
}

#game-menu li:hover > ul.sub-menu2 {
	display: block;
}

#game-menu ul.sub-menu2 li a:hover {
	display: block;
	background: rgba(255,255,255,0.1);
}

#game-menu ul.sub-menu2 li {
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.04);
}

#game-menu ul.sub-menu2 ul.sub-menu2 {
	left: 100%;
	top: 0px;
}







.game-info-left {
	display: block;
	float: right;
	width: 246px;
	background-color: #FFF;
	border-bottom: 2px solid #000;
	margin-top: -200px;
	min-height: 300px;
	margin-right: 20px;
	position: relative;
	z-index: 4;
}

.game-info-left .game-poster {
	display: block;
	width: 220px;
	margin: 13px;
}

.game-info-left .game-info-details {
	display: block;
	margin: 13px;
}


.game-info-left .defbutton {
	display: block;
	margin: 0px;
	padding: 10px 15px;
	text-align: center;
}






.game-info-right {
	display: block;
	/*margin-left: 266px;*/
	float: left;
	width: 734px;
}

.game-info-right .game-overlay-info {
	display: block;
	padding: 24px 20px;
}

.game-info-right h2 {
	font-size: 25px;
	margin-top: 20px !important;
}

.game-info-right .game-overlay-info > h1 {
	margin-bottom: 8px;
	font-size: 28px;
	text-transform: uppercase;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
}

.game-info-right .game-overlay-info > h1 span {
	font-weight: 300;
	font-size: 85% !important;
	color: #CFCFCF !important;
}

.game-info-right .game-overlay-info > span {
	font-size: 14px;
}

.game-info-right .game-overlay-info > span a {
	margin-right: 10px;
	display: inline-block;
	color: rgba(255,255,255,0.80) !important;
}

.game-info-right .game-overlay-info > span a:hover {
	color: #fff;
}

.game-info-right .game-menu {
	float: left;
	display: block;
	background: rgba(0,0,0,0.60);
	position: absolute;
	bottom: 100%;
	/*border-bottom: 5px solid #256193;*/
	border-bottom: 5px solid #128a8f;
	left: 0px;
	padding-left: 0px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF !important;
	text-shadow: 0 0 1px #000;
}

.game-info-right .game-menu a {
	color: #F1F1F1 !important;
}


.game-info-right .game-menu a:hover {
	color: #19c2c9 !important;
}

.game-info-right .game-menu ul {
	display: block;
	background-color: rgba(0,0,0,0.6);
}

.game-info-right .game-menu ul:after {
	display: block;
	content: '';
	clear: both;
}

.game-info-right .game-menu ul li {
	display: block;
	float: left;
}

.game-info-right .game-menu ul li a {
	display: block;
	color: #fff;
	padding: 15px 20px;
	font-size: 14px;
}

.game-info-right .game-menu ul li.active:hover a,
.game-info-right .game-menu ul li.active a {
	/*background-color: inherit;*/
	background-color: #128a8f;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), inset 0 65px 40px -40px rgba(255,255,255,0.14);
}

.game-info-right .game-menu ul li:hover a {
	background-color: rgba(0,0,0,0.6);
}



.breadcrumbs-games {
	background: rgba(0,0,0,0.90);
	color: #19c2c9;
	width: 100%;
	padding: 5px 5px;
	position: absolute;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: 0 2px 0 rgba(0,0,0,0.1);
	z-index: 2 !important;
	display: block;
	font-weight: 400 !important;
	/*width: 73%;*/
}

.breadcrumbs-games a {
	color: #FFF !important;
	z-index: 2 !important;
	font-weight: 400 !important;
}


.breadcrumbs-games a:hover {
	color: #19c2c9 !important;
	font-weight: 400 !important;
}

.breadcrumbs-games .breadcrumb-active {
	color: #19c2c9 !important;
	font-weight: 400 !important;
}


.breadcrumbs-games ul {
	display: block;
	padding: 2px 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

.breadcrumbs-games ul li {
	display: inline-block;
	position: relative;
	padding-right: 18px;
	margin-right: 8px;
}

.breadcrumbs-games ul li:after {
	display: block;
	position: absolute;
	content: '\f105';
	font-family: "FontAwesome";
	right: 0px;
	top: 0px;
	line-height: 10px;
	opacity: 0.5;
}

.breadcrumbs-games ul li:last-child:after {
	display: none;
}



.new-forum-line2 {
	padding-bottom: 0px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0px;
	position: relative;
	min-width: 225px;
}

.new-forum-line2 a.f_content {
	display: block;
	padding: 10px 11px 12px 11px;
	margin-top: 0px;
}

.new-forum-line2 a.f_content:hover {
	background: #eaeaea;
}

.new-forum-line2 strong {
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 2px;
}

.new-forum-line2 span {
	color: #929292;
	font-size: 11px;
}

.new-forum-line2 span b {
	color: #5f5f5f;
}



.new-forum-line2 .avatar {
	margin-top: 10px;
	margin-left: 0px;
	float: left;
	margin-right: 10px;
}


.sidebar-comments2  {
	position: absolute;
	display: block;
	margin-top: 9px;
	right: 0px;
	z-index: 8;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
	background: url(/img/comment-arrow.png) no-repeat 7px bottom;
}

.sidebar-comments2 span {
	display: block;
	padding: 2px 7px;
	color: #fff!important;
	background: #517c0c;
	-moz-border-radius: 2px;
	border-radius: 2px;
}



#slider-imgs div.featured-img-box-game {
	max-width: 1207px;
	margin: 0px auto;
	height: 440px;
	position: relative;
	opacity: 1;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}

.pressed {
	background-color: #128a8f !important;
	color: #FFFFFF !important;
}



ul#media-menu {
    padding: 0;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-top: 25px;
}

ul#media-menu li {
    display: inline-flex !important;
	margin-bottom: 10px !important;
}

ul#media-menu li a {
    background-color: black;
	font-size: 12px;
    color: #FFFFFF !important;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
}

ul#media-menu li a:hover {
    background-color: #1F1F1F;
}

ul#media-menu li.active a {
	background-color: #128a8f !important;
	color: #FFFFFF !important;
}

#messageBox { background-color: #000; padding: 5px; margin-right: 10px; width: 100%; border-radius:7px;  }
#messageBox p { color: #C9C9C9 !important; }
#messageBox img { float: left; margin-right: 10px; height: 75px; }
#messageBox span {color: #1bd0d7; font-weight: bold; font-size: 15px; }
#messageBox a:link { color: #1bd0d7; }

ul.gameContent {
	list-style-image: url('/img/cry.gif');
	line-height: 21px;
	margin-left: 30px;
}

ul.gameContentLinks {
	list-style-image: url('/img/cry.gif');
	line-height: 19px;
	margin-left: 30px;
	font-size: 15px;
	font-weight: bold !important;
}

ul.gameContentLinksWithText {
	list-style-image: url('/img/cry.gif');
	line-height: 22px;
	margin-left: 30px;
	font-size: 15px;
}

ul.gameContentLinksWithText a {
	font-weight: bold !important;
}

.small-date {
	color: #707070;
	font-weight: bold;
	font-size: 13px;
	display: block;
	margin-bottom: 1px;
	position: relative;
	top: -3px;
}



.game-alert {
	background-color: #FFD6D6;
	padding: 4px;
	font-size: 90% !important;
}

.top-games {
	font-size: 24px !important;
}

top-games-img {
	width: 150px !important;
}

.shadow {
	box-shadow: 5px 5px 2px #888888;
}


