/*
 * Styles for extension tt_news
 */

/*
 * Latest list view
 */
.tx-ttnews .latestView {
	padding: 0 10px;
	margin-bottom: 1em;
}

.tx-ttnews .latestView .item {
	margin-top: 1em;
}

.tx-ttnews .latestView .item img {
	float: left;
	padding-top: 3px;
	margin-right: 3px;
}


/*
 * List view
 */
.tx-ttnews .listView .item {
	padding-bottom: 1em;
}
.tx-ttnews .listView .item img {
	float: left;
	margin-right: 7px;
	border: 1px solid #d5d5d5;
	padding: 1px;
}

.tx-ttnews .listView .item .date {
	float: left;
	margin-right: .5em;
}

.tx-ttnews .listView .item h2 a {
	color: #006db6;
	text-decoration: none;
}
.tx-ttnews .listView .item p {
	margin: 0 !important;
	padding: 0;
}
.tx-ttnews .listView .more {
	text-align: left;
}

/**
 * Single View
 */
.tx-ttnews .singleView .image {
	float: right;
	width: 240px;
	margin-left: 10px;
}


/**
 * Pagination. Cannot be inherited from global styles since tt_news uses hard-coded HTML tags
 * which cannot be modified and which are different from the global templates.
 */
.tx-ttnews .tx-ttnews-browsebox p {
	float: left;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
.tx-ttnews .tx-ttnews-browsebox table {
	border-collapse: collapse;
	width: 1%;
}
.tx-ttnews .tx-ttnews-browsebox table td {
	padding: 0;
	vertical-align: top;
}
.tx-ttnews .tx-ttnews-browsebox table p {
	float: none;
	line-height: 1em;
}

