/*
 * ------------------------------------------------------------------------
 * JA Anion template for Joomla 3.x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 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.
 * ------------------------------------------------------------------------
*/
div.ja-bullettin {
	position: relative;
}

ul.ja-bullettin {
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.ja-bullettin li {
	margin: 0;
	position: relative;
	line-height: normal;
	background: url("../images/border-4.gif") repeat-x scroll left top;
	border-bottom: none;
	padding: 10px 0px 20px;
	width: auto;
}

ul.ja-bullettin img {
	position: absolute;
	left: 0;
	top: 8px;
	border: 1px solid #000;
	top: 10px;
}

ul.ja-bullettin div {
	line-height: 1.2;
	display: block;
}

ul.ja-bullettin span {
	font-size: 85%;
	color: #555;
}

a.mostread { display: block; margin-bottom: 5px;  }