/* Guide for In Action */
body#activity_overview.in_action #guide,
body#activity_overview.in_action_midi #guide{
	color: #666;
}

/* 2-1 & 2-2 Catalog by Activity */
body#activity_overview #content{
	color: #666;
}
body#activity_overview #content h2{
	border-top-color: #ddc;
}

body#category_overview #content h2 {
	color: #000;
	}

body#activity_overview #content .toggle,
body#category_overview #content .toggle {
	background-image: url(../images/arrow_activity_link.gif);
}
body#activity_overview #content .toggle:hover,
body#category_overview #content .toggle:hover {
	text-decoration: underline;
}
body#activity_overview #content .toggle a{
	color: #666;
}
body#activity_overview #content .toggle.open,
body#category_overview #content .toggle.open {
	background-image: url(../images/arrow_activity_link_down.gif);
}



/* 2-2-1 Product List */
#middle #content #top_story div h2 {
	color: #a97;
}
#middle #content #top_story div h3 {
	color: #666;
}
#middle #content #top_story div p {
	color: #666;
}
#middle #content #related_informations div {
	border-top-color: #ddc;
}
#middle #content #related_informations div h2 {
	color: #a97;
}
#middle #content #related_informations div h3 {
	color: #666;
}
#middle #content #related_informations div p {
	color: #666;
}
#middle #content #related_informations div ul {
	color: #666;
}

body#product_list #content #secondary div.scroll_down_button{
	background-color: #DD7B3E;
	background-image: url(../images/scroll_down_button.gif);
}
body#product_list #content #secondary div.scroll_up_button{
	background-color: #DD7B3E;
	background: url(../images/scroll_up_button.gif);
}
body#product_list #content #secondary div.scroll_slide_area{
	background-color: #f3f3f3;
	background: url(../images/scroll_area.gif);
}

body#product_list #content #secondary div.scroll_slider{
	background-color: #E4D388;
	background-image: url(../images/scroll_slider.gif);
	border-top-color: #DD7B3E;
	border-bottom-color: #DD7B3E;
}

