
h2.ltnews-title, h4.ltnews-title {
	margin: 0;
	padding: 0;
	line-height: 1.1;
	margin: 10px 0px 7px 0;
}

/* CONTENT
--------------------------------------------- */

#ltnews-wrap {
	padding: 0;
	/* border-bottom: 5px solid #ABABAB; */
}

#ltnews {
	padding: 0;
	/* border-bottom: 3px solid #FFFFFF; */
}

.ltnews-left {
	float: left;
	background: url(../images/vline.gif) repeat-y right;
}

.ltnews-center {
	float: left;
	background: url(../images/vline.gif) repeat-y right;
}

.ltnews-right {
	float: right;
}

.ltnews-box {
	background: url(../images/dot.gif) repeat-x bottom;
	margin: 8px 14px;
	padding-bottom: 15px;
}

.ltnews-left .ltnews-box {
	margin-left: 0;
}

.ltnews-right .ltnews-box {
	margin-right: 0;
}

div.ltnews-section {
	display: block;
	margin-bottom: 5px;
}

div.ltnews-section a {
	display: block;
	float: left;
	background: url(../images/zin-section-bg.gif) no-repeat left top #ABABAB;
	padding: 0 2px 2px 0;
	font-weight: bold;
}

div.ltnews-section a span {
	background: #666666;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 1px 10px;
	margin: 0;
	display: block;
	font-family: Cambria, "Times New Roman", Times, serif;
}

div.ltnews-section a:hover,
div.ltnews-section a:active,
div.ltnews-section a:focus {
	text-decoration: none;
}

.ltnews-box:hover div.ltnews-section a span,
.hover div.ltnews-section a span {
	background: #006699;
}

.ltnews-more {
	color: #999999;
	text-transform: uppercase;
	display: block;
	clear: both;
	margin: 10px 0 2px;
	font-size: 92%;
	letter-spacing: 1px;
}

ul.ltnews-links {
	padding: 0;
	margin: 0;
}

ul.ltnews-links li {
	padding-left: 10px;
	background-position: 1px 7px;
}

.ltnews-content img {
	padding: 0px;
}

.ltnews-pagedesc {
	display: block;
	padding: 10px;
	margin: 10px 0;
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 125%;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #F7F7F7;
	font-style: italic;
}

.ltnews-pagedesc p {
	padding: 0;
	margin: 0;
}

/*SUB PAGE HEADLINE*/
#ltnews-hlwrap-sub {
	clear: both;
	margin-bottom: 3px;
}

#ltnews-hlwrap-sub .ltnews-box,
#ltnews-hlwrap-sub .ltnews-content {
	padding: 0;
	margin: 0;
	background: none;
}

.ltnews-content {
	text-size: 11px;
	line-height:1.2em;
}
	

#ltnews-hlwrap-sub h4.ltnews-title {
	font-size: 200%;
	font-weight: normal;
}

#ltnews-hlwrap-sub .article_separator {
	height: 15px;
	background: none;
	border-bottom: 5px solid #ABABAB;
	font-size: 1px;
}

/*mis
-------------------------------------------------*/
#ltnews-fp .article_separator {
	clear: both;
	display: block;
	height: 3px;
	background: none;
	font-size: 1px;
}

.ltnews-pagenav, .ltnews-pagenav-counter {
	text-align: center;
}

/*THEMES
------------------------------------------------*/
.ltnews-boxwrap:hover.ltnews-theme-red div.ltnews-section a span,
.ltnews-boxwrap.ltnews-theme-red .hover div.ltnews-section a span {
	background: #CC0000; /*red*/
}

.ltnews-boxwrap:hover.ltnews-theme-orange div.ltnews-section a span,
.ltnews-boxwrap.ltnews-theme-orange .hover div.ltnews-section a span {
	background: #E77B13; /*orange*/
}

.ltnews-boxwrap:hover.ltnews-theme-pink div.ltnews-section a span,
.ltnews-boxwrap.ltnews-theme-pink .hover div.ltnews-section a span {
	background: #CA0789; /*pink*/
}

.ltnews-boxwrap:hover.ltnews-theme-green div.ltnews-section a span,
.ltnews-boxwrap.ltnews-theme-green .hover div.ltnews-section a span {
	background: #1A661A; /*green*/
}

.ltnews-boxwrap:hover.ltnews-theme-lime div.ltnews-section a span,
.ltnews-boxwrap.ltnews-theme-lime .hover div.ltnews-section a span {
	background: #678000; /*lime*/
}

.ltnews-boxwrap:hover.ltnews-theme-cyan div.ltnews-section a span,
.ltnews-boxwrap.ltnews-theme-cyan .hover div.ltnews-section a span {
	background: #0E9C9A; /*cyan*/
}

.ltnews-boxwrap:hover.ltnews-theme-deepblue div.ltnews-section a span,
.ltnews-boxwrap.ltnews-theme-deepblue .hover div.ltnews-section a span {
	background: #004B80; /*deepblue*/
}