/*------------------------------------------------------------------------
# JA Avian II  for Joomla 1.5 - Version 1.5 - Licence Owner JA102393
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 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-newsblock {
	margin: 0;
	display: block;
	padding: 8px 0;
}

.ja-newsitem,
.ja-newsitem-left,
.ja-newsitem-right,
.ja-newsitem-center {
	float: left;
	padding: 0;
	text-align: center;
}

.ja-newsitem-left,
.ja-newsitem-center {
	background: url(v-seperator.gif) repeat-y top right;
}

.ja-newsitem-left div.ja-newsitem-inner,
.ja-newsitem-center div.ja-newsitem-inner,
.ja-newsitem-right div.ja-newsitem-inner,
.ja-newsitem div.ja-newsitem-inner {
	text-align: left;
	float: left;
}

.ja-newsitem-center div.ja-newsitem-inner {
	float: none;
	margin: 0 auto;
}

.ja-newsitem-right div.ja-newsitem-inner {
	float: right;
}

.ja-newscat {
	color: #333333;
	display: block;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	margin: 0 0 10px;
	position: relative;
	background: url(ci-right.gif) no-repeat top right;
	text-transform: uppercase;
	height: 32px;
	line-height: 32px;
}

.ja-newscat:hover, .ja-newscat:active, .ja-newscat:focus {
	text-decoration: none;
	outline: none;
}

.ja-newscat span {
	display: block;
	font-weight: bold;
	padding: 0 5px 0 30px;
	background: url(ci-left.gif) no-repeat top left;
	color: #403C3A;
	height: 32px;
	line-height: 34px;
}

.ja-newstitle {
	display: block;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 2px; 
}

.ja-newscontent {
	padding: 0;
}

.ja-newscontent img {
	margin: 5px 10px 10px 0;
	padding: 0;
}

.ja-newscontent p {
	margin: 5px 0;
}