/*------------------------------------------------------------------------
# JA Cooper 1.0 - Aug, 2008
# ------------------------------------------------------------------------
# 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
-------------------------------------------------------------------------*/

ul.ja-bullettin {
	margin: 0;
	padding: 0;
	width: 100%;
}

ul.ja-bullettin li {
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #3F3F3F;
	background: none;
	position: relative;
	width: 100%;
	line-height: normal;
	display: block;
}

ul.ja-bullettin li a {
	color: #DDDDDD;
}

ul.ja-bullettin li a:hover,
ul.ja-bullettin li a:focus,
ul.ja-bullettin li a:active {
	color: #FFFFFF !important;
}

ul.ja-bullettin img {
	position: absolute;
	left: 0;
	top: 8px;
}

ul.ja-bullettin div {
	line-height: 1.2;
	display: block;
}

ul.ja-bullettin span {
	font-size: 85%;
	color: #666666;
	display: block;
	margin-top: 5px;
}
