.no_results_container{
	border: 1px solid #000;
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 510px;
	text-align: center;
	height: 276px;
}

a.category_game_link{
	background-color: #FAF4AF;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	display: block;
	height: 27px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 2px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: center;
}

a.category_game_link:hover{
	background-color: #000;
	color: #fff;
}

a.search_game_link{
		background-color: #FAF4AF;
		color: #000;
		font-weight: bold;
		font-size: 11px;
		display: block;
		height: 26px;
		padding-left: 1px;
		padding-right: 1px;
		line-height: 12px;
		text-align: center;
	}

a.search_game_link:hover{
	background-color: #000;
	color: #fff;
}

.search_bottom_container{
	border: 1px solid #000;
	height: 27px;
	background-color: #ffbe00;
}
	
	.search_bottom_container_left_corner{
		padding-left: 3px;
		padding-top: 5px;
		float: left;
		width: 445px;
	}
	
	.search_bottom_container_right_corner{
		float: right;
		width: 445px;
		padding-top: 5px;
		text-align: right;
	}
	


.search_top_container{
	border: 1px solid #000;
	height: 42px;
	background-color: #ffbe00;
}

	.search_top_container_left_corner{
		padding-left: 3px;
		padding-top: 2px;
		float: left;
		width: 445px;
	}
	
		.search_top_label{
			font-size: 14px;
			font-weight: bold;
		}
	
	.search_top_container_right_corner{
		float: right;
		width: 376px;
		text-align: right;
		padding-right: 3px;
		padding-top: 2px;
	}
	
.search_middle_container{
	margin-top: 10px;
}
	
.search_game_container{
	border: 0px solid black;
	width: 118px;
	margin: 0px;
	
	/* new */
	width: 137px;
	background-color: #F6F871;
	background: url(http://cdn.kaisergames.de/images/backgrounds/cat_bg.gif);
	padding-left: 0px;
	padding-top: 8px;
	margin-bottom: 12px;
}

/* new */
.search_game_container .game_image_container{
	margin-left: 8px;
	margin-bottom: 0px;
	height: 89px;
	width: 118px;
	border: 1px solid #000;
}

/* new */
.search_game_container .game_name_container{
	border: 0px;
}

.category_adv_container{
	float: right;
	width: 302px;
	margin-bottom: 12px;
	text-align: left;
	border: 0px solid red;
}

.search_adv_container{
	float: right;
	margin-bottom: 12px;
	text-align: left;
	border: 0px solid red;
}

.search_center_container{
	padding-left: 20px;
	width: 938px;
}

.catViewPages {
	border: 1px dashed #000;
	float: left;
	margin-left: 2px;
	border: 1px solid #000;
	
}

.catViewPages:hover {
	color: #fff;
	background-color: #000;
}

.catViewPagesLink {
	display: block;
	height: 15px;
	width: 15px;
	padding: 4px 2px 0px 2px;
	font-weight: bold;
	font-size: 7pt;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.catViewPagesLink:hover {
	color: #fff;	
}