@import url(ec_price_source.css);

div#brand_breadcrumbs {
	font-size: .9em;
	font-weight: bold;
	color: #777;
	padding-bottom: 1em;
	padding-top: 1em;
}

div#brand_breadcrumbs a:link    { font-weight: normal; color: #777; text-decoration: none; }
div#brand_breadcrumbs a:visited { font-weight: normal; color: #777; text-decoration: none; }
div#brand_breadcrumbs a:hover   { font-weight: normal; color: #777; text-decoration: underline; }

#item_list th {
	padding-left: .5em;
	padding-right: .5em;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	background-color: #555;
}

.brand_list_container {
	padding: 0;
	width: 70em;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.brand_list {
	padding: 0;
	color: #555;
	font-size: .9em;
	width: 46em;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3em;
}

.brand_list ul {
	margin: 0;
	padding: 0;
}

.brand_list li {
	list-style: none;
	margin: 0;
	margin-bottom: .5em;
	padding: .25em;
	padding-left: 1em;
	width: 45em;
	border: solid 1px #ccc;
	background-color: #efefef;
}

.brand_list li a:link    { font-weight: bold; color: #555; text-decoration: none; }
.brand_list li a:visited { font-weight: bold; color: #555; text-decoration: none; }
.brand_list li a:hover   { font-weight: bold; color: #555; text-decoration: underline; }

.brand_list_top {
	padding: 0;
	margin: 0;
	color: #555;
	font-size: .9em;
	width: 25em;
	padding-bottom: 3em;
	float: left;
}

.brand_list_top ul {
	margin: 0;
	padding: 0;
}

.brand_list_top li {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	width: 24em;
}

.brand_list_top li a:link    { font-weight: normal; color: #555; text-decoration: none; }
.brand_list_top li a:visited { font-weight: normal; color: #555; text-decoration: none; }
.brand_list_top li a:hover   { font-weight: normal; color: #555; text-decoration: underline; }

.index_entries {
	margin: 0;
	overflow: hidden;
	padding: .5em;
}

.index_entry {
	border: solid 1px #ccc;
	background-color: #efefef;
	padding: .5em;
	margin-right: .5em;
	float: left;
}

.index_entry a:link    { font-weight: bold; color: #555; text-decoration: none; }
.index_entry a:visited { font-weight: bold; color: #555; text-decoration: none; }
.index_entry a:hover   { font-weight: bold; color: #555; text-decoration: underline; }



.index_label {
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 1.2em;
	color: rgb(133,29,28);
}

