/* #################### DEFAULT FILE TEMPLATE #################### */
.wpfilebase-file-default {
	width: 650px;
	padding: 5px;
	border: 1px solid #ccc;
	
	text-align: left;	
	line-height: normal;
	
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	cursor:pointer;
}

.icon {
	display:none;
}


.wpfilebase-file-default .filetitle {
	float: left;
	font-size: 10px;
	margin: 0 0 4px 8px;
	height: 40px;
}

.wpfilebase-file-default .filetitle a {
	font-size: 18px;
	text-decoration: none;
	line-height: 29px;
	text-shadow: 1px 1px 1px white;
}

.wpfilebase-file-default .filetitle a.postlink, .wpfilebase-file-default .info a {
	text-decoration: none;
	padding: 1px 4px 1px 4px;
	background-color: #bbb;
	border-radius: 3px;
	text-shadow: none;
}

.wpfilebase-file-default .filetitle a.postlink {
	margin-left: 4px;
	font-size: 10px;
	text-shadow: 0px 1px 1px #eee;
	vertical-align: bottom;
	background-color: #ccc;
}

.wpfilebase-file-default .info a {
	text-transform: uppercase;
	line-height: 18px;
	text-shadow: 0px 1px 1px #ddd;
}

.wpfilebase-file-default .info {
	float: right;
	text-align: right;
	font-size: 10px;
	margin: 12px 8px 0 auto;

	height: 50px;
	padding-right: 60px;
	padding-top: 3px;

	background-image: url('http://www.transetvih.net/wp-content/plugins/wp-filebase/images/PDF-Icon.png'); /* change this to ... down-gray.png ... for gray arrow */
	background-repeat: no-repeat;
	background-position: top right;
}

.wpfilebase-file-default .details {
	clear: both;
	font-size: 12px;
	padding: 8px 18px 0 18px;
	overflow: hidden;
}

.wpfilebase-file-default .details table, .wpfilebase-file-default .details table tr, .wpfilebase-file-default .details table tr th, .wpfilebase-file-default .details table tr td {
	border: none;
	border-collapse: collapse;
	background: none;
}

.wpfilebase-file-default .details table {
	width: 100%;
	margin: 20px 0 0 0;
}

.wpfilebase-file-default .details table tr { border-top: 1px solid #bbb; }

/* #################### DEFAULT FILE TEMPLATE END #################### */


/* #################### DEFAULT CATEGORY TEMPLATE #################### */
.wpfilebase-cat-default {
	width: 420px;
	margin: 10px auto 25px auto;
	text-align: left;
}

.wpfilebase-cat-default h3 {
	font-size: 18px;
}

.wpfilebase-cat-default h3 img {
	margin-left: -45px;
}

.wpfilebase-cat-default h3 a {
	margin-left: 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px white;
}

.wpfilebase-cat-default h3 span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 7px;
}
/* #################### DEFAULT CATEGORY TEMPLATE END #################### */


/* #################### MISC #################### */
.wpfilebase-catselect {	width: 100%; }

#wpfb-credits {
	margin: 0 auto 2px auto;
	text-align: center;
}
