@import url(encp0100.css);

table.tabs {
	width: 100%;
}

table.tabs th {
	background-color: rgb(0,53,173);
	text-align: center;
	vertical-align: top;
	font-size: 0.9em;
	border: 0px solid rgb(0,53,173);
	border-bottom: none;
	padding: 0px;
}

table.tabs th.active {
	background-color: rgb(255,159,0);
	padding: 6px 0.25em 4px 0.25em;
	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: 6px 0.25em 4px 0.25em;
}

table.tabs th a:hover {
	display: block;
	background-image: none;
	background-color: white;
	color: rgb(0,53,173);
	text-decoration: none;
	padding: 6px 0.25em 4px 0.25em;
}

table.brandlist th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid rgb(255,159,0);
	border-left: 1px solid rgb(255,255,255);
	border-right: 1px solid rgb(255,255,255);	
	padding: 0.5em 1em 0.5em 0em;
}

table.brandlist td {
	text-align: left;
	line-height: 100%;
	border-bottom: 1px solid rgb(255,159,0);
	border-left: 1px solid rgb(255,255,255);
	border-right: 1px solid rgb(255,255,255);
	padding: 0.5em 1em 0.5em 0em;
}