﻿/* CROSS DEFINITIONS  ---------------------------------------------------------------------*/
body { margin:0; padding:0; font:12px Verdana, Arial, Helvetica, sans-serif; color:#333; background: #031734 url('/Images/bg.jpg') no-repeat top center; }
form, iframe{margin: 0; padding: 0;}
img { border:none; }
ul { margin:0; padding:0; list-style:none; }
a { color:#4aae65; text-decoration:none; }
a:hover { text-decoration:underline; }

#page { width:765px; margin:0 auto; position:relative; }

/* Title */
h2 {margin:0; padding:0; color:#031734; font-weight:bold; font-size:20px; }
h3 {margin:0; padding:0; color:#4aae65; font-weight:bold; font-size:21px; text-transform:uppercase; }

/* Buttons */
.button { float:left; white-space:nowrap; }
.button a { padding:0 15px; height:27px; line-height:27px; display:block; float:left; font-size:14px; font-weight:bold; color:#fff; text-transform:uppercase; background-color:#031734; }
.button.over a { background-color:#4aae65; text-decoration:none; }
.button span { width:4px; height:27px; display:block; float:left; background: url('/Images/button.gif') no-repeat 0 0; }
.button.over span.left { background-position:left bottom; }
.button span.left { background-position:left top; }
.button.over span.right { background-position:right bottom; }
.button span.right { background-position:right top; }

/* Header Content */
#header { width:765px; float:left; text-align:center; color:#fff; background-color:#031734; }
#header h3 { margin:15px 0; }
ul.steps { margin-left:35px; }
ul.steps li { width:200px; padding-left:25px; float:left; }
ul.steps li span { text-align:left; display:block; }
ul.steps li strong { color:#4aae65; font-size:16px; font-weight:bold; }
.textInfo { width:765px; float:left; padding:25px 0 15px 0; }
.textInfo span { font-size:10px; }
.textInfo a { font-weight:bold; }

/* Content */
#content { width:765px; float:left; background-color:#031734; }
.itemGame { width:725px; margin-bottom:5px; padding:20px; float:left; color:#031734; background-color:#fff; }
.itemGame .preview { margin-right:15px; float:left; }
.itemGame .info { width:530px; float:left; }
.itemGame .info p { height:41px; margin:0; padding:0; }
.itemGame .info ul { width:500px; float:left; }
.itemGame .info ul li { margin-right:10px; float:left; }
.itemGame .button { margin-bottom:15px; }

/* Footer Content */
#footer { width:725px; padding:10px 20px; float:left; background-color:#031734; }
#footer img { float:right; }
#footer ul { margin-top:15px; }
#footer ul li { display:inline; color:#4aae65; }

/* Page500 / Page404 */
.page500 { padding:20px;  background: #ffffff; }

/* Pop Up  ---------------------------------------------------------------------*/
#popUpFade { top:0; left:0; position:absolute; z-index: 99; background-color: #000; filter:alpha(opacity=70); opacity:0.7; }
#popUpControl { width:750px; height:0; margin:auto; display:none; z-index: 999; }
#popUp { width:745px; position:fixed; top:20px; z-index: 999; background-color: #CCC; }
#popUp iframe { margin:7px; }
.close { width:39px; height:39px; position:fixed; top:15px; left:0; z-index: 9999; background: url('/Images/close.png') no-repeat left top;}
.close.over { background-position:left bottom; cursor:pointer; }