/* ##### - STANDARD CSS - ##### */

html, body, p, li, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	padding: 0px 0px 0.7em;
}

.align_left		{ text-align: left; }
.align_right	{ text-align: right; }
.align_center	{ text-align: center; }

.float_left		{ float: left; }
.float_right	{ float: right; }

.clear			{ clear: both; }
.clear_left		{ clear: left; }
.clear_right	{ clear: right; }

.spacer_05 { height: 5px; }
.spacer_10 { height: 10px; }
.spacer_20 { height: 20px; }



/* ##### - SITE DEFAULTS - ##### */

body {
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center 0px;
	background-color: #dce1ef;
	height: 100%;
}

body, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

.input_text, select, textarea {
	border: 1px solid #3989c4;
	background-color: #dce1ef;
}

.input_text {
	width: 125px;
}

.input_text.wide {
	width: 250px;
}

.contact_textarea {
	width: 500px;
	height: 200px;
}

.input_submit {
	border: 1px solid #dce1ef;
	background-color: #3989c4;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}

img {
	border: none;
}

.error {
	color: #c00;
	font-weight: bold;
}

.success {
	color: #090;
	font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {

}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }


a:link, a:visited {
	text-decoration: none;
	color: #005a9b;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.white_link:link, a.white_link:visited {
	color: #fff;
}


.no_pad {
	margin: 0px;
	padding: 0px;
}

.hidden_div {
	display: none;
}

.visible_div {
	display: block;
}


.grey		{ color: #333; }
.red		{ color: #f90808; }


/* ########## global layout #################### */

#page {
	margin: 0px auto;
	width: 800px;
}

#header {
	margin: 10px 0px;
}

#nav {
	width: 800px; /* 800px */
	height: 72px; /* 72px */
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	color: #fff;
}

#nav .navi {
	margin: 20px 20px 0px 0px;
}

#nav ul {
	padding: 0px;
	margin: 0px;
}

#nav li {
	padding: 0px 18px;
	text-transform: uppercase;
	border-right: 1px solid #7697c5;
	display: inline;
}

#nav .last {
	padding-right: 0px;
	border-right: none;
}

#nav .games {
	padding: 15px 0px 0px 14px;
	height: 23px;
}

#nav .grad {
	background: url(../images/nav_grad.gif) repeat-x left bottom;
	padding-right: 14px;
	margin-right: 1px;
}

#nav .search {
	
}




#banner_top {
	margin-bottom: 10px;
}



.error, .error_top {
	color: #c00;
	font-weight: bold;
    background-image: url(../system/images/icons/red_cross.gif);
    background-position: left 2px;
    background-repeat: no-repeat;
    padding-left: 14px;
}

.error_top {
	border: 1px solid #c00;
	background-position: 5px 7px;
    padding: 5px 5px 5px 19px;
	font-size: 12px;
	margin-bottom: 10px;
}

.success {
	color: #060;
	font-weight: bold;
    background-image: url(../system/images/icons/green_tick.gif);
    background-repeat: no-repeat;
	border: 1px solid #060;
	background-position: 5px 7px;
    padding: 5px 5px 5px 19px;
	font-size: 12px;
	margin-bottom: 10px;
}




#content {
	margin-bottom: 10px;
}

#content .sidebar	{ width: 191px; }
#content .mainarea	{ width: 597px; }

.asset_list		{ list-style: none; }
.asset_list li	{ margin-bottom: 5px; }

.product_pack	{ width: 100px; margin-right: 10px; }

.box .top		{ height: 18px; 
				  color: #fff;
				  padding: 5px 0px 0px 10px;
				}
.box .mid		{ border: 1px solid #005a9b;
				  border-top: none;
				  border-bottom: none;
				  background-color: #dce1ef;
				  padding: 5px 10px 0px 10px;
				}
.box .btm		{ height: 8px; }

.box.min 		{ width: 191px; }
.box.min .top	{ background: url(../images/box_small_top.gif) no-repeat; }
.box.min .btm	{ background: url(../images/box_small_btm.gif) no-repeat; }

.box.med 		{ width: 394px; }
.box.med .top	{ background: url(../images/box_med_top.gif) no-repeat; }
.box.med .btm	{ background: url(../images/box_med_btm.gif) no-repeat; }

.box.big 		{ width: 597px; }
.box.big .top	{ background: url(../images/box_big_top.gif) no-repeat; }
.box.big .btm	{ background: url(../images/box_big_btm.gif) no-repeat; }


.login_list		{ margin-left: 12px; }



.box.big.prodhead .top	{ background: url(../images/box_big_top.gif) no-repeat; }
.box.big.prodhead .mid	{ border: none;
						  background-color: #000;
						  padding: 10px;
						  color: #fff;
						}
.box.big.prodhead .btm	{ background: none; height: 0px; }

.box.big.prodhead .info {
	width: 225px;
}


.row {
	clear: both;
}

.row .label {
	font-weight: bold;
	width: 38px;
	margin-bottom: 5px;
}

.row .label.trade {
	width: 50px;
}

.row .field {
	margin-bottom: 5px;
} 


.ui-tabs-hide, #fake_tabs { display: none; }

#product_info .left {
	width: 420px;
}

#product_info .right {
	width: 150px;
	text-align: right;
}

#product_info .right .platform {
	margin-bottom: 5px;
}

#product_info .right .rating {
	margin: 0px 0px 5px 5px;
}

#product_screens, #product_video {
	text-align: center;
}

.screen_box {
	text-align: center;
	width: 150px;
	margin: 0px 10px 10px 0px;
}

.screen_box.dl {
	width: 75px;
}

#product_screens .screens_holder {
	margin: 0px auto;
	width: 480px;
}

#product_video .vid_holder {
	margin: 10px auto;
	width: 457px;
}



#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 50px;
}

#footer .logo {
	padding: 12px 0px 0px 20px;
}

#footer .link {
	font-size: 10px;
	padding: 19px 20px 0px 0px;
	color: #fff;
}

#footer ul {
	padding: 0px;
	margin: 0px;
}

#footer li {
	margin-right: 20px;
	display: inline;
}

#footer .last {
	margin-right: 0px;
}