/* Pagelet Page styles */
.article-content ul li{
	list-style-type:none !important;
}
.article-content ul{
	padding:0px !important;
}
.post-meta-entry {
    padding-bottom: 12px !important;
}
.pagelet-posts li{
	float: left;
	font-size: 15px;
	padding:0 0 5px;
	margin: 6px 0;
	width: 100%;
	border-bottom:1px dotted #ccc;
}
.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 {
	font: normal 18px Arial,Helvetica,sans-serif;
}
.pagelet-posts li h3 a {
	color: #0066ff;
}
.pagelet-posts h3 a:hover {
	color: #0066ff;
}
.pagelet-posts li .read-more a:hover{
	 background: #ccc ;
	 color: #000;
}
.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 {
	text-decoration: underline;
	color: #0099cc;
}
.pagelet-categories{
	float:left;
	width:100%;
	clear:both;
	border:1px solid #ccc;
}
.pagelet-categories h3{
	background:#06F;
	color:#ffffff;
	padding:4px;
}
.pagelet-categories li a{
	display:block;
	padding:4px;
	background:#eaeaea;
	color:#000000;
}
.pagelet-categories li a:hover{
	color:#204e81;
}
p.error-message{
	color:#ff0000;
}
.pagelet-categories p.error-message{
	margin:4px;
}
/* Pagelet Page styles ends */