.wpfilebase-attachment {
	border: 2px solid #3571ae;  /*666*/
	color: #333;
	padding: 4px;
	margin: 10px;
	text-align: left;
	background-color: #e4eef9;  /*ddd*/
	/*background-image: url('images/down.png');
	background-repeat: no-repeat;
	background-position: top right;    changed 11-26-2013 DK */
	vertical-align: middle;
	width: 420px;
	line-height: normal;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.wpfilebase-attachment-cat {
	background-image: none;
}

.wpfilebase-fileicon { float: left; }

.wpfilebase-fileicon img {
	margin: 2px 0 2px 2px;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #999;
}

.wpfilebase-attachment .wpfilebase-rightcol { float: left; }

.wpfilebase-filetitle {
	float: left;
	font-size: 10px;
	margin: 0 0 4px 8px;
	height: 40px;
}

.wpfilebase-filetitle a { font-size: 16px; }

.wpfilebase-filetitle a.wpfilebase-postlink { font-size: 10px; }

.wpfilebase-fileinfo {
	float: right;
	text-align: left;
	font-size: 10px;
	margin: 52px 3px 0 auto;  /* 0 3px 0 auto   */
}

.wpfilebase-filedetails {
	clear: both;
	font-size: 12px;
	width: 250px;
	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%;
}

.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;
}

/*  - - - - - - - -  Smartphones (portrait and landscape)  - - - - - - -  */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px) {.wpfilebase-file-default {	width: 90%;}
.wpfilebase-attachment {width: 90%;}
.wpfilebase-filetitle a { font-size: 22px; }
.wpfilebase-filetitle {	font-size: 20px;
	height: 60px;}
}
