.article-content ul li{
	list-style-type:none !important;
}
.article-content ul{
	padding:0px !important;
}
.pagelet-posts li {
    border-bottom: 1px dotted #ccc;
    float: left;
    font-size: 15px;
    list-style: none !important;
    margin: 6px 0;
    padding: 0 0 1px;
    width: 95%;
}
.pagelet-posts li p {
    margin: 8px 0;
	font:normal 13px/19px Arial,Helvetica,sans-serif;
	color:#323232;
}
.post-image {
    float: left;
    margin: 0 25px 0 0;
    width: 150px;
}
.post-image img {
    border: 1px solid #ccc;
    box-shadow: 0 0 2px #ccc;
    padding: 6px;
    width: 96%;
}
.pagelet-posts li h3 a {
    color: #5f1635;
	pointer-events: none;
}
.pagelet-posts h3 a:hover, .pagelet-posts li .read-more a:hover {
    color: #00aeef;
}
.pagelet-posts li .read-more{
    margin: 0 0 10px;
    padding: 0 25px 22px 0;
	text-align:right;
	margin:0;
}
.pagelet-posts li .read-more a{
	float:right;
	border-radius: 3px;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 5px;
	border: 1px solid #666;
	background: #e9e9e9;
}
.pagelet-pagination {
    float: right;
    margin: 15px 0 0;
}
.pagelet-pagination, .pagelet-pagination a {
    color: #1e8cbe;
}
.pagelet-pagination a:hover {
    color: #0099cc;
    text-decoration: underline;
}
.pagelet-categories {
    border: 1px solid #ccc;
    clear: both;
    float: left;
    width: 100%;
}
.pagelet-categories h3 {
    background: #06f none repeat scroll 0 0;
    color: #ffffff;
    padding: 4px;
}
.pagelet-categories li a {
    background: #eaeaea none repeat scroll 0 0;
    color: #000000;
    display: block;
    padding: 4px;
}
.pagelet-categories li a:hover {
    color: #204e81;
}
p.error-message {
    color: #ff0000;
}
.pagelet-categories p.error-message {
    margin: 4px;
}
