/***********************/
/* QM-Hotel - tt_news */
/*   21.08.2009        */
/***********************/

/********/
/* List */
/********/

.news-list-container {
	font-size: 12px;
	border-top: 1px dotted rgb(0,0,0);
}

.news-list-item {
	border-bottom: 1px dotted rgb(0,0,0);
	padding-top: 5px;
	padding-bottom: 5px;
}

.news-list-date {
	text-align: left;
	width: 12%;
}

.news-list-title {
	text-align: left;
	width: 88%;
}


/**********/
/* Latest */
/**********/

.news-latest-container {
	font-size: 12px;
	border: none;
	background-color: rgb(255,239,219);
	font-family: arial;
	width: 530px;
}

.news-latest-table {
	border-top: 15px;
	border-bottom: 1px dotted rgb(0,0,0);
	width: 530px;
}

.news-latest-image {
	width: 75px;
	padding-bottom: 5px;
}

.news-latest-title {
	font-weight: bold;
}

.news-latest-date {
	text-align: right;
}

.news-latest-morelink {
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 5px;
}

.news-latest-subheader {
	padding-bottom: 5px;
}


/**********/
/* Single */
/**********/

.news-single-item {
	font-size: 12px;
	width: 510px;
}

.news-single-title {
	font-size: 14px;
	font-weight: bold;
}

.news-single-date {
	text-align: right;
}

