﻿html, body {
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: .85em;
 }

html,body * {
  cursor: auto;
}

a {
	color: blue;
	text-decoration: underline;
	/*text-decoration: none;*/
}

/*a:hover {
	text-decoration: underline;
}*/


.link-button {
	color: blue; 
	-webkit-box-shadow: none;
	background: transparent none;
	border: none;
	color: rgb(17, 85, 204);
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0 4px
}

/*.link-button:hover {
	text-decoration: underline;
}*/

/* Fixes Chrome gold outline bug. */
ul li:focus, ul, a { outline: 0; }


/**
  *  Page - The entire page: header, content, and footer.
  */

#outer-page {
	
    background-color: #eceef5;
    height: auto;
}

#page {
	/*width: 1050px;*/
    width: 1000px;
    min-height: 970px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: white;
    position: relative;
    z-index:5;
}


/**
  *  Skin.
  */

.switch_skin  {
    position: fixed !important;
    z-index:1;
    left: 50%;
    top: 0px;
    margin-left: -861px;
}


/**
  *  Social.
  */

#social {
    /*
	position: fixed;
	width: 85px;
	left: 0px;
	top:250px;
	border:1px solid #a1a1a1;
	background:#FFF;
	padding:15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
        */
}    

/**
  *  Header
  */

/*#header-section {
	width: 100%;
}*/

#header {
    /*
	margin-left: auto;
	margin-right: auto;
	width: 1000px;*/
	height: 90px;
	
}

#header-title {
	margin: 20px 0px 0px 0px;
	float: left;
    padding-left: 5px;
}

#powered-by {
	float: right;
	margin-top: 20px;
    padding-right: 15px;
}

/**
  *  Navigation Menu
  */

#navigation-section {
	width: 100%;
	/*height: 100%;*/
	/*position: relative;*/
	background: #666666 none;
 }

#navigation {
	width: 1000px;
    height: 32px;
	margin-left: auto;
	margin-right: auto;
}

/* ul */
#navigation-menu {
	background: #666666 none;
	
    /*color: #f3f3f3;*/
    color: #ffffff;
	border: none;
	/*clear: both;*/
	/*font-size: 1.1em;*/
  
	/*position: absolute;
	bottom: 0px;*/
}
#navigation-menu.ui-menu {
	height: 32px;
	padding: 0;
	margin: 0;
	/*width: 1000px;
	float: left;*/
}

/* li */
#navigation-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	overflow: hidden;
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
	outline: none;
	height: 100%;
	margin: 0px;
	padding: 0px 15px;
	/*border-left: 1px solid bisque;
	border-right: 1px solid bisque;*/
}
#navigation-menu .selected {
	background: #232323;
}
#navigation-menu .ui-menu-item:hover {
	background: #434343;
    color: #ffffff;
}

/* a */
#navigation-menu li a, #navigation-menu li a:hover, #navigation-menu li a:visited {
	text-decoration: none;
	font-weight: inherit;
}

#navigation-menu li a:hover {
	background: #434343;
}

#navigation-menu a, #navigation-menu a.ui-state-focus {
	text-decoration: none;
	font-weight: inherit;

	/*font-weight: normal;*/
	/*font-weight: bold;*/
	font-size: 1.2em;

	background-image: inherit;
	background-color: inherit;
	background: inherit;
    height: 25px !important;

	color: inherit;
	display: block;
	padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
	border: none;
	width: 100%;
	height: 100%;

	margin: 0;
}

/* First Menu (left) */
#navigation-menu li:first-of-type {
	/*padding-left: 40px;*/
}
/* Help Menu (right) */
#navigation-menu li:last-of-type {
	float: right;
	padding-right: 40px;
}


.nav-menu-space {
    /*padding-left: 12px; 
    padding-right: 5px;*/
    cursor: pointer;
}
/**
  *  Content
  */

/*#content-band {*/
	/*clear: both;*/
	/*margin-top: 20px;
	min-height: 300px;*/
	/*margin-left: auto;
	margin-right: auto;
	width: 1100px;*/
/*}*/

#content {
    /*
	width: 1045px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
        */
}

/**
  *  Footer    
  */

/*#footer-band {
	
	background-color: white;
	clear: both;
	height: 60px;
	padding: 20px 0 20px 0;
	width: 100%;
	   
}*/

#footer {
	clear: both;
	border-top: 1px solid #232323;
	font-size: 9.3pt;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0 10px 0;
	text-align: center;
	width: 1000px;
	line-height: 6px;
}

/**
 *  Action Button
 *  JQuery UI overrides for the icon and button size.
 *  !important CSS modifiers shouldn't be necessary but there is a need here to override massively. Get rid of other
 *  modifiers and maybe these can go away.
 */

/* Sets the button size. */
.action-button-small, .action-button-small.ui-state-active {
	font-size: 0.91em !important;
	font-weight: normal !important;
}

.action-button-medium, .action-button-medium.ui-state-active {
	font-size: 1.1em !important;
	font-weight: bold !important;
}

.action-button-xlarge {
	font-size: 1.5em !important;
	font-weight: bold !important;
}


.action-button-large {
	font-size: 1.3em !important;
	font-weight: normal !important;
}

/* Custom icon placement and sizing. */
button.action-button-small .action-button-arrow {
	background-image: url("http://s3.amazonaws.com/content.systemrequirementslab.com/cyri/assets/images/button-arrow-medium.png");
	/*width: 16px;
	height: 16px;
	margin: -8px 4px 0 0;*/
	margin: -6px -4px;
	cursor: pointer;
}

button.action-button-medium .action-button-arrow {
	background-image: url("http://s3.amazonaws.com/content.systemrequirementslab.com/cyri/assets/images/button-arrow-medium.png");
	margin: -8px -4px;
	cursor: pointer;
}

button.action-button-large .action-button-arrow {
	background-image: url("http://s3.amazonaws.com/content.systemrequirementslab.com/cyri/assets/images/button-arrow-large.png");
	width: 24px;
	height: 24px;
	margin: -12px 1px 0 0;
	cursor: pointer;
}

button.action-button-xlarge .action-button-arrow {
	background-image: url("http://s3.amazonaws.com/content.systemrequirementslab.com/cyri/assets/images/button-arrow-large.png");
	width: 24px;
	height: 24px;
	margin: -12px 1px 0 0;
	cursor: pointer;
}

/* Text and icon spacing. */
.action-button-small .ui-button-text {
	/*margin-bottom: -2px;*/
	padding-left: 5px;
	cursor: pointer;
}

.action-button-medium .ui-button-text {
	cursor: pointer;
}

.action-button-large .ui-button-text {
	margin-right: 20px;
	cursor: pointer;
}

.action-button-xlarge .ui-button-text {
	margin-right: 20px;
	cursor: pointer;
}

button.action-button-small, button.action-button-medium, button.action-button-large, button.action-button-xlarge {
	outline: none;
	background: #2e659b !important; /* The standard blue. */ 
	color: white !important;
	/*font-weight: 600 !important;*/    /* Just a little bolder than normal. */
	margin: 0;
	padding: 0;
	background-position: 0px 0px;
	-moz-border-radius:             .6em /*{global-radii-buttons}*/;
	-webkit-border-radius:          .6em /*{global-radii-buttons}*/;
	border-radius:                  .6em /*{global-radii-buttons}*/;
}


.action-button-text .ui-button-text {
     border:none !important;
     padding:0 !important;
     font: inherit !important;
     cursor:pointer !important;
     text-decoration: underline !important;
     color: blue !important;
}

.action-button-text .ui-state-default 
{
    border:none !important;
}

button.action-button-text {
    border:none !important;
	margin: 0;
	padding: 0;
    background:none !important;
}


/**
 *  Grid Box
 *  Recently Added, Top 20 and Game-Lists
 */

.grid-wrapper-shared {
	/*margin-top: 20px;*/
	width: 300px; 
}

.grid-container-shared {
	background-color: White;
	border-color: gray;
	border-style: Solid;
	border-width: 1px;
	/*font: normal 14px/38px Arial, sans-serif!important;*/
	overflow-y: scroll;
	text-align: left;
	padding: 5px 5px 0 5px;
	margin: 0;
    height: 290px; /*205px;*/
}

.grid-container-gamelists
{
	background-color: White;
	border-color: gray;
	border-style: Solid;
	border-width: 1px;
	/*font: normal 14px/25px Arial, sans-serif!important;*/
	overflow-y: scroll;
	text-align: left;
	padding: 5px 5px 0 5px;
	margin: 0;
	height: 205px;
}

.grid-header-shared {
	background-color: #fff;
	border-left-color: gray;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: gray;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: gray;
	border-top-style: solid;
	border-top-width: 1px;
	color: black;
	background-color: #eceef5;
	display: block;
	font: normal 16px/17px Arial, sans-serif!important;
	padding: 5px;
	text-align: center;
}

.grid-table-shared {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}



.grid-table-shared a {
	color: blue;
	text-decoration: underline;
	border-spacing:0;
	border-collapse:collapse;
}

.grid-row-shared {
	border-bottom: 0 solid white !important;
	border-left: 0 solid white !important;
	border-right: 0 solid white !important;
	height: 0;
	padding: 0;
	margin: 0;
}

#game-lists-img {
	float: left; 
	margin: 0 10px 10px 0;
	width:0; 
	height:5px; 
	padding: 8px;
	background-repeat: no-repeat;
	background: url(http://s3.amazonaws.com/content.systemrequirementslab.com/cyri/assets/images/game-list.png);
}

#grid-img-shared {
	float: left; 
	margin: 0 7px 0 0;
	width: 35px;
	height: 45px;
	padding: 0;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}

.noborder, .noborder tr, .noborder th, .noborder td 
{
	border: none;
	margin: 0;
	border-spacing:0; 
	border-collapse:collapse; 
}

.ad-728-90 
{
    display:inline-block;
    max-width: 1000px;  
}

.ad-300-250 {
	background-color: #eceef5;
	width: 300px;
	/*height: 250px;*/
    overflow: hidden;
	margin: 0 auto;
}

.ad-160-600 {
	background-color: #eceef5;
	width: 160px;
	/*height: 600px;*/
}

.new-product {
	color: rgb(249, 85, 85);
	font-size:8.3pt;
	vertical-align: top;
	margin: 0 auto;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	/* padding: .4em 2.1em .4em 1em; 
	padding: .7em 4em 1em 1em;*/
}

/*.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
	padding: .7em 2.8em .8em 1em;
	cursor: pointer;
}*/

#faq {
	padding: 10px;
}

/* Important for FireFox*/
a {cursor: pointer; cursor: hand;}

/*
.raisedbox { 
	padding: 10px;
    border: 3px solid #C0C0C0;
	box-shadow:  
         -4px 4px #C0C0C0,
		 -4px 4px #C0C0C0,
		 -4px 4px #C0C0C0,
		 -4px 4px #C0C0C0,
		 -4px 4px #C0C0C0;
}
    */