/* #################### DEFAULT FILE TEMPLATE #################### */
.wpfilebase-file-default {
	width: 360px;
	padding: 5px 5px 0 5px;	
	text-align: left;	
	line-height: normal;
	float: right;
	cursor: pointer;
	box-shadow: 1px 1px 1px #CCC;	
	/*background: #EEE; */
       border: 1px solid #352828;
 	margin: 0 0 15px 15px;
	background: #e8de9a;
	/* gradient */
	background: -moz-linear-gradient(top, #e8de9a%, #e3d46c%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8de9a), color-stop(100%,#e3d46c));
	background: -webkit-linear-gradient(top, #e8de9a%,#e3d46c 100%);
	background: -o-linear-gradient(top, #e8de9a%,#e3d46c 100%);
	background: -ms-linear-gradient(top, #e8de9a%,#e3d46c 100%);
	background: linear-gradient(to bottom, #e8de9a%,#dedccb100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8de9a', endColorstr='#e3d46c',GradientType=0 );
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.wpfilebase-file-default .icon { 
margin: 0 20px 20px 0;
float: left;
display: inline;
}

.wpfilebase-file-default .icon img {
	margin: 2px;
	padding: 2px;
	height: auto;95px
        
}

.wpfilebase-file-default .filetitle {
	font-size: 12px;	
	height: auto;
	display: inline;
	width: 110px;
	display: inline;

}

.wpfilebase-file-default .filetitle a {
	font-size: 14px;
	text-decoration: none;
	line-height: 21px;
	text-shadow: 1px 1px 1px #969696;
margin-bottom: 15px;
color: #493902;
font-weight: bold;
}

.wpfilebase-file-default .filetitle a.postlink, .wpfilebase-file-default .info a {
	text-decoration: none;
	padding: 1px 4px 1px 4px;
	background-color: #352828;
	border-radius: 3px;
	text-shadow: none;
}

.wpfilebase-file-default .filetitle a.postlink {
	margin-left: 4px;
	font-size: 12px;
	text-shadow: 0px 1px 1px #333;
	vertical-align: bottom;
	background-color: #ccc;
}

div.info{
}

.wpfilebase-file-default .info a {
	text-transform: uppercase;
	line-height: 18px;
	/*text-shadow: 0px 1px 1px #ddd; */
color: #fff;
clear: both;
}

div.info a{
	clear: both;
}
.wpfilebase-file-default .wpfb_info {
	float: right;
       width: 340px;
	font-size: 12px;
	margin: 0px 8px 0 auto;
	height: 67px;
	background-image: url('/wp-content/plugins/wp-filebase/images/dl_orange.png'); /* change this to ... down-gray.png ... for gray arrow */
	background-repeat: no-repeat;
	background-position: top right;
}

.wpfilebase-file-default .details {

	font-size: 12px;
	padding: 8px 18px 0 18px;
	
}

.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 #################### */


/* #################### OLD DEFAULT FILE TEMPLATE #################### */

.wpfilebase-attachment {
	border: 2px solid #666;
	color: #333;
	padding: 4px;
	margin: 10px;
	text-align: left;
	background-color: #ddd;
	background-image: url('/wp-content/plugins/wp-filebase/images/down.png');
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: middle;
	width: 420px;
	line-height: normal;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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: 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;
}

/* #################### OLD DEFAULT FILE TEMPLATE END #################### */


/* #################### MISC #################### */
.wpfilebase-catselect {	width: 100%; }

#wpfb-credits {
	margin: 0 auto 2px auto;
	text-align: center;
}

/* DOWNLOAD BUTTON */
.wpfb-dlbtn div { width:250px; height:40px; margin:0; padding:0; background:transparent url('/wp-content/plugins/wp-filebase/images/dl_btn.png') no-repeat top center;}

.wpfb-dlbtn div:hover { background-image: url('/wp-content/plugins/wp-filebase/images/dl_btn_hover.png'); }

div.wpfb_icon{
	width:  60px;
	float: left;
       position: relative;
}

div.wpfb_filetitle{
	float: right;
        font-size: 12px;
       width: 295px;
       word-break: break-all;
       position: relative;
}
div.wpfb_dl_text{	
width: 125px;	
float: right;	
margin-left: 150px;	
height: 35px;	
background: url('/wp-content/plugins/wp-filebase/images/dl_orange.png') top left no-repeat;
}

img.wpfb_tn{
	max-width: 45px;
}