/* Main Layout */



.category_menu_header {
	background:#00C;
	color:#fff;
}

#footer {
	border-top:1px solid #00C;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* Search */

#search {
	background:#fff;
}

/* Font styling */

a {
	color:#00C;
	text-decoration:underline;
}

a:hover {
	color:#00487D;
	text-decoration:underline;
}

/* Category Menu */

.menu_level0 a, .menu_level1 a, .menu_level2 a {
	background: #00C;
	color:#fff;
}

.menu_level0 a:hover, .menu_level1 a:hover, .menu_level2 a:hover, .menu_level0_sel a, .menu_level0_sel a:hover  {
	background: #009;
	color:#fff;
}

/* Listings */

.category_product_title a {
	color: #00C;
}

.category_menu_header {
	color:#fff;
	font-size:11px;
}
