/* This changes everything inside the <html> class and not the <body> */
html {
	
	width:100%;
	height:101%;
}
/* This changes everything inside the <body> */
body {
	background-color: #fff;
	margin: 0px auto;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	color: #003554; /*Site Text Color*/
}

/* Link Styles */
a {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#0040a2; 
	text-decoration:underline;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#0040a2; 
	text-decoration: none;
}

/* List styles */
ul {
	list-style-position:outside;
}

li {
	margin-left:5px;
	margin-bottom:5px;
}

/* Heading font for table content */
h1, h2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	width:525px;
	height: 20px;
	padding-top:4px;
	padding-left:10px;
	margin: 0px;
	color:#FFF;
	background-color: #5285CE;
	letter-spacing:1px;
	margin-bottom: 10px;
}

h2 {
	background: url(/images/header_bg-matrix.gif) no-repeat;
	height:17px;
	background-position: 0px -400px;
	padding: 5px 0 0 11px;
	width: 459px;
}


h3 {
	font-size:12px; 
	color:#003554; 
	text-decoration:none;
	letter-spacing:1px;
}	

h4, h5, h6 {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:12px;
	color:#ffffff;
	letter-spacing:1px;
}

.lang, .header {
   width: 660px; 
}

/* =Lang Bar */
.lang  { 
   height: 30px;
   position: relative;
   margin:0 0 2px 3px;
}


#container {
	width:660px;
	margin:0px auto;
	padding:5px 0px;
}

#right {
	float:right;
	margin-right: 5px;
	width:470px;
	border-left:0px dotted;
	padding-left:0px;
}

#left {
	float:left;
	width:175px;
}

.th-row1-col1,.th-row1-col2 {
        padding: 4px; 
	background-color: #5285CE; 
	color: #FFFFFF;
}

.td-row1-col1,.td-row2-col2 {
        padding: 2px 4px; 
	background-color: #0040a2;
	color: #FFFFFF;
}

.td-row2-col1,.td-row1-col2 {
        padding: 2px 4px; 
	background-color: #0040a2;
	color: #FFFFFF;
}

/* game and category overview images */
.game_overview {
	border: 1px solid #673602;
	width:468px;
}
.category_overview {
	
}
.thumb img {
	border: 1px solid #673602;
}
#game_info {
	margin-top: 15px;
}

/******************************* CASHIER  *********************************/
.cashier {
	width: 580px;
}
.cashier table {
	width: 700px;
}
.cashier img {
	display:block;
	margin-bottom:5px;
}
.cashier table {
	border: 1px solid #673602;
}
.cashier th {
	margin:5px;
	background-color:#FFF;
	color:#673602;
	text-align:center;
}
.cashier td {
	text-align:center;
	background-color:#FFFFFF;
	margin: 5px 5px 10px 5px;
}
.cashier td img {
	display: block;
	margin: 0px auto;
	padding: 10px;
}
.cashier a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#78521f;
	text-decoration:none;
}
.cashier a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#78521f;
	text-decoration:none;
}

/********************************************* FAQ *********************************************/
div#faq .link {
	color:#ffffff;
}
div#faq li {
	padding-bottom: 5px;
}
div#faq ul {
	padding-top: 10px;
}
div#faq .link a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}
.answers {
	font-weight:bold;
}

/* LiveChat Link */

a.livechat {
	text-decoration: none;
	font-weight: bold;
	padding-left: 7px;
}