@import url(ec_price_source.css);

div#tab_breadcrumbs {
	font-size: .9em;
	font-weight: bold;
	color: #777;
	padding-top: 1em;
	padding-bottom: 1em;
}

div#tab_breadcrumbs a:link    { font-weight: normal; color: #777; text-decoration: none; }
div#tab_breadcrumbs a:visited { font-weight: normal; color: #777; text-decoration: none; }
div#tab_breadcrumbs a:hover   { font-weight: normal; color: #777; text-decoration: underline; }


.tab_breadcrumb_A  { color: #FF0000; }
.tab_breadcrumb_G  { color: #FF9030; }
.tab_breadcrumb_F  { color: #996600; }
.tab_breadcrumb_H  { color: #336600; }
.tab_breadcrumb_E  { color: #218E57; }
.tab_breadcrumb_I  { color: #466763; }
.tab_breadcrumb_J  { color: #3B7ECE; }
.tab_breadcrumb_K  { color: #3F3F9E; }
.tab_breadcrumb_L  { color: #8E3587; }
.tab_breadcrumb_B  { color: #7C6028; }
.tab_breadcrumb_C  { color: #666666; }
.tab_breadcrumb_D  { color: #AAAAAA; }

#tab_list {
	padding: 0;
	color: #555;
	font-size: .9em;
	width: 46em;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3em;
}

#tab_list ul {
	margin: 0;
	padding: 0;
}

#tab_list li {
	list-style: none;
	margin: 0;
	margin-bottom: .5em;
	padding: .25em;
	padding-left: 1em;
	width: 45em;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: #efefef;
}

#tab_list li a:link    { font-weight: bold; color: #555; text-decoration: none; }
#tab_list li a:visited { font-weight: bold; color: #555; text-decoration: none; }
#tab_list li a:hover   { font-weight: bold; color: #555; text-decoration: underline; }


