Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
.ac_results {
2
	padding: 0px;
3
	border: 1px solid #bdc7d8;
4
	background-color: white;
5
	overflow: hidden;
6
	z-index: 99999;
7
	color: black;
8
	font-size:11px;
9
}
10
.ac_results ul {
11
	width: 100%;
12
	list-style-position: outside;
13
	list-style: none;
14
	padding: 0;
15
	margin: 0;
16
}
17
.ac_results li {
18
	margin: 0px;
19
	padding: 2px 5px;
20
	cursor: default;
21
	display: block;
22
	/* 
23
	if width will be 100% horizontal scrollbar will apear 
24
	when scroll mode will be used
25
	*/
26
	/*width: 100%;*/
27
	font: menu;
28
	font-size: 11px;
29
	/* 
30
	it is very important, if line-height not setted or setted 
31
	in relative units scroll will be broken in firefox
32
	*/
33
	line-height: 16px;
34
	overflow: hidden;
35
	border-top: 1px solid #ddd;
36
}
37
.ac_loading {
38
	background: white url('indicator.gif') right center no-repeat;
39
}
40
/*.ac_odd {
41
	background-color: #eee;
42
}*/
43
.ac_over {
44
	background-color: #3b5998;
45
	color: #fff; 
46
	opacity: 1;
47
}
48
.ac_results em { background: #d8dfea; color: black; font-style: normal; font-weight: bold; }