/**
 * Graceland CMS
 * Version 14.04
 * Copyright 2007-2014 by ISN GmbH, Halle, Germany
 * http://www.isn-systems.com
 *
 * Module: /plugins/article/css/list.css
 * Source: local
 * Mime-Type: text/css
 * Last update: 2024-08-23 15:09:21
 */

@import url(article.css);

.glArticleList h3 {
	text-transform: uppercase;
	font-style: normal;
	font-weight: 300;
}

.glArticleList div.img {
	float: left;
	width: 281px;
	height: 115px;
	display: block;
}

.glArticleList div.Text {
	width: 250px;
	float: left;
	display: block;
}

.glArticleList li {
	clear: both;
	display: block;
	height: 115px;
	padding: 5px 0;
}

.glArticleListMore {
	clear: both;
	float: right;
	margin: 10px 0;
}

.glArticleListMore a {
	color: #c60;
	font-size: 8pt;
	font-weight: bold;
}