/* #################### DEFAULT CATEGORY TEMPLATE #################### */
.wpfilebase-cat-default {
	width: 420px;
	margin: 10px auto 25px auto;
	text-align: left;

}

.wpfilebase-cat-default h3 {
	font-size: 16px;
	color: #17466D;
}

.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: 0 0 3px 7px;
}
/* #################### DEFAULT CATEGORY TEMPLATE END #################### */
/* #################### DEFAULT FILE TEMPLATE #################### */
.wpfilebase-file-default {
	width:100%;
	padding: 6px 0 16px 0;
	margin: 0 auto 12px auto;	
	color: #333;
	text-align: left;	
	line-height: normal;
	border: 1px solid #e4e4e4;
	float:left;
	max-height: 250px;

	cursor:pointer;
	background: #fff;
	box-shadow: 0px 0px 2px #ccc;
}

	


.wpfilebase-file-default .filetitle {
	float: left;
	padding-left: 0px;
        margin: 12px 70px 0px 12px;
	font-size: 20px;
	height: 20px;
	color: #444;          
                                                    /*CÍM TÖRÉS*/
}

.wpfilebase-file-default .filetitle a {
	font-size: 18px;
	text-decoration: none;
	line-height: 13px;
	margin:0px 0px 6px 0px;
  
	
}
.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: 8px;
	 margin: 0 8px 0 auto;
        height: 60px;
	padding-right: 40px;
	padding-top: 3px;

	background-image: url('images/down-gray.png'); /* change this to ... down-gray.png ... for gray arrow */
	
	background-repeat: no-repeat;
	background-position: top right;
}                                                                                                                                                                                                             /*NYÍL MELLETI SZÖVEG*/

.wpfilebase-file-default .details {
	clear: both;
	font-size: 12px;
	padding: 0 36px 0 6px;
	margin: 8px 0 0 0;
	/*overflow: hidden;*/
}
                                                                                                                                                                                                         /* SZERZŐK NEVE*/
.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;
	display: block;
	
}

.wpfilebase-fileicon { 
float: left;
z-index: -2; }

.wpfilebase-fileicon img {
	margin: 0px 0 0px 0px;
	padding: 0px;


.wpfilebase-file-default .details table tr { border-top: 1px solid #bbb; }

/* #################### DEFAULT FILE TEMPLATE END #################### */
