/**
* @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 {
	clear:left;
	float:left;
	display:block;
	position:relative;
	top:-15px;
	font-weight: normal;
	background-image: url(../images/calendar.png);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:0px;
}
div.newstitle {
	float:left;
	display:block;
	position:relative;
	width:570px;
	padding-left:80px;
	padding-bottom:4px;
	padding-top:10px;
}
.aaa {
	margin-top:10px;
}
.aaa:hover {
	background-color:#f0fcff;
	background-image:url(../images/news_bg.gif);
	background-repeat:repeat-x;
}
div.newstitle a {
	font-weight:bold;
	color:#0055a4;
	font-size:11px;
}
div.readmore {
	float:right;
	clear:both;
	display:block;
	position:relative;
	font-size:10px;
	margin:0;
	padding:0;
}

div.newstext {
	float:right;
	display:block;
	position:relative;
	text-align:justify;
	font-size:11px;
	width:570px;
}


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;
}






/* 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; 
}









/* Vertical content scroller styles */

#marqueecontainer{
	position: relative;
	width: 100%; 	/*marquee width */
	height: 200px;  /*marquee height */
	overflow: hidden;
	padding: 2px;
}
#vmarquee {
	position: absolute; 
	width: 98%;
}

