
.wpfilebase-attachment {
	border-bottom: 1px solid #DDD; /* border: 1px solid #666 */
	color: #333;
	padding: 4px;
	margin: 10px 10px 10px 40px;
	text-align: left;
	/*background-color: #ddd;*/
	/*background-image: url('images/down.png');
	background-repeat: no-repeat;
	background-position: top right;*/
	vertical-align: middle;
	/*width: 100%; /* 520px */
	line-height: normal;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wpfilebase-attachment-cat {
	background-image: none;
	font-family: Helvetica,Arial;

}

.wpfilebase-attachment-cat .wpfilebase-fileicon img{
	height:64px;
}

.wpfilebase-attachment-cat .wpfilebase-rightcol .wpfilebase-filetitle  { 
	font-size: 12px; 
	padding: 7px 0px 0px 0px;
	margin: 15px 0px 0px 5px;
	
}

.wpfilebase-attachment-cat .wpfilebase-rightcol .wpfilebase-filetitle a { 
	font-size: 20px; 
	font-weight: bold;
	color: #333;
	
}

.wpfilebase-fileicon { float: left; }

.wpfilebase-fileicon img {
	margin: 2px 0 2px 2px;
	padding: 2px;
	/*background-color: #FFF;*/
	/*border: 1px solid #999;*/
	height:32px;
}


.wpfilebase-attachment .wpfilebase-rightcol { 
	float: left; 
	width: 420px;
}

.wpfilebase-filetitle {
	float: left;
	font-size: 10px;
	margin: 0 0 4px 8px;
	/*height: 40px;*/
}

.wpfilebase-filetitle a { 
	font-size: 16px; 
	color: #3A5C83;
}

.wpfilebase-filetitle a.wpfilebase-postlink { 
	font-size: 10px;
	color: #3A5C83;	
}

.wpfilebase-fileinfo {
	float: right;
	text-align: right;
	font-size: 10px;
	margin: 0 3px 0 auto;
}

.wpfilebase-fileinfo a{
	color: #3A5C83;
}

.wpfilebase-filedetails {
	clear: both;
	font-size: 12px;
	width: 100%; /* 300px */
	margin: 0 -50px 0 0;
	padding: 0;
}

.wpfilebase-filedetails table, .wpfilebase-filedetails table tr, .wpfilebase-filedetails table tr th, .wpfilebase-filedetails table tr td {
	border: none;
	border-collapse: collapse;
}

.wpfilebase-filedetails table {
	width: 100%;
	margin: 0 0 4px 8px;
}

.wpfilebase-filedetails td {
	padding: 0 0 6px 4px;
}

.wpfilebase-filedetails table th {
	vertical-align: top;
	font-size: 10px;
}

.wpfilebase-catselect {
	width: 100%;
}

#wpfb-credits {
	margin: 0 auto 2px auto;
	text-align: center;
}

