#categories {
	width: 770px;
	margin: 22px -6px 22px 0;
}
* html #categories {height: 1%;}
#categories:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
#categories .column {
	float: left;
	width: 175px;
	margin-right: 7px;
}



#categories li {
	list-style: none;
	padding: 0 0 12px;
}
#categories div {
  font-size: 17px;
  background: url(i/folder.gif) 0 3px no-repeat;
	padding: 0 0 5px 32px;
}
#categories div a {

}
#categories li ul {
  background: url(i/child.gif) 7px 3px no-repeat;
	padding: 0 0 0 32px;
}
#categories li li {
	padding: 0;
	display: inline;
  font-size: 12px;
	color: #404040;
}
#categories li li a {
	color: #6A6AFF;
}
#categories li li a:hover {
	color: #404040;
}








.child-categories {
  font-size: 13px;
	margin: 0 0 25px;
	padding: 0 0 23px;

}
.child-categories ul {
	width: 100%;
	overflow: hidden;
}
.child-categories li {
	float: left;
	width: 40%;
	list-style: none;
  background: url(i/icons.gif) 0 -35px no-repeat;
	padding: 0 0 0 19px;
}




#getArticleSource {
	text-decoration: none;
	border-bottom: 1px dashed;
	font-weight: bold;
}
#getArticleCode label {
	display: block;
	padding: 0 0 3px;
  font-weight: bold;
	position: relative;
}
#getArticleCode input,
#getArticleCode textarea {
  border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
	padding: 5px 6px 6px;
  margin: 0 0 18px;
  font: 13px Arial, Tahoma, sans-serif;
	color: #777;
	width: 97%;
}
#getArticleCode input:focus,
#getArticleCode textarea:focus {
  border: 1px solid #999;
	color: #000;
}
