@charset "utf-8";

html,body{
	margin:0;
	padding:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ACA8A1;
}
a{
	text-decoration:none;
}
a:active{
	outline:none;	
}
img{
	border:none;	
}

h3{
	margin:0;	
}

#hdr_container{
	width:100%;
	height:93px;
	background:url(images/hdr_bg.png) repeat-x;
	margin:0;
}
#hdr{
	width:996px;
	height:108px;
	margin:0 auto;
}
#hdr_menu{
	float:left;
	margin:0 0 0 -320px;
}
#hdr_menu a{
	display:block;
	float:left;
	color:white;
	font-size:12px;
	font-weight:bold;	
	padding:5px 10px 4px 10px;
}
#hdr_menu a:active{
	color:#3C0;
}
#hdr_menu a:visited{
	color:white;
}
.top_menu_link_down{
	background-color:#3b6018;
}
#hdr_logo{
	margin:5px 0 0 10px;
	float:left;
}
#hdr_text_logo{
	width:304px;
	height:48px;
	background:url(images/hdr_text.png) no-repeat;
	float:left;
	margin:38px 0 0 0;
}
#hdr_user_info{
	width:154px;
	height:83px;
	background:url(images/hdr_userinfo.png) no-repeat;
	float:right;
	margin:24px 10px 0 0;
	padding:0px 6px 0 13px;
	font-size:10px;
	color:black;
}
#hdr_user_info img{
	float:left;
	margin-right:4px;
}
#hdr_user_info a{
	color:white;
	font-size:10px;
	text-decoration:none;
}	

#hdr_search{
	height:21px;
	width:226px;
	background:url(images/hdr_search.png) no-repeat;
	float:right;
	margin:60px 0 0 0;
}
#search_input_display,#search_input_real{
	margin:1px 0 1px 1px;
	border:solid 0 #fff;
	width:170px;
	height:16px;
	outline:none;
	padding-left:4px;
	padding-top:2px;
	position:absolute;
	background-color:transparent;
}
#search_input_display{
	color:#666;	
}
#search_input_real{
	display:none;
}
#search_submit{
	border:solid 0 #fff;
	background: url(images/hdr_search.png) no-repeat;
	background-position:right;
	width:48px;
	height:21px;
	float:right;
	outline:none none;
	cursor:pointer;
}

#page_content{
	width:968px;
	margin:10px auto;
	background:url(/templates/bamboo/images/border_top.png) no-repeat;
	padding-top:4px;
}
#page_content_middle{
	width:968px;
	background:url(/templates/bamboo/images/border_middle.png) repeat-y;
}
#page_content_content{
	width:944px;
	margin:0 auto;
	padding:7px;
	background-color:#e2e2e2;
	color:black;
	font-size:12px;
	border:1px solid #555;
}
#page_content_footer{
	width:100%;
	height:4px;
	background:url(/templates/bamboo/images/border_bottom.png) no-repeat;
	background-position:bottom middle;
}

.cup{
	background-color:white;	
	border:1px solid #aaa;
}
.cup h3{
	width:100%;
	height:22px;
	font-size:15px;
	/*border-bottom:1px solid #ccc;*/
	color:black;
	text-align:center;
	padding-top:8px;
	background:url(/templates/bamboo/images/cup_hdr_bg.png) repeat-x;
	text-transform:capitalize;
}

.cup div{
	margin:4px 8px 4px 16px;
}
.cup div a{
	display:block;
	font-weight:bold;
}
.cup hr{
	width:75%;
	margin:0 auto;
	border-color:#eee;
}

#featured_items,#big_images{
	background-color:black;
	width:650px;
	height:300px;
	color:white;
	text-align:left;	
}
#featured_items #menu{
	margin-top:-75px;
	z-index:1000;
	width:650px;
	height:100px;
	position:relative;	
	text-align:center;
}
#featured_items #menubg{
	background-color:black;
	width:650px;
	height:80px;
	position:relative;
	margin-top:-112px;	
	opacity:0.50;
	z-index:999;
	border:1px solid #ccc;
}
#featured_items #menu a{
	width:120px;
	height:55px;
	margin:10px 15px 10px 15px;
}
#featured_items #menu a img{

}

/* BEG Search Page */
#searchFormContainer{
	margin:20px 0 20px 0;
}
#searchForm{
	width:100%;
	text-align:center;
}
#searchResults{
	width:100%;
}
#searchResults ul{
	list-style-type:none;
	margin:0;
	padding:0 0 10px 0;
	padding-top:10px;
}
#searchResults ul li{
	list-style:none;
	padding:0;
	margin:0;
}
#searchResults ul li a{
	text-decoration:underline;	
}
#searchResults ul li i{
	color:green;
	font-size:0.9em;
}
.searchPagination{
	width:100%;
	text-align:center;
}
.searchPagination li{
	display:inline;
}
/* END Search Page */


/* BEG add game page */
.addGame{
	width:94%;
	margin:0 auto;
}
.addGame tr td input[type=text]{
	width:350px;
}
.addGame tr td textarea{
	width:350px;
	height:60px;
}
.addGame tr .first{/*first TD*/
	width:200px;
	text-align:right;
	vertical-align:top;
	padding-top:10px;
}
.campaign, .multiplayer{
	display:none;	
}
/* END add game page */

/* BEG Selector */

.selector, .selector a, .selectorDown, .selectorDown a{
	background:url('/templates/bamboo/images/select_slim.png') no-repeat;
	width:129px;
}

.selector, .selectorDown{
	/*height:60px;*/
	padding-top:3px;
	text-align:center;
	font-weight:bold;
	float:left;
	margin:5px;
}
.selector{
	background-color:#E2E2E2;
	color:black;
}
.selectorDown{
	background-position:right top;
	background-color:#a0dc4f;
	color:white;
}

.selector a,.selectorDown a{
	margin-top:3px;
	height:0;
	padding-top:37px;
	display:block;
	overflow:hidden;	
}
.selector a{
	background-color:#aaa;
	background-position:left bottom;	
}
.selectorDown a{
	background-color:#8dc63f;
	background-position:right bottom;
}

.selector input[type=checkbox],.selectorDown input[type=checkbox]{
	display:none;	
}

/* END Selector */


#gt_suggestions{
	width:400px;
	border:1px solid #666;
	display:none;
	position:absolute;
	background-color:#e2e2e2;
}
#gt_suggestions h3{
	margin:5px;	
}
#gt_suggestions ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#gt_suggestions ul li{
	list-style-type:none;
	margin:0;
	background-color:#CCC;
	height:60px;
	overflow:hidden;
	border-bottom:1px solid #aaa;
	padding:5px 0px 5px 0px;
}
#gt_suggestions ul li:hover{
	background-color:#BBB;
	cursor:pointer;	
}
#gt_suggestions ul li h3{
	font-weight:bold;
	margin:0;
}
#gt_suggestions ul li div{
	font-size:0.9em;
	color:#444;
}
#gt_suggestions ul li img{
	float:left;
	margin:5px;
}