﻿


/* AJAX - LIGHT BOX */
.NT_LBoxBack{	 	
	background-color:#000000;	 		left:0;	top:0;		 		width:100%;			line-height:0;		text-align:center; 
}
.NT_LBoxDisplay{
	text-align:center;				 		left:0;	top:0;				width:100%;
}

.NT_LBoxPhoto{
	background-color:#FFFFFF;			background-image:url(../imgs/lbox/loading.gif);		background-position:center;		background-repeat:no-repeat;
	margin:auto;		margin-top:2.0em;		padding:10px;
}
.NT_LBoxPhotoPrev{
	width:49%; height:100%;		background-image:url(../imgs/lbox/prevlabel.gif);		background-repeat:no-repeat;		background-position:left;			float:left;				cursor:pointer;
}
.NT_LBoxPhotoNext{
	width:49%; height:100%;		background-image:url(../imgs/lbox/nextlabel.gif);		background-repeat:no-repeat;		background-position:right;		float:right;			cursor:pointer;
}
.NT_LBoxPhotoImg{
		position:relative;
}

.NT_LBoxDetail{
	position:relative;					text-align:left;	
	background-color:#FFFFFF;		margin:auto;		padding:0px 10px;
}
.NT_LBoxDetailText{
	color:#666666;
	float:left;
}
.NT_LBoxDetailClose{
	padding-top:5px;
	float:right;
}
.NT_LBoxImage{
	border:1px solid #CCCCCC;
}



/* AJAX - SEARCH */
.NT_SearchHelp{	 	
	background-color:#FFFFFF;			border:1px solid #666666; 		position:absolute;		margin-left:10px;
}	
.NT_SearchHelpItem{	 	
	padding:1px 3px;			cursor:pointer;		
}		
.NT_SearchHelpItemSel{	 	
	padding:1px 3px;			cursor:pointer;				background-color:#CCCCCC;			

}		
.NT_SearchHelpItemText{	 	
	color:#000000;		text-align:left;
	float:left;
}		
.NT_SearchHelpItemScore{	 
	color:#666666;			text-align:right;		
	float:right;
}			



