/*
	CAR TOTAL ADVISER NEXT CSS
*/
@charset "utf8";

#showcase-content h3.showcase-header {
	margin:      0;
	padding:     0;
	border:      none;
	background:  none;
	color:       gray;
	font-size:   1.0em;
}

ul.showcase-list {
	margin:      0 2em 2em 2em;
	padding:     0 2em;
	list-style:  none;
}
ul.showcase-list li {
	margin:      2px;
	padding:     1px;
}
.showcase-menu-link {
	font-weight: bold;
}
.showcase-menu-count {
	font-size:   0.8em;
}

table.showcase-list {
	width:       85%;
	margin:      5px auto 1em 2em;
	border-collapse: collapse;
}
table.showcase-list td {
	border-bottom: 1px dashed rgb( 224, 224, 128 );
	font-weight: normal;
}
table.showcase-list td.showcase-index-title {
	padding:     3px 3px 3px 2em;
	font-size:   0.9em;
	text-indent: -1em;
}
table.showcase-list td.showcase-index-title a {
	text-decoration: none;
}
table.showcase-list td.showcase-index-title a:hover {
	text-decoration: underline;
}
table.showcase-list .showcase-index-marker {
	color:       rgb(  50,  50, 160 );
}
table.showcase-list td.showcase-index-date {
	width:       30%;
	padding:     3px;
	text-align:  center;
	font-size:   0.8em;
}




