#quick_search a {
	color: #FF3300;
}

/***** MENUS *****/
#sub_categories {
	background-image: url(gradient_off.gif);
	border-bottom-color: #D61E00;
}
	#sub_categories li {
		border-right-color: #FF6F4A;
		border-left-color: #B92500;
	}
		#sub_categories a {
			background-image: url(gradient.gif);
		}
	#sub_categories li.on {
		border-right-color: #EA2F00;
		border-left-color: #CA0500;
	}
		#sub_categories li.on a {
			background-image: url(gradient_on.gif);
		}

/***** MAIN *****/
#current {
	background: url(gradient.gif);
	border-color: #ff3300;
}
#current {
	background: url(gradient_off.gif);
}
	#current h2 a {
		background-image: url(area_title.gif);
	}
/***** TABS *****/
#main h3 {
	background-color: #FF3300;
}
#hot_news {
	background: #FF3300;
}
#hot_news ol li a {
	background-color: #FF3300;
	border-color: #FF3300;
	background-image: url(hot_news_light.gif);
}
#hot_news ul li a:hover {
	background: #C80300;
}
	#hot_news img {
		border-color: #C80300;
	}

/* GAME NEWS BOX */
#box_game_news {
	background-color: #FF3300;
}
	#box_game_news p a:hover {
		background-color: #C80300;
	}
		#box_game_news p a img {
			border-color: #C80300;
		}



/***** BOXES *****/
#box_previews {
	background: #FF3300;
}
	#box_previews ul li a {
		background: #FF9980;
	}
#box_reviews {
	background: #C80300;
}
	#box_reviews ul li a {
		background: #E48180;
	}



