/**
* @package NeoLatestNews
* @copyright Copyright (C) 2004 - 2009 Neoweb. All rights reserved.
* @license GNU/GPL
* @version 1.4.1
* @author NeoJoomla
*/

ul.leading, ul.intro {
	margin: 0.4em 0; /* Don't modify this rule */ 
	padding: 0;
}
ul.leading li, ul.intro li { padding: 0; margin:0.2em; list-style-type:none; } 

ul.leading li h4, ul.intro li h4 { padding: 0; margin:0 0 0.2em 0; } 
ul.more li h4 { padding: 0; margin:0; } 


div.article-tools .category a {	font-weight: normal; }

div.newstext {	margin: 0.4em 0; text-align:justify !important; }
div.newstext p { margin: 0.4em 0; }

div.more-articles {}
div.more-articles .more-title { font-weight: bold;}

span.locked {
	display: block;
	float: left; 
	width: 20px;
	padding: 0;
	text-indent: -1000px;
	background: url(images/locked.png) no-repeat 0 50%;
}

div.separator { clear: both; }
div.separator, div.article_separator { 
	display: block; 
	height: 1px; 
	overflow: hidden; 
	margin: 0.4em 0; 
}
ul.more li .separator { margin: 0; height: 0; }

div.readall { text-align: right; }	


.clr { clear: both; }




/* MOOTOOLS : Accordion styles */

h4.toogler {
	margin: 0.1em 0em; 
	padding: 0.1em 0em; 
	cursor: pointer;
	text-decoration: underline;
}






/* JQUERY : localScroll styles */

.hscroll {
	position: relative;
	width: 100%;
}
.hscroll .sections {
	clear: left;
	overflow: hidden;
}
.hscroll .sections ul {
	width: 100000px;
	padding: 0;
	margin: 0;
}
.hscroll .sections li.item {
	float: left;
	margin: 0;
	padding: 5px;
	list-style-type: none;
}
.hscroll .sections-nav {
	padding: 0.5em;
	text-align: center;
}
.hscroll .sections-nav a.next, .hscroll .sections-nav a.prev{ 
	font-size: 14px; 
	font-weight: bold; 
	padding: 0 0.5em;
	text-decoration: none; 
}

.NewsTitle a{ font-size: 11px; font-weight: normal; color: #456c9f; text-decoration: none ; }
.NewsTitle a:hover{ font-size: 11px; font-weight: normal; color: #456c9f; text-decoration: underline!important ; }


h4.toogler1 {
cursor:pointer;

}

h4.toogler1:hover {
cursor:pointer;
text-decoration:underline;
}

h4.toogler2 {
cursor:pointer;
text-decoration:underline;
}




.readmore1 a {
color:#EA3D00 !important;
font-size:10px !important;
font-weight:bold !important;
text-decoration:none !important;
}
a:link, a:visited {
font-weight:normal;
text-decoration:none;
}
a {
color:#EA3D00;
text-decoration:none;
}









/* Vertical content scroller styles */

#marqueecontainer{
	position: relative;
	width: 100%; 	/*marquee width */
	height: 200px;  /*marquee height */
	overflow: hidden;
	padding: 2px;
}
#vmarquee {
	position: absolute; 
	width: 98%;
}

