/*
# ------------------------------------------------------------------------
# JA Halite - Version 1.0 - Licence Owner JA110795
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------
*/
.ja-slidenews-item {
	border-bottom: 1px dotted #ccc;
	padding: 8px 0;
}

.ja-slidenews-item .ja-title {
	display: block;
	font-weight: bold;
}

.ja-slidenews-item .ja-createdate {
	color: #666;
	font-size: 92%;
	font-weight: bold;
	padding: 2px 5px 2px 0;
}
/*****STYLE FOR SIDENEWS LAYOUT******/
.ja-sidenews {
  position: relative; 
  margin: 0; 
  padding: 0;
}

.ja-sidenews-container {
	width: 100%;
	position: absolute; 
	z-index: 1; 
	bottom: 0; 
	left: 0;
}

.ja-sidenews-text {
	position:relative;
	height: 0; 
	overflow: hidden;
}

.ja-sidenews-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.ja-sidenews-display {
	position: absolute; 
	top: 0;
	left: 10px;
	width: 89%;
}
.ja-sidenews-title{ font-weight:bold }
.ja-sidenews-postdate{ font-size:85%; }