/* root element for the whole scrollable setup */
div.scrollable {
	
	/* two required settings */
	position:relative;
	overflow:hidden;	 
	
	/* custom decoration */
	width: 640px;
	height: 200px;	
	
	margin-left: 5px;
}

/* root element for scrollable items. It is absolutely positioned with large width. */
div.scrollable div.items {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
}

/* active item */
div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}



/*********** navigator ***********/

/* items inside navigator */
ul.navi_tabs {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 5px;
}

ul.navi_tabs li {
	display: inline;
	cursor: pointer;
}

ul.navi_tabs li.featured {
	width:208px;
	height:59px;
	float:left;
	background:url(../images/welcome/featured_tab_gray.jpg) 0 0 no-repeat;
}
ul.navi_tabs li.experience {
	width:208px;
	height:59px;
	margin-left: 4px;
	float:left;
	background:url(../images/welcome/experience_tab_gray.jpg) 0 0 no-repeat;
}
ul.navi_tabs li.play {
	margin-left: 4px;
	width:208px;
	height:59px;
	float:left;
	background:url(../images/welcome/play_tab_gray.jpg) 0 0 no-repeat;
}

ul.navi_tabs li.featured_active {
	width:208px;
	height:59px;
	float:left;
	background:url(../images/welcome/featured_tab.jpg) 0 0 no-repeat;
}
ul.navi_tabs li.experience_active {
	width:208px;
	height:59px;
	float:left;
	background:url(../images/welcome/experience_tab.jpg) 0 0 no-repeat;
}
ul.navi_tabs li.play_active {
	width:208px;
	height:59px;
	float:left;
	background:url(../images/welcome/play_tab.jpg) 0 0 no-repeat;
}



/* ------------- */
/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */

table.profile {
	margin-top: 5px;
}
table.profile td{
	width: 125px;
	text-align: center;
}
#playing {
	padding: 5px;
	float: left;
	margin: 10px 0;
}
.username{
	margin: 0;
	padding: 0;
	color: #666;
	font-weight: bold;
}
.userpic {
	margin: 0;
	padding: 0;
}
.gamename {
	margin: 0;
	padding: 0;
	color: #eaac15;
	font-weight: bold;
}

/* --- Front page top part ---  */
.top_part {
	text-align: center;
	background-color: #787878;
	color: #ffffff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 15px 5px 0;
	padding: 10px 0;
	font: italic bold 24px 'Arial';
}

/*--- Front Page Mid Part --- */
#center {
	margin: 0 0 0 5px;
}

#platform_selection {
	padding-left: 3px;
	height: 270px;
}

#center .platform_img {
	position: absolute;
	bottom: 27px;
}

#center .avatar_img {
	display: none;
	position: absolute;
}

#center .avatar_pc {
	bottom: 70px;
}
#center .avatar_360 {
	bottom: 60px;
	left: -20px;
}
#center .avatar_ps3 {
	bottom: 60px;
	left: 5px;
}
#center .avatar_wii {
	bottom: 60px;
	right: 0px;
}

#center .selected_platform_img {
	display: none;
	position: absolute;
	bottom: 25px;
}
.pc {
	left: 50px;	
}
.xbox360 {
	left: 25px;	
}
.ps3 {
	left: 25px;
}
.wii {
	left: 30px;
}
.platform, .platform_pc, .platform_wii {
	display: block;
	height: 100%;
	float: left;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	text-decoration: none;
}

.platform {
	width: 119px;
	text-decoration: none;
}
.platform_pc {
	width: 172px;
}
.platform_wii {
	width: 126px;
}

.main_part {
	background-color: #f28109;
	height: 320px;
	width: 630px;
}
.main_part_title {
	color: white;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
}
.pname {
	color: white;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	text-decoration: none;
}

#platform_selection a:hover {
	text-decoration: none;
}

/* ------------- */
/* --- header --- */
table.header {	
	width: 800px;
	margin: 0;
	padding: 0;
}
table.header td.left {
	text-align: left;
	padding-left: 5px;
}
table.header td.right {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #737373;
	padding-right: 5px;
}

.orange_big {
	font-size: 16px;
	color: #e5a917;
	display: inline;
}
/* ---- login ---- */
input.login_field {
	width: 130px;
}
.login_panel {
	background-color: #f4f3f3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.login_box {
	width: 149px;
	padding-left: 8px;
}
table.login_box td.button {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0;
}
table.login_box td.label {
	text-align: left;
}
table.login_box td.field {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.login_box td.checkbox {
	padding-bottom: 5px;
}
/* --- bottom part --- */
a.wow_link, a:hover.wow_link {
	background-color: #e0780c;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	border: 1px solid #ccc;
	text-decoration: none;
}
table.item_part {
	width: 640px;
	float: left;
}
table.item_part td.left {
	width: 400px;
}
table.item_part td.right {
	text-align: right;
}
.game_logos {
	margin-left: 10px;
	margin-top: 20px;
}
div.item_desc {
	color: #686868;
	font-size: 12px;
	margin: 15px 0px 0px;
	padding: 0;
	line-height: 1.5em;
} 
div.item_title {
	color:#686868;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

.take_test {
	margin-top: 15px;
	text-align: left;
	padding-right: 10px;
}

/* --- about --- */
.titleline {
	border-bottom: 1px solid #ccc;
}
.about_text {
	margin-right: 20px;
	font-size: 12px;
	line-height: 1.5em;
	width: 630px;
}
.about_title {
	font-size: 15px;
	color: #686868;
	margin-left: 10px;
	margin-top: 10px;
}
table.about_menu {
	width: 149px;
	padding-left: 8px;
	font-weight: bold;
}
table.about_menu td {
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.team_member {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	width: 630px;
}
table.team_member td.pic {
	
}
table.team_member td.info {
	padding-left: 10px;
}
.member_name {
	font-size: 12px;
	font-weight: bold;
}
.member_title {
	font-style: italic;	
}
.member_description {
	padding-top: 10px;
}
/* --- Contact ---*/
table.contact_box {
	width: 550px;
	margin: 10px 0 10px 10px;
}
table.contact_box td.desc {
	padding-bottom: 30px;
}
table.contact_box td {
	padding-bottom: 5px;
}
table.contact_box td.label {
	color: #686868;
	width: 70px;
}
table.contact_box td.submit_button {
	padding-top: 10px;
}
table.contact_box td.error {
	color: red;
	font-weight: bold;
	padding-bottom: 10px;
}
/* ---Jobs--- */
p {
	margin-right: 20px;
	margin-left: 10px;
	font-size: 12px;
}
.job_sub_header {
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
}

/* --- privacy/terms --- */

#privacy {
	
}
#privacy ul {
	margin: 0;
	padding-left: 25px;
}
#privacy li {
	margin-bottom: 5px;
}
#privacy p {
	font-size: 11px;
	margin-right: 20px;
	margin-left: 10px;
}
.privacy_title {
	font-weight: bold;
	font-size: 14px;
	color: #686868;
	margin-left: 10px;
	margin-top: 30px;
}
.pfirst {
	margin-top: 10px;
}

/* --- divs --- */
#header {
	clear: both;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5px;
    /*border-bottom: 1px solid #ccc;*/
}
#header_guest {
	clear: both;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding-bottom: 5px;
    /*border-bottom: 1px solid #ccc;*/
}
/* column container */
.colmask {
	position:relative;		
/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;	
/* This chops off any overhanging divs */
}
/* 2 column right menu settings */
.rightmenu {
	background:#fff;
}
.rightmenu .colleft {
    float:left;
    width:200%;
    margin-left:-150px;
    position:relative;
    right:100%;
    background:#fff;
}
.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}
.rightmenu .col1 {
    margin: 0 0 0 150px;
    overflow:hidden;
	/*border-right: 1px solid #ccc;*/
}
.rightmenu .col2 {
    float:right;
    width:150px;
    position:relative;
    left:151px;
    margin-right: 5px;
}
/* Footer styles */
#footer {
	clear:both;
    width:800px;
    margin-left: auto;
    margin-right: auto;
	text-align: right;
	border-top: 1px solid #ccc;
}
.foot_menu {
	margin: 0;
	padding: 0;
}

/* My Comment */

.clear:after { 
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0; 
	content: "."; 
}
.clear { 
	display: inline-block; 
}