/*
# ------------------------------------------------------------------------
# JA News Featured module for Joomla 1.6 
# ------------------------------------------------------------------------
# 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.
# ------------------------------------------------------------------------
*/

/* LAYOUT: TELINE II
--------------------------------------------- */
/* Featured News ----*/
.telineii .ja-zinfp-featured {
	width: 50%;
	background: url(dot.gif) repeat-y right #EBF2F7;
	overflow: hidden;
}

.telineii .ja-zinfp-featured h4.ja-zintitle {
	margin: 0 0 5px !important;
	padding: 0 !important;
	font-size: 175%;
}

.telineii .ja-zinfp-featured img {
	margin: 0 0 10px !important;
	padding: 0 !important;
}

.telineii .ja-zinfp-featured .ja-zincontent {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
}

/* Normal News ----*/
.telineii .ja-zinfp-normal { width: 50%; }

.telineii .ja-zinfp-normal .ja-zincontent img {
	float: right;
	margin: 5px 0 5px 10px !important;
}

.telineii .ja-zinfp-normal .ja-zincontent {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ddd;
}

