/*
 * written by Rivendel Kft.
 * http://www.rivendel.hu
 */
/*---------------REFERENCES----------------*/
div#references {
	margin: 0 auto;
	width: 990px;
	height: 204px;
	background: #ffffff url(../images/references_bcg.gif) bottom center no-repeat;
	position: relative;
}
div#ref_items {
	position: relative;
	width: 972px;
	height: 200px;
	margin-left: 9px;
	overflow: hidden;
}
div#references ul {
	width: 1325px;
	display: block;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
div#references ul li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 312px;
	float: left;
	height: 200px;
	padding: 0px 18px 0px 0px;
}

div#references ul li ul.desc {
	display: none;
	padding: 0;
	margin: 0;
	position: absolute;
	background-color: black;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8; 
	opacity: 0.8;
	width: 312px;
}
div#references ul li ul.desc li{
	display: block;
	padding: 10px;
	margin: 0px;
	height: 80px;
	width: 292px;
	font-size: 12px;
	color: white;
}
div#references ul li a.ref_open {
	display: none;
	position: absolute;
	top: 80px;
	padding: 0;
	margin: 0 0 0 141px;
	z-index: 20;
	width: 30px;
	height: 30px;
	background: transparent url(../images/ref_icons.gif) 0px 0px no-repeat;
}
div#references ul li a.url {
	background: transparent url(../images/ref_icons.gif) top right no-repeat;
}
div#references ul li a.url:hover {
	background: transparent url(../images/ref_icons.gif) bottom right no-repeat;
}
div#references ul li a.img {
	background: transparent url(../images/ref_icons.gif) top left no-repeat;
}
div#references ul li a.img:hover {
	background: transparent url(../images/ref_icons.gif) bottom left no-repeat;
}


span.ref_label {
	display: block;
	float: left;
	font-weight: bold;
	width: 30%;
}
span.ref_type, span.ref_url, span.ref_desc, span.ref_client {
	font-weight: normal;
	display: block;
}


div#references ul li:hover ul.desc {
	display: block;
}

div#references ul li:hover a.ref_open {
	display: block;
}

div#references img {
	position: absolute;
	display: block;
	width: 308px;
	height: 196px;
	border: #d3d3d3 1px solid;
	padding: 1px;
	margin: 0px;
}
div#ref_pager {
	display: none;
	}
	.ref_prev {
		display: block;
		position: absolute;
		top: 92px;
		left: 9px;
		width: 96px;
		height: 67px;
		background: transparent url(../images/prev_btn.gif) bottom left no-repeat;
		z-index: 10;
	}
	.ref_next {
		display: block;
		position: absolute;
		float: right;
		top: 92px;
		left: 885px;
		z-index: 10;
		width: 96px;
		height: 67px;
		background: transparent url(../images/next_btn.gif) bottom right no-repeat;
	}
	div#ref_filter {
		display: block;
		position: absolute;
		top: 180px;
		left: 425px;
		width: 140px;
		height: 16px;
		padding-top: 7px;
		background: transparent url(../images/filter_bcg.gif) top center no-repeat;
		z-index: 10;
		text-align: center;
		}
		div#ref_filter a {
			display: block;
			color: #939393;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
			}
			div#ref_filter a:hover {
				color: #fff;
				background-color: #939393;
				}

/* referencia oldal */				
#ref_list li{
	list-style: none;
	margin: 0;
	padding: 0;
	}
#ref_list li.item{
	background: transparent url(../images/ref_box_bcg.gif) repeat-x scroll left top;
	padding-top: 20px;
	clear: both;
	}
	
#ref_list img{
	float: left;
	clear: left;
	margin: 0 10px 20px 0;
	}
	
#ref_list span{
	display: block;
	}
	#ref_list span.ref_label{
		width: 200px;
		float: left;
		}
	
	
br.clear{
	clear: both;
	}
	
