
#references	{
	background: 						#f0f0f0 url('../img/background_references.jpg') repeat-x scroll top left;
	/*height: 							540px;*/
	padding:							10px;
	margin:								10px 0px 0px 0px;
}

#references	.left{
	float:								left;
	width:								260px;
	margin:								0px 10px 0px 0px;
}

#references	.right{
	float:								left;
	padding:							0;
	margin:								0;
	width:								480px;
}

#references	.options{
	position:							relative;
	width:								100%;
	float:								left;
	font-size:							0.7em;
	font-weight:						bold;
	color:								#4a4a4a;
	padding:							5px 0;
}
#references	.options .leftOpt{
	float:								left;
	width:								100px;
	display:							block;
	overflow:							hidden;
	margin:								0 0 10px 0;
}
#references	.options .rightOpt{
	float:								right;
	width:								150px;
	display:							block;
	overflow:							hidden;
}
#references .options A.filterButton{
	float:								left;
	height:								20px;
	line-height:						20px;
	color:								#4a4a4a;
	font-weight:						normal;
	display:							block;
	padding:							0 7px;
	margin:								0;
	background:							url(../img/bg_filter_button.png) repeat-x;
}
#references .options A.filterButton:hover{
	color:								#ee0f0f;
}
#references .options A.filterButton.active{
	color:								#ee0f0f;
	font-weight:						bold;
}


#references	.viewer{
	background-color: 					#fff;

	padding:							10px;
}
#references #details{
	margin: 							10px 0px 0px 10px;
	overflow: 							hidden;
}
#references #details h2 {
	color:								#001619;
	font-size:							0.85em;
	font-weight:						bold;
	margin-bottom:						10px;
}

#references #details p {
	color:								#001619;
	font-size:							0.75em;
	font-weight:						normal;
}


#references .box {
	position:							relative;
	width: 								260px;
	height: 							481px;
	overflow: 							hidden;
}

#references .box ul {
	position:							absolute;	
}

#references .reference {
	list-style-type:					none;
	width: 								260px;
	position:							relative;
}

#references .reference a {
	display: 							block;
	background: 						transparent url('../img/button_reference.png') repeat-x scroll top left;
	width: 								240px;
	height:								40px;
	padding: 							10px 10px;
}

#references .reference a:hover {
	background-position: 				0px -60px;
}

#references .reference a.show {
	background-position: 				0px -120px;
}

#references .reference a.show p {
	color: 								#fff;
}

#references .reference img {
	float: 								left;
	margin:								2px 10px 0px 0px ;
}
#references .reference sup {
	line-height:						0.83em;
}

.reference .shadow {
	position: 							absolute; 
	top:								10px; 
	left:								10px;
	z-index: 							90;
}

#references .reference h3 {
	color:								#001619;
	font-size:							0.75em;
	font-weight:						bold;
}

#references .reference p {
	color:								#aaa;
	font-size:							0.70em;
	line-height:						15px;
}

#references a.refbutton {
	position: 							relative;
	display:							block;
	width: 								260px;
	height:								21px;
	overflow: 							hidden;
}

#references a.refbutton span {
	display: 							block;
	position: 							absolute;
	width: 								260px;
	height:								21px;
	top:								0px;
	left:								0px;
	z-index: 							50;
	background: 						transparent url('../img/button_references.png') no-repeat scroll top left;
}

#references a#up span {
	background-position:				0px 0px;
}


#references a:hover#up span {
	background-position:				0px -21px;
}
#references a.disabled#up span {
	background-position:				0px -42px;
	cursor: 							default;
}

#references a#down span {
	background-position:				0px -63px;
}

#references a:hover#down span {
	background-position:				0px -84px;
}

#references a.disabled#down span {
	background-position:				0px -105px;
	cursor: 							default;
}
	
#references #preview {
	position: 							relative;
	display: 							block;
	text-align: 						center;
}

#references .viewer .thumb{
	position: 							relative;
	display: 							block;
	width:								104px;
	height: 							69px;
	text-align: 						center;
	margin: 							0;
	padding:						 	0;

}
#references .viewer .thumb img{
	height: 							69px;
}

#references .viewer .thumb .shadow{
	position: 							absolute; 
	top: 								0;
	left: 								0;
	z-index: 							90;
	width:								104px;
	height: 							69px;
}

#references .viewer ul{
	margin-top: 						10px;
}
#references .viewer ul li {
	list-style-type: 					none;
	float: 								left;
	margin-left: 						14px;
}

#references .viewer ul li:first-child{
	margin: 							0;
	margin-right: 						1px;
}

#preview{
	position: 							relative;
}
#preview .zoom{
	position: 							absolute;
	width: 								28px;
	height: 							28px;
	bottom:								10px;
	right:								10px;
}
.selectbox{
	float:								right;
	width:								150px;
}
.nothingFound {
	font-size:							0.7em;
	font-weight:						bold;
	color:								#ee0f0f;
	padding:							20px 0 0 0;
	border-top:							1px solid #ccc;
	display:							block;
}

/* === SELECTBOX REPLACEMENTS === */
.jquery-selectbox {
	display:							inline;
	position: 							relative;
	float:								left;
	height:								20px;
	width:								100px;
	z-index:							70;
	padding:							0px 0px 0px 5px;
	font-size:							10px;
	font-family: 						Arial, Verdana, Helvetica, sans-serif;
	color:								#2f4e5d;
	background-image: 					url("../img/bg-TextField.png");

}
.jquery-selectbox.selecthover {
	border-color: 						#9F7627;
	background-color:					#2f4e5d;
	background-image:					url("../img/bg-TextFieldFocused.png");
	z-index:							80;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding:							3px 0px 0px 3px;
	white-space:						nowrap;
	display: 							block;
	overflow: 							hidden;
}

.jquery-selectbox .jquery-selectbox-list {
	display: 							none;
	position: 							absolute;
	top: 								20px;
	left:								0;
	overflow-x:							hidden;
	overflow-y: 						auto;	
	white-space:						nowrap;
	height:								120px;
	width:								113px;
	padding:							5px;
	background-color:					#fafafa;
	z-index: 							99;
	border: 							1px solid #79919b;
	border-top:							none;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	float:								right;
	width: 								24px;
	height: 							20px;
	background:							url("../img/lay-selectMoreButton.png");
	cursor: 							pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: 						url("../img/lay-selectMoreButtonHover.png");
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: 						#79919b;
	color: 								#fff;
}
.jquery-selectbox .jquery-selectbox-item {
	display: 							block;
	cursor: 							default;
	padding: 							5px 0px 5px 0px;
	margin:								0;
	border:1px solid #c00;
}