@import url(encp0100.css);

table.tabs {
	width: 100%;
}

table.tabs th {
	background-color: rgb(0,53,173);
	text-align: center;
	vertical-align: top;
	border: 2px solid rgb(0,53,173);
	border-bottom: none;
	padding: 0px;
}

table.tabs th.active {
	background-color: rgb(255,159,0);
	padding: 3px 0.3em 1px 0.3em;
	vertical-align: top;
}

table.tabs td {
	background-color: rgb(248,213,131);
	padding: 0.5em 1em;
}

table.tabs th a, table.tabs th a:visited {
	display: block;
	background-image: url(../images/encp_bkgd_blue-button-top-grad.gif);
	background-repeat: repeat-x;
	color: white;
	text-decoration: none;
	padding: 3px 0.3em 1px 0.3em;
}

table.tabs th a:hover {
	display: block;
	background-image: none;
	background-color: white;
	color: rgb(0,53,173);
	text-decoration: none;
	padding: 3px 0.3em 1px 0.3em;
}

table.brandlist th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid rgb(255,159,0);
	padding: 0.5em 1em 0.5em 0em;
}

table.brandlist td {
	text-align: left;
	line-height: 100%;
	border-bottom: 1px solid rgb(255,159,0);
	padding: 0.5em 1em 0.5em 0em;
}