.suggestionsBox {
		position: absolute;
		margin: 0px;
		margin-left:-3px;
		margin-top:-1px;
		padding:0px;
		width: 65px;
		/*-moz-border-radius: 7px;
		-webkit-border-radius: 7px;*/
		border: 1px solid #CCCCCC;	
		font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; color: #6E6E6E; text-decoration: none;
		z-index: 1000;
		background-color: #ffffff;
		/*opacity:0.8;filter:alpha(opacity=80);*/
		
}
.suggestionList {
		margin: 0px;
		padding: 0px;
		background-color: #ffffff;
}
.suggestionList ul{		
	margin: 0;
	padding: 0;
	list-style: none;
}
.suggestionList li{		
	margin: 0px 0px 0px 0px;
	padding: 3px;
	cursor: pointer;
	list-style: none;
	background-color: #ffffff;
}
.suggestionList li:hover {
		background-color:#D1DDFA;
}
#dhtmltooltip{
position: absolute;
width: 70px;
border: 2px solid black;
padding: 2px;
background-color:#1F1F1F;
/*background-color:#E9E9E9;*/
visibility: hidden;
z-index: 100;
color:#FFFFFF;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


/* bubble_tooltip    */
#bubble_tooltip{
width:147px;
height:100px;
	position:absolute;
	display:none;
	vertical-align:middle;
	z-index: 100;
	
}
/*#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}*/

#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_midiam.png');
	background-repeat:no-repeat;	
	background-position:bottom left;
	padding-left:2px;
	padding-right:2px;
	height:92px;
	width:120px;
	right:-50px;
	vertical-align:top;
	position:relative;
	top:-8px;
	z-index: 100;

}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:30px;
	
	font-family: "Arial", Trebuchet MS, Lucida Sans Unicode, sans-serif;
	font-size:11px;
	font-style:italic;
	color:#FFFFFF;
	font-weight:normal;
	
}



		body{
			/*background-color:#CCCCCC;*/
		}
		#main_div{width:179px;
		height:60px;
		overflow:hidden;
		float:left;
		}
		#screen{
			width:150px;
			padding:0;
		}			
			#screen li{
				float:left;
				list-style:none;
			}
			#screen .jq-ss-crop{
				margin:6px 0px;
				/*border:1px solid #FFFFCC;*/
				float:left;				
			}
				#left{
					font-size:14px;
					margin-top:16px;
					display:block;
					text-decoration:none;
					color:black;
				}
			
			#right{
					font-size:14px;
					margin-top:16px;
					display:block;
					text-decoration:none;
					color:black;
				}
			
			#view{
				margin:6px;
				width:172px;
				/*border:1px white solid;*/
				height:60px;
				overflow:hidden;
				background-color:#666666;
				background-image:url(images/emailviconbg.png);
				background-repeat:no-repeat;
				background-position:right;
				
			}
				#images{
					width:1818px !important;
					/*width:1000px;*/
					padding:0;
				}
					/*#images li img{
						border:10;
					}*/

/*#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_midiam.png');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
	padding-top:100px;
	height:64px;
	width:64px	;
	position:rilative;
	top:-1px;
	right:-100px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	vertical-align:bottom;
	text-align:center;
	
}
#bubble_tooltip .bubble_middle span{
	position:absolute;
	top:-1px;
	
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
	position:relative;
	
	
}
*/