.page_artlist_item_3 {
	padding-top:10px;
	text-align:left;
	width:100%;
	height:115px;
	font-size:0;
	padding-bottom:10px;
	margin-bottom:16px;
	border-bottom:1px solid #c0c0c0;
}

/*** TITLE TABLE ***/

#artlist_table_header {
	width:100%;
	height:40px;
	background-color:#ebebeb;
	margin:0 0 10px 0;
}

#artlist_table_header p {
	line-height:40px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
}

#artlist_table_header_title_1, #artlist_table_header_title_2, #artlist_table_header_title_3, #artlist_table_header_title_4 {
	float:left;	
	margin-right: 1%;
}
#artlist_table_header_title_4 {
	 margin: 0;
}

#artlist_table_header_title_1 {
	width:18%;
	margin-left: 1%;
}

#artlist_table_header_title_2 {
	width:43%;
}

#artlist_table_header_title_3 {
	width:20%;
}

#artlist_table_header_title_4 {
	width:15%;
	margin-right:0;
}

/*** LIST ITEM ***/

#page_artlist3_datum {
	float:left;
	margin-right:1%;
	width:18%;
	height:115px;
	margin-left:1%;
}

#page_artlist3_datum div {
	color:#0384ce;
	font-size:14px;
	font-weight:500;
	letter-spacing:-0.5px;
	line-height: 25px;
}

.page_artlist_name_3 {
	float:left;
	width:43%;
	text-align:left;
	margin-right: 1%;
	height:115px;
}

.page_artlist_name_3 a.text_normal {
	font-size:18px;	
	transition:all 0.5s ease;
}

.page_artlist_name_3 a.text_normal:hover {
	color:#0384ce;	
}

#page_artlist3_tartalom div {
	font-size:14px;
	font-weight:500;	
}

#page_artlist3_megjegyzes div {
	font-size:12px;
	font-weight:400;
	line-height:12px;
	padding-top:3px;	
}

#page_artlist3_kredit div {
	font-size:13px;
	font-weight:400;
	color:#ec6b00;
	line-height:13px;
	padding-top:12px;	
}

#page_artlist3_eloado {
	float:left;
	width:20%;
	margin-right:1%;
	height:115px;
}

#page_artlist3_eloado div {
	font-size:14px;
	font-weight:500;	
}

#page_artlist3_details {
	float:left;
	width:15%;
	height:115px;
}

#page_artlist3_details a {
	display:block;
	width:100%;
	height:32px;
	color:#fff;
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
	background:url('../image/arrow_right_md_white.png') no-repeat right 10px center #0384ce;
	transition:all 0.5s ease;
	line-height:32px;
	padding-left:20px;
	box-sizing: border-box;
}

#page_artlist3_details a:hover {
	background-color:#3156a3;	
}

.page_artlist_name_inside_3 a.text_normal {
	line-height:20px;
} 