/**
 * ------------------------------------------------------------------------
 * JA Bulletin Module for J25 & J30
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */
#ja-bulletin {
	position: relative;
}

#ja-bulletin ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#ja-bulletin ul li {
    margin: 0;
    border-bottom: 1px solid #E6E6E6;
    background: none;
    position: relative;
    width: 100%;
    line-height: normal;
    float: left;
    width: 100%;
    background: #EEE;
    padding: 10px;
	margin-bottom: 5px;
}
#ja-bulletin ul li:hover {
    background: #F8F8F8;
}

#ja-bulletin ul img {
    position: absolute;
    left: 5px;
    top: 5px;
}

#ja-bulletin ul div {
	line-height: 1.2;
	display: block;
}

#ja-bulletin ul span {
	font-size: 85%;
	color: #999999;
}