﻿body {
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
.color
{
	background-color:Black;
	opacity:0.4;
	filter:alpha(opacity(60));
}
	

.thumbnail-item { 
	/* position relative so that we can use position absolute for the tooltip */
	position: relative; 
	float: left;  
	margin: 0px 5px; 
}

.thumbnail-item a { 
	display: block; 
}

.thumbnail-item img.thumbnail {
	border:3px solid #ccc;	
}
		
.tooltip { 
	/* by default, hide it */
	display: none; 
	/* allow us to move the tooltip */
	position: absolute; 
	/* align the image properly */
	padding: 8px 0 0 10px; 
}

	.tooltip span.overlay { 
		/* the png image, need ie6 hack though */
		background: url(../images/overlay.png) no-repeat; 
		/* put this overlay on the top of the tooltip image */
		position: absolute; 
		top: 0px; 
		left: 0px; 
		display: block; 
		width: 450px; 
		height: 600px;
	}
	.palyimg
	{
		background: white url('../newimages/border.png') no-repeat;
     padding-right: 0px; padding-left: 0px;
            height: 34px;
            width: 92px;
        }
        .topimg
        {
        	padding-top:8px;
        	padding-left:0px;
        }
        .pyimg
        {
        	background:url('circle.png') no-repeat;
            height: 17px;
            width: 22px;
        }
 #distxt ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align :left;
}
#distxt ul li{
	color:#0b7487;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0 0 10px 25px;
	list-style:none;
	line-height:18px;
	background:url(../newimages/arrowhome.png) left top no-repeat;
        height: 30px;
    }
    
   
fourstep
   
  #fourstep ul{
	margin:0;
	padding:0;
	  
}
#fourstep ul li{
	color:#0b7487;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0 0 10px 25px;
	list-style:none;
	line-height:18px;
	background:url(../newimages/arrowhome.png) left top  no-repeat;
        height: 45px;
    }