@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; }


div.cat_container {
	position: relative;
	padding: 0;
	margin: 0;
	width: 80em;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	color: #444;
	height: 180px;
	font-size: .9em;
}

div.cat_preview {
	position: absolute;
	top: 0;
	left: 0;
	height: 180px;
	padding: 0;
	margin: 0;
	width: 17em;
}

div.cat_pic {
	padding: 0;
	margin: 0;
	margin-bottom: 12px;
	height: 130px;
	width: 100px;
	border: solid 1px #ccc;
	margin-right: auto;
	margin-left: auto;
}

div.cat_icons {
	position: absolute;
	top: 0;
	right: 0;
	height: 180px;
	padding: 0px;
	margin: 0;
	width: 60em;
}

div.cat_icons table {
	margin: 0;
}

/* **************************************************

Selector Styles

*************************************************** */

div.cat_selector {
	margin: 0;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	background-color: #efefef;
	padding: 0;
	float: left;
	clear: left;
	height: 2.25em;
}

div.cat_selector .form_button {
	padding-bottom: .1em;
	padding-top: 0;
	padding-right: 1em;
	padding-left: 1em;
	color: #444;
	font-size: 1em;
	font-weight: normal;
	cursor: pointer;
}


div.cat_selector table {
	margin: 0;
	padding: 0;
}

div.cat_selector td {
	margin: 0;
	padding: 0em;
	padding-right: .4em;
	padding-left: .4em;
}

div.cat_selector td.selector_nav {
	padding: 0;
	padding-right: .5em;
	padding-left: .5em;
	background-color: #efefef;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
}

div.cat_selector td.middle_align {
	vertical-align: middle;
}

