#quick_search a {
	color: #0066CC;
}

/***** MENUS *****/
#sub_categories {
	background-image: url(gradient_off.gif);
	border-bottom-color: #0066CC;
}
	#sub_categories li {
		border-right-color: #10759E;
		border-left-color: #4C8BDE;
	}
		#sub_categories a {
			background-image: url(gradient.gif);
		}
	#sub_categories li.on {
		border-right-color: #1789BD;
		border-left-color: #1789BD;
	}
		#sub_categories li.on a {
			background-image: url(gradient_on.gif);
		}

/***** MAIN *****/
#current {
	background: url(gradient_off.gif);
	border-color: #0066CC;
}
#current {
	background: url(gradient_off.gif);
}
	#current h2 a {
		background-image: url(area_title.gif);
	}
/***** TABS *****/
#main h3 {
	background-color: #0066CC;
}
#hot_news {
	background: #0066CC;
}
#hot_news ol li a {
	background-color: #0066CC;
	border-color: #0066CC;
	background-image: url(hot_news_light.gif);
}
#hot_news ul li a:hover {
	background: #80B3E6;
}
	#hot_news img {
		border-color: #2682DB;
	}

/* GAME NEWS BOX */
#box_game_news {
	background-color: #0066CC;
}
	#box_game_news p a:hover {
		background-color: #4C8BDE;
	}
		#box_game_news p a img {
			border-color: #4C8BDE;
		}
		
/***** BOXES *****/
#box_previews {
	background: #0066CC;
}
	#box_previews ul li a {
		background: #80B3E6;
	}
#box_reviews {
	background: #003366;
}
	#box_reviews ul li a {
		background: #8099B3;
	}


