@CHARSET "UTF-8";
@IMPORT url("forms/articles.css");
.text .artlist{
	padding: 20px;
}
.artlist .catimg{
	float: left;
	width: 150px;
	border: 1px solid #ccc;
	padding: 1px;
	margin-right: 10px;
}
.artlist .catimg img{
	display: block;
}
.artlist .artblock{
	float: left;
	width: 700px;
}
.artlist .artblock p{
	padding: 5px 0 0 10px;
}
.artlist li{
	margin-bottom: 15px;
}
.artlist li a{
	text-decoration: none;
}
.artlist li a:hover{
	text-decoration: underline;
}
.artlist li big{
	font-size: 14px;
	font-weight: bold;
}
.artlist li big a{
	color: #1a1a1a;
	text-decoration: underline;
}
.artlist li big a:hover{
	text-decoration: none;
}
.artlist li big a strong{
	color: #901414;
}
.artlist .artblock p a{
	font-size: 13px;
	line-height: 16px;
}
.articles .center{
	margin-right: 2px;
	width: 744px;
}
.articles h1{
	background-image: url("/i/article-icon.gif");
	background-repeat: no-repeat;
	background-position: 16px 5px;
	text-align: left;
	padding-left: 50px;
}
.articles h1:first-letter{
	text-transform: uppercase;
}
.apad{
	padding: 7px 0 20px 0;
	min-height: 350px;
}
.alist{
	padding: 0 6px;
}
.alist li{
	padding: 8px;
	margin-bottom: 1px;
	height: 96px;
	width: 341px;
	line-height: 13px;
	float: left;
	margin-right: 1px;
	overflow: hidden;
}
.alist li:hover{
	background-color: #e5e5e5;
	cursor: default;
}
.alist li a{
	font-size: 15px;
	line-height: 18px;
}
.alist .catimg{
	display: block;
	width: 90px;
	border: 1px solid #ccc;
	padding: 2px;
	float: left;
	margin-right: 10px;
	background: #fff;
}
.alist .catimg img, .articles .aimage img{
	display: block;
	overflow: hidden;
}
.alist li p{
	padding-top: 5px;
	margin: 0;
}
.articles .aimage{
	display: block;
	border: 1px solid #ccc;
	padding: 2px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	background: #fff;
}
.siblings{
	padding: 10px;
	background: url("/i/siblings.gif") no-repeat 10px 8px #5EB884;
	border: 1px solid #28784A;
	margin-bottom: 2px;
	font-size: 13px;
	line-height: 14px;
}
.siblings h2{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding-left: 27px;
	
}
.siblings ul{
	list-style: none;
}
.siblings li{
	margin-bottom: 8px;
	background: url("/i/whitearr.gif") no-repeat 0 3px;
	padding-left: 15px;
}
.siblings a{
	color: #fff;
}
.articles .scrumbs{
	padding: 20px;
	margin: 0;
	font-size: 15px;
	color: #1a1a1a;
	display: none;
	line-height: 18px;
}
.articles p.scrumbs span:first-letter{
	text-transform: uppercase;
}
.cnav a.all{
	width: 100px;
}
