/*------------------------------------------------------------------------
# th news 1.0.0 - Oct, 2007
# ------------------------------------------------------------------------
# Copyright (C) 2004-2007 Tur-Host. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Tur-Host
# Websites:  http:/ -  http:/
-------------------------------------------------------------------------*/

.th-newsblock {
	margin: 0;
	display: block;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
}

.th-newsitem,
.th-newsitem-left,
.th-newsitem-right,
.th-newsitem-center {
	float: left;
	padding: 0;
	text-align: center;
}

.th-newsitem-left,
.th-newsitem-center {
}

.th-newsitem-left div.th-newsitem-inner,
.th-newsitem-center div.th-newsitem-inner,
.th-newsitem-right div.th-newsitem-inner,
.th-newsitem div.th-newsitem-inner {
	text-align: left;
	float: left;
}

.th-newsitem-center div.th-newsitem-inner {
	float: none;
	margin: 0 auto;
}

.th-newsitem-right div.th-newsitem-inner {
	float: right;
}

.th-newscat {
	color: #333333;
	display: block;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	margin: 0 0 10px;
	position: relative;
	text-transform: uppercase;
	height: 32px;
	line-height: 32px;
}

.th-newscat:hover, .th-newscat:active, .th-newscat:focus {
	text-decoration: none;
	outline: none;
}

.th-newscat span {
	display: block;
	font-weight: bold;
	padding: 0 5px 0 30px;
	color: #403C3A;
	height: 32px;
	line-height: 34px;
}

.th-newstitle {
	display: block;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px; 
}

.th-newscontent {
	padding: 0;
}

.th-newscontent img {
	margin: 5px 10px 10px 0;
	padding: 0;
}

.th-newscontent p {
	margin: 5px 0;
}

.th-newsitem ul {
	margin: 10px 0 0;
	padding: 0;
}

ul.th-newslinks {
	padding: 0;
	width: 100%;
	float: left;
	clear: both;
}

ul.th-newslinks a {
	color: #333333;
	text-decoration: underline;
}

/* Sidebar
--------------------------------------------- */
div.module-th-newssb .th-newsblock {
	margin: 0 5px 15px;
}

div.module-th-newssb ul.th-newslinks {
	margin: 0!important;
}

div.module-th-newssb ul.th-newslinks li {
	padding-left: 22px!important;
	background-position: 11px 6px!important;
}

div.module-th-newssb ul.th-newslinks li a {
	color: #403C3A;
	text-decoration: none;
}

div.module-th-newssb ul.th-newslinks li a:hover,
div.module-th-newssb ul.th-newslinks li a:active,
div.module-th-newssb ul.th-newslinks li a:focus {
	color: #F85703!important;
	text-decoration: none;
}

/* Control bar
--------------------------------------------- */
.thhl-newscontrol {
	position: absolute;
	top: 0;
	right: 10px;
	padding: 5px 0;
	display: block;
}

.thhl-newscontrol ul {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

.thhl-newscontrol li {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
}

#loading-indicator {
	float: left;
}

#thhl-indicator {
	float: left;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 1px 5px;
	font-size: 10px;
	line-height: normal;
	margin-left: 5px;
	display: block;
}

#th-newswrap .article_seperator {
	display: block;
	height: 20px;
}
