@charset "utf-8";

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, q, s, u, center,
ol, ul, li, fieldset, form, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

input,textarea
{
	margin:0;
	padding:0;
}
table
{
	border-collapse:collapse;
	border-spacing:0;
}

h1,h2,h3,h4,h5,h6
{
	font-size:100%;
	font-weight:normal;
}

/* =============================================================================================================== */
/* BASE STYLES */
/* =============================================================================================================== */

body {
	background: #FFFFFF;
	color: #111111;
	font-family: Arial, Helvetica, Courier New, Sans-Serif;
	font-size: 16px;
	text-align: center;
}

h1 { 
	font-family: Impact, Tahoma, Arial, Helvetica, Courier New, sans-serif;
	font-size: 48px; 
	margin: 0px; 
	padding: 0px; 
	spacing: 0px;
}

h2 { 
	font-family: Arial, Helvetica, Courier New, Sans-Serif;
	font-weight: bold;
	font-size: 18px; 
}

a         { color:#0000DD; font-size: 16px; font-weight: normal; font-family: Arial, Sans-Serif; text-decoration:none;}
a:link    { color:#0000DD; font-size: 16px; font-weight: normal; font-family: Arial, Sans-Serif; text-decoration:none;}
a:visited { color:#0000DD; font-size: 16px; font-weight: normal; font-family: Arial, Sans-Serif; text-decoration:none;}
a:hover   { color:#0000FF; font-size: 16px; font-weight: normal; font-family: Arial, Sans-Serif; text-decoration:underline;}

ul {
	list-style-type: none;
}

#wrapper {
	position: relative;
	width: 945px;
	top: 0px;
	margin: 0 auto;
	text-align: left;
}


/* =============================================================================================================== */
/* HEADER STYLES */
/* =============================================================================================================== */

.header-wrapper {
	position: relative;
	width: 895px;
	height: 97px;
	padding-top: 3px;
	margin: 0 auto;
	text-align: left;
}

.header-image {
        position: relative;
	float: left;
	width: 45px;
        height: 90px;
	padding-top: 1px;
	text-align: left;
}

.header-title {
        position: relative;
	float: left;
	width: 295px;
        height: 80px;
	padding-top: 8px;
	text-align: center;
}

.header-slogan {
	position: relative;
	width: 244px;
        height: 18px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.header-search {
        position: relative;
	float: right;
	width: 318px;
        height: 39px;
	margin-top: 27px;
}

.header-search input
{
	background-color: #FFFFFF;
	float: left;
	height: 30px;
	border: solid #A8A8A8;
        border-width: 1px 0px 1px 1px;
	color: #111111;
	font-family: Arial, Sans-serif;
	font-size: 14px;
}

.header-search input[type="text"]
{
	background-color:#F6F6F6;
	width:260px;
	padding:0 10px;	
	color:#111111;
}

.header-search input[type="submit"]
{
	background-color:#3333CC;
        background-image:url("/images/search.png");
	background-repeat:no-repeat;
	background-position: 2px;
	width:32px;
	height:32px;
	cursor:pointer;
	border-width: 0px;
}

.header-search input[type="submit"]:hover
{
	background-color:#333333;
}

/* =============================================================================================================== */
/* DIVIDER BAR STYLES */
/* =============================================================================================================== */

.divider-bar {
        position: relative;
	width: 915px;
	height: 3px;
	padding-top: 4px;
	margin: 0 auto;
	text-align: left;
	border:solid #C1C1C1;
	border-width: 1px 0px 0px 0px;
}

/* =============================================================================================================== */
/* BROWSE STYLES */
/* =============================================================================================================== */

.browse-header-wrapper {
	background-color:#FFFFFF;
        position: relative;
	width: 820px;
	height: 35px;
        margin: 0 auto;
	padding-top: 6px;
	text-align: left;

	color:#303030;
	font-size:18px;
	font-weight:bold;
}

.browse-header-wrapper a {
	font-size:20px;
	font-weight:bold;
}

.browse-search-term {
       color: #FF0000;
       font-weight: bold;
  }

/* =============================================================================================================== */
/* GAME STYLES */
/* =============================================================================================================== */

.games-wrapper {
        background:#FFFFFF;
        position: relative;
	width: 880px;
	padding-left: 6px;
        margin: 0 auto;
	text-align: center;
}

.games-unit li
{
	background:#FFFFFF;
	list-style-type: none;
	position:relative;
	float:left;
	display: inline;
	width: 290px;
	padding: 5px 0;
	margin: 0 auto;
}

.games-unit-height li
{
	height: 245px;
}

.games-unit a img{
	width: 224px;
	height: 149px;
	border:solid 1px #333333;
	border-radius: 8px;
	box-shadow:5px 7px 10px -5px #111111
}

.games-unit a:hover img{
	border:solid 1px #0000FF;
}

.g-title {
	position:relative;
	width: 235px;
	height: 18px;
	margin: 0 auto;
	padding-top: 1px;
}

.g-title-align {
	text-align: center;
}

.g-title a{
	font-weight:bold;
}

.g-title a:hover{
	font-weight:bold;
	text-decoration: underline;
}

.g-desc {
	position:relative;
	width: 235px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;

	font-size:14px;
}

.game-clear {
	clear:both;
}

/* =============================================================================================================== */
/* DISPLAY STYLES */
/* =============================================================================================================== */

.display-wrapper {
	position: relative;
	width: 900px;
	padding-top: 16px;
	margin: 0 auto;
	text-align: left;
}

.display-adleft {
        position: relative;
	float: left;
	width: 167px;
	height: 620px;
	padding-left: 5px;
	text-align: left;
}

.display-adleft-large {
        position: relative;
	float: left;
	width: 310px;
	height: 620px;
	padding-left: 10px;
	text-align: left;
}

.display-game-small-wrapper {
        position: relative;
	float: left;
	width: 542px;
	height: 620px;
	text-align: center;
}

.display-game-small {
        position: relative;
	width: 512px;
	height: 618px;
	margin-left: 22px;
	text-align: center;
}

.display-game {
     position: relative;
	float: right;
	width: 705px;
	height: 620px;
	text-align: center;
}

.display-game-big {
    position: relative;
	float: right;
	width: 705px;
	height: 620px;
	text-align: center;
}

.display-game-wide {
        position: relative;
	margin: 0 auto;
	width: 882px;
	max-height: 550px;
	text-align: center;
}

.display-game-nes {
	background-color:#000000;
	width: 512px;
	height: 480px;
	min-width: 512px;
	min-height: 480px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.display-game-snes {
	background-color:#000000;
	width: 512px;
	height: 448px;
	min-width: 512px;
	min-height: 448px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.display-game-sega {
	background-color:#000000;
	width: 640px;
	height: 448px;
	min-width: 640px;
	min-height: 448px;
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
}

.display-flash-player {
	margin-top: 200px;
	color: #FFFFFF;
}

.display-instructions-small {
	width: 520px;
	height: 60px;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
}

.display-instructions {
	width: 700px;
	height: 60px;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
}

.display-instructions-big {
	width: 700px;
	height: 60px;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
}

.display-adsquare-wrapper {
	position: relative;
	width: 700px;
	height: 310px;
	margin: 0 auto;
}

.display-adsquare-left {
	position: relative;
	float: left;
	width: 340px;
	height: 280px;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
}

.display-adsquare-right {
	position: relative;
	float: right;
	width: 340px;
	height: 280px;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
}

.display-clear {
	clear: both;
}

#display-description-wrapper {
	background: #F6F6F6;
	position: relative;
	width: 900px;	
	margin: 0 auto;
}

.display-description-body-wrapper {
        background:#F6F6F6;
        position: relative;
	width: 899px;
	height:150px;
	padding-right: 1px;
        margin: 0 auto;
	text-align: left;
	border:solid 1px #E1E1E1;
}

.display-description-header-title {
        position: relative;
	width: 878px;
	height: 20px;
	padding-top: 4px;
        margin: 0 auto;
	text-align: left;	

        color:#000000;
	font-size:18px;
	font-weight:bold;
}

.display-description-desc {
	position: relative;
	width: 878px;
	height: 74px;
	padding: 10px;
	color: #333333;
	overflow: hidden;
}

.display-description-plays {
	position: relative;
	width: 878px;
	height: 8px;
	padding: 10px;
	font-size: 12px;
	font-style:italic;
	color: #333333;
}

.display-adhorizontal {
	position: relative;
	width: 728px;
	height:130px;
	margin: 0 auto;
	clear: both;
}

#display-more-wrapper {
	position: relative;
	width: 900px;
	height: 50px;
	margin: 0 auto;
}

.display-more-header-wrapper {
	background:#0000FF;
        position: relative;
	width: 900px;
	height: 32px;
	border:solid 1px #0000FF;
	border-radius: 4px;
	margin: 0 auto;
}

.display-more-header-title {
        position: relative;
	width: 780px;
	padding-top: 4px;
        margin: 0 auto;
	text-align: center;	

        color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

/* =============================================================================================================== */
/* PAGINATION STYLES */
/* =============================================================================================================== */


.pagination-big-height {
	height: 65px;
	padding-top: 45px;
}

.pagination-medium-height {
	height: 45px;
	padding-top: 25px;
}

.pagination-small-height {
	height: 35px;
	padding-top: 15px;
}

.pagination-wrapper {
	position: relative;
	width: 880px;
	margin: 0 auto;	
	text-align:center;
	clear:both;
}

.pagination-wrapper a {
	font-size:19px;
	font-weight:bold;
}

.page-buttons a {
	background:#EEEEEE;
}

.page-buttons a:hover {
	background:#0000FF;
	color: #FFFFFF;
	text-decoration:none;
}

.page {
	background:#EEEEEE;
	display:inline-block;
	height:24px;
	border-radius:4px;
	border:solid 1px #0000FF;
	box-shadow:inset 0 0 8px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.8);
	padding:4px 14px 4px 14px;
	padding-top:8px\9\0; /* ie9 hacks */
	margin-right:28px;
}

.page.active {
	background:#0000FF;
	color: #FFFFFF;
}

/* ie10 & 11 hacks */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.page { padding-top:8px; }
}

/* =============================================================================================================== */
/* FRIENDS STYLES */
/* =============================================================================================================== */

#friends-wrapper {
	background: #F6F6F6;
	position: relative;
	width: 900px;	
	margin: 0 auto;
}

.friends-header-wrapper {
	background:#0000FF;
        position: relative;
	width: 900px;
	height: 32px;
	border:solid 1px #0000FF;
}

.friends-header-title {
        position: relative;
	width: 830px;
	padding-top: 4px;
        margin: 0 auto;
	text-align: center;	

        color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

.friends-body-wrapper {
        background:#F6F6F6;
        position: relative;
	width: 899px;
	height: 200px;
	padding-top: 20px;
	padding-right: 1px;
        margin: 0 auto;
	text-align: center;
	border:solid #D7D7D7;
	border-width: 0px 1px 1px 1px;
}

.friends-unit li
{
	list-style-type: none;
	position:relative;
	float:left;
	display: inline;
	width: 297px;
	padding: 5px 0;
	margin: 0 auto;
}

.friends-unit-height li
{
	height: 174px;
}

.friends-unit a img{
	border:solid 1px #333333;
	border-radius: 8px;
	box-shadow:5px 7px 10px -5px #111111
}

.friends-unit a:hover img{
	border:solid 1px #0000FF;
}

.friends-title-align {
	text-align: center;
}


/* =============================================================================================================== */
/* FOOTER STYLES */
/* =============================================================================================================== */

#footer-wrapper {
	position: relative;
	width: 880px;
	top: 6px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 6px;

	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

.footer-header-wrapper {
        position: relative;
	width: 880px;
	height: 25px;
        margin: 0 auto;
	padding-top: 6px;
	text-align: left;

	color:#303030;
	font-size:18px;
	font-weight:bold;
}

.footer-site-desc {
        position: relative;
	width: 880px;
        margin: 0 auto;
	text-align: left;

	font-size: 15px;
}

.footer-bottom-wrapper {
        position: relative;
	width: 880px;
        height: 46px;
        margin: 0 auto;
	padding-top: 12px;

        color:#E0E0E0;
	font-size:22px;
	font-weight:bold;
}

.footer-bottom-section {
	position:relative;
	padding-right: 4px;
	text-align: left;
}

.footer-bottom-links {
	position:relative;
        margin: 0 auto;
	padding-top: 10px;
	text-align: center;

	color:#D0D0D0;
	font-size: 12px;
}

.footer-bottom-links a {
	padding-left: 8px;
	padding-right: 8px;
	color:#555555;
	font-size: 12px;
}

.footer-bottom-links a:hover {
	text-decoration: underline;
}

/* =============================================================================================================== */
/* UTILITIES */
/* =============================================================================================================== */

.fr {
	float: right;
}

.fl {
	float: left;
}

.spacer28 {
	height: 28px;
}

.spacer40 {
	height: 40px;
}

.spacer80 {
	height: 80px;
}


.b {
	font-weight:bold;
}

.underline a:hover{
	text-decoration: underline;
}



