@charset "UTF-8";
/* CSS Document: Homepage www.toyoda-mitsui.com */
/* Defines the styles for the tt_news-plugin delivered content */


.news-list-container-home {
	/*outline: 1px solid blue;*/
}

.news-list-container-home H3 {
}
.news-list-container-home H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {

}
.news-list-container-home H3 A {
}

.news-list-item-home {
	/* IE hack -> Hack musste deaktiviert werden, da er im IE7 zu falschen Ergebnissen führt */
	/*height: 1%;
	line-height: 1.3;*/
	/* IE hack end */
	/*padding:3px;
	margin:3px;*/
}

.news-table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid rgb(153,153,153);
}

.news-table thead, .news-table caption {
	display: none;
}

.news-table tr {
	border-bottom: 1px solid rgb(153,153,153);
}

.news-table tr.news-overview {
	border-bottom: none;
}

.news-table td.news-img{
	height: 170px;
	vertical-align: bottom;
	padding: 0px;
	background-color: rgb(255,255,255);
}

.news-table td.news-text{
	height: 170px;
	vertical-align: top;
	padding: 0 0 0 20px;
}

.news-table h3 {
	font-size: 14px;
	font-weight: normal;
/*	margin-bottom: 10px;*/
}

.news-table p {
	font-size: 12px;
}

.news-table ul{
	margin: 0 0 0 0;
	padding: 10px 0 0 2em;
	list-style-type: square;
}
.news-table li{
	color: #e20024;
	padding: 0;
	margin-bottom: 1em;
}

.news-table a{
	font-size: 12px;
	color: rgb(255,0,0);
}

.news-list-morelink img {
	border: none;
}

/* QuickNews (right column) */
#utility_col .csc-firstHeader
{
	margin-bottom: 0;
}

#utility_col .news-list-container-home ul{
	margin: 0 0 0 0;
	padding: 10px 0 0 2em;
	list-style-type: square;
}
#utility_col .news-list-container-home li{
	color: #e20024;
	padding: 0;
	margin-bottom: 1em;
	color: rgb(0,0,0);

}

#utility_col .news-list-container-home a{
	font-size: 11px;
	line-height: 11px;
	color: rgb(0,0,0);
}
