/*composant bp code snippets*/
div#code_snippets_headerbar{
	/*float:left;*/
	clear: left;
	overflow: hidden;
	margin: 15px -19px 20px -19px;
	border-bottom: 1px solid #eaeaea;
}
div#code_snippets_headerbar form{
	padding-left:10px;
	padding-bottom:15px;
	margin-top:0px;
}
div#sub_search_snippets{
	float:left;
	margin-right:10px;
}
div#sub_browse_cat{
	padding-top:5px;
}
div#sub_browse_cat ul li{
	display:block;
	float: left;
	margin: 5px 0 0 5px;
	padding-right:10px;
}
div#sub_browse_cat ul li a {
	text-decoration: none;
}
div#sub_browse_cat ul li.current a {
	background-color: #fff;
	color: #555;
	font-weight: bold;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}
div#snippet_list{
	/*float:left;
	width:600px;
	margin-left:10px;
	border-top:solid 1px #eaeaea;*/
}
small{
	font-size:10px;
	color:#666;
	font-weight:normal;
}
div.bp-cs-pagination {
	margin: -15px -20px 9px -20px;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 20px 10px 20px;
	color: #888;
	font-size: 11px;
	height: 16px;
}
div.bp-cs-pagination .pagination-links-cs {
	float: right;
}
div.bp-cs-pagination .pagination-links-cs span,
div.bp-cs-pagination .pagination-links-cs a {
	font-size: 12px;
	padding: 0 5px;
}
div.bp-cs-pagination .pagination-links-cs a:hover {
	font-weight: bold;
}
div.item-cs .avatar-cs-author{
	float:left;
	padding:5px;
	width:110px;
	height:110px;
}
div#single-cs-header .avatar-cs-author{
	float:left;
	padding:5px;
	width:74px;
	height:74px;
}
div.item-cs-desc{
	min-height:120px;
	border-bottom:solid 1px #DDD;
	margin-bottom:10px;
}
div#single-cs-header{
	min-height:80px;
	border-bottom:solid 1px #DDD;
	margin-bottom:10px;
}
div#single-cs-header h2{
	padding-top:10px;
}
.code_in_content{
	/*width:600px;*/
}
div#cs-comment-list{
	border-top:solid 1px #DDD;
	padding-top:10px;
	padding-bottom:10px;
}
div.snippet-comment .avatar-cs-author{
	float:left;
	padding:5px;
	width:42px;
	height:42px;
}
div.snippet-comment{
	border:solid 1px #DDD;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	margin-top:10px;
	margin-bottom:10px;
	background:rgba(255,255,255,0.5);
	min-height:60px;
}
div.cs-comment-meta{
	padding:10px;
	height:32px;
}
div.cs-comment-content{
	clear:left;
	margin-left:37px;
	padding:5px;
	padding-top:0px;
}
span.edit-cs a{
	font-size:12px;
}
span.cs-comment-num{
	clear:left;
	font-size:10px;
	line-height:18px;
	text-align:center;
	display:block;
	margin-left:10px;
	height:20px;
	width:20px;
	background:url('../images/comment.gif') no-repeat;
}
span.cs-comment-num a{
	text-decoration:none;
	color:#000;
}
div.snippets-dir-search {
	float: right;
	margin: -37px 0 0 0;
}
div.snippets-dir-search input[type=text], select.snippets-group {
	padding: 4px;
	font-size: 12px;
	border: 1px inset #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
	font: inherit;
	color: #888;
}
select.snippets-group{
	padding:2px;
}
div.imath select{
	line-height:0px;
}