.art_category {
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
}
.art_category h3 {
	font-size: 14px;
	text-align: left;
}
.art_category > div {
	overflow: auto;
	margin-left: 20px;
}
.art_category .name a {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
.articles-info {
	overflow: hidden;
	margin-bottom: 20px;
}
.articles-info .image {
	float: left;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #E7E7E7;
}
.articles-info ul { 
	list-style-position: inside;
}
.articles-info p {
	margin-left: 0px;!important
}
.articles-list {
	padding-top: 20px;
}
.articles-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.articles-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.articles-list .image {
	float: left;
	margin-right: 10px;
}
.articles-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.articles-list .name {
	margin-bottom: 5px;
}
.articles-list .name a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.articles-list .name a:hover {
	color: #D44040;
	text-decoration: none;
}
.articles-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #333;
}
.articles-list .art-readmore {
	float: right; 
	margin-right: 20px
}
#articles .box-articles > ul > li ul {
	display: inline;
	margin-left:20px;
	list-style-type:none;
}

#articles .box-articles ul {
	list-style-type:none;
	margin-left: 0;
}

#articles .box-articles > ul > li a, #articles .box-articles > ul > li ul > li a {
	line-height: 12px; 
	color: #333; 
	font-size: 14px !important; 
	font-family: Verdana; 
	font-weight: bold; 
	padding-left: 0px; 
	text-decoration: none;
}

#articles .box-articles > ul > li a:hover {
	color: #444; 
	text-decoration: underline;
}

#articles .box-articles > ul > li ul > li a {
	font-weight: normal; 
	font-size: 13px !important; 
}

#articles .box-articles > ul > li a > span {
	display: inline-block;
	width: 9px; 
	font-weight: normal;
}

#articles .box-articles > ul > li ul > li a > span {
	display: inline-block;
	width: 15px; 
	font-weight: normal;
}

.latest-articles {
	overflow: hidden;
}

.latest-articles div{
	position: relative;
	text-align: center;
}

.latest-articles .article-caption-show {
	font-size: 11px;
	overflow: hidden;
}

.latest-articles .article-caption {
	position: absolute;
	display: none;
	text-align: left;
	font-size: 11px;
	overflow: hidden;
}

.latest-articles > div:hover .article-caption {
	display: block;
	top: 0px;
}

.latest-articles > div:hover .image {
 	visibility: hidden;
}

ul.articles_inline li {
	display: inline-block;
	margin-left: 20px;
}

ul.articles_column li > ul > li a:before {
	content: '-\00a0\00a0';
	color: #555;
}

ul.articles_inline li a:before {
	content: '\2022\00a0\00a0';
	color: #555;
	font-size: 12px;
}

ul.articles_inline li > ul > li a {
	color: #333333;
	font-weight: normal;
}

ul.articles_inline > li a.active, ul.articles_inline li > ul > li a.active {
	font-weight: normal;
}

/* paging */
ul.paging {
	list-style: none;
	padding-left: 0;
}

ul.simplePagerNav {
	padding: 10px 0px 30px;
}

ul.simplePagerNav li {
	display: block;
	float: left;
	padding: 5px;
	margin-bottom: 10px;
	font-family: Arial, Tahoma;
	border: 1px solid #E6AF0B;
}

ul.simplePagerNav li a {
	color: #333;
	font-size: 13px;
	text-decoration: none;
	padding: 5px;
}

li.currentPage {
        background: #E6AF0B;
	border: 1px solid #E6AF0B !important;
}

ul.simplePagerNav li.currentPage a {
	color: #fff;	
	padding: 5px;
}