/**
 * Joomla! 1.5 component Simple Lists
 *
 * @author Yireo
 * @copyright Copyright (C) 2008 Yireo
 * @license GNU/GPL
 * @link https://www.yireo.com/
 */

/* begin com_simplelists: table layout */
table.simplelists {
    width: 100%;
    padding-bottom: 50px ;
}

table.simplelists th {
}

table.simplelists td {
	margin: 6px 0;  border-bottom:1px dotted #999999; 
}
td.simplelists-item-left{padding: 4px 0 10px;}
td.simplelists-item-right {padding: 6px 12px;}
table.simplelists td img {
    margin-top: 6px ;
    border: 0 ;
}
#maincol table.simplelists td h3 {
    background: none !important;
    color: #FF9933!important;
    font-size: 1.3em !important;
    font-weight: bolder !important;
    margin: 4px 0 10px ;
    padding: 2px 0 2px 2px;
	}
a.totop img {
    border: 0;
}

/* end com_simplelists */

